From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 01:53:08 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C9A64C0 for ; Sun, 7 Apr 2013 01:53:08 +0000 (UTC) (envelope-from parv@pair.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id E514BC36 for ; Sun, 7 Apr 2013 01:48:39 +0000 (UTC) X-Authority-Analysis: v=2.0 cv=Pu4Rnnw3 c=1 sm=0 a=lLOF/jpPrR0dcgWXP1EvZg==:17 a=xCuMbNp8hPoA:10 a=R5FhY6rjjCMA:10 a=kj9zAlcOel0A:10 a=Ymsr-CWnAAAA:8 a=S0-hGM5M-HYA:10 a=REwBcO1QLh_BGH3f4NgA:9 a=CjuIK1q_8ugA:10 a=lLOF/jpPrR0dcgWXP1EvZg==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 204.210.114.114 Received: from [204.210.114.114] ([204.210.114.114:20238] helo=localhost.hawaii.res.rr.com) by hrndva-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 15/9B-17485-070D0615; Sun, 07 Apr 2013 01:48:33 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id 926DE5C4B; Sat, 6 Apr 2013 15:49:31 -1000 (HST) Date: Sat, 6 Apr 2013 15:49:31 -1000 From: parv To: f-ports Subject: devel/git to be static Message-ID: <20130407014931.GA46372@holstein.holy.cow> Mail-Followup-To: f-ports MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 01:53:08 -0000 ( Please do carbon copy me the replies for I am not a ports@ subscriber. ) Hi there, Within The Ports, is it possible to compile and install devel/git (with subversion & Perl support) as (a collection of) static port? The problem that I want to workaround just appeared: I use git (installed with Perl & subversion support) much; subversion is currently used only to update FreeBSD ports & src trees. subversion-1.7.8 was marked to be vulnerable; I thought I could remove 1.7.8 version, and compile & install a newer version. Turned out git had to be de installed also (sans force) before subversion 1.7.8 could be removed. (Or, if subversion was removed with force, I would have then needed to do library shuffle to be able to run git at all.) I could have lived with older version of subversion support statically compiled in with git files, (possibly) to be updated after newer subversion version was installed **successfully**. Would I need to compile git outside of The Ports to achieve the desired result? -- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 08:28:35 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B08DDA9B for ; Sun, 7 Apr 2013 08:28:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id A2E0F1D9E for ; Sun, 7 Apr 2013 08:28:35 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r378SZpK081874 for ; Sun, 7 Apr 2013 08:28:35 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 7 Apr 2013 08:28:35 GMT Message-Id: <201304070828.r378SZpK081874@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD unmaintained ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 08:28:35 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: biology/dotter broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=dotter portname: chinese/big5con broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=big5con portname: chinese/bitchx broken because: patch reject build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=bitchx portname: chinese/hztty broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=hztty portname: databases/msql broken because: Broken on FreeBSD 9+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=msql portname: deskutils/libopensync-plugin-python-devel broken because: fails to build with recent libopensync build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=libopensync-plugin-python-devel portname: deskutils/msynctool-devel broken because: fails to build with recent libopensync build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=msynctool-devel portname: deskutils/simpleagenda broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=simpleagenda portname: devel/arm-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-binutils portname: devel/arm-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gcc portname: devel/arm-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gdb portname: devel/dsss broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=dsss portname: devel/i386-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-binutils portname: devel/i386-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gcc portname: devel/i386-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gdb portname: devel/libYGP broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libYGP portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/m68k-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-binutils portname: devel/m68k-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gcc portname: devel/m68k-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gdb portname: devel/mips-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-binutils portname: devel/mips-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-gdb portname: devel/omake broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/omake-0.9.8.5_1.log (Mar 30 20:11:38 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=omake portname: devel/p5-Dialog broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Dialog portname: devel/powerpc-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-binutils portname: devel/powerpc-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gcc portname: devel/powerpc-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/powerpc-rtems-gdb-7.2.log (Mar 14 00:26:37 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gdb portname: devel/py-extended_threading broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-extended_threading portname: devel/ros-common broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/ros_comm broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros_comm portname: devel/sh-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gcc portname: devel/sh-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sh-rtems-gdb-7.2.log (Mar 14 00:27:40 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gdb portname: devel/sparc-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-binutils portname: devel/sparc-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gcc portname: devel/sparc-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sparc-rtems-gdb-7.2.log (Mar 14 00:27:23 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gdb portname: devel/subcommander2 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=subcommander2 portname: dns/opendd broken because: segfaults upon use build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=opendd portname: editors/xemacs-devel-mule broken because: does not build on FreeBSD 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=xemacs-devel-mule portname: emulators/fuse broken because: does not build (presumably after recent glib update) build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/fuse-1.0.0.1_2.log (Mar 14 00:29:48 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=fuse portname: emulators/snes9express broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=snes9express portname: emulators/vmsbackup broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmsbackup portname: emulators/xsystem35 broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=xsystem35 portname: ftp/rexx-curl broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/rexx-curl-1.4_3.log (Apr 2 10:29:46 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=rexx-curl portname: games/daimonin-music broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=daimonin-music portname: graphics/glide3 broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=glide3 portname: graphics/xmfract broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmfract portname: japanese/aterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=aterm portname: japanese/jvim3 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=jvim3 portname: japanese/tcl80 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tcl80 portname: korean/eterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=eterm portname: lang/Sather broken because: segfaults during build on 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=Sather portname: lang/elisp-manual broken because: overwrites files owned by editors/emacs: info/elisp.info build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: lang/objc broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=objc portname: misc/projectionlib broken because: does not patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=projectionlib portname: multimedia/linux-gspca-kmod broken because: does not compile on 8.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-gspca-kmod portname: net-p2p/libtorrent-rasterbar-15 broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15 portname: net-p2p/libtorrent-rasterbar-15-python broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15-python portname: net-p2p/solidcoin broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=solidcoin portname: net/pfflowd broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pfflowd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: net/py-pcapy broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-pcapy portname: net/rmsg broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rmsg portname: news/lottanzb broken because: overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=lottanzb portname: palm/barry broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=barry portname: palm/synce-trayicon broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/synce-trayicon-0.14_5.log (Apr 2 13:04:34 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=synce-trayicon portname: security/linux-pam-docs broken because: distfile mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=linux-pam-docs portname: security/openfwtk broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openfwtk portname: security/pam_alreadyloggedin broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pam_alreadyloggedin portname: security/ranpwd broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ranpwd portname: security/srp broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=srp portname: security/sud broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sud portname: shells/wapsh broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=wapsh portname: sysutils/slmon broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=slmon portname: sysutils/yawho broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=yawho portname: textproc/rst.el broken because: checksum mismatch build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/rst.el-emacs-6390_7.log (Mar 14 02:29:10 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=rst.el portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: www/aria broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=aria portname: x11-clocks/t3d broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=t3d portname: x11-fonts/ppantsfonts broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=ppantsfonts portname: x11-toolkits/tkdnd broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tkdnd portname: x11/cl-clx-sbcl broken because: Changes in sbcl 1.0.55 have exposed problems in /usr/local/lib/common-lisp/clx/depdefs.lisp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=cl-clx-sbcl portname: x11/emu broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=emu portname: x11/ggiterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=ggiterm From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 08:28:58 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 703A8B81 for ; Sun, 7 Apr 2013 08:28:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 629971DBB for ; Sun, 7 Apr 2013 08:28:58 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r378SwU5084371 for ; Sun, 7 Apr 2013 08:28:58 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 7 Apr 2013 08:28:58 GMT Message-Id: <201304070828.r378SwU5084371@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 08:28:58 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: accessibility/yasr broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=yasr portname: audio/gdam broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gdam portname: audio/hydrogen broken because: does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=hydrogen portname: benchmarks/polygraph31 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=polygraph31 portname: biology/dotter broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=dotter portname: cad/meshlab broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=meshlab portname: chinese/big5con broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=big5con portname: chinese/bitchx broken because: patch reject build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=bitchx portname: chinese/cxterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=cxterm portname: chinese/hztty broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=hztty portname: comms/hso-kmod broken because: does not build with USB2, please try comms/uhso-kmod instead build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=hso-kmod portname: comms/ib-kmod broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=ib-kmod portname: comms/uticom broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=uticom portname: converters/pdf2djvu broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/pdf2djvu-0.5.11_10.log (Mar 14 00:22:50 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=pdf2djvu portname: databases/drizzle broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/drizzle-2010.05.1561_3.log (Apr 2 15:21:51 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=drizzle portname: databases/glom broken because: bad-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=glom portname: databases/gomysql broken because: Does not compile with go1 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gomysql portname: databases/msql broken because: Broken on FreeBSD 9+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=msql portname: databases/p5-DBD-InterBase broken because: does not compile, project moved or dead, no releases since 2003 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBD-InterBase portname: databases/p5-DBZ_File broken because: POLLUTE=1 is gone, does not compile, has not been released since 1997 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBZ_File portname: databases/rubygem-delayed_job_data_mapper broken because: delayed_job_data_mapper requires delayed_job (~> 2.1) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-delayed_job_data_mapper portname: databases/rubygem-dm-core broken because: unable to resolve dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-dm-core portname: databases/sqlrelay broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=sqlrelay portname: deskutils/google-gadgets broken because: does not link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=google-gadgets portname: deskutils/libopensync-plugin-python-devel broken because: fails to build with recent libopensync build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=libopensync-plugin-python-devel portname: deskutils/msynctool-devel broken because: fails to build with recent libopensync build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=msynctool-devel portname: deskutils/simpleagenda broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=simpleagenda portname: devel/arm-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-binutils portname: devel/arm-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gcc portname: devel/arm-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gdb portname: devel/ccrtp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ccrtp portname: devel/dsss broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=dsss portname: devel/i386-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-binutils portname: devel/i386-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gcc portname: devel/i386-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gdb portname: devel/libYGP broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libYGP portname: devel/libiqxmlrpc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libiqxmlrpc portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/m68k-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-binutils portname: devel/m68k-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gcc portname: devel/m68k-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gdb portname: devel/mips-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-binutils portname: devel/mips-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-gdb portname: devel/mono-tools broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mono-tools portname: devel/monodevelop-java broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=monodevelop-java portname: devel/monodevelop-python broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=monodevelop-python portname: devel/monodevelop-vala broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=monodevelop-vala portname: devel/nant broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=nant portname: devel/omake broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/omake-0.9.8.5_1.log (Mar 30 20:11:38 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=omake portname: devel/p5-Dialog broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Dialog portname: devel/p5-File-Lock broken because: does not compile POLLUTE is gone, no release since 1996, net/netdisco depends on me build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-File-Lock portname: devel/powerpc-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-binutils portname: devel/powerpc-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gcc portname: devel/powerpc-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/powerpc-rtems-gdb-7.2.log (Mar 14 00:26:37 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gdb portname: devel/py-extended_threading broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-extended_threading portname: devel/ros-common broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/ros_comm broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros_comm portname: devel/rubygem-celluloid broken because: does not build with ruby 1.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-celluloid portname: devel/sh-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gcc portname: devel/sh-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sh-rtems-gdb-7.2.log (Mar 14 00:27:40 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gdb portname: devel/simulavr broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=simulavr portname: devel/smack broken because: requires posix_fadvise(2) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=smack portname: devel/sparc-rtems-binutils broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-binutils portname: devel/sparc-rtems-gcc broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gcc portname: devel/sparc-rtems-gdb broken because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sparc-rtems-gdb-7.2.log (Mar 14 00:27:23 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gdb portname: devel/subcommander2 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=subcommander2 portname: devel/tclmore broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=tclmore portname: devel/valide broken because: Doesn't build with vala 0.12+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=valide portname: devel/z80ex broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=z80ex portname: dns/dnsperf broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/dnsperf-1.0.1.0_2.log (Mar 14 00:28:35 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=dnsperf portname: dns/opendd broken because: segfaults upon use build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=opendd portname: editors/emacs22 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=emacs22 portname: editors/xemacs-devel-mule broken because: does not build on FreeBSD 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=xemacs-devel-mule portname: emulators/fmsx broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=fmsx portname: emulators/fuse broken because: does not build (presumably after recent glib update) build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/fuse-1.0.0.1_2.log (Mar 14 00:29:48 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=fuse portname: emulators/snes9express broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=snes9express portname: emulators/vmsbackup broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmsbackup portname: emulators/xgngeo broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=xgngeo portname: emulators/xsystem35 broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=xsystem35 portname: ftp/rexx-curl broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/rexx-curl-1.4_3.log (Apr 2 10:29:46 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=rexx-curl portname: games/childsplay_plugins broken because: fails to install on 9.X build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/childsplay_plugins-0.90_1.log (Apr 4 13:53:48 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=childsplay_plugins portname: games/daimonin-music broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=daimonin-music portname: games/spring broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=spring portname: graphics/f90gl broken because: doesn't build with freeglut build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=f90gl portname: graphics/geglmm broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=geglmm portname: graphics/glide3 broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=glide3 portname: graphics/luxrender broken because: does not build with boost-1.48.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=luxrender portname: graphics/ocaml-images broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ocaml-images portname: graphics/phpsview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=phpsview portname: graphics/py-clutter broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-clutter portname: graphics/qcamview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=qcamview portname: graphics/spcaview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=spcaview portname: graphics/xmfract broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmfract portname: irc/smuxi broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=smuxi portname: irc/solid-ircd broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=solid-ircd portname: japanese/aterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=aterm portname: japanese/fcitx-mozc broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=fcitx-mozc portname: japanese/ibus-mozc broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ibus-mozc portname: japanese/jvim3 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=jvim3 portname: japanese/ming broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ming portname: japanese/mozc-el broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mozc-el portname: japanese/mozc-server broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mozc-server portname: japanese/mozc-tool broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/ja-mozc-tool-1.6.1187.102_3.log (Apr 2 07:13:13 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mozc-tool portname: japanese/rubygem-myrurema broken because: unable to resolve dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rubygem-myrurema portname: japanese/sj3-server broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=sj3-server portname: japanese/tcl80 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tcl80 portname: java/icedtea6-stubs broken because: Does not build with any of the supported Java vendors build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=icedtea6-stubs portname: java/jai-imageio broken because: relies on linuxpluginwrapper build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jai-imageio portname: korean/eterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=eterm portname: lang/Sather broken because: segfaults during build on 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=Sather portname: lang/boo broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=boo portname: lang/elisp-manual broken because: overwrites files owned by editors/emacs: info/elisp.info build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: lang/gdc broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gdc portname: lang/hiphop-php broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=hiphop-php portname: lang/ldc-devel broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ldc-devel portname: lang/objc broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=objc portname: lang/rexx-imc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=rexx-imc portname: lang/stklos broken because: does not build on FreeBSD 9.x - runaway process build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=stklos portname: mail/biffer broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=biffer portname: mail/kcheckgmail broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=kcheckgmail portname: mail/p5-Mail-CClient broken because: does not compile, no release since 2004 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-Mail-CClient portname: mail/p5-vpopmail broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-vpopmail portname: math/dislin broken because: size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=dislin portname: math/octave-forge-es broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-es portname: math/octave-forge-java broken because: does not work with openjdk ,and will soon be part of octave base build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-java portname: math/petsc-mpich broken because: filesystem was touched prior to make install phase build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=petsc-mpich portname: misc/c-hey broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=c-hey portname: misc/projectionlib broken because: does not patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=projectionlib portname: misc/usbrh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=usbrh portname: misc/wminfo broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=wminfo portname: multimedia/libva-intel-driver broken because: This port need libdrm version that is available when WITH_NEW_XORG is set build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/libva-intel-driver-1.0.19.log (Apr 1 08:50:03 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=libva-intel-driver portname: multimedia/linux-gspca-kmod broken because: does not compile on 8.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-gspca-kmod portname: multimedia/mp4split broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mp4split portname: multimedia/p5-Video-Info broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-Video-Info portname: net-im/centericq broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=centericq portname: net-im/trix broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=trix portname: net-mgmt/noc broken because: unsatisfyable dependency object build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=noc portname: net-mgmt/sendip broken because: does not compile on FreeBSD 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=sendip portname: net-mgmt/zenpack-apachemonitor broken because: fails to fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=zenpack-apachemonitor portname: net-mgmt/zenpack-dellmonitor broken because: fails to fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=zenpack-dellmonitor portname: net-mgmt/zenpack-ntpmonitor broken because: fails to fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=zenpack-ntpmonitor portname: net-p2p/eiskaltdcpp-daemon broken because: does not link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=eiskaltdcpp-daemon portname: net-p2p/eiskaltdcpp-gtk broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=eiskaltdcpp-gtk portname: net-p2p/libtorrent-rasterbar-15 broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15 portname: net-p2p/libtorrent-rasterbar-15-python broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15-python portname: net-p2p/moodriver broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=moodriver portname: net-p2p/mooseekd broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=mooseekd portname: net-p2p/nicotine-plus broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=nicotine-plus portname: net-p2p/solidcoin broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=solidcoin portname: net/atmsupport broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=atmsupport portname: net/crtmpserver broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=crtmpserver portname: net/gpxe broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gpxe portname: net/gupnp-igd broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gupnp-igd portname: net/hf6to4 broken because: does not fetch. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=hf6to4 portname: net/ipex broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ipex portname: net/mars_nwe broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=mars_nwe portname: net/opal broken because: does not compile on 9.X build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/opal-2.2.11_7.log (Apr 4 15:16:53 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=opal portname: net/pfflowd broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pfflowd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: net/py-pcapy broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-pcapy portname: net/rmsg broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rmsg portname: net/rubygem-amqp-utils broken because: bad dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rubygem-amqp-utils portname: net/rubygem-tweetstream broken because: unable to resolve dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rubygem-tweetstream portname: net/sendfile broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=sendfile portname: net/skystar2 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=skystar2 portname: net/slbd broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=slbd portname: net/ttbudget broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/ttbudget-5.3_1.log (Apr 4 15:03:59 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ttbudget portname: net/wizd broken because: does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=wizd portname: news/lottanzb broken because: overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=lottanzb portname: palm/barry broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=barry portname: palm/synce-trayicon broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/synce-trayicon-0.14_5.log (Apr 2 13:04:34 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=synce-trayicon portname: science/elmerpost broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=elmerpost portname: security/chkrootkit broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=chkrootkit portname: security/dazuko broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=dazuko portname: security/dissembler broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=dissembler portname: security/dsniff broken because: tries to link with both libnet1.0 and libnet1.1 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=dsniff portname: security/fwtk broken because: Won't fetch, ftp site mentioned in 'IGNORE' has no readme. Web site changed hands? build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fwtk portname: security/linux-pam-docs broken because: distfile mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=linux-pam-docs portname: security/openfwtk broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openfwtk portname: security/openvpn-auth-ldap broken because: does not configure on FreeBSD 9.X build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/openvpn-auth-ldap-2.0.3_3.log (Apr 4 16:25:19 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openvpn-auth-ldap portname: security/pam_alreadyloggedin broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pam_alreadyloggedin portname: security/ranpwd broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ranpwd portname: security/sfs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sfs portname: security/srp broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=srp portname: security/sud broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sud portname: security/termlog broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=termlog portname: shells/wapsh broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=wapsh portname: sysutils/avfs broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=avfs portname: sysutils/empower broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=empower portname: sysutils/fusefs-curlftpfs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=fusefs-curlftpfs portname: sysutils/geomgui broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=geomgui portname: sysutils/grub broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=grub portname: sysutils/hyperic-sigar broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=hyperic-sigar portname: sysutils/libumberlog broken because: fails to install umberlog.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=libumberlog portname: sysutils/lookupd broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=lookupd portname: sysutils/memdump broken because: unsupported FreeBSD version build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=memdump portname: sysutils/p5-Sys-Utmp broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=p5-Sys-Utmp portname: sysutils/rubygem-sys-admin broken because: umpt.h has been removed build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rubygem-sys-admin portname: sysutils/slmon broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=slmon portname: sysutils/syslog-ng2 broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=syslog-ng2 portname: sysutils/yawho broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=yawho portname: sysutils/zisofs-tools broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=zisofs-tools portname: textproc/coco broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=coco portname: textproc/libextractor broken because: does not package build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/libextractor-0.6.2_11.log (Apr 4 15:01:24 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=libextractor portname: textproc/p5-Lucene broken because: incompatible with CLucene 2.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-Lucene portname: textproc/p5-XML-Sablotron broken because: POLLUTE is gone, does not compile, no release since 2005, textproc/p5-XML-SAXDriver-Sablotron&www/p5-HTML-Webmake depend on me build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-XML-Sablotron portname: textproc/rst.el broken because: checksum mismatch build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/rst.el-emacs-6390_7.log (Mar 14 02:29:10 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=rst.el portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/xaira broken because: leaves files behind on deinstallation build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xaira portname: www/aria broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=aria portname: www/cacheboy15-devel broken because: does not compile with Heimdal 1.1 in 8.0-CURRENT build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=cacheboy15-devel portname: www/horde-ansel broken because: Not yet supported under horde 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=horde-ansel portname: www/horde-wicked broken because: Not yet supported under Horde 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=horde-wicked portname: www/mod_macro24 broken because: : Error from bsd.apache.mk. apache22 is installed (or APACHE_PORT is defined) and port requires apache24 at least build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_macro24 portname: www/mod_smooth_streaming broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_smooth_streaming portname: www/p5-Apache2-Scoreboard broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache2-Scoreboard portname: www/trac-xmlrpc broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=trac-xmlrpc portname: x11-clocks/t3d broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=t3d portname: x11-fonts/ppantsfonts broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=ppantsfonts portname: x11-themes/kde-icons-exquisite broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-exquisite portname: x11-themes/kde-icons-noia-warm broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-noia-warm portname: x11-themes/kde-icons-steel broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-steel portname: x11-toolkits/tkdnd broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tkdnd portname: x11-wm/fbpager broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=fbpager portname: x11/cl-clx-sbcl broken because: Changes in sbcl 1.0.55 have exposed problems in /usr/local/lib/common-lisp/clx/depdefs.lisp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=cl-clx-sbcl portname: x11/emu broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=emu portname: x11/ggiterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=ggiterm portname: x11/gnome-shell broken because: Doesn't build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=gnome-shell From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 08:29:46 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 34F20CE6 for ; Sun, 7 Apr 2013 08:29:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 26FD91DFC for ; Sun, 7 Apr 2013 08:29:46 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r378TkJv089303 for ; Sun, 7 Apr 2013 08:29:46 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 7 Apr 2013 08:29:46 GMT Message-Id: <201304070829.r378TkJv089303@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD unmaintained ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 08:29:46 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: accessibility/kdeaccessibility description: Accessibility applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=kdeaccessibility portname: arabic/kde3-i18n description: Arabic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=arabic&portname=kde3-i18n portname: archivers/kio_p7zip description: Kioslave for KDE to handle 7zip files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=kio_p7zip portname: astro/orsa description: Orbit Reconstruction, Simulation, and Analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=orsa portname: audio/amarok description: Media player for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok portname: audio/amarok-fs description: Full screen application for Amarok maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok-fs portname: audio/arts description: Audio system for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=arts portname: audio/cheesetracker description: Impulse Tracker clone maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=cheesetracker portname: audio/ermixer description: Command-line, ncurses, and (optional) Qt-GUI OSS audio mixer maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ermixer portname: audio/k3bmonkeyaudioplugin description: K3b plugin for Monkey's Audio files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=k3bmonkeyaudioplugin portname: audio/kid3 description: MP3/Ogg/FLAC tag editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kid3 portname: audio/kirocker description: Kicker applet for displaying Amarok info maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kirocker portname: audio/linux-alsa-lib description: The Advanced Linux Sound Architecture libraries maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-alsa-lib portname: audio/linux-arts description: Audio system for the KDE integrated X11 desktop (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-arts portname: audio/linux-freealut description: Free implementation of OpenAL ALUT standard (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-freealut portname: audio/linux-libmad description: Libmad library (part of MAD project) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libmad portname: audio/linux-libogg description: Ogg bitstream library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libogg portname: audio/linux-libvorbis description: Audio compression codec library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libvorbis portname: audio/linux-openal description: 3D positional spatialized sound library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-openal portname: audio/lplayer description: Qt program to queue lots of MP3s for random XMMS play maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=lplayer portname: audio/madman description: Advanced digital music manager maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=madman portname: audio/mpeglib_artsplug description: Legacy KDE audio backend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mpeglib_artsplug portname: audio/prokyon3 description: Multithreaded music manager and tag editor maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=prokyon3 portname: audio/xmms-kde description: Integrates XMMS into the KDE3 Panel maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-kde portname: audio/yammi description: Qt-based music manager with fuzzy search feature maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=yammi portname: cad/vipec description: Analyze high frequency, linear electrical networks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=vipec portname: chinese/kde3-i18n-zh_CN description: Simplified Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_CN portname: chinese/kde3-i18n-zh_TW description: Traditional Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_TW portname: converters/ktextdecode description: The simple text conversion utility for KDE 3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=ktextdecode portname: databases/kmysqladmin description: A graphical frontend for administration of MySQL servers maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=kmysqladmin portname: databases/knoda description: Database frontend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=knoda portname: databases/php52-rrdtool description: A php 52 rrdtool glue maintainer: ports@FreeBSD.org deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-rrdtool portname: databases/qt-mysql-plugin description: A plugin for QT to connect to MySQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-mysql-plugin portname: databases/qt-odbc-plugin description: A plugin for QT to connect to ODBC-compatible databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-odbc-plugin portname: databases/qt-pgsql-plugin description: A plugin for QT to connect to PostgreSQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-pgsql-plugin portname: databases/qt-sqlite-plugin description: A plugin for QT to connect to SQLite-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-sqlite-plugin portname: deskutils/bookreader description: A KDE twin-panel e-text/e-book viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=bookreader portname: deskutils/dragstack description: Drop stack applet for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=dragstack portname: deskutils/kbirthday description: KDE kicker-applet that reminds you of birthdays and anniversaries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kbirthday portname: deskutils/kchmviewer description: A Qt/KDE viewer for CHM files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kchmviewer portname: deskutils/kdepim3 description: Personal Information Management tools for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdepim3 portname: deskutils/kdissert description: KDE mindmapping tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdissert portname: deskutils/kickpim description: Panel applet for editing and accessing the KDE addressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kickpim portname: deskutils/klipoquery description: Panel applet for web searches using clipboard entries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=klipoquery portname: deskutils/kluje description: A KDE client for the popular online journal site LiveJournal maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kluje portname: deskutils/knowit description: A note manager with tree organization that uses RTF for storage maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=knowit portname: deskutils/kompose description: Full-screen task manager similar to Expose(tm) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kompose portname: deskutils/krefty description: Quick Reference sheets for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krefty portname: deskutils/krss description: KDE Rich Site Summary viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krss portname: deskutils/metabar description: Sidebar plugin for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=metabar portname: deskutils/snotes description: A lightweight, configurable sticky notes utility maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/snotes-1.1.5_6.log (Mar 14 00:23:39 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=snotes portname: deskutils/taskjuggler description: A project management tool for UNIX based operating systems maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=taskjuggler portname: devel/arm-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-binutils portname: devel/arm-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gcc portname: devel/arm-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gdb portname: devel/esvn description: GUI frontend for the Subversion revision system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=esvn portname: devel/i386-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-binutils portname: devel/i386-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gcc portname: devel/i386-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gdb portname: devel/kdesdk3 description: KDE Software Development Kit maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdesdk3 portname: devel/kdevelop description: IDE for a wide variety of programming tasks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdevelop portname: devel/kprof description: A profiling tool for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kprof portname: devel/kscope description: KDE front-end to Cscope maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kscope portname: devel/libusb description: Library giving userland programs access to USB devices maintainer: ports@FreeBSD.org status: IGNORE deprecated because: has been already included into base system expiration date: 2012-04-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libusb portname: devel/linux-js description: The Linux joystick interface ported to FreeBSD maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads description: POSIX pthreads implementation using rfork to generate kernel threads maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/m68k-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-binutils portname: devel/m68k-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gcc portname: devel/m68k-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gdb portname: devel/mips-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-binutils portname: devel/mips-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-gcc portname: devel/mips-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-gdb portname: devel/powerpc-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-binutils portname: devel/powerpc-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gcc portname: devel/powerpc-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/powerpc-rtems-gdb-7.2.log (Mar 14 00:26:37 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gdb portname: devel/py-extended_threading description: A library to extend pythons threading library maintainer: ports@FreeBSD.org status: BROKEN deprecated because: checksum mismatch; domain disappeared expiration date: 2013-04-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-extended_threading portname: devel/qsa description: Cross-platform scripting toolkit for Qt applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qsa portname: devel/ros-common description: Robot Operating System - common utilities maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/ros-image_common description: Robot Operating System - common image routines maintainer: ports@FreeBSD.org deprecated because: Depends on devel/ros_common which is broken for more than 6 months expiration date: 2013-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-image_common portname: devel/ros-laser_pipeline description: Robot Operating System - laser data processing utilities maintainer: ports@FreeBSD.org deprecated because: Depends on devel/ros_common which is broken for more than 6 months expiration date: 2013-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-laser_pipeline portname: devel/rubygem-zoom description: A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM) maintainer: ports@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-zoom portname: devel/sh-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-binutils portname: devel/sh-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gcc portname: devel/sh-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sh-rtems-gdb-7.2.log (Mar 14 00:27:40 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gdb portname: devel/sparc-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-binutils portname: devel/sparc-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gcc portname: devel/sparc-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sparc-rtems-gdb-7.2.log (Mar 14 00:27:23 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gdb portname: editors/f4l description: An open source development environment for Macromedia Flash maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=f4l portname: editors/kate-plugins description: Additional plugins and features for kate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kate-plugins portname: editors/kile description: A LaTeX source editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kile portname: editors/pdfedit description: Free editor for manipulating PDF documents (QT3 GUI and CLI) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/pdfedit-0.4.5_2.log (Mar 14 00:28:26 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=pdfedit portname: editors/semi-xemacs21-mule description: SEMI, Library of MIME feature for GNU Emacs for xemacs21-mule maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=semi-xemacs21-mule portname: finance/eqonomize-kde3 description: A personal accounting software package maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=eqonomize-kde3 portname: finance/kexchange description: KDE currency converter maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kexchange portname: finance/khacc description: Simple KDE-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=khacc portname: finance/kmymoney2 description: KDE-based personal finance assistant maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kmymoney2 portname: finance/qhacc description: Simple QT-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qhacc portname: finance/qtstalker description: Commodity and stock market charting and technical analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qtstalker portname: french/kde3-i18n description: French messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=kde3-i18n portname: ftp/kasablanca description: Graphical ftp client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kasablanca portname: ftp/kbear description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kbear portname: ftp/kftpgrabber description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kftpgrabber portname: ftp/kpum description: KDE pureftpd user manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kpum portname: games/atlantikdesigner description: Editor for Atlantik maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=atlantikdesigner portname: games/blackjack description: One of the better implementations of blackjack, based on QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=blackjack portname: games/easysok description: A sokoban game for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=easysok portname: games/ggz-kde-client description: The GGZ Gaming Zone - KDE Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ggz-kde-client portname: games/kamikaze description: Multiplayer bomberman-style game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kamikaze portname: games/kbilliards description: Funny billiards simulator game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/kdegames3 description: Games for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kdegames3 portname: games/kfreerings description: A small puzzle game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kfreerings portname: games/kmastermind description: Mastermind game designed for K Desktop Environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kmastermind portname: games/knights description: A KDE chess interface (gnuchess/crafty) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=knights portname: games/kpicframer description: KDE card game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpicframer portname: games/kpictorial description: Little logical game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpictorial portname: games/kpuzzle description: Jigsaw puzzle game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpuzzle portname: games/ktritoc description: A Tic-tac-toe like boardgame maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ktritoc portname: games/kwappen description: KDE board game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kwappen portname: games/q15 description: A Qt-based game fifteen maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=q15 portname: games/qgo description: A Go board and SGF editor written with the Qt library maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qgo portname: games/qnetchess description: Qt based chess multiplayer game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qnetchess portname: games/spacehulk description: Science-fiction board game in the world of Warhammer 40000 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=spacehulk portname: games/taxipilot description: A Spacetaxi clone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=taxipilot portname: german/kde3-i18n description: German messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kde3-i18n portname: german/kheisereg description: KDE utility to search within the Heise Register maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kheisereg portname: graphics/albumshaper description: Drag-n-drop hierarchal photo album creation maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=albumshaper portname: graphics/divxcalc description: DivX Calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=divxcalc portname: graphics/ecg2png description: Converts scanned 12-lead electrocardiograms into PNGs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ecg2png portname: graphics/flip description: Load a sequence of TIFF files and play them back at a target frame rate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=flip portname: graphics/gwenview description: An image viewer and browser for the KDE environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gwenview portname: graphics/kalbum description: Create albums from a collection of images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kalbum portname: graphics/kamera description: Digital camera support for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kamera portname: graphics/kbarcode description: A barcode and label printing application for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kbarcode portname: graphics/kdegraphics3 description: Graphics utilities for the KDE3 integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kdegraphics3 portname: graphics/kisomandel description: Fractal rendering program with nice 3D-display in realtime maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kisomandel portname: graphics/kooka description: Raster image scan program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kooka portname: graphics/kuickshow description: KDE image viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kuickshow portname: graphics/linux-cairo description: Linux cairo binary maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-cairo portname: graphics/linux-gdk-pixbuf description: Linux version of the graphic library for GTK+ maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-gdk-pixbuf portname: graphics/potracegui description: GUI for potrace, a program for tracing bitmap images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=potracegui portname: graphics/xenomorph description: An image filter system based on volterra and morphologic filters maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xenomorph portname: hebrew/kde3-i18n description: Hebrew messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hebrew&portname=kde3-i18n portname: hungarian/kde3-i18n description: Hungarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hungarian&portname=kde3-i18n portname: irc/kmyirc description: Easy to use IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kmyirc portname: irc/konversation description: User friendly IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=konversation portname: irc/kwirc description: IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kwirc portname: japanese/kde3-i18n description: Japanese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=kde3-i18n portname: korean/kde3-i18n description: Korean messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=kde3-i18n portname: lang/elisp-manual description: Emacs Lisp reference manual maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: lang/klogoturtle description: LOGO Interpreter for the KDE Desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=klogoturtle portname: math/koctave description: KDEGUI for octave maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=koctave portname: math/pgcalc description: A powerful scientific skinnable calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=pgcalc portname: math/qwtplot3d description: A 3D plotting widget for scientific data and mathematical expressions maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=qwtplot3d portname: math/xgfe description: An X11 front-end for Gnuplot maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=xgfe portname: misc/gwenview-i18n description: Localized messages and documentation for Gwenview maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gwenview-i18n portname: misc/k3b-i18n description: Localized messages and documentation for K3b maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=k3b-i18n portname: misc/kaddressbook-plugins description: Plugins for KAddressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kaddressbook-plugins portname: misc/katalog description: CD organizer for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=katalog portname: misc/kbfx description: New K-menu for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kbfx portname: misc/kde3-i18n description: Localized messages and documentation for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n portname: misc/kde3-i18n-af description: Afrikaans localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-af portname: misc/kde3-i18n-az description: Azerbaijani messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-az portname: misc/kde3-i18n-be description: Belarusian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-be portname: misc/kde3-i18n-bg description: Bulgarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bg portname: misc/kde3-i18n-bn description: Bengali messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bn portname: misc/kde3-i18n-br description: Breton messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-br portname: misc/kde3-i18n-bs description: Bosnian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bs portname: misc/kde3-i18n-ca description: Catalan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ca portname: misc/kde3-i18n-cs description: Czech messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cs portname: misc/kde3-i18n-csb description: Cassubian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-csb portname: misc/kde3-i18n-cy description: Welsh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cy portname: misc/kde3-i18n-da description: Danish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-da portname: misc/kde3-i18n-el description: Modern Greek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-el portname: misc/kde3-i18n-en_GB description: British messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-en_GB portname: misc/kde3-i18n-eo description: Esperanto messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eo portname: misc/kde3-i18n-es description: Spanish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-es portname: misc/kde3-i18n-et description: Estonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-et portname: misc/kde3-i18n-eu description: Basque messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eu portname: misc/kde3-i18n-fa description: Persian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fa portname: misc/kde3-i18n-fi description: Finnish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fi portname: misc/kde3-i18n-fy description: Frisian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fy portname: misc/kde3-i18n-ga description: Irish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ga portname: misc/kde3-i18n-gl description: Gallegan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-gl portname: misc/kde3-i18n-hi description: Hindi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hi portname: misc/kde3-i18n-hr description: Croatian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hr portname: misc/kde3-i18n-is description: Icelandic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-is portname: misc/kde3-i18n-it description: Italian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-it portname: misc/kde3-i18n-kk description: Kazakh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-kk portname: misc/kde3-i18n-km description: Khmer messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-km portname: misc/kde3-i18n-lt description: Lithuanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lt portname: misc/kde3-i18n-lv description: Latvian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lv portname: misc/kde3-i18n-mk description: Macedonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mk portname: misc/kde3-i18n-mn description: Mongolian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mn portname: misc/kde3-i18n-ms description: Malay messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ms portname: misc/kde3-i18n-nb description: Norwegian Bokmaal messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nb portname: misc/kde3-i18n-nds description: Low German localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nds portname: misc/kde3-i18n-nl description: Dutch messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nl portname: misc/kde3-i18n-nn description: Norwegian Nynorsk messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nn portname: misc/kde3-i18n-pa description: Panjabi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-pa portname: misc/kde3-i18n-ro description: Romanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ro portname: misc/kde3-i18n-rw description: Kinyarwanda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-rw portname: misc/kde3-i18n-se description: Northern Sami messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-se portname: misc/kde3-i18n-sk description: Slovak messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sk portname: misc/kde3-i18n-sl description: Slovenian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sl portname: misc/kde3-i18n-sr description: Serbian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr portname: misc/kde3-i18n-sr_Latn description: Serbian (latin alphabet) messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr_Latn portname: misc/kde3-i18n-ss description: Swati messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ss portname: misc/kde3-i18n-sv description: Swedish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sv portname: misc/kde3-i18n-ta description: Tamil messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ta portname: misc/kde3-i18n-te description: Telugu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-te portname: misc/kde3-i18n-tg description: Tajik messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tg portname: misc/kde3-i18n-th description: Thai messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-th portname: misc/kde3-i18n-tr description: Turkish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tr portname: misc/kde3-i18n-uz description: Uzbek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-uz portname: misc/kde3-i18n-ven description: Venda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ven portname: misc/kde3-i18n-wa description: Walloon messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-wa portname: misc/kde3-i18n-xh description: Xhosa messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-xh portname: misc/kde3-i18n-zu description: Zulu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-zu portname: misc/kdeaddons3 description: Additional plugins and scripts for some KDE applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeaddons3 portname: misc/kdeedu3 description: Collection of entertaining, educational programs for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeedu3 portname: misc/kdeutils3 description: Utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeutils3 portname: misc/kfile-plugins description: Plugins for Konqueror (in filemanager mode) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kfile-plugins portname: misc/kicker-applets description: Additional applets for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kicker-applets portname: misc/knewsticker-scripts description: Additional scripts for KNewsTicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=knewsticker-scripts portname: misc/konq-plugins description: Additional plugins and features for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=konq-plugins portname: misc/ksig description: Signature randomiser, available standalone or as a plugin within KMail maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=ksig portname: misc/kwatch description: KDE/Qt log file viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kwatch portname: misc/renamedlgplugins description: Plugins for Konqueror's rename dialog maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=renamedlgplugins portname: multimedia/grpplaylist description: A playlist for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=grpplaylist portname: multimedia/kdemultimedia3 description: Multimedia utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/kdemultimedia-3.5.10_7.log (Apr 4 13:49:08 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kdemultimedia3 portname: multimedia/kmenc15 description: KDE advanced MEncoder frontend, ala, VirtualDub maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmenc15 portname: multimedia/kmplayer description: KDE frontend to MPlayer, Xine, GStreamer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmplayer portname: multimedia/konverter description: KDE MEncoder frontend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=konverter portname: multimedia/kplayer description: Movie player based on mplayer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kplayer portname: multimedia/mandvd description: DVD authoring and slideshow tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mandvd portname: multimedia/noatun-plugins description: Various plugins for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=noatun-plugins portname: multimedia/subtitlecomposer description: Subtitle editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=subtitlecomposer portname: multimedia/transkode description: A KDE/Qt based frontend for various audio transcoding tools maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=transkode portname: multimedia/xine_artsplugin description: Xine-based multimedia backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xine_artsplugin portname: net-im/eva description: QQ IM Client for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=eva portname: net-im/gajim-devel description: Gajim is a Jabber client based on a plugin system maintainer: ports@FreeBSD.org deprecated because: This port is outdated for two years, no distfile available. Please use net-im/gajim instead expiration date: 2013-04-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=gajim-devel portname: net-im/kmerlin description: An IM (Instant Messenger) KDE client for the Microsoft MSN Network maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kmerlin portname: net-im/konverse description: KDE Jabber Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=konverse portname: net-im/kopete description: KDE multi-protocol instant messenger (IM) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kopete portname: net-p2p/kmldonkey description: KDE integration for MLDonkey eDonkey P2P client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=kmldonkey portname: net-p2p/ktorrent2 description: BitTorrent client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=ktorrent2 portname: net-p2p/qtella description: A Gnutella client using Qt maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=qtella portname: net/cphone description: H323 Video Conferencing Program which uses QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cphone portname: net/kdenetwork3 description: Network-related programs and modules for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kdenetwork3 portname: net/knemo description: Network monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=knemo portname: net/kphone description: A voice over internet phone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kphone portname: net/lanbrowsing description: Lanbrowsing facility and backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=lanbrowsing portname: net/pppload description: Display the current throughput of a network device in a window maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppload portname: polish/kde3-i18n description: Polish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=polish&portname=kde3-i18n portname: ports-mgmt/qtpkg description: A Qt based package removal tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=qtpkg portname: portuguese/kde3-i18n description: Portuguese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n portname: portuguese/kde3-i18n-pt_BR description: Brazilian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n-pt_BR portname: print/kcdlabel description: Create covers, labels, and booklets for your CD cases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kcdlabel portname: print/mapagi description: Pagination utility that prints your images/comics in 'in folio' format maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=mapagi portname: russian/kde3-i18n description: Russian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=kde3-i18n portname: russian/ksocrat description: KSocrat is the simple English/Russian Russian/English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=ksocrat portname: science/kmovisto description: A real 3-D molecule viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kmovisto portname: science/kst description: Data viewing program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kst portname: security/qtfw description: A GUI frontend for ipfw utility in FreeBSD maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=qtfw portname: sysutils/kcpuload description: CPU meter for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kcpuload portname: sysutils/kdeadmin3 description: KDE applications related to system administration maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdeadmin3 portname: sysutils/kdirstat description: A small KDE utility that sums up disk usage for directory trees maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdirstat portname: sysutils/kkeyled description: Panel applet to display the keyboard's LED states maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kkeyled portname: sysutils/klaptopdaemon description: APM monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klaptopdaemon portname: sysutils/klineakconfig description: Configure lineakd through a KDE interface maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klineakconfig portname: sysutils/kmilo description: Enables special keys on custom keyboards maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kmilo portname: sysutils/kshutdown description: Advanced shutdown utility for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kshutdown portname: sysutils/ksynaptics description: KDE control center module for Synaptics touchpads maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ksynaptics portname: sysutils/lineak-kdeplugins description: KDE plugins for lineakd maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=lineak-kdeplugins portname: sysutils/pwg description: A small tool to generate secure, random passwords maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=pwg portname: sysutils/sge62 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sge-6.2.2.1_3.log (Mar 14 02:20:26 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge62 portname: textproc/kbedic description: An English-Bulgarian-English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=kbedic portname: textproc/linux-xerces-c2 description: Validating XML parser from the Apache XML Project (linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-xerces-c2 portname: textproc/skim description: An input method platform based on SCIM library and KDE/QT maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/xxdiff description: QT interface to view/merge differences between 2 or 3 files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xxdiff portname: ukrainian/kde3-i18n description: Ukrainian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ukrainian&portname=kde3-i18n portname: vietnamese/kde3-i18n description: Vietnamese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=kde3-i18n portname: www/kdewebdev description: Comprehensive html/website development environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kdewebdev portname: x11-clocks/kdetoys3 description: Small applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=kdetoys3 portname: x11-drivers/xf86-video-radeonhd-devel description: X.Org ati RadeonHD display driver development version maintainer: ports@FreeBSD.org deprecated because: Unsupported devel version expiration date: 2013-04-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-radeonhd-devel portname: x11-fm/dolphin description: File manager for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=dolphin portname: x11-themes/baghira description: An Aqua like window decoration and widget style for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=baghira portname: x11-themes/kdeartwork3 description: Additional themes, sounds, wallpapers and window styles for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdeartwork3 portname: x11-themes/kdmtheme description: KDM Theme Manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdmtheme portname: x11-themes/qnxstyle description: A QNX style/theme for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qnxstyle portname: x11-themes/qt-bluecurve-theme description: The Bluecurve QT theme maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qt-bluecurve-theme portname: x11-toolkits/py-qt description: Python bindings for the Qt toolkit maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-qt portname: x11-toolkits/qscintilla description: QT port of the Scintilla C++ editor class maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qscintilla portname: x11-toolkits/qt33 description: Multiplatform C++ application framework maintainer: ports@FreeBSD.org deprecated because: No upstream activity since 2008; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qt33 portname: x11-toolkits/qwt4 description: Qwt widget library for technical purposes (old version) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qwt4 portname: x11-wm/bbconf description: Configurator for the Blackbox window manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=bbconf portname: x11-wm/kompmgr description: Utility needed to enable XComposite support in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=kompmgr portname: x11-wm/libdockapp description: Standard library for Window Maker dock apps maintainer: ports@FreeBSD.org deprecated because: Abandonware, upstream disappeared expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=libdockapp portname: x11/kde-lite description: The FreeBSD release "meta-port" for (a subset of) KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde-lite portname: x11/kde3 description: The "meta-port" for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde3 portname: x11/kdebase3 description: Basic applications for the KDE system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdebase3 portname: x11/kdelibs3 description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3 portname: x11/kdelibs3-nocups description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/kdelibs-nocups-3.5.10_13.log (Mar 14 02:42:48 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3-nocups portname: x11/xscreensaver-kde description: Support for xscreensaver blankers in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=xscreensaver-kde From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 08:30:34 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 965E7E0C for ; Sun, 7 Apr 2013 08:30:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 834BF1E1A for ; Sun, 7 Apr 2013 08:30:34 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r378UYEX095246 for ; Sun, 7 Apr 2013 08:30:34 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 7 Apr 2013 08:30:34 GMT Message-Id: <201304070830.r378UYEX095246@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 08:30:34 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: accessibility/kdeaccessibility description: Accessibility applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=kdeaccessibility portname: accessibility/linux-atk description: Accessibility Toolkit, Linux/i386 binary maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=linux-atk portname: arabic/kde3-i18n description: Arabic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=arabic&portname=kde3-i18n portname: archivers/kio_p7zip description: Kioslave for KDE to handle 7zip files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=kio_p7zip portname: archivers/linux-ucl description: RPM of UCL, a lossless data compression library maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=linux-ucl portname: archivers/linux-upx description: RPM of UPX, a high-performance executable packer maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=linux-upx portname: archivers/php52-bz2 description: The bz2 shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=php52-bz2 portname: archivers/php52-zip description: The zip shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=php52-zip portname: archivers/php52-zlib description: The zlib shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=php52-zlib portname: archivers/ruby-bz2 description: Ruby extension to use libbz2 maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=ruby-bz2 portname: astro/orsa description: Orbit Reconstruction, Simulation, and Analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=orsa portname: audio/amarok description: Media player for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok portname: audio/amarok-fs description: Full screen application for Amarok maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok-fs portname: audio/arts description: Audio system for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=arts portname: audio/cheesetracker description: Impulse Tracker clone maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=cheesetracker portname: audio/ermixer description: Command-line, ncurses, and (optional) Qt-GUI OSS audio mixer maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ermixer portname: audio/hydrogen description: An advanced drum machine maintainer: devel@stasyan.com status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=hydrogen portname: audio/icecast description: Streaming mp3 audio server maintainer: c.petrik.sosa@gmail.com deprecated because: Unmaintained upstream since 2004. Use audio/icecast2 instead expiration date: 2013-04-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=icecast portname: audio/k3bmonkeyaudioplugin description: K3b plugin for Monkey's Audio files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=k3bmonkeyaudioplugin portname: audio/kid3 description: MP3/Ogg/FLAC tag editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kid3 portname: audio/kirocker description: Kicker applet for displaying Amarok info maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kirocker portname: audio/linux-alsa-lib description: The Advanced Linux Sound Architecture libraries maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-alsa-lib portname: audio/linux-arts description: Audio system for the KDE integrated X11 desktop (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-arts portname: audio/linux-esound description: RPM of esound maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-esound portname: audio/linux-freealut description: Free implementation of OpenAL ALUT standard (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-freealut portname: audio/linux-libaudiofile description: RPM of audiofile maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libaudiofile portname: audio/linux-libmad description: Libmad library (part of MAD project) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libmad portname: audio/linux-libogg description: Ogg bitstream library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libogg portname: audio/linux-libvorbis description: Audio compression codec library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libvorbis portname: audio/linux-mikmod description: MikMod Sound Library (Linux version) maintainer: mva@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-mikmod portname: audio/linux-nas-libs description: Runtime libraries for NAS (Linux Fedora Core 4) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-nas-libs portname: audio/linux-openal description: 3D positional spatialized sound library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-openal portname: audio/linux-sdl_mixer description: A sample multi-channel audio mixer library (Linux version) maintainer: mva@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-sdl_mixer portname: audio/lplayer description: Qt program to queue lots of MP3s for random XMMS play maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=lplayer portname: audio/madman description: Advanced digital music manager maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=madman portname: audio/mpeglib_artsplug description: Legacy KDE audio backend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mpeglib_artsplug portname: audio/prokyon3 description: Multithreaded music manager and tag editor maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=prokyon3 portname: audio/ruby-vorbisfile description: A Ruby extension wrapping libvorbisfile maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-vorbisfile portname: audio/ruby-xmms description: XMMS bindings for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-xmms portname: audio/xmms-kde description: Integrates XMMS into the KDE3 Panel maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-kde portname: audio/yammi description: Qt-based music manager with fuzzy search feature maintainer: ports@FreeBSD.org deprecated because: Depends on Qt3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=yammi portname: cad/vipec description: Analyze high frequency, linear electrical networks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=vipec portname: chinese/cxterm description: An xterm that speaks Chinese maintainer: sunrychen@gmail.com status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=cxterm portname: chinese/kde3-i18n-zh_CN description: Simplified Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_CN portname: chinese/kde3-i18n-zh_TW description: Traditional Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_TW portname: comms/qfaxreader description: Mono/color multipage tiff/fax files visualisation/printing utility maintainer: itetcu@FreeBSD.org deprecated because: No activity upstream since 2006; uses QT3 expiration date: 2013-06-30 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/qfaxreader-0.3.1_7.log (Mar 14 00:23:09 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=qfaxreader portname: converters/ktextdecode description: The simple text conversion utility for KDE 3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=ktextdecode portname: converters/php52-iconv description: The iconv shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=php52-iconv portname: converters/php52-mbstring description: The mbstring shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=php52-mbstring portname: converters/php52-recode description: The recode shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=php52-recode portname: databases/kmysqladmin description: A graphical frontend for administration of MySQL servers maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=kmysqladmin portname: databases/knoda description: Database frontend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=knoda portname: databases/mysql41-client description: Multithreaded SQL database (client) maintainer: ale@FreeBSD.org deprecated because: Unsupported upstream, no distfile expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql41-client portname: databases/mysql41-scripts description: Multithreaded SQL database (scripts) maintainer: ale@FreeBSD.org deprecated because: Unsupported upstream, no distfile expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql41-scripts portname: databases/mysql41-server description: Multithreaded SQL database (server) maintainer: ale@FreeBSD.org deprecated because: Unsupported upstream, no distfile expiration date: 2013-03-31 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/mysql-server-4.1.25.log (Apr 4 13:41:32 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql41-server portname: databases/php-sqlite3 description: A port for the PHP sqlite3 extension maintainer: glarkin@FreeBSD.org deprecated because: No upstream development and superseded by databases/php5-sqlite3 and databases/php53-sqlite3 expiration date: 2012-06-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php-sqlite3 portname: databases/php52-dba description: The dba shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-dba portname: databases/php52-dbase description: The dbase shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-dbase portname: databases/php52-interbase description: The interbase shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/php52-interbase-5.2.17_13.log (Apr 4 16:19:19 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-interbase portname: databases/php52-mssql description: The mssql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-mssql portname: databases/php52-mysql description: The mysql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-mysql portname: databases/php52-mysqli description: The mysqli shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-mysqli portname: databases/php52-oci8 description: The oci8 shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/php52-oci8-5.2.17_13.log (Apr 4 19:12:02 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-oci8 portname: databases/php52-odbc description: The odbc shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-odbc portname: databases/php52-pdo description: The pdo shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo portname: databases/php52-pdo_dblib description: The pdo_dblib shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_dblib portname: databases/php52-pdo_firebird description: The pdo_firebird shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/php52-pdo_firebird-5.2.17_13.log (Apr 4 14:33:11 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_firebird portname: databases/php52-pdo_mysql description: The pdo_mysql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_mysql portname: databases/php52-pdo_oci description: The pdo_oci shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_oci portname: databases/php52-pdo_odbc description: The pdo_odbc shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_odbc portname: databases/php52-pdo_pgsql description: The pdo_pgsql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_pgsql portname: databases/php52-pdo_sqlite description: The pdo_sqlite shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_sqlite portname: databases/php52-pgsql description: The pgsql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pgsql portname: databases/php52-rrdtool description: A php 52 rrdtool glue maintainer: ports@FreeBSD.org deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-rrdtool portname: databases/php52-sqlite description: The sqlite shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-sqlite portname: databases/php52-sybase_ct description: The sybase_ct shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-sybase_ct portname: databases/postgresql83-client description: PostgreSQL database (client) maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-client portname: databases/postgresql83-contrib description: The contrib utilities from the PostgreSQL distribution maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-contrib portname: databases/postgresql83-docs description: The PostgreSQL documentation set maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-docs portname: databases/postgresql83-plperl description: Write SQL functions for PostgreSQL using Perl5 maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-plperl portname: databases/postgresql83-plpython description: Module for using Python to write SQL functions maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-plpython portname: databases/postgresql83-pltcl description: A module for using Tcl to write SQL functions maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-pltcl portname: databases/postgresql83-server description: The most advanced open-source database available anywhere maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-server portname: databases/qt-mysql-plugin description: A plugin for QT to connect to MySQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-mysql-plugin portname: databases/qt-odbc-plugin description: A plugin for QT to connect to ODBC-compatible databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-odbc-plugin portname: databases/qt-pgsql-plugin description: A plugin for QT to connect to PostgreSQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-pgsql-plugin portname: databases/qt-sqlite-plugin description: A plugin for QT to connect to SQLite-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-sqlite-plugin portname: databases/ruby-bdb1 description: Ruby interface to Berkeley DB revision 1.8x with full feature support maintainer: jpaetzel@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-bdb1 portname: databases/ruby-interbase description: Ruby interface to Firebird/Interbase library maintainer: skv@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/ruby18-interbase-0.5.2.log (Apr 4 13:36:47 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-interbase portname: deskutils/bookreader description: A KDE twin-panel e-text/e-book viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=bookreader portname: deskutils/dragstack description: Drop stack applet for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=dragstack portname: deskutils/kbirthday description: KDE kicker-applet that reminds you of birthdays and anniversaries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kbirthday portname: deskutils/kchmviewer description: A Qt/KDE viewer for CHM files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kchmviewer portname: deskutils/kdepim3 description: Personal Information Management tools for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdepim3 portname: deskutils/kdissert description: KDE mindmapping tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdissert portname: deskutils/kickpim description: Panel applet for editing and accessing the KDE addressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kickpim portname: deskutils/klipoquery description: Panel applet for web searches using clipboard entries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=klipoquery portname: deskutils/kluje description: A KDE client for the popular online journal site LiveJournal maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kluje portname: deskutils/knowit description: A note manager with tree organization that uses RTF for storage maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=knowit portname: deskutils/kompose description: Full-screen task manager similar to Expose(tm) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kompose portname: deskutils/krefty description: Quick Reference sheets for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krefty portname: deskutils/krss description: KDE Rich Site Summary viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krss portname: deskutils/metabar description: Sidebar plugin for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=metabar portname: deskutils/snotes description: A lightweight, configurable sticky notes utility maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/snotes-1.1.5_6.log (Mar 14 00:23:39 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=snotes portname: deskutils/taskjuggler description: A project management tool for UNIX based operating systems maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=taskjuggler portname: devel/arm-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-binutils portname: devel/arm-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gcc portname: devel/arm-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-rtems-gdb portname: devel/esvn description: GUI frontend for the Subversion revision system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=esvn portname: devel/goffice04 description: GLib/GTK+ set of document centric objects and utilities maintainer: gnome@FreeBSD.org deprecated because: depends on libgsf_gnome which is going away, also no users for this port. expiration date: 2013-04-12 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/goffice-0.4.3_13.log (Apr 4 18:08:05 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=goffice04 portname: devel/goffice06 description: GLib/GTK+ set of document centric objects and utilities maintainer: gnome@FreeBSD.org deprecated because: depends on libgsf-gnome which is going away. expiration date: 2013-04-12 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/goffice-0.6.6_7.log (Mar 14 00:25:47 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=goffice06 portname: devel/goffice1 description: GLib/GTK+ set of document centric objects and utilities maintainer: gnome@FreeBSD.org deprecated because: depends on libgsf_gnome which going away expiration date: 2013-04-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=goffice1 portname: devel/i386-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-binutils portname: devel/i386-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gcc portname: devel/i386-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=i386-rtems-gdb portname: devel/kdesdk3 description: KDE Software Development Kit maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdesdk3 portname: devel/kdevelop description: IDE for a wide variety of programming tasks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdevelop portname: devel/kprof description: A profiling tool for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kprof portname: devel/kscope description: KDE front-end to Cscope maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kscope portname: devel/libgsf-gnome description: A GNOME wrapper for libgsf maintainer: gnome@FreeBSD.org deprecated because: -gnome support in libgsf is dropped in newer versions. expiration date: 2013-04-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libgsf-gnome portname: devel/libusb description: Library giving userland programs access to USB devices maintainer: ports@FreeBSD.org status: IGNORE deprecated because: has been already included into base system expiration date: 2012-04-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libusb portname: devel/linux-allegro description: Cross-platform game programming library (linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-allegro portname: devel/linux-js description: The Linux joystick interface ported to FreeBSD maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linux-libglade description: RPM of libglade maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libglade portname: devel/linux-libglade2 description: RPM of libglade2 maintainer: tut@nhamon.com.ua deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libglade2 portname: devel/linux-libsigc++20 description: Callback Framework for C++ (linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libsigc%2B%2B20 portname: devel/linux-sdl12 description: Cross-platform multi-media development API (linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-sdl12 portname: devel/linuxthreads description: POSIX pthreads implementation using rfork to generate kernel threads maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/m68k-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-binutils portname: devel/m68k-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gcc portname: devel/m68k-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m68k-rtems-gdb portname: devel/mips-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-binutils portname: devel/mips-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-gcc portname: devel/mips-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mips-rtems-gdb portname: devel/p5-Oogly description: A Data validation idea that just might be ideal maintainer: gblach@FreeBSD.org deprecated because: No more public distfiles expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Oogly portname: devel/php52-gettext description: The gettext shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-gettext portname: devel/php52-json description: The json shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-json portname: devel/php52-ncurses description: The ncurses shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-ncurses portname: devel/php52-pcntl description: The pcntl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-pcntl portname: devel/php52-pcre description: The pcre shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-pcre portname: devel/php52-readline description: The readline shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-readline portname: devel/php52-shmop description: The shmop shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-shmop portname: devel/php52-spl description: The spl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-spl portname: devel/php52-sysvmsg description: The sysvmsg shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-sysvmsg portname: devel/php52-sysvsem description: The sysvsem shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-sysvsem portname: devel/php52-sysvshm description: The sysvshm shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-sysvshm portname: devel/php52-tokenizer description: The tokenizer shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-tokenizer portname: devel/powerpc-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-binutils portname: devel/powerpc-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gcc portname: devel/powerpc-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/powerpc-rtems-gdb-7.2.log (Mar 14 00:26:37 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=powerpc-rtems-gdb portname: devel/present description: A library for reading Microsoft PowerPoint(tm) documents maintainer: gnome@FreeBSD.org deprecated because: depends on libgsf_gnome (via goffice1) which going away. expiration date: 2013-04-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=present portname: devel/py-extended_threading description: A library to extend pythons threading library maintainer: ports@FreeBSD.org status: BROKEN deprecated because: checksum mismatch; domain disappeared expiration date: 2013-04-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-extended_threading portname: devel/qsa description: Cross-platform scripting toolkit for Qt applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qsa portname: devel/ros-common description: Robot Operating System - common utilities maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/ros-image_common description: Robot Operating System - common image routines maintainer: ports@FreeBSD.org deprecated because: Depends on devel/ros_common which is broken for more than 6 months expiration date: 2013-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-image_common portname: devel/ros-laser_pipeline description: Robot Operating System - laser data processing utilities maintainer: ports@FreeBSD.org deprecated because: Depends on devel/ros_common which is broken for more than 6 months expiration date: 2013-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-laser_pipeline portname: devel/ruby-fam description: FAM bindings for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-fam portname: devel/ruby-gettext description: A Ruby implementation of the gettext library maintainer: knu@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-gettext portname: devel/ruby-io-reactor description: Ruby module that implements an asynchronous multiplexed IO Reactor maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-io-reactor portname: devel/ruby-jttui description: Textmode User Interface by Jakub Travnik maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-jttui portname: devel/ruby-langscan description: A program analyzer for source code search engine maintainer: tota@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-langscan portname: devel/ruby-mmap description: Ruby interface to manage memory-mapped file objects maintainer: clsung@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-mmap portname: devel/ruby-racc description: An LALR(1) parser generator for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-racc portname: devel/ruby-rcov description: A tool for simple code coverage analysis in Ruby maintainer: clsung@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-rcov portname: devel/ruby-rudl description: A high level library to use SDL from Ruby maintainer: erik@bz.bzflag.bz deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-rudl portname: devel/ruby-slang description: S-Lang extension module for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-slang portname: devel/ruby-subversion description: Ruby bindings for version control system maintainer: lev@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-subversion portname: devel/ruby-sysvipc description: Ruby interface to use System V IPC system calls maintainer: clsung@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-sysvipc portname: devel/rubygem-getopt-declare description: Declaratively Expressed Command-Line Arguments via Regular Expressions maintainer: romain@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-getopt-declare portname: devel/rubygem-io-like description: The interface of IO objects to classes providing a few simple methods maintainer: tota@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-io-like portname: devel/rubygem-linecache description: Caches(Ruby source) Files as Might Be Used in a Debugger maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-linecache portname: devel/rubygem-ncurses description: Wrapper to the ncurses library maintainer: freebsdports@chillibear.com deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-ncurses portname: devel/rubygem-parsetree description: Ruby parse tree tools maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-parsetree portname: devel/rubygem-rparsec description: Recursive descent parser combinator framework for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-rparsec portname: devel/rubygem-sdl description: Ruby extension library to use SDL library maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-sdl portname: devel/rubygem-zoom description: A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM) maintainer: ports@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-zoom portname: devel/sh-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-binutils portname: devel/sh-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gcc portname: devel/sh-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sh-rtems-gdb-7.2.log (Mar 14 00:27:40 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sh-rtems-gdb portname: devel/sparc-rtems-binutils description: GNU binutils port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-binutils portname: devel/sparc-rtems-gcc description: GNU gcc for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gcc portname: devel/sparc-rtems-gdb description: GNU gdb port for cross-target development maintainer: ports@FreeBSD.org status: BROKEN deprecated because: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 expiration date: 2013-06-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sparc-rtems-gdb-7.2.log (Mar 14 00:27:23 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sparc-rtems-gdb portname: dns/bind-tools description: Command line tools from BIND: dig, host, and nslookup maintainer: erwin@FreeBSD.org deprecated because: No longer supported by ISC, use Bind 9.8 or 9.9 expiration date: 2013-04-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=bind-tools portname: dns/bind96 description: BIND DNS suite with updated DNSSEC and threads maintainer: erwin@FreeBSD.org deprecated because: EOL in June 2013, consider moving to Bind 9.8 or 9.9 expiration date: 2013-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=bind96 portname: dns/bind97 description: BIND DNS suite with updated DNSSEC and threads maintainer: erwin@FreeBSD.org deprecated because: No longer supported by ISC, use Bind 9.8 or 9.9 expiration date: 2013-04-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=bind97 portname: dns/bind97-sdb description: BIND DNS suite with updated DNSSEC and threads maintainer: erwin@FreeBSD.org deprecated because: No longer supported by ISC, use Bind 9.8 or 9.9 expiration date: 2013-04-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=bind97-sdb portname: editors/f4l description: An open source development environment for Macromedia Flash maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=f4l portname: editors/kate-plugins description: Additional plugins and features for kate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kate-plugins portname: editors/kile description: A LaTeX source editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kile portname: editors/pdfedit description: Free editor for manipulating PDF documents (QT3 GUI and CLI) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/pdfedit-0.4.5_2.log (Mar 14 00:28:26 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=pdfedit portname: editors/semi-xemacs21-mule description: SEMI, Library of MIME feature for GNU Emacs for xemacs21-mule maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=semi-xemacs21-mule portname: emulators/linux-libaio description: Linux-native asynchronous I/O access library, Linux binary maintainer: numisemis@yahoo.com deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux-libaio portname: emulators/linux_base-fc4 description: Base set of packages needed in Linux mode (for i386/amd64) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/linux_base-fc-4_16.log (Mar 14 00:29:36 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-fc4 portname: finance/eqonomize-kde3 description: A personal accounting software package maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=eqonomize-kde3 portname: finance/kexchange description: KDE currency converter maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kexchange portname: finance/khacc description: Simple KDE-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=khacc portname: finance/kmymoney2 description: KDE-based personal finance assistant maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kmymoney2 portname: finance/qhacc description: Simple QT-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qhacc portname: finance/qtstalker description: Commodity and stock market charting and technical analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qtstalker portname: french/kde3-i18n description: French messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=kde3-i18n portname: ftp/kasablanca description: Graphical ftp client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kasablanca portname: ftp/kbear description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kbear portname: ftp/kftpgrabber description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kftpgrabber portname: ftp/kpum description: KDE pureftpd user manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kpum portname: ftp/linux-curl description: Curl linux version maintainer: acm@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=linux-curl portname: ftp/php52-curl description: The curl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=php52-curl portname: ftp/php52-ftp description: The ftp shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=php52-ftp portname: games/atlantikdesigner description: Editor for Atlantik maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=atlantikdesigner portname: games/blackjack description: One of the better implementations of blackjack, based on QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=blackjack portname: games/easysok description: A sokoban game for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=easysok portname: games/ggz-kde-client description: The GGZ Gaming Zone - KDE Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ggz-kde-client portname: games/kamikaze description: Multiplayer bomberman-style game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kamikaze portname: games/kbilliards description: Funny billiards simulator game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/kdegames3 description: Games for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kdegames3 portname: games/kfreerings description: A small puzzle game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kfreerings portname: games/kmastermind description: Mastermind game designed for K Desktop Environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kmastermind portname: games/knights description: A KDE chess interface (gnuchess/crafty) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=knights portname: games/kpicframer description: KDE card game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpicframer portname: games/kpictorial description: Little logical game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpictorial portname: games/kpuzzle description: Jigsaw puzzle game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpuzzle portname: games/ktritoc description: A Tic-tac-toe like boardgame maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ktritoc portname: games/kwappen description: KDE board game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kwappen portname: games/q15 description: A Qt-based game fifteen maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=q15 portname: games/qgo description: A Go board and SGF editor written with the Qt library maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qgo portname: games/qnetchess description: Qt based chess multiplayer game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qnetchess portname: games/ruby-exmars description: Ruby interface to the exMARS Memory Array Redcode Simulator maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ruby-exmars portname: games/spacehulk description: Science-fiction board game in the world of Warhammer 40000 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=spacehulk portname: games/taxipilot description: A Spacetaxi clone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=taxipilot portname: german/kde3-i18n description: German messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kde3-i18n portname: german/kheisereg description: KDE utility to search within the Heise Register maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kheisereg portname: graphics/albumshaper description: Drag-n-drop hierarchal photo album creation maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=albumshaper portname: graphics/divxcalc description: DivX Calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=divxcalc portname: graphics/ecg2png description: Converts scanned 12-lead electrocardiograms into PNGs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ecg2png portname: graphics/flip description: Load a sequence of TIFF files and play them back at a target frame rate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=flip portname: graphics/gwenview description: An image viewer and browser for the KDE environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gwenview portname: graphics/kalbum description: Create albums from a collection of images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kalbum portname: graphics/kamera description: Digital camera support for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kamera portname: graphics/kbarcode description: A barcode and label printing application for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kbarcode portname: graphics/kdegraphics3 description: Graphics utilities for the KDE3 integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kdegraphics3 portname: graphics/kisomandel description: Fractal rendering program with nice 3D-display in realtime maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kisomandel portname: graphics/kooka description: Raster image scan program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kooka portname: graphics/kuickshow description: KDE image viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kuickshow portname: graphics/linux-cairo description: Linux cairo binary maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-cairo portname: graphics/linux-gdk-pixbuf description: Linux version of the graphic library for GTK+ maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-gdk-pixbuf portname: graphics/linux-imlib description: RPM of imlib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-imlib portname: graphics/linux-jpeg description: RPM of the JPEG lib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-jpeg portname: graphics/linux-libGLU description: OpenGL utility library (Linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-libGLU portname: graphics/linux-libmng description: RPM of libmng maintainer: michael@ranner.eu deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-libmng portname: graphics/linux-png description: RPM of the PNG lib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-png portname: graphics/linux-png10 description: RPM of the PNG lib (old 1.0 version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-png10 portname: graphics/linux-sdl_image description: A simple library to load images as SDL interfaces (linux version) maintainer: nivit@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-sdl_image portname: graphics/linux-tiff description: TIFF library, Linux/i386 binary maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff portname: graphics/linux-ungif description: RPM of the ungif lib maintainer: maho@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-ungif portname: graphics/ocaml-images description: Objective Caml image processing library maintainer: michael.grunewald@laposte.net status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ocaml-images portname: graphics/php52-exif description: The exif shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=php52-exif portname: graphics/php52-gd description: The gd shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=php52-gd portname: graphics/php52-ming description: The ming shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=php52-ming portname: graphics/potracegui description: GUI for potrace, a program for tracing bitmap images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=potracegui portname: graphics/ruby-opengl description: OpenGL/GLU/GLUT interface modules for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-opengl portname: graphics/ruby-pgplot description: A Ruby interface to PGPLOT graphics library maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-pgplot portname: graphics/rubygem-objectdetect description: A simple library for detecting objects in pictures maintainer: tota@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130404101655.pointyhat/rubygem-objectdetect-0.0.3_5.log (Apr 4 16:00:10 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=rubygem-objectdetect portname: graphics/rubygem-turing description: Easy to use and customize/extend implementation of captcha maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=rubygem-turing portname: graphics/xenomorph description: An image filter system based on volterra and morphologic filters maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xenomorph portname: hebrew/kde3-i18n description: Hebrew messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hebrew&portname=kde3-i18n portname: hungarian/kde3-i18n description: Hungarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hungarian&portname=kde3-i18n portname: irc/kmyirc description: Easy to use IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kmyirc portname: irc/konversation description: User friendly IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=konversation portname: irc/kwirc description: IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kwirc portname: japanese/kde3-i18n description: Japanese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=kde3-i18n portname: japanese/ruby-chasen description: ChaSen module for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-chasen portname: japanese/ruby-eb description: Ruby bind of EB library maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-eb portname: japanese/ruby-ming description: Yet another Ming module for Ruby built with Japanese support maintainer: don@na.rim.or.jp deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-ming portname: japanese/ruby-slang description: S-Lang extension module for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-slang portname: korean/kde3-i18n description: Korean messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=kde3-i18n portname: lang/boo description: A CLI-targeted programming language similar to Python maintainer: mono@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=boo portname: lang/elisp-manual description: Emacs Lisp reference manual maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: lang/klogoturtle description: LOGO Interpreter for the KDE Desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=klogoturtle portname: lang/linux-libg2c description: Fortran 77 compatibility runtime maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=linux-libg2c portname: lang/php52 description: PHP Scripting Language maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=php52 portname: lang/ruby-lua4 description: A Ruby extension to make Lua script language as a class maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby-lua4 portname: lang/tcl83 description: Tool Command Language maintainer: tcltk@FreeBSD.org deprecated because: No longer maintained upstream expiration date: 2013-04-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=tcl83 portname: mail/listmanager description: Fully-featured mailing list manager maintainer: gshapiro@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=listmanager portname: mail/p5-vpopmail description: Perl module to provide access to vpopmail API maintainer: james@now.ie status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-vpopmail portname: mail/php52-imap description: The imap shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=php52-imap portname: math/koctave description: KDEGUI for octave maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=koctave portname: math/petsc-mpich description: Portable, Extensible Toolkit for Scientific computation maintainer: bf@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-07-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=petsc-mpich portname: math/pgcalc description: A powerful scientific skinnable calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=pgcalc portname: math/php52-bcmath description: The bcmath shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=php52-bcmath portname: math/php52-gmp description: The gmp shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=php52-gmp portname: math/qwtplot3d description: A 3D plotting widget for scientific data and mathematical expressions maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=qwtplot3d portname: math/xgfe description: An X11 front-end for Gnuplot maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=xgfe portname: misc/gwenview-i18n description: Localized messages and documentation for Gwenview maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gwenview-i18n portname: misc/k3b-i18n description: Localized messages and documentation for K3b maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=k3b-i18n portname: misc/kaddressbook-plugins description: Plugins for KAddressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kaddressbook-plugins portname: misc/katalog description: CD organizer for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=katalog portname: misc/kbfx description: New K-menu for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kbfx portname: misc/kde3-i18n description: Localized messages and documentation for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n portname: misc/kde3-i18n-af description: Afrikaans localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-af portname: misc/kde3-i18n-az description: Azerbaijani messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-az portname: misc/kde3-i18n-be description: Belarusian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-be portname: misc/kde3-i18n-bg description: Bulgarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bg portname: misc/kde3-i18n-bn description: Bengali messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bn portname: misc/kde3-i18n-br description: Breton messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-br portname: misc/kde3-i18n-bs description: Bosnian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bs portname: misc/kde3-i18n-ca description: Catalan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ca portname: misc/kde3-i18n-cs description: Czech messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cs portname: misc/kde3-i18n-csb description: Cassubian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-csb portname: misc/kde3-i18n-cy description: Welsh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cy portname: misc/kde3-i18n-da description: Danish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-da portname: misc/kde3-i18n-el description: Modern Greek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-el portname: misc/kde3-i18n-en_GB description: British messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-en_GB portname: misc/kde3-i18n-eo description: Esperanto messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eo portname: misc/kde3-i18n-es description: Spanish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-es portname: misc/kde3-i18n-et description: Estonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-et portname: misc/kde3-i18n-eu description: Basque messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eu portname: misc/kde3-i18n-fa description: Persian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fa portname: misc/kde3-i18n-fi description: Finnish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fi portname: misc/kde3-i18n-fy description: Frisian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fy portname: misc/kde3-i18n-ga description: Irish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ga portname: misc/kde3-i18n-gl description: Gallegan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-gl portname: misc/kde3-i18n-hi description: Hindi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hi portname: misc/kde3-i18n-hr description: Croatian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hr portname: misc/kde3-i18n-is description: Icelandic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-is portname: misc/kde3-i18n-it description: Italian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-it portname: misc/kde3-i18n-kk description: Kazakh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-kk portname: misc/kde3-i18n-km description: Khmer messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-km portname: misc/kde3-i18n-lt description: Lithuanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lt portname: misc/kde3-i18n-lv description: Latvian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lv portname: misc/kde3-i18n-mk description: Macedonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mk portname: misc/kde3-i18n-mn description: Mongolian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mn portname: misc/kde3-i18n-ms description: Malay messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ms portname: misc/kde3-i18n-nb description: Norwegian Bokmaal messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nb portname: misc/kde3-i18n-nds description: Low German localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nds portname: misc/kde3-i18n-nl description: Dutch messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nl portname: misc/kde3-i18n-nn description: Norwegian Nynorsk messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nn portname: misc/kde3-i18n-pa description: Panjabi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-pa portname: misc/kde3-i18n-ro description: Romanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ro portname: misc/kde3-i18n-rw description: Kinyarwanda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-rw portname: misc/kde3-i18n-se description: Northern Sami messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-se portname: misc/kde3-i18n-sk description: Slovak messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sk portname: misc/kde3-i18n-sl description: Slovenian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sl portname: misc/kde3-i18n-sr description: Serbian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr portname: misc/kde3-i18n-sr_Latn description: Serbian (latin alphabet) messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr_Latn portname: misc/kde3-i18n-ss description: Swati messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ss portname: misc/kde3-i18n-sv description: Swedish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sv portname: misc/kde3-i18n-ta description: Tamil messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ta portname: misc/kde3-i18n-te description: Telugu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-te portname: misc/kde3-i18n-tg description: Tajik messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tg portname: misc/kde3-i18n-th description: Thai messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-th portname: misc/kde3-i18n-tr description: Turkish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tr portname: misc/kde3-i18n-uz description: Uzbek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-uz portname: misc/kde3-i18n-ven description: Venda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ven portname: misc/kde3-i18n-wa description: Walloon messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-wa portname: misc/kde3-i18n-xh description: Xhosa messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-xh portname: misc/kde3-i18n-zu description: Zulu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-zu portname: misc/kdeaddons3 description: Additional plugins and scripts for some KDE applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeaddons3 portname: misc/kdeedu3 description: Collection of entertaining, educational programs for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeedu3 portname: misc/kdeutils3 description: Utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeutils3 portname: misc/kfile-plugins description: Plugins for Konqueror (in filemanager mode) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kfile-plugins portname: misc/kicker-applets description: Additional applets for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kicker-applets portname: misc/knewsticker-scripts description: Additional scripts for KNewsTicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=knewsticker-scripts portname: misc/konq-plugins description: Additional plugins and features for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=konq-plugins portname: misc/ksig description: Signature randomiser, available standalone or as a plugin within KMail maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=ksig portname: misc/kwatch description: KDE/Qt log file viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kwatch portname: misc/php52-calendar description: The calendar shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=php52-calendar portname: misc/renamedlgplugins description: Plugins for Konqueror's rename dialog maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=renamedlgplugins portname: misc/rubygem-ohcount description: Ohcount is the source code line counter that powers Ohloh maintainer: eg@fbsd.lt deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=rubygem-ohcount portname: multimedia/grpplaylist description: A playlist for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=grpplaylist portname: multimedia/kdemultimedia3 description: Multimedia utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20130404090506.pointyhat/kdemultimedia-3.5.10_7.log (Apr 4 13:49:08 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kdemultimedia3 portname: multimedia/kmenc15 description: KDE advanced MEncoder frontend, ala, VirtualDub maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmenc15 portname: multimedia/kmplayer description: KDE frontend to MPlayer, Xine, GStreamer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmplayer portname: multimedia/konverter description: KDE MEncoder frontend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=konverter portname: multimedia/kplayer description: Movie player based on mplayer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kplayer portname: multimedia/linux-libtheora description: Video codec maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-libtheora portname: multimedia/mandvd description: DVD authoring and slideshow tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mandvd portname: multimedia/noatun-plugins description: Various plugins for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=noatun-plugins portname: multimedia/p5-Video-Info description: Retrieve video properties such as: height width codec fps maintainer: perl@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-Video-Info portname: multimedia/ruby-flvtool2 description: Manipulation tool for Macromedia Flash Video files maintainer: gslin@gslin.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=ruby-flvtool2 portname: multimedia/subtitlecomposer description: Subtitle editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=subtitlecomposer portname: multimedia/transkode description: A KDE/Qt based frontend for various audio transcoding tools maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=transkode portname: multimedia/xine_artsplugin description: Xine-based multimedia backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xine_artsplugin portname: net-im/eva description: QQ IM Client for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=eva portname: net-im/gajim-devel description: Gajim is a Jabber client based on a plugin system maintainer: ports@FreeBSD.org deprecated because: This port is outdated for two years, no distfile available. Please use net-im/gajim instead expiration date: 2013-04-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=gajim-devel portname: net-im/kmerlin description: An IM (Instant Messenger) KDE client for the Microsoft MSN Network maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kmerlin portname: net-im/konverse description: KDE Jabber Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=konverse portname: net-im/kopete description: KDE multi-protocol instant messenger (IM) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kopete portname: net-im/rubygem-termtter description: Terminal based Twitter client maintainer: dhn@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=rubygem-termtter portname: net-im/rubygem-xmpp4r description: XMPP/Jabber library for Ruby maintainer: miwi@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=rubygem-xmpp4r portname: net-mgmt/nettop description: A program which looks like top, but is for network packets maintainer: leeym@FreeBSD.org deprecated because: Dead upstream expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nettop portname: net-mgmt/php52-snmp description: The snmp shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=php52-snmp portname: net-p2p/kmldonkey description: KDE integration for MLDonkey eDonkey P2P client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=kmldonkey portname: net-p2p/ktorrent2 description: BitTorrent client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=ktorrent2 portname: net-p2p/moodriver description: C++ museekd client library maintainer: novel@FreeBSD.org status: BROKEN deprecated because: Not supported by upstream, master site is down expiration date: 2013-04-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=moodriver portname: net-p2p/qtella description: A Gnutella client using Qt maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=qtella portname: net/cphone description: H323 Video Conferencing Program which uses QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cphone portname: net/kdenetwork3 description: Network-related programs and modules for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kdenetwork3 portname: net/knemo description: Network monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=knemo portname: net/kphone description: A voice over internet phone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kphone portname: net/lanbrowsing description: Lanbrowsing facility and backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=lanbrowsing portname: net/p5-Gopher-Server description: Backend for Gopher Servers maintainer: toni.viemero@iki.fi deprecated because: Depends on p5-Net-Gopher which is deprecated and expired expiration date: 2013-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=p5-Gopher-Server portname: net/p5-Net-Gopher description: Net::Gopher is the Perl Gopher/Gopher+ API maintainer: toni.viemero@iki.fi deprecated because: gone from CPAN expiration date: 2012-04-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=p5-Net-Gopher portname: net/php52-ldap description: The ldap shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-ldap portname: net/php52-soap description: The soap shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-soap portname: net/php52-sockets description: The sockets shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-sockets portname: net/php52-xmlrpc description: The xmlrpc shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-xmlrpc portname: net/pppload description: Display the current throughput of a network device in a window maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppload portname: net/samba34 description: A free SMB and CIFS client and server for UNIX maintainer: timur@FreeBSD.org deprecated because: Unmaintained by upstream expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/samba34-3.4.17.log (Mar 14 01:35:46 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=samba34 portname: polish/kde3-i18n description: Polish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=polish&portname=kde3-i18n portname: ports-mgmt/qtpkg description: A Qt based package removal tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=qtpkg portname: portuguese/kde3-i18n description: Portuguese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n portname: portuguese/kde3-i18n-pt_BR description: Brazilian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n-pt_BR portname: print/kcdlabel description: Create covers, labels, and booklets for your CD cases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kcdlabel portname: print/mapagi description: Pagination utility that prints your images/comics in 'in folio' format maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=mapagi portname: russian/kde3-i18n description: Russian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=kde3-i18n portname: russian/ksocrat description: KSocrat is the simple English/Russian Russian/English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=ksocrat portname: science/gsystem description: A multi-user virtual reality evolution and life simulation framework maintainer: raphael-langerhorst@gmx.at deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=gsystem portname: science/kmovisto description: A real 3-D molecule viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kmovisto portname: science/kst description: Data viewing program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kst portname: security/fwtk description: Toolkit used for building firewalls based on proxy services maintainer: pirzyk@FreeBSD.org status: BROKEN deprecated because: expiration date: 2012-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fwtk portname: security/linux-openssl description: SSL and crypto library (Linux Version) maintainer: acm@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=linux-openssl portname: security/openvpn20 description: Secure IP/Ethernet tunnel daemon maintainer: mandree@FreeBSD.org deprecated because: Please migrate to a newer OpenVPN version expiration date: 2013-07-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openvpn20 portname: security/php52-filter description: The filter shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-filter portname: security/php52-hash description: The hash shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-hash portname: security/php52-mcrypt description: The mcrypt shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-mcrypt portname: security/php52-mhash description: The mhash shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-mhash portname: security/php52-openssl description: The openssl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-openssl portname: security/qtfw description: A GUI frontend for ipfw utility in FreeBSD maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=qtfw portname: security/ruby-acl description: Ruby module to provide Access Control List checks maintainer: ufo@februality.com deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ruby-acl portname: security/ruby-tcpwrap description: TCP wrappers library for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ruby-tcpwrap portname: sysutils/googlog description: Simple tool to search inside your syslog files maintainer: eadler@FreeBSD.org deprecated because: no upstream project expiration date: 2013-08-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=googlog portname: sysutils/grub description: GRand Unified Bootloader maintainer: sem@FreeBSD.org status: BROKEN deprecated because: expiration date: 2012-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=grub portname: sysutils/kcpuload description: CPU meter for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kcpuload portname: sysutils/kdeadmin3 description: KDE applications related to system administration maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdeadmin3 portname: sysutils/kdirstat description: A small KDE utility that sums up disk usage for directory trees maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdirstat portname: sysutils/kkeyled description: Panel applet to display the keyboard's LED states maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kkeyled portname: sysutils/klaptopdaemon description: APM monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klaptopdaemon portname: sysutils/klineakconfig description: Configure lineakd through a KDE interface maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klineakconfig portname: sysutils/kmilo description: Enables special keys on custom keyboards maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kmilo portname: sysutils/kshutdown description: Advanced shutdown utility for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kshutdown portname: sysutils/ksynaptics description: KDE control center module for Synaptics touchpads maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ksynaptics portname: sysutils/lineak-kdeplugins description: KDE plugins for lineakd maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=lineak-kdeplugins portname: sysutils/linux-procps description: Linux psproc binaries maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=linux-procps portname: sysutils/php52-posix description: The posix shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=php52-posix portname: sysutils/pwg description: A small tool to generate secure, random passwords maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=pwg portname: sysutils/rsyslog5 description: Syslogd supporting SQL, TCP and TLS maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5 portname: sysutils/rsyslog5-dbi description: LibDBI output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-dbi portname: sysutils/rsyslog5-gnutls description: GNUTLS module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-gnutls portname: sysutils/rsyslog5-gssapi description: GSS API input/output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-gssapi portname: sysutils/rsyslog5-mysql description: MySQL output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-mysql portname: sysutils/rsyslog5-pgsql description: PostgreSQL output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-pgsql portname: sysutils/rsyslog5-relp description: RELP input/output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-relp portname: sysutils/rsyslog5-rfc3195 description: RFC3195 input support for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-rfc3195 portname: sysutils/rsyslog5-snmp description: SNMP trap sender for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-snmp portname: sysutils/sge62 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/sge-6.2.2.1_3.log (Mar 14 02:20:26 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge62 portname: textproc/kbedic description: An English-Bulgarian-English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=kbedic portname: textproc/linux-aspell description: Spelling checker with better logic than ispell (linux version) maintainer: office@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-aspell portname: textproc/linux-expat description: Linux/i386 binary port of Expat XML-parsing library maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-expat portname: textproc/linux-libxml description: RPM of libxml maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-libxml portname: textproc/linux-libxml2 description: RPM of libxml2 maintainer: tut@nhamon.com.ua deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-libxml2 portname: textproc/linux-scim-gtk description: Smart Common Input Method platform, gtk module, Linux binary maintainer: hrs@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-scim-gtk portname: textproc/linux-scim-libs description: Smart Common Input Method platform, library part, Linux binary maintainer: hrs@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-scim-libs portname: textproc/linux-xerces-c2 description: Validating XML parser from the Apache XML Project (linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-xerces-c2 portname: textproc/p5-KinoSearch description: A Perl search engine library maintainer: vivek@khera.org deprecated because: replaced by textproc/p5-KinoSearch1 expiration date: 2012-05-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-KinoSearch portname: textproc/php52-ctype description: The ctype shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-ctype portname: textproc/php52-dom description: The dom shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-dom portname: textproc/php52-pspell description: The pspell shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-pspell portname: textproc/php52-simplexml description: The simplexml shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-simplexml portname: textproc/php52-wddx description: The wddx shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-wddx portname: textproc/php52-xml description: The xml shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xml portname: textproc/php52-xmlreader description: The xmlreader shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xmlreader portname: textproc/php52-xmlwriter description: The xmlwriter shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xmlwriter portname: textproc/php52-xsl description: The xsl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xsl portname: textproc/romdict description: Dictd database for Eng-Ro dictionary maintainer: itetcu@FreeBSD.org deprecated because: Upstream the project seems dead for years expiration date: 2013-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=romdict portname: textproc/ruby-amrita description: An HTML/XHTML template library for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-amrita portname: textproc/ruby-erbscan description: ERB compiler accelerator maintainer: smatsui@karashi.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-erbscan portname: textproc/ruby-libxml description: A friendly API to libxml for Ruby maintainer: gahr@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-libxml portname: textproc/ruby-sablot description: Ruby interface to the Sablotron XSLT processor maintainer: gahr@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-sablot portname: textproc/ruby-xmlscan-old description: Pure Ruby XML/HTML scanner and XPath processor/compiler modules maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-xmlscan-old portname: textproc/ruby-xslt description: An XSLT processor in pure Ruby maintainer: wenheping@gmail.com deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-xslt portname: textproc/rubygem-ferret description: Ferret is a ruby port of Lucene maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=rubygem-ferret portname: textproc/rubygem-formosa description: A collection of libraries for Taiwanese languages processing maintainer: lukhnos@gmail.com deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/rubygem-formosa-0.2.0.log (Mar 13 23:17:03 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=rubygem-formosa portname: textproc/rubygem-htmltools description: Tools for parsing and manipulating HTML text in Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=rubygem-htmltools portname: textproc/skim description: An input method platform based on SCIM library and KDE/QT maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/xxdiff description: QT interface to view/merge differences between 2 or 3 files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xxdiff portname: ukrainian/kde3-i18n description: Ukrainian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ukrainian&portname=kde3-i18n portname: vietnamese/kde3-i18n description: Vietnamese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=kde3-i18n portname: www/dillo description: A fast, small graphical Web browser built upon GTK+ maintainer: tmseck@FreeBSD.org deprecated because: dillo1 is no longer actively maintained. Please consider using www/dillo2 instead expiration date: 2013-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=dillo portname: www/dillo-i18n description: A fast, small graphical Web browser with support for i18n maintainer: tmseck@FreeBSD.org deprecated because: dillo1 is no longer actively maintained. Please consider using www/dillo2 which has full UTF-8 support expiration date: 2013-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=dillo-i18n portname: www/ilias3 description: Powerful, dynamic, PHP and MySQL based e-learning platform maintainer: wen@FreeBSD.org deprecated because: Obsolete stable release expiration date: 2013-04-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ilias3 portname: www/kdewebdev description: Comprehensive html/website development environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kdewebdev portname: www/linux-flashplugin9 description: Adobe Flash Player NPAPI Plugin maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: Vulnerable, BROKEN for more than six months expiration date: 2013-04-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-flashplugin9 portname: www/p5-Apache-GopherHandler description: Gopher protocol implementation for Apache2 maintainer: toni.viemero@iki.fi deprecated because: Depends on p5-Net-Gopher which is deprecated and expired expiration date: 2013-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-GopherHandler portname: www/p5-Dancer-Plugin-DataFu description: Dancer HTML Form and Grid/Table engine with Input Validation maintainer: gblach@FreeBSD.org deprecated because: No more public distfiles expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Dancer-Plugin-DataFu portname: www/php52-session description: The session shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=php52-session portname: www/php52-tidy description: The tidy shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=php52-tidy portname: www/py-django13 description: High-level Python Web framework maintainer: lwhsu@FreeBSD.org deprecated because: Unsupported version expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=py-django13 portname: www/ruby-nora description: A rich set of Ruby libraries for Web applications maintainer: dhn@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ruby-nora portname: www/rubygem-mongrel description: Fast HTTP 1.1 library and server for Ruby web applications maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-mongrel portname: www/siteatschool description: CMS to manage and maintain a school website maintainer: wenheping@gmail.com deprecated because: Unmaintained upstream expiration date: 2013-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=siteatschool portname: www/squid31 description: HTTP Caching Proxy maintainer: tmseck@FreeBSD.org deprecated because: Squid 3.1 is no longer recommended for new installations. Please use www/squid32 instead expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=squid31 portname: www/typo346 description: The typo3 content management system maintainer: freebsd-ports@charlieroot.de deprecated because: Obsolete stable release expiration date: 2013-04-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=typo346 portname: x11-clocks/kdetoys3 description: Small applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=kdetoys3 portname: x11-drivers/xf86-video-ati613 description: X.Org ati display driver maintainer: x11@FreeBSD.org deprecated because: Old version, use xf86-video-ati instead expiration date: 2013-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-ati613 portname: x11-drivers/xf86-video-radeonhd-devel description: X.Org ati RadeonHD display driver development version maintainer: ports@FreeBSD.org deprecated because: Unsupported devel version expiration date: 2013-04-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-radeonhd-devel portname: x11-fm/dolphin description: File manager for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=dolphin portname: x11-fonts/linux-fontconfig description: Linux/i386 binary of Fontconfig maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=linux-fontconfig portname: x11-themes/baghira description: An Aqua like window decoration and widget style for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=baghira portname: x11-themes/kdeartwork3 description: Additional themes, sounds, wallpapers and window styles for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdeartwork3 portname: x11-themes/kdmtheme description: KDM Theme Manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdmtheme portname: x11-themes/qnxstyle description: A QNX style/theme for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qnxstyle portname: x11-themes/qt-bluecurve-theme description: The Bluecurve QT theme maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qt-bluecurve-theme portname: x11-toolkits/linux-gtk description: RPM of the Gtk lib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-gtk portname: x11-toolkits/linux-gtk2 description: GTK+ library, version 2.X, Linux binary maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-gtk2 portname: x11-toolkits/linux-openmotif description: Motif toolkit Linux libraries maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-openmotif portname: x11-toolkits/linux-pango description: Linux pango binary maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango portname: x11-toolkits/linux-qt33 description: RPM of QT3 maintainer: bsam@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-qt33 portname: x11-toolkits/py-qt description: Python bindings for the Qt toolkit maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-qt portname: x11-toolkits/qscintilla description: QT port of the Scintilla C++ editor class maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qscintilla portname: x11-toolkits/qt33 description: Multiplatform C++ application framework maintainer: ports@FreeBSD.org deprecated because: No upstream activity since 2008; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qt33 portname: x11-toolkits/qwt4 description: Qwt widget library for technical purposes (old version) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qwt4 portname: x11-toolkits/ruby-gtk description: Ruby binding for GTK+ maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9.20130404235647.pointyhat/ruby18-gtk-0.34_4.log (Apr 5 13:40:08 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-gtk portname: x11-toolkits/ruby-tk description: Ruby interface to the Tk widget set maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-tk portname: x11-toolkits/ruby-wx description: Ruby bindings for wxWindows (aka wxWidgets) maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-wx portname: x11-toolkits/tk83 description: Graphical toolkit for TCL maintainer: tcltk@FreeBSD.org deprecated because: No longer maintained upstream expiration date: 2013-04-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tk83 portname: x11-wm/bbconf description: Configurator for the Blackbox window manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=bbconf portname: x11-wm/kompmgr description: Utility needed to enable XComposite support in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=kompmgr portname: x11-wm/libdockapp description: Standard library for Window Maker dock apps maintainer: ports@FreeBSD.org deprecated because: Abandonware, upstream disappeared expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=libdockapp portname: x11/kde-lite description: The FreeBSD release "meta-port" for (a subset of) KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde-lite portname: x11/kde3 description: The "meta-port" for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde3 portname: x11/kdebase3 description: Basic applications for the KDE system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdebase3 portname: x11/kdelibs3 description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3 portname: x11/kdelibs3-nocups description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/kdelibs-nocups-3.5.10_13.log (Mar 14 02:42:48 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3-nocups portname: x11/linux-xorg-libs description: Xorg libraries, linux binaries maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=linux-xorg-libs portname: x11/ruby-gtktrayicon description: Ruby binding for GtkTrayIcon maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=ruby-gtktrayicon portname: x11/xscreensaver-kde description: Support for xscreensaver blankers in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=xscreensaver-kde From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 08:30:37 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF9D6E12 for ; Sun, 7 Apr 2013 08:30:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id B46351E1E for ; Sun, 7 Apr 2013 08:30:37 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r378UbPH095330 for ; Sun, 7 Apr 2013 08:30:37 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 7 Apr 2013 08:30:37 GMT Message-Id: <201304070830.r378UbPH095330@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 08:30:37 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: graphics/linux-tiff forbidden because: Vulnerable since 2004-10-13, http://portaudit.freebsd.org/8816bf3a-7929-11df-bcce-0018f3e2eb82.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff portname: security/sudosh3 forbidden because: Secunia Advisory SA38292, ISS X-Force sudosh-replay-bo (55903), replay() function buffer overflow. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sudosh3 portname: www/linux-flashplugin9 forbidden because: CVE-2010-1297 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-flashplugin9 portname: x11-toolkits/linux-pango forbidden because: Vulnerable since 2009-05-13, http://portaudit.freebsd.org/4b172278-3f46-11de-becb-001cc0377035.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 11:14:56 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 170EA459 for ; Sun, 7 Apr 2013 11:14:56 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id 8FCAD279 for ; Sun, 7 Apr 2013 11:14:55 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.34]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lflzw-1UwVoC2JQo-00pKmQ for ; Sun, 07 Apr 2013 13:14:54 +0200 Received: (qmail invoked by alias); 07 Apr 2013 11:14:54 -0000 Received: from f048199122.adsl.alicedsl.de (EHLO mandree.no-ip.org) [78.48.199.122] by mail.gmx.net (mp034) with SMTP; 07 Apr 2013 13:14:54 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/ZhpRfZSnZQkixptAiQHc3r0qPL+AiVtuVaIt8pi 1iT2LQj+9dXwpb Received: by apollo.emma.line.org (Postfix, from userid 1000) id D0EF423CEAA; Sun, 7 Apr 2013 13:14:52 +0200 (CEST) From: Matthias Andree To: f-ports Subject: Re: devel/git to be static References: <20130407014931.GA46372@holstein.holy.cow> Date: Sun, 07 Apr 2013 13:14:52 +0200 In-Reply-To: <20130407014931.GA46372@holstein.holy.cow> (parv@pair.com's message of "Sat, 6 Apr 2013 15:49:31 -1000") Message-ID: <87li8ubnir.fsf@apollo.emma.line.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 Cc: parv@pair.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 11:14:56 -0000 parv writes: > ( Please do carbon copy me the replies for I am not a ports@ > subscriber. ) > > Hi there, > > Within The Ports, is it possible to compile and install devel/git > (with subversion & Perl support) as (a collection of) static > port? > > The problem that I want to workaround just appeared: I use git > (installed with Perl & subversion support) much; subversion is > currently used only to update FreeBSD ports & src trees. > subversion-1.7.8 was marked to be vulnerable; I thought I could > remove 1.7.8 version, and compile & install a newer version. > > Turned out git had to be de installed also (sans force) before > subversion 1.7.8 could be removed. (Or, if subversion was removed > with force, I would have then needed to do library shuffle to be > able to run git at all.) 1. For updates, use utilities such as portupgrade or portmaster. These will handle the nitty-gritty details of upgrading subversion "underneath" git. 2. You can configure Git to not depend on Subversion, which might, however, remove all relevant functionality. cd /usr/ports/devel/git make config (disable SVN) (save options) make all deinstall install clean and you are set. > I could have lived with older version of subversion support > statically compiled in with git files, (possibly) to be updated > after newer subversion version was installed **successfully**. Would > I need to compile git outside of The Ports to achieve the desired > result? 3. This is probably unnecessary - Git only uses Subversion's Perl bindings, and those are loaded anew each and every time you use git-svn, so updating p5-subversion should suffice. HTH Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 11:54:05 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3A0ADC3E for ; Sun, 7 Apr 2013 11:54:05 +0000 (UTC) (envelope-from marekrud@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id CA8248BA for ; Sun, 7 Apr 2013 11:54:04 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id n15so1934770ead.28 for ; Sun, 07 Apr 2013 04:54:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=ze10B1bP7W3+0RITAq99AGw02j3D+8M/VfLA68jjGGI=; b=QZO+YU5II87fxn+lFUKxgdkJKR7I0K3K/ecuVIILMYO3n9MbJ/65tPjl0zhwEa/iqK m2fUBiXvJMXCADzkQ7LU/9Et3ArM/v2S4cznJUgGmhcgQX6fMGGiSD77bBN61c/AHIb7 4j9hTzKPXX70Hvxs0hexOhzfYaWyw+Q9mNNiCC0oGlCJRvcPzvTUhUG284ZmkrBq0qeV 4+M9d69+fFH39n3ZRrYI5u+W+sVJY5q/1mx4/TqLjhsxuAruTtefY7d/APWQfWeL4Pgc viyTNAdbu6A857F1PeK7zLDR3J/GoNRp7Xow41fsuB0JGmPU4rZ57CMcQXbLORNpJUSE x3tQ== X-Received: by 10.14.215.193 with SMTP id e41mr38076082eep.32.1365335643906; Sun, 07 Apr 2013 04:54:03 -0700 (PDT) Received: from orange (109.125.98.83.dynamic.cablesurf.de. [109.125.98.83]) by mx.google.com with ESMTPS id f47sm25854569eep.13.2013.04.07.04.54.01 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 07 Apr 2013 04:54:02 -0700 (PDT) From: Marek Rudnicki To: freebsd-ports@freebsd.org Subject: texinfo-5.1.20130313_1 conflicts with emacs-24.3,3 User-Agent: Notmuch/0.15.2+52~gb714a80 (http://notmuchmail.org) Emacs/24.3.1 (amd64-portbld-freebsd9.1) Date: Sun, 07 Apr 2013 13:53:43 +0200 Message-ID: <8761zyy2t4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 11:54:05 -0000 Hi all I'm trying to install print/texinfo along with editors/emacs using portmaster and get the following error message: Installing texinfo-5.1.20130313_1...pkg: texinfo-5.1.20130313_1 conflicts with emacs-24.3,3 (installs files into the same place). Problematic file: /usr/local/info/info.info.gz How could I proceed? I have 9.1-RELEASE, up-to-date port tree and `WITH_PKGNG=yes' in /etc/make.conf Best regards Marek Rudnicki From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 13:42:08 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9A7B55AF for ; Sun, 7 Apr 2013 13:42:08 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 56E19D7C for ; Sun, 7 Apr 2013 13:42:08 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r37Dg1eZ037490 for ; Sun, 7 Apr 2013 09:42:01 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r37Dg18s037233; Sun, 7 Apr 2013 09:42:01 -0400 (EDT) (envelope-from portscout) Message-Id: <201304071342.r37Dg18s037233@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 7 Apr 2013 09:42:01 -0400 From: portscout@portscout.freebsd.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 13:42:08 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ net/p5-Daemon-Generic | 0.82 | 0.83 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 14:00:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6F10F897 for ; Sun, 7 Apr 2013 14:00:34 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 36F8CE20 for ; Sun, 7 Apr 2013 14:00:34 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1UOptc-0000e8-Ui for freebsd-ports@freebsd.org; Sun, 07 Apr 2013 14:44:59 +0100 Received: from cpc2-aztw9-0-0-cust169.18-1.cable.virginmedia.com ([77.97.103.170] helo=zzz.men.bris.ac.uk) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UOptc-00070q-Mt for freebsd-ports@freebsd.org; Sun, 07 Apr 2013 14:44:36 +0100 Received: from zzz.men.bris.ac.uk (localhost [127.0.0.1]) by zzz.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r37Dia0H001137 for ; Sun, 7 Apr 2013 14:44:36 +0100 (BST) (envelope-from mexas@zzz.men.bris.ac.uk) Received: (from mexas@localhost) by zzz.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r35AboGk012230 for freebsd-ports@freebsd.org; Fri, 5 Apr 2013 11:37:50 +0100 (BST) (envelope-from mexas) Date: Fri, 5 Apr 2013 11:37:50 +0100 (BST) From: Anton Shterenlikht Message-Id: <201304051037.r35AboGk012230@zzz.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: fetch: http://www.FreeBSD.org/ports/INDEX-10.bz2: No address record X-Spam-Score: -4.9 X-Spam-Level: ---- X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 14:00:34 -0000 I'm getting: # make -C /usr/ports/ fetchindex fetch: http://www.FreeBSD.org/ports/INDEX-10.bz2: No address record *** [/usr/ports/INDEX-10.bz2] Error code 1 Stop in /usr/ports. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 14:06:46 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B5B7397A for ; Sun, 7 Apr 2013 14:06:46 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog113.obsmtp.com (eu1sys200aog113.obsmtp.com [207.126.144.135]) by mx1.freebsd.org (Postfix) with ESMTP id 19E07E4C for ; Sun, 7 Apr 2013 14:06:45 +0000 (UTC) Received: from mail-ea0-f198.google.com ([209.85.215.198]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKUWF9WcupymFXB6odRG0VaTKR69DyKknG@postini.com; Sun, 07 Apr 2013 14:06:46 UTC Received: by mail-ea0-f198.google.com with SMTP id h10so7206554eaj.9 for ; Sun, 07 Apr 2013 07:06:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:sender:date:from:message-id:to:subject :reply-to:in-reply-to:x-gm-message-state; bh=b4KaEYFtjDe5eqB7VkstLtwLQbWqLtO6kNLwxwZbVYI=; b=n8m76NbRw5oM69EUJFk9mxTJx3SXzWFQNC4GuMcMbEc3M42ij6igLaMIL4Q3R1fu6L RSRgEhwecuJDTAz70HFnfHj3tB9nkDWMklTW1NEmVtiHSMNBimm6FClOHHrxZ6Khr7+f NkL3JOT0j0l+WBQVIfQgyOS7vEBBY49CRPgvDs2UcQ7NJ+UtV+e6x7Gh3xqOv0Ax+kP7 TNoumMPYVtUEisNQejJS3IEFKqfYCeMPIgUtsQBNzQVv5bTRD5IYbWN96jBJeptzbZlw M3/oHWrGmVS4KoSsGVbleMMW8kIpDBGzTrKhY2zAFn5UZpsi3dfZQBifOXFk3/WmUBpw 8fEg== X-Received: by 10.180.187.129 with SMTP id fs1mr8147322wic.5.1365343577932; Sun, 07 Apr 2013 07:06:17 -0700 (PDT) X-Received: by 10.180.187.129 with SMTP id fs1mr8147318wic.5.1365343577859; Sun, 07 Apr 2013 07:06:17 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPS id n2sm14244193wiy.6.2013.04.07.07.06.15 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Apr 2013 07:06:16 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r37E6EVb031994 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 7 Apr 2013 15:06:14 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r37E6E0E031993 for freebsd-ports@freebsd.org; Sun, 7 Apr 2013 15:06:14 +0100 (BST) (envelope-from mexas) Date: Sun, 7 Apr 2013 15:06:14 +0100 (BST) From: Anton Shterenlikht Message-Id: <201304071406.r37E6E0E031993@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: Solved, ingnore: WAS Re: fetch: http://www.FreeBSD.org/ports/INDEX-10.bz2 In-Reply-To: <201304051037.r35AboGk012230@zzz.men.bris.ac.uk> X-Gm-Message-State: ALoCoQnEXYhRLWsLj54B1TLke9ZGheNAxZNkZ7ZTnjGjiCp7/ntmKQmyOrGkXHObpmzoS2NaRLr5bNqsHZqHdR1ptEMRjrJbdht6EN3eQgGO4jH2WJzanT68RSz14ZGO/3eOq8+Apoyi+AOKYhH5rV4pVxPMC6zHlI1N4Y6uObEjE6ELbWGslOQ= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 14:06:46 -0000 my mistake, please ignore Anton Date: Fri, 5 Apr 2013 11:37:50 +0100 (BST) From: Anton Shterenlikht To: freebsd-ports@freebsd.org Subject: fetch: http://www.FreeBSD.org/ports/INDEX-10.bz2: No address record I'm getting: # make -C /usr/ports/ fetchindex fetch: http://www.FreeBSD.org/ports/INDEX-10.bz2: No address record *** [/usr/ports/INDEX-10.bz2] Error code 1 Stop in /usr/ports. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 14:59:18 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A074212E for ; Sun, 7 Apr 2013 14:59:18 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB3980 for ; Sun, 7 Apr 2013 14:59:18 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id E584A33C1E; Sun, 7 Apr 2013 10:59:06 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 3998C39862; Sun, 7 Apr 2013 10:59:04 -0400 (EDT) From: Lowell Gilbert To: Richard Childers Subject: Re: Request olvwm References: <51607B45.7080302@sbcglobal.net> Date: Sun, 07 Apr 2013 10:59:04 -0400 In-Reply-To: <51607B45.7080302@sbcglobal.net> (Richard Childers's message of "Sat, 06 Apr 2013 12:45:09 -0700") Message-ID: <447gkepetj.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 14:59:18 -0000 Richard Childers writes: > I'm not sure if olvwm is getting any attention - I know there are > other projects with more users - but I wanted to say, I love that > window manager. Do you have any specific requests? The project hasn't had any releases upstream in years, so the fact that the FreeBSD port hasn't changed much doesn't seem like a problem... From owner-freebsd-ports@FreeBSD.ORG Sun Apr 7 15:26:10 2013 Return-Path: Delivered-To: ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1B566727; Sun, 7 Apr 2013 15:26:10 +0000 (UTC) Date: Sun, 7 Apr 2013 15:26:10 +0000 From: Alexey Dokuchaev To: "Sergey V. Dyatko" Subject: Re: ports/head@r314338 x11/nvidia-driver Message-ID: <20130407152610.GA17185@FreeBSD.org> References: <20130401152433.673f79d9@laptop.minsk.domain> <20130401122827.GE1332@albert.catwhisker.org> <20130401153937.72ced880@laptop.minsk.domain> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130401153937.72ced880@laptop.minsk.domain> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 15:26:10 -0000 On Mon, Apr 01, 2013 at 03:39:37PM +0300, Sergey V. Dyatko wrote: > On Mon, 1 Apr 2013 05:28:27 -0700 > David Wolfskill wrote: > > On Mon, Apr 01, 2013 at 03:24:33PM +0300, Sergey V. Dyatko wrote: > > > ... > > > looks like r248084-patch-src-nvidia_subr.c is incomplete > > > ... > > > here complete patch I use on my desktop: > > > http://svn.freebsd.by/files/patch-src__nvidia_subr.c.txt > > > .... > > > > Please refer to http://www.freebsd.org/cgi/query-pr.cgi?pr=177459 > > (Not my PR, but I have tested that it works for my environment.) > > My bad, I did not take advantage of the power of search, sorry. > What are the chances of this change to get into the ports tree, before > 8.4-R ?:) > If I understand correctly It is one of cases, when commiter may commit > it without portmgr approval ? Committed as r315754, sorry for the delay. If any issues still remain, please report, thanks! ./danfe From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 00:41:32 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0800FA9F for ; Mon, 8 Apr 2013 00:41:32 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id BD9E7927 for ; Mon, 8 Apr 2013 00:41:31 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id b40so2271455qcq.39 for ; Sun, 07 Apr 2013 17:41:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version:x-mailer; bh=tkhLfnJUXzm1Z6hYyKXCf2160WHkWEqxOuLGcns23og=; b=Z5VfPoqAIjDpt08ShmfyDe4VjNh+VfjePUfL3fEM7N+fbWeXKkILU8w/oiqR4B1s7X yx+/woofRthz9E9NN1VIhlG4dcKMb+a8LUvTJmE3jkiYi/ktUE+RDCBCl8UOh7SoJetg 13d/2xCa/o0sCnOpBPEkd3hXigXAhBQRcMwFbf6fH8igETz9CMlvubojcHH33XFtwdZZ HvD5z1sGSGCiLqVTX5S1qMBiQl4xr8YFU5IvZfFw6hD8ZKx1NDses9Yp91KZA0/PwnI5 hkFp/Q9RtTz3WpGsZbHxGM1w96opIBf/j/0bvRTDcmYiNqn4xeqTvk6dDUyCwl2pXm3c 8nVA== X-Received: by 10.229.113.129 with SMTP id a1mr6421349qcq.0.1365381691258; Sun, 07 Apr 2013 17:41:31 -0700 (PDT) Received: from [192.168.6.230] ([189.123.220.17]) by mx.google.com with ESMTPS id bt19sm21019210qab.0.2013.04.07.17.41.26 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 07 Apr 2013 17:41:29 -0700 (PDT) Subject: Re: Request olvwm From: Sergio de Almeida Lenzi To: Lowell Gilbert In-Reply-To: <447gkepetj.fsf@lowell-desk.lan> References: <51607B45.7080302@sbcglobal.net> <447gkepetj.fsf@lowell-desk.lan> Date: Sun, 07 Apr 2013 21:41:20 -0300 Message-ID: <1365381680.91665.8.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org, Richard Childers X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 00:41:32 -0000 Em Dom, 2013-04-07 às 10:59 -0400, Lowell Gilbert escreveu: > Richard Childers writes: > > > I'm not sure if olvwm is getting any attention - I know there are > > other projects with more users - but I wanted to say, I love that > > window manager. > > Do you have any specific requests? The project hasn't had any releases > upstream in years, so the fact that the FreeBSD port hasn't changed much > doesn't seem like a problem... > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Olvwm is a good choice for people that wants a small, fast, easy to configure, and beautiful look. Now the only problem is that it does not compile under 64bits... I tried to fix it but is beyound my knowledge.. If some X guru is available, please fix it for 64 bits... Thanks for your attention, Sergio From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 01:02:45 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 91D45C82 for ; Mon, 8 Apr 2013 01:02:45 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 656539A5 for ; Mon, 8 Apr 2013 01:02:45 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id wp18so4639469obc.14 for ; Sun, 07 Apr 2013 18:02:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=au1gubd+sAViratVSyska3IGFMUNwi7MJCADGrYYGww=; b=WtY3sQ3OxsrDu1jLz7JE+2D7HximAfJUuB0q9qrbZ+jilvpINjp8YQ/dPM9jdLT4Hs HNp65Xf3nlZZzOMbopafmCAmbBioRXyLtA6fQ+aBXcpJwtkFCNZp/XOM+YmuW4W0rXf8 YkQkUOqfbFMmmW6KhyHg3y3Gsh0PJaT99/7NE1H185wdFQr4WaWf7SmLciqMtrgGuuTW Qze4eAMVTBvb1GlwU5fZciFJHUF7GJDsO/5ThJkXyUmI7KQUxGsCcUDzv6GT+lrqEGDh iYuFXnMGviLCwQPqyWXtChWby1SJa9gM+P5VPRcBmrSPDxP9NdVh3NhiBY9CMmOeI0UB YaEA== MIME-Version: 1.0 X-Received: by 10.60.14.226 with SMTP id s2mr13784495oec.124.1365382964264; Sun, 07 Apr 2013 18:02:44 -0700 (PDT) Received: by 10.182.52.169 with HTTP; Sun, 7 Apr 2013 18:02:44 -0700 (PDT) Date: Sun, 7 Apr 2013 21:02:44 -0400 Message-ID: Subject: kd3libs3 not finding patch From: Super Bisquit To: ports Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 01:02:45 -0000 ===> kdelibs-3.5.10_13 depends on file: /usr/local/sbin/pkg - found => kdelibs-3.5-openssl-1.0.0.patch doesn't seem to exist in /usr/ports/distfiles/KDE. => Attempting to fetch http://oschtan.academ.org/oschtan-overlay/kde-base/kdelibs/files/kdelibs-3.5-openssl-1.0.0.patch fetch: http://oschtan.academ.org/oschtan-overlay/kde-base/kdelibs/files/kdelibs-3.5-openssl-1.0.0.patch: Not Found => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/kdelibs-3.5-openssl-1.0.0.patch fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/kdelibs-3.5-openssl-1.0.0.patch: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/KDE and try again. *** [do-fetch] Error code 1 Stop in /usr/ports/x11/kdelibs3. *** [lib-depends] Error code 1 Stop in /usr/ports/x11/kdebase3. *** [install] Error code 1 Stop in /usr/ports/x11/kdebase3. *** [lib-depends] Error code 1 Stop in /usr/ports/x11/kde3. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 01:47:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9EAB7ED0 for ; Mon, 8 Apr 2013 01:47:31 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3C1A72 for ; Mon, 8 Apr 2013 01:47:30 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id u10so5264220lbi.31 for ; Sun, 07 Apr 2013 18:47:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=hbB/zXB2yI0ftI8+nTOuv2WQSd/aTPfxX8GwI5uY/G4=; b=bRpXdBEr7UkcsLWZsPVnKl0NJDfv1GPRtnGPn4KHu4ezJwe0YkaAdfPqgiJb1GrKjv CxZjyroqZdzPIZ6fLHb9lVe0kh3XD4AiSF2I0wK/CbAtmY3MpoqIjUvgHoiu8xr+NWwr VmBf1rHYHwwZ7Lb78mCEK2VaLwPFZ/KK6rcScK2O7NozyxCqbGcM/8ThIiSoD7PQTaNw SPdRO75VeoQnpskEbN/eld38VnMxs0qhOKuJP+LeOVpe9jP2JpuJuZ4zHqdBsX8aXRWH 2VRI8ix1sNJV8M/+qlsb0cFerA3r3DC3bjnsyl+jw/V2gsD88twuGZ7ZNnijMp7f55Kr Ku2Q== MIME-Version: 1.0 X-Received: by 10.112.135.194 with SMTP id pu2mr1134665lbb.90.1365385643621; Sun, 07 Apr 2013 18:47:23 -0700 (PDT) Received: by 10.152.4.4 with HTTP; Sun, 7 Apr 2013 18:47:23 -0700 (PDT) Date: Sun, 7 Apr 2013 21:47:23 -0400 Message-ID: Subject: Growing list of required(ish) ports From: Robert Simmons To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 01:47:31 -0000 Are there plans to get the following ports moved into HEAD? 1) ports-mgmt/pkg 2) ports-mgmt/dialog4ports 3) ports-mgmt/portaudit 4) ports-mgmt/portmaster It seems to me like these belong in the base system. Also, is there a reason why dialog4ports's functionality wasn't added to dialog(1) as a switch? From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 02:45:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1358335F for ; Mon, 8 Apr 2013 02:45:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D51E9BF1 for ; Mon, 8 Apr 2013 02:45:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r382jSOv063032 for ; Mon, 8 Apr 2013 02:45:28 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r382jScA063029 for freebsd-ports@freebsd.org; Mon, 8 Apr 2013 02:45:28 GMT (envelope-from bdrewery) Received: (qmail 67758 invoked from network); 7 Apr 2013 21:45:26 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 7 Apr 2013 21:45:26 -0500 Message-ID: <51622F44.3050604@FreeBSD.org> Date: Sun, 07 Apr 2013 21:45:24 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Robert Simmons Subject: Re: Growing list of required(ish) ports References: In-Reply-To: X-Enigmail-Version: 1.5.1 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2TNCKKJWNPXGHRFGQDFMF" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 02:45:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2TNCKKJWNPXGHRFGQDFMF Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 4/7/2013 8:47 PM, Robert Simmons wrote: > Are there plans to get the following ports moved into HEAD? >=20 > 1) ports-mgmt/pkg >=20 > 2) ports-mgmt/dialog4ports >=20 > 3) ports-mgmt/portaudit >=20 > 4) ports-mgmt/portmaster >=20 > It seems to me like these belong in the base system. On the contrary, the idea is that more and more should come *out of base* and into ports. Base is very static and stuck in time. By moving these things into ports, you are able to get updates much simpler. No need for an errata or security advisory or release. Just updating with portmaster/pkg upgrade. portaudit is not needed with pkg, just use 'pkg audit'. >=20 > Also, is there a reason why dialog4ports's functionality wasn't added > to dialog(1) as a switch? --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2TNCKKJWNPXGHRFGQDFMF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRYi9EAAoJEG54KsA8mwz50yoP/3BlCPkRnoHmxc9I/BfQ76rE 7Uhl5BNjxfnXIchzLlfPBMlVsrYkf46iblHPXkJvBeyoB1Z53OTauCT8AehNpcOJ T8EGZmCRR1r5xmd8/cQHZsU+B3B0OIKy5jh1856aC4wVsgnXDvRiblrggALeYolv GbkA/Oi/XaELvTr3oDGao2mA8Q5yLArDl+aPn6Drd13xzOwl3twIaPWkMlQeia4l Xp4H9lVO0wbgD0BhLfLJpcVY8Duvx5JPBwVhx9WMa57paylCxCZzJREX1eYI3Dmc XwL/FOmqntwoCuPe2cobLiVIWJvOway2A9xgyemI/FPWhGqk7fnMN6wlQuOMnf6Z SV5uRPfJWrLrK8BQfGmNYCtcKKSqi0mphNZYNlljcfSKzxWtvouqxQltxceP+NsC iX8Y5UTNodOnfJjijaR9d6C1oV/c4wNeAg1GY/gv4KF3GniNnLtQBvUDICKHXEuE LnL3Ljdom7WD59d9zyQLDmunLRhiaPFoubI5CH5vmY97wwr+gmO+gtaA7+06fkfy ouLqPI1Rx7WisoZa0QU82dg//HDiVbeDSLSgI2g2r0xDtQUOXXZQvxlVIcp4S+d7 vRKo839kZdZiG5ZPz2SlXxYNZXihcEKv/q5Qt/CGd4tuYKuKrRUUIhqONUap8BDX NeNVymgmDPEkojfh+ULB =LlRW -----END PGP SIGNATURE----- ------enig2TNCKKJWNPXGHRFGQDFMF-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 03:20:05 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6BACB6AF for ; Mon, 8 Apr 2013 03:20:05 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx1.freebsd.org (Postfix) with ESMTP id 09072E00 for ; Mon, 8 Apr 2013 03:20:04 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id d17so1950601eek.25 for ; Sun, 07 Apr 2013 20:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=r9Fxwyyz3v9VPngwdUrPz/TjrXbZ6Z7IxdeAlIzeNvg=; b=W33MR/c4MEdgNUbp7CZ9vdGXoXRQyBuxjM4ObLNcMGQeVY3A6qw91vVIZqjwnBoAtU wV39FrEmBAbJF6tddwnWj+3BDO1BmpQXSfVVcnb1c9eZhs+2MFWC5dcGfjZiE5o/69BI J2fnCo0D4ixPK16+3tKUjsi6WJuKiLGR+9KHb6L6w32QOiisTlTdFeDPnp74EXzunWeG xSCwc/GCvlucwvUZNEkliLPnV7u7tty2PBStJxuHrPCm7kqU2IQtzula2DuD0ukndIiA 7ywP5fGuY0CgoWsZMcxGepGHHm3qytz3LuGOs8Sl+p5B3mkZQoOY5lsYvHyf1YUh58NJ kM2w== MIME-Version: 1.0 X-Received: by 10.15.43.132 with SMTP id x4mr44258430eev.31.1365391198262; Sun, 07 Apr 2013 20:19:58 -0700 (PDT) Received: by 10.14.138.73 with HTTP; Sun, 7 Apr 2013 20:19:58 -0700 (PDT) In-Reply-To: <51622F44.3050604@FreeBSD.org> References: <51622F44.3050604@FreeBSD.org> Date: Sun, 7 Apr 2013 23:19:58 -0400 Message-ID: Subject: Re: Growing list of required(ish) ports From: Robert Simmons To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 03:20:05 -0000 On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery wrote: > On 4/7/2013 8:47 PM, Robert Simmons wrote: >> Are there plans to get the following ports moved into HEAD? >> >> 1) ports-mgmt/pkg >> >> 2) ports-mgmt/dialog4ports >> >> 3) ports-mgmt/portaudit >> >> 4) ports-mgmt/portmaster >> >> It seems to me like these belong in the base system. > > On the contrary, the idea is that more and more should come *out of > base* and into ports. Base is very static and stuck in time. By moving > these things into ports, you are able to get updates much simpler. No > need for an errata or security advisory or release. Just updating with > portmaster/pkg upgrade. I understand where you're coming from, but perhaps there needs to be movement in both directions. I may be way off the mark here, but I'd love to spark a discussion about this. I think that in general things that are directly FreeBSD projects belong in base. Examples would be pkgng, and making dialog4ports a switch in dialog(1). Essentially, code that does not have an upstream should be in base. On the other hand, there are a number of things that I think should be pulled out of base. Some already have ports, and others would need ports created. Examples of things to pull out of base are OpenSSL, Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. Code that is typically way behind the upstream project basically. > > portaudit is not needed with pkg, just use 'pkg audit'. I had missed that. Thanks! > >> >> Also, is there a reason why dialog4ports's functionality wasn't added >> to dialog(1) as a switch? > > > -- > Regards, > Bryan Drewery > bdrewery@freenode/EFNet > From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 03:34:35 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4610591D; Mon, 8 Apr 2013 03:34:35 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) by mx1.freebsd.org (Postfix) with ESMTP id AF5AFE7A; Mon, 8 Apr 2013 03:34:34 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id s43so4238202wey.35 for ; Sun, 07 Apr 2013 20:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=I7IC4xDnZOL0fJgyg+Iq20LrcLDJ9eua93l7t7SCF7s=; b=xn6ePDEZ+j1piQR7VMqYdygRfNtgvpfpCKu5kXkH35dFzkP6N6vcmW3aBk990dz+YY NTQWKw1LunhwxMq9VeEX31HM9nhiyA8QAvW9p9GvK2HMMwXni1BXvloRXzNl8/PMaRwa Z4iAsG1vwt59s1Mt+8oERNlcbl9n+s4IRbkV3cMXd2Fj/b7YupzQqajZ/fcfMR/oaAdl M8ucdpu5zlm3PzukxB+X+gJvjVybUc9QtgmxTWU23PqNnSgeXJAinG5AV4BurTS0niFO yCfomA8jntaaVOeCy4YRCu6vZsUko2GcPoO+rUTkGkJ2zSma+i0xKF1liHDz+dytJQhJ ZnsA== MIME-Version: 1.0 X-Received: by 10.180.19.39 with SMTP id b7mr10276255wie.15.1365392073726; Sun, 07 Apr 2013 20:34:33 -0700 (PDT) Received: by 10.216.139.72 with HTTP; Sun, 7 Apr 2013 20:34:33 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Mon, 8 Apr 2013 06:34:33 +0300 Message-ID: Subject: Re: Growing list of required(ish) ports From: Kimmo Paasiala To: Robert Simmons Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 03:34:35 -0000 On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons wrote: > On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery wrote: >> On 4/7/2013 8:47 PM, Robert Simmons wrote: >>> Are there plans to get the following ports moved into HEAD? >>> >>> 1) ports-mgmt/pkg >>> >>> 2) ports-mgmt/dialog4ports >>> >>> 3) ports-mgmt/portaudit >>> >>> 4) ports-mgmt/portmaster >>> >>> It seems to me like these belong in the base system. >> >> On the contrary, the idea is that more and more should come *out of >> base* and into ports. Base is very static and stuck in time. By moving >> these things into ports, you are able to get updates much simpler. No >> need for an errata or security advisory or release. Just updating with >> portmaster/pkg upgrade. > > I understand where you're coming from, but perhaps there needs to be > movement in both directions. > > I may be way off the mark here, but I'd love to spark a discussion > about this. I think that in general things that are directly FreeBSD > projects belong in base. Examples would be pkgng, and making > dialog4ports a switch in dialog(1). Essentially, code that does not > have an upstream should be in base. > > On the other hand, there are a number of things that I think should be > pulled out of base. Some already have ports, and others would need > ports created. Examples of things to pull out of base are OpenSSL, > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. > Code that is typically way behind the upstream project basically. > >> >> portaudit is not needed with pkg, just use 'pkg audit'. > > I had missed that. Thanks! > >> >>> >>> Also, is there a reason why dialog4ports's functionality wasn't added >>> to dialog(1) as a switch? >> >> >> -- >> Regards, >> Bryan Drewery >> bdrewery@freenode/EFNet >> > _______________________________________________ I think Bryan already explained the reasons why pkg should not be in base, it's an external tool that is not stricly required to get a bare bones FreeBSD system up and running. Including it in base you create yet another maintainance burden and would slow down the development of the ports/packages management tools. -Kimmo From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 05:04:03 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A588CFA7 for ; Mon, 8 Apr 2013 05:04:03 +0000 (UTC) (envelope-from musicopi@just39.justhost.com) Received: from oproxy5-pub.bluehost.com (oproxy5-pub.bluehost.com [67.222.38.55]) by mx1.freebsd.org (Postfix) with SMTP id 852A2106 for ; Mon, 8 Apr 2013 05:04:03 +0000 (UTC) Received: (qmail 13995 invoked by uid 0); 8 Apr 2013 05:03:42 -0000 Received: from unknown (HELO just39.justhost.com) (173.254.28.39) by cpoproxy2.bluehost.com with SMTP; 8 Apr 2013 05:03:42 -0000 Received: from localhost ([127.0.0.1]:49515 helo=just39.justhost.com) by just39.justhost.com with esmtp (Exim 4.80) (envelope-from ) id 1UP4F3-0002rW-VS for ports@FreeBSD.org; Sun, 07 Apr 2013 23:03:42 -0600 To: ports@FreeBSD.org Subject: Free Classified Web Site for All Things Music X-PHP-Script: www.musicopiads.com/lists/admin/index.php for 24.136.85.176 Date: Sun, 7 Apr 2013 23:03:41 -0600 From: adman@musicopiads.com Message-ID: <44989566bbc4d5f9bb1aa2eb99d1c8fc@www.musicopiads.com> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] X-Mailer: phplist v2.10.19 X-MessageID: 12 X-ListMember: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="b1_44989566bbc4d5f9bb1aa2eb99d1c8fc" X-Identified-User: {:just39.justhost.com:musicopi:just39.justhost.com} {sentby:program running on server} X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 05:04:03 -0000 --b1_44989566bbc4d5f9bb1aa2eb99d1c8fc Content-Type: text/plain; charset = "UTF-8" Content-Transfer-Encoding: 8bit MusicopiADS.com is a new website that provides free advertising for "All Things Music" If you have a Harp or other musical instrument that you would like to sell or are trying to find, Or you are a musician, instructor or dealer who would lke to advertisee your talents, services ormusic for sale, musicopiADS is a place for your ads. Although I use harps as an example, any other musical instrument related advertisement can be placed at musicopiADS . Please check this site out and tell everyone you know who may have interest about musicopiADS. Thanks for any consideration you give this. If you do not wish to receive any more messages, you may unsubscribe using the link below. -- If you do not want to receive any more newsletters, http://www.musicopiads.com/lists/?p=unsubscribe&uid=a2236e17e01942c765c6b3e03dd97516 To update your preferences and to unsubscribe visit http://www.musicopiads.com/lists/?p=preferences&uid=a2236e17e01942c765c6b3e03dd97516 Forward a Message to Someone http://www.musicopiads.com/lists/?p=forward&uid=a2236e17e01942c765c6b3e03dd97516&mid=12 -- powered by phpList, www.phplist.com -- --b1_44989566bbc4d5f9bb1aa2eb99d1c8fc-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 05:11:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8BF6A120; Mon, 8 Apr 2013 05:11:03 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id 4C87A138; Mon, 8 Apr 2013 05:11:03 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id er7so5263736obc.7 for ; Sun, 07 Apr 2013 22:11:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=xAIq9y+6BH+UmSgxn2HbLI6zK7H/p09PVLa78ZBbZHQ=; b=lDXk/ytln1QO+YsKzMoB7V3zutUnwzQqVf2INbx/5Tx99k92xidhI1keB1YR1wU5Wz soJ+B9QUcXxz5hkb3svie40js5Q4H+2mpU8yrIouz1M3WvQBm8AbrBEelO/lYuT1v6vV WhM+g7aU5JABCtNaswLtJD0itOVggdkmIpCBmwresuw7uZG8hjdlJ9eQztCdAI/QcH+p MjLSbQl6NUOZvkSi3vSIFPwb/Zl9ByCKXuqSooIp+oEqEjNRN86mKCql0BuzsMV852ZS xoh05Y6yqush0tiP9+u3AZmy+ghhjENlxa7x6DKrzooWif/ciu5TUP7fMWm4eEUKY/N9 UO8g== MIME-Version: 1.0 X-Received: by 10.182.64.74 with SMTP id m10mr13987981obs.61.1365397862865; Sun, 07 Apr 2013 22:11:02 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.76.33.7 with HTTP; Sun, 7 Apr 2013 22:11:02 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Sun, 7 Apr 2013 22:11:02 -0700 X-Google-Sender-Auth: BxeuiwmlqVBOOI6jMy4qDN18yxo Message-ID: Subject: Re: Growing list of required(ish) ports From: Kevin Oberman To: Kimmo Paasiala Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports , Robert Simmons , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 05:11:03 -0000 On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wrote: > On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons > wrote: > > On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery > wrote: > >> On 4/7/2013 8:47 PM, Robert Simmons wrote: > >>> Are there plans to get the following ports moved into HEAD? > >>> > >>> 1) ports-mgmt/pkg > >>> > >>> 2) ports-mgmt/dialog4ports > >>> > >>> 3) ports-mgmt/portaudit > >>> > >>> 4) ports-mgmt/portmaster > >>> > >>> It seems to me like these belong in the base system. > >> > >> On the contrary, the idea is that more and more should come *out of > >> base* and into ports. Base is very static and stuck in time. By moving > >> these things into ports, you are able to get updates much simpler. No > >> need for an errata or security advisory or release. Just updating with > >> portmaster/pkg upgrade. > > > > I understand where you're coming from, but perhaps there needs to be > > movement in both directions. > > > > I may be way off the mark here, but I'd love to spark a discussion > > about this. I think that in general things that are directly FreeBSD > > projects belong in base. Examples would be pkgng, and making > > dialog4ports a switch in dialog(1). Essentially, code that does not > > have an upstream should be in base. > > > > On the other hand, there are a number of things that I think should be > > pulled out of base. Some already have ports, and others would need > > ports created. Examples of things to pull out of base are OpenSSL, > > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. > > Code that is typically way behind the upstream project basically. > > > >> > >> portaudit is not needed with pkg, just use 'pkg audit'. > > > > I had missed that. Thanks! > > > >> > >>> > >>> Also, is there a reason why dialog4ports's functionality wasn't added > >>> to dialog(1) as a switch? > >> > >> > >> -- > >> Regards, > >> Bryan Drewery > >> bdrewery@freenode/EFNet > >> > > _______________________________________________ > > I think Bryan already explained the reasons why pkg should not be in > base, it's an external tool that is not strictly required to get a bare > bones FreeBSD system up and running. Including it in base you create > yet another maintainance burden and would slow down the development of > the ports/packages management tools. > > -Kimmo > What people seem to miss is that putting tools into the base system strangles the tools. Look at the difficulty we have seen in updating openssl. perl was removed from base for exactly that reason. Once something is in base, it usually can only be updated on major releases and even then it can be very complicated. That is a problem for any dynamically changing tool. I would love to see BIND removed from base, but most of the things you listed really are hard to remove. I know that I don't want to try bringing up a new install of FreeBSD on a remote system without OpenSSH and that pulls in openssl. In the case of many tools, it really turns into a bikeshed. But i can see no reason to add any of the new packaging tools simply because it is critical that updates be possible far more often than is possible for the base system. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 06:55:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8CBB7BA7; Mon, 8 Apr 2013 06:55:26 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mx1.freebsd.org (Postfix) with ESMTP id F0FB23FA; Mon, 8 Apr 2013 06:55:25 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id d4so1354592eek.15 for ; Sun, 07 Apr 2013 23:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=RwY6eVgqwOBC4sDE80Zys7QBCVxhz6bj4oM23Ob9Jcw=; b=Mtouaq+vCdZmjSSjOfWechOLhY0FLOWazyy4n0i6dybETzo+5D/k32rRiRSSi3e60n AVjaKfsohRcGBJvr8jxJRYs+Vp+zoM8XKObmt5Mcj+cPJC+An6Rqdr47GPo7JgUHDqYj oWTUKs+E2oZDDN1BZ/1S8UtOmx2gLL3qhlxV2kVATgAWddaZv2nj7QkcFfWoNvVthqTd bGUKm+dzcxpyr7jDfRM5VR2hRLThqYZHfvU+8Cf1Y3HnEcS/Cjr3cZu1OHD8r99Xb59g ZE2skAQGg/bS4HlMgfJxmz1wicWHSpK7k7sGSbqvEUZcVE4KGmPgE3FYPDX97TE4P4z4 BTqg== MIME-Version: 1.0 X-Received: by 10.14.183.198 with SMTP id q46mr45929150eem.1.1365404124658; Sun, 07 Apr 2013 23:55:24 -0700 (PDT) Received: by 10.14.138.73 with HTTP; Sun, 7 Apr 2013 23:55:24 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Mon, 8 Apr 2013 02:55:24 -0400 Message-ID: Subject: Re: Growing list of required(ish) ports From: Robert Simmons To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Cc: Kimmo Paasiala , freebsd-ports , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 06:55:26 -0000 On Mon, Apr 8, 2013 at 1:11 AM, Kevin Oberman wrote: > On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wrote: >> >> On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons >> wrote: >> > On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery >> > wrote: >> >> On 4/7/2013 8:47 PM, Robert Simmons wrote: >> >>> Are there plans to get the following ports moved into HEAD? >> >>> >> >>> 1) ports-mgmt/pkg >> >>> >> >>> 2) ports-mgmt/dialog4ports >> >>> >> >>> 3) ports-mgmt/portaudit >> >>> >> >>> 4) ports-mgmt/portmaster >> >>> >> >>> It seems to me like these belong in the base system. >> >> >> >> On the contrary, the idea is that more and more should come *out of >> >> base* and into ports. Base is very static and stuck in time. By moving >> >> these things into ports, you are able to get updates much simpler. No >> >> need for an errata or security advisory or release. Just updating with >> >> portmaster/pkg upgrade. >> > >> > I understand where you're coming from, but perhaps there needs to be >> > movement in both directions. >> > >> > I may be way off the mark here, but I'd love to spark a discussion >> > about this. I think that in general things that are directly FreeBSD >> > projects belong in base. Examples would be pkgng, and making >> > dialog4ports a switch in dialog(1). Essentially, code that does not >> > have an upstream should be in base. >> > >> > On the other hand, there are a number of things that I think should be >> > pulled out of base. Some already have ports, and others would need >> > ports created. Examples of things to pull out of base are OpenSSL, >> > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. >> > Code that is typically way behind the upstream project basically. >> > >> >> >> >> portaudit is not needed with pkg, just use 'pkg audit'. >> > >> > I had missed that. Thanks! >> > >> >> >> >>> >> >>> Also, is there a reason why dialog4ports's functionality wasn't added >> >>> to dialog(1) as a switch? >> >> >> >> >> >> -- >> >> Regards, >> >> Bryan Drewery >> >> bdrewery@freenode/EFNet >> >> >> > _______________________________________________ >> >> I think Bryan already explained the reasons why pkg should not be in >> base, it's an external tool that is not strictly required to get a bare >> >> bones FreeBSD system up and running. Including it in base you create >> yet another maintainance burden and would slow down the development of >> the ports/packages management tools. >> >> -Kimmo > > > What people seem to miss is that putting tools into the base system > strangles the tools. Look at the difficulty we have seen in updating > openssl. perl was removed from base for exactly that reason. Once something > is in base, it usually can only be updated on major releases and even then > it can be very complicated. That is a problem for any dynamically changing > tool. > > I would love to see BIND removed from base, but most of the things you > listed really are hard to remove. I know that I don't want to try bringing > up a new install of FreeBSD on a remote system without OpenSSH and that OpenSSH is the only one that doesn't follow the same pattern. It seems that the port of it has been abandoned going on 2 years. It is lagging far far behind 9-stable which looks like DES bumped to 6.1 and HEAD has been bumped to 6.2p1. > pulls in openssl. In the case of many tools, it really turns into a > bikeshed. But i can see no reason to add any of the new packaging tools > simply because it is critical that updates be possible far more often than > is possible for the base system. > -- > R. Kevin Oberman, Network Engineer > E-mail: rkoberman@gmail.com From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 07:31:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E63DA53D; Mon, 8 Apr 2013 07:31:51 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD77768; Mon, 8 Apr 2013 07:31:51 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id a12so5351368wgh.21 for ; Mon, 08 Apr 2013 00:31:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=WI0jZ1CikMHujUmkipmPmOgGK72neKQPT17A1KQXmv8=; b=sBud3gt9MsrLHKEtjsG6Fxo0nCwAbNZqyBqI8hiyn7X0w2SFY8U5MWK62gLRm5y6HH slHeZ9twjMM9mciqoN94/gqk4XNs+kr0t3ZmB6G1qIBjjwWeeZy8ZMNd0nVRSo+toGwf OYmpdwBIveGl4wZcDI7KRCZQ5SEVBLoFVwNAjL6QDWYZF7LKRVGQIDQwZJh7FnMbN1q/ DgLMUoCwVHnyKZjR2yFR1szg0UjV6g/TDJpl12rSUkSQKZKcaWdBvjibSh+EA8yjvmtL dSND4U8qhGilWezi/Ry2pyoM9KGaDL64RJdhC85LDeo1G3ZEXMqHJIARCPLZIWWQIFlT 9Uqg== MIME-Version: 1.0 X-Received: by 10.180.91.106 with SMTP id cd10mr11038883wib.6.1365406310064; Mon, 08 Apr 2013 00:31:50 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Mon, 8 Apr 2013 00:31:50 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Mon, 8 Apr 2013 09:31:50 +0200 Message-ID: Subject: Re: Growing list of required(ish) ports From: David Demelier To: Kevin Oberman Content-Type: text/plain; charset=UTF-8 Cc: Kimmo Paasiala , Robert Simmons , freebsd-ports , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 07:31:52 -0000 2013/4/8 Kevin Oberman : > On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wrote: > >> On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons >> wrote: >> > On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery >> wrote: >> >> On 4/7/2013 8:47 PM, Robert Simmons wrote: >> >>> Are there plans to get the following ports moved into HEAD? >> >>> >> >>> 1) ports-mgmt/pkg >> >>> >> >>> 2) ports-mgmt/dialog4ports >> >>> >> >>> 3) ports-mgmt/portaudit >> >>> >> >>> 4) ports-mgmt/portmaster >> >>> >> >>> It seems to me like these belong in the base system. >> >> >> >> On the contrary, the idea is that more and more should come *out of >> >> base* and into ports. Base is very static and stuck in time. By moving >> >> these things into ports, you are able to get updates much simpler. No >> >> need for an errata or security advisory or release. Just updating with >> >> portmaster/pkg upgrade. >> > >> > I understand where you're coming from, but perhaps there needs to be >> > movement in both directions. >> > >> > I may be way off the mark here, but I'd love to spark a discussion >> > about this. I think that in general things that are directly FreeBSD >> > projects belong in base. Examples would be pkgng, and making >> > dialog4ports a switch in dialog(1). Essentially, code that does not >> > have an upstream should be in base. >> > >> > On the other hand, there are a number of things that I think should be >> > pulled out of base. Some already have ports, and others would need >> > ports created. Examples of things to pull out of base are OpenSSL, >> > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. >> > Code that is typically way behind the upstream project basically. >> > >> >> >> >> portaudit is not needed with pkg, just use 'pkg audit'. >> > >> > I had missed that. Thanks! >> > >> >> >> >>> >> >>> Also, is there a reason why dialog4ports's functionality wasn't added >> >>> to dialog(1) as a switch? >> >> >> >> >> >> -- >> >> Regards, >> >> Bryan Drewery >> >> bdrewery@freenode/EFNet >> >> >> > _______________________________________________ >> >> I think Bryan already explained the reasons why pkg should not be in >> base, it's an external tool that is not strictly required to get a bare >> bones FreeBSD system up and running. Including it in base you create >> yet another maintainance burden and would slow down the development of >> the ports/packages management tools. >> >> -Kimmo >> > > What people seem to miss is that putting tools into the base system > strangles the tools. Look at the difficulty we have seen in updating > openssl. perl was removed from base for exactly that reason. Once something > is in base, it usually can only be updated on major releases and even then > it can be very complicated. That is a problem for any dynamically changing > tool. > > I would love to see BIND removed from base, but most of the things you > listed really are hard to remove. I know that I don't want to try bringing > up a new install of FreeBSD on a remote system without OpenSSH and that > pulls in openssl. In the case of many tools, it really turns into a > bikeshed. But i can see no reason to add any of the new packaging tools > simply because it is critical that updates be possible far more often than > is possible for the base system. BIND will be removed for sure (bapt@ told me that ;-)). I also think BIND should be removed because it's the principal reason why there are security advisories (almost all of them are BIND related). For me I also wanted pkg to be in base but they made a bootstrap that does not need any other requirement so I stick with that and I'm happy. I agree that is quite different from any Linux distribution where you always have a package management directly installed, but as some said above you can install a FreeBSD server and may not require any external packages or the server will not requiring installing external ports so that's probably why portmaster will never be put in base. Cheers, -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 07:36:24 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EE3A8606 for ; Mon, 8 Apr 2013 07:36:24 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm2.ukr.net (fsm2.ukr.net [195.214.192.121]) by mx1.freebsd.org (Postfix) with ESMTP id A426D793 for ; Mon, 8 Apr 2013 07:36:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=zSUNK8l9XXhfjZbYhc47msDdEmtJ0lY4crwKVeBOh1I=; b=v1z9yGHNGf1+H8ZId/C6d3P7F5dgsB6QnrnAqQ2gSEfhCBdcOVHpI2KpQF1qd4W5LvqSqND9UjhWCXKNkZfMk3ZDKHhCL9Qjj0i3Qa3OxFBG5KIu67O0UaRb9qvKHsEcFQDsfq4SQ1nFr36Tyssx+ZQ2sAvaRVn2qz1PZE+LspI=; Received: from [178.137.138.140] (helo=nonamehost) by fsm2.ukr.net with esmtpsa ID 1UP6Bm-000L9t-Ad ; Mon, 08 Apr 2013 10:08:26 +0300 Date: Mon, 8 Apr 2013 10:08:25 +0300 From: Ivan Klymenko To: Super Bisquit Subject: Re: kd3libs3 not finding patch Message-ID: <20130408100825.1c5b3ae2@nonamehost> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEWpqak/Pz/i4uIfHx8GBwZwcHAQEBA6o92AAAACHElEQVQ4jWWUTY7bMAyF6QzUPSEoa8PFHEBgqwuM4bVVg7MvZOj+R+ijpMTpjIwgkT7z75EKrdfattpXERG6zqvUOtAr2LCRYfEKcB4l/Q+2cc6XjQH7hv+2YZYreIk5nevZEPvuzUzptizHLzgDMnC5Wpbl7ewJlOEqlQF+DlCjgVLki0WV6FMDMsBxjlJiQulIznwZ+DxHiQyDyIg0wN3Oo6o6ZQ5s5AIfar+W2Wlmz+kCcb8tg6j3voMEwNrBQk69dDBDqw/urpqJH+m+Q6u/4QnoAeYpnUXC/s1iup9rhCd6xMgAqdDyAyFegbKkVAHeLCcOulPLawaoUIDos4M88iLNrVkU7uu5ccTDO6naJzWLum51C6Yb7y4HKKbdArLWir0PBiS8glJRBZHeyHl7J9lENpAC6qT9NlNG4u5hsVYDyJP6mlJJtY3oVju4WSUzHal1sDU17NASoBWSk40J2eBLBJhYrVmzC5gVALGpNIAiQgN6eGstOp9Oa6zFbbLTISYi28BGZDRUJKWeroECkCEkzXjUtbmmaKMfAx2RfbT69/cO+tgHcmx6AfyZOmj3NDIah0F0GB66d4CrdIoplNFFGHSpSheRxbo0W4S8azNItEoMWbw3uXAeJgCrmX5joz7CGXqSg6PcryEhnFr/C1C2ntPxBOYbdwY+8dO3+wZJyFlbMX9s8zNnvp/tLwAv03NB4j3HVpn8Awwm+GrlP6MVAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 07:36:25 -0000 =D0=92 Sun, 7 Apr 2013 21:02:44 -0400 Super Bisquit =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > =3D=3D=3D> kdelibs-3.5.10_13 depends on file: /usr/local/sbin/pkg - fou= nd > =3D> kdelibs-3.5-openssl-1.0.0.patch doesn't seem to exist in > /usr/ports/distfiles/KDE. > =3D> Attempting to fetch > http://oschtan.academ.org/oschtan-overlay/kde-base/kdelibs/files/kdelibs-= 3.5-openssl-1.0.0.patch > fetch: > http://oschtan.academ.org/oschtan-overlay/kde-base/kdelibs/files/kdelibs-= 3.5-openssl-1.0.0.patch: > Not Found =3D> Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/kdelibs-3.5-openssl= -1.0.0.patch > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/kdelibs-3.5-openssl= -1.0.0.patch: > File unavailable (e.g., file not found, no access) =3D> Couldn't fetch > it - please try to retrieve this =3D> port manually > into /usr/ports/distfiles/KDE and try again. *** [do-fetch] Error > code 1 >=20 > Stop in /usr/ports/x11/kdelibs3. > *** [lib-depends] Error code 1 >=20 > Stop in /usr/ports/x11/kdebase3. > *** [install] Error code 1 >=20 > Stop in /usr/ports/x11/kdebase3. > *** [lib-depends] Error code 1 >=20 > Stop in /usr/ports/x11/kde3. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" >=20 Take :) http://gpo.zugaina.org/data/kde-sunset/kde-base/kdelibs/files/kdelibs-3.5-o= penssl-1.0.0.patch From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 08:03:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 16AC7C15 for ; Mon, 8 Apr 2013 08:03:52 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 6659B8FA for ; Mon, 8 Apr 2013 08:03:50 +0000 (UTC) Received: (qmail 21093 invoked by uid 89); 8 Apr 2013 07:57:01 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@79.251.3.11) by mail.grem.de with ESMTPA; 8 Apr 2013 07:57:01 -0000 Date: Mon, 8 Apr 2013 09:57:02 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: Growing list of required(ish) ports Message-ID: <20130408095702.72e84f9c@bsd64.grem.de> In-Reply-To: References: <51622F44.3050604@FreeBSD.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 08:03:52 -0000 On Mon, 8 Apr 2013 09:31:50 +0200 David Demelier wrote: > > For me I also wanted pkg to be in base but they made a bootstrap that > does not need any other requirement so I stick with that and I'm > happy. > Last time I checked the bootstrapping mechanism installed an outdated version of pkg (1.0.2 while 1.0.9 was current in ports). > > Cheers, > > -- > Demelier David > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 08:05:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 323EBE4F for ; Mon, 8 Apr 2013 08:05:39 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by mx1.freebsd.org (Postfix) with ESMTP id C2F2A918 for ; Mon, 8 Apr 2013 08:05:38 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id c11so5644766wgh.32 for ; Mon, 08 Apr 2013 01:05:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=9WK8MhuTyMxAwePHVklvztjWIvmOwkVJUHiqrBti5u0=; b=lhivP2Djy9a7S/4EklN5TXpv4yddMLN1QA0UEm7D8A5tr6mKARVRWKBf/bm0iqBj/V VIbTkf7LLA0dDWewcDo2zT6F7xDUvTKwq4s53CX1JlN/ZDRtvzn6Bkx/ivhGHkrXN7jI FTFUmUGAmSlJU2qzW/dybR2MucEpep1lIyRQEIT3Ply6dXVejs3QbG6gp5ql0XQe3LGp LeNAVN7xeHm01Pdo1Ewxbk6T1sd0sA07LzAbNi86bgYIgmVFFyYUYIM3TyQkBThVDNWx s3zB2njSfaSzr/5YPHADqspC5KYrEPsGnyedKpRts6FyVEOSD73iFwABMDSXgquDqBLY tKyQ== MIME-Version: 1.0 X-Received: by 10.180.97.233 with SMTP id ed9mr10982076wib.32.1365408331910; Mon, 08 Apr 2013 01:05:31 -0700 (PDT) Received: by 10.216.139.72 with HTTP; Mon, 8 Apr 2013 01:05:31 -0700 (PDT) In-Reply-To: <20130408095702.72e84f9c@bsd64.grem.de> References: <51622F44.3050604@FreeBSD.org> <20130408095702.72e84f9c@bsd64.grem.de> Date: Mon, 8 Apr 2013 11:05:31 +0300 Message-ID: Subject: Re: Growing list of required(ish) ports From: Kimmo Paasiala To: Michael Gmelin Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 08:05:39 -0000 On Mon, Apr 8, 2013 at 10:57 AM, Michael Gmelin wrote: > On Mon, 8 Apr 2013 09:31:50 +0200 > David Demelier wrote: > >> >> For me I also wanted pkg to be in base but they made a bootstrap that >> does not need any other requirement so I stick with that and I'm >> happy. >> > > Last time I checked the bootstrapping mechanism installed an outdated > version of pkg (1.0.2 while 1.0.9 was current in ports). > >> >> Cheers, >> >> -- >> Demelier David >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to >> "freebsd-ports-unsubscribe@freebsd.org" > > > > > The outdated version is simple to update, that's the whole point of it staying in ports. -Kimmo From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 08:13:28 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 91901256 for ; Mon, 8 Apr 2013 08:13:28 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by mx1.freebsd.org (Postfix) with ESMTP id 288B8983 for ; Mon, 8 Apr 2013 08:13:27 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id c4so2134828eek.38 for ; Mon, 08 Apr 2013 01:13:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=KjRHBELloX3Lg9Ta7Zs09pkdr0V2XUcDOz2+xpupcW4=; b=kmexExVDAYIYb2iSC8cuhV/mD5TT5heRrmTRi2R04kArxJKWiICphC1qAiab6inZeP GCEdmUNNSzmlh5XZoRMbJ1UDUwJwUsIcj37rY+GgOxRmD0R6QBjhqFR0Fu8rFRzpLDQZ FYTCCN2YjWLGThs+9kq8B+Nweo69gF6/B8saKi9BdyZQYbtfb1eWHMvUCZ/Ppm4rUNYX s9qOJabjGN64XaOo46nIOkmwpmFfUv06fgSeaiyjw5qV6SBr5KLkWEypTGVQtHqpLtJG pLDTNvGWF0aBrfk1iYSMnOCre/UkFBenAKiwPKBAsdbrQWs78SJSL9BXWNKV7YbfQzhx DpyA== X-Received: by 10.15.35.193 with SMTP id g41mr1186555eev.45.1365408801450; Mon, 08 Apr 2013 01:13:21 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id bc1sm30463301eeb.11.2013.04.08.01.13.20 (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 08 Apr 2013 01:13:20 -0700 (PDT) Date: Mon, 8 Apr 2013 11:13:45 +0300 From: "Sergey V. Dyatko" To: freebsd-ports@freebsd.org Subject: Re: Growing list of required(ish) ports Message-ID: <20130408111345.489389d6@laptop.minsk.domain> In-Reply-To: <20130408095702.72e84f9c@bsd64.grem.de> References: <51622F44.3050604@FreeBSD.org> <20130408095702.72e84f9c@bsd64.grem.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 08:13:28 -0000 On Mon, 8 Apr 2013 09:57:02 +0200 Michael Gmelin wrote: > On Mon, 8 Apr 2013 09:31:50 +0200 > David Demelier wrote: > > > > > For me I also wanted pkg to be in base but they made a bootstrap > > that does not need any other requirement so I stick with that and > > I'm happy. > > > > Last time I checked the bootstrapping mechanism installed an outdated > version of pkg (1.0.2 while 1.0.9 was current in ports). > check it now, AFAIK now it is lattest > > > > Cheers, > > > > -- > > Demelier David > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to > > "freebsd-ports-unsubscribe@freebsd.org" > > > > > -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 08:24:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A3F7593 for ; Mon, 8 Apr 2013 08:24:23 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 57F4FA0C for ; Mon, 8 Apr 2013 08:24:21 +0000 (UTC) Received: (qmail 21649 invoked by uid 89); 8 Apr 2013 08:24:21 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@79.251.3.11) by mail.grem.de with ESMTPA; 8 Apr 2013 08:24:21 -0000 Date: Mon, 8 Apr 2013 10:24:22 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: Growing list of required(ish) ports Message-ID: <20130408102422.1966ebd8@bsd64.grem.de> In-Reply-To: References: <51622F44.3050604@FreeBSD.org> <20130408095702.72e84f9c@bsd64.grem.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 08:24:23 -0000 On Mon, 8 Apr 2013 11:05:31 +0300 Kimmo Paasiala wrote: > > The outdated version is simple to update, that's the whole point of it > staying in ports. > > -Kimmo I understand this, but it should be easy enough to make the bootstrapping mechanism install the current version (otherwise you could just deploy pkg with base and let people update it themselves). -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 08:26:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9E0B9654 for ; Mon, 8 Apr 2013 08:26:14 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id EAA12A23 for ; Mon, 8 Apr 2013 08:26:13 +0000 (UTC) Received: (qmail 21746 invoked by uid 89); 8 Apr 2013 08:26:12 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@79.251.3.11) by mail.grem.de with ESMTPA; 8 Apr 2013 08:26:12 -0000 Date: Mon, 8 Apr 2013 10:26:14 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: Growing list of required(ish) ports Message-ID: <20130408102614.4c99f5d6@bsd64.grem.de> In-Reply-To: <20130408111345.489389d6@laptop.minsk.domain> References: <51622F44.3050604@FreeBSD.org> <20130408095702.72e84f9c@bsd64.grem.de> <20130408111345.489389d6@laptop.minsk.domain> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 08:26:14 -0000 > check it now, AFAIK now it is lattest Looks like it (1.0.11). Thanks. -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 08:31:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 52CCA919 for ; Mon, 8 Apr 2013 08:31:19 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id AD14FA5B for ; Mon, 8 Apr 2013 08:31:18 +0000 (UTC) Received: (qmail 21856 invoked by uid 89); 8 Apr 2013 08:31:17 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@79.251.3.11) by mail.grem.de with ESMTPA; 8 Apr 2013 08:31:17 -0000 Date: Mon, 8 Apr 2013 10:31:18 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: www/nginx pkg-plist + pkgng (detectable?) Message-ID: <20130408103118.67ea695a@bsd64.grem.de> In-Reply-To: <20130330142320.38010126@bsd64.grem.de> References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 08:31:19 -0000 On Sat, 30 Mar 2013 14:23:20 +0100 Michael Gmelin wrote: > On Sat, 30 Mar 2013 05:39:21 -0500 > Bryan Drewery wrote:> > Let me elaborate this with a complete test sequence (starting in a > clean jail): > > # cd /usr/ports/ports-mgmt/pkg > # make install clean > # pkg -v > 1.0.9 > (which is port version 1.0.9_2) > # echo "WITH_PKGNG=1" >> /etc/make.conf > # pkg2ng > # cd /usr/ports/www/nginx > # make && make clean > (this is so only dependencies get installed) > # find /usr | sort | uniq >/tmp/beforeinstall > # make install clean > # find /usr | sort | uniq >/tmp/afterinstall > # diff /tmp/beforeinstall /tmp/afterinstall | wc -l > 32 > # pkg delete -y nginx > # find /usr | sort | uniq >/tmp/afterdelete > # diff /tmp/beforeinstall /tmp/afterdelete | wc -l > 0 > > (At this point it's clear that the package cleans up after itself > ok after removal) > > # make install clean > # mkdir /tmp/pkg > # cd /tmp/pkg > # pkg create nginx > # pkg repo . > # find . > . > ./nginx-1.2.7_1,1.txz > ./repo.txz > # pkg delete -y nginx > # PACKAGESITE=file:/tmp/pkg pkg update > # PACKAGESITE=file:/tmp/pkg pkg install -y nginx > # find . > . > ./nginx-1.2.7_1,1.txz > ./repo.txz > ./www > ./www/nginx-dist > > > I did the same procedure using pkg_* (starting from scratch): > # cd /usr/ports/www/nginx > # make install clean > # mkdir /tmp/pkg > # cd /tmp/pkg > # pkg_create -b nginx-\* > # find . > . > ./nginx-1.2.7_1,1.tbz > # pkg_delete nginx-\* > # pkg_add nginx-* > # find . > . > ./nginx-1.2.7_1,1.tbz > # pkg_info > nginx-1.2.7_1,1 Robust and small WWW server > pcre-8.32 Perl Compatible Regular Expressions library > > So the problem only happens when using pkgng, not when using pkg_*. > With pkg_* it seems like "mkdir www/nginx-dist" is executed relative > to @cwd, while with pkgng it's executed relative to `pwd`. Any news on this? Has it been fixed in pkg (I think it's primarily a bug in the port) > > On a different note, two things I noticed while playing with pkgng: > - The bootstrap code delivered with 9.1 installs pkg version 1.0.2, > since pkg is still improved rapidly, wouldn't it make sense to > bootstrap to the latest version from ports (or at least output a > warning, that there might be a more recent version)? Seems like it's fixed. > - pkg2ng does not alter make.conf, nor tell the user to do so. If you > assume that all users of pkg only use binary packages that might > make sense. But since you'll see a lot of converting users (in > the end this is what pkg2ng is for) either altering make.conf or at > least giving a hint to the user (something like "Don't forget to > add 'WITH_PKGNG=1' to your /etc/make.conf") would be nice. Even > though I'm really should know that at this point, I forgot it > several times, which puts the machines affected in a pretty ugly > state after installing additional ports. pkg-message or pkg2ng could warn about this. Actually, I think it would be best if pkg2ng should add the line to make.conf. > > Cheers, > Michael > -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 10:38:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45FE5885; Mon, 8 Apr 2013 10:38:52 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-5.eutelia.it [62.94.10.165]) by mx1.freebsd.org (Postfix) with ESMTP id F20661D5; Mon, 8 Apr 2013 10:38:51 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 3939F158B23; Mon, 8 Apr 2013 12:14:46 +0200 (CEST) Received: from soth.ventu (adsl-ull-12-244.41-151.net24.it [151.41.244.12]) (authenticated bits=0) by ns2.biolchim.it (8.14.6/8.14.6) with ESMTP id r38AEf6K058691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 8 Apr 2013 12:14:42 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.6/8.14.5) with ESMTP id r38AEXIT097071; Mon, 8 Apr 2013 12:14:33 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <51629889.7020301@netfence.it> Date: Mon, 08 Apr 2013 12:14:33 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: emacs23 not working in terminal Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Mon, 08 Apr 2013 12:14:43 +0200 (CEST) Cc: ashish@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 10:38:52 -0000 Hello. I'm a long time user of Emacs and I've got several different installations. Recently some of them started behaving: X11 version works fine, but running with -nw (or no X configured) results in keyboard not working. Pressing any key yields no result and emacs has to be "kill"ed externally. This happens regardless of how the box is accessed (local/ssh, Konsole/putty, etc...) I solved this on most installations with "portupgrade -Rf emacs", but I still have one box where this did not help. Where should I start looking? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 10:57:20 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 606E6E5A; Mon, 8 Apr 2013 10:57:20 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x236.google.com (mail-ia0-x236.google.com [IPv6:2607:f8b0:4001:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id 1F8C1297; Mon, 8 Apr 2013 10:57:20 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id u20so441242iag.13 for ; Mon, 08 Apr 2013 03:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=6B+r4nK9ZmSJ5dZPjIlswiKeAM77ILMOpYjVp9DoDU8=; b=S0ybSJxrun59pLxuF/sEMGe4q5en/nOfK/4vzj4XcW0cYR/0aAfwCC6pnhkhMNPeqt CSeX01QNIdA/ApKMKsVVVNU7sGvojOVkqQVQN5QYOT0+ZeyJBxXflkzpWeLEC9oX/2xI c3P26T5x66GEEvAkou7VAf0wwrIzpidf4fs2Si/HT/eykwdUXXMvG+Qm54Mki9nSwSnY 394uoH7tU4JG5VjN1Tri68Uh1BMJj1Hjh2RvE+9n+VsEfsiDN3bG4Jfhq5MAqyLb9bzf UA5kg3EFEyzMLmKdWGgtgKsG+FfNRum4rK3l6ZQWRIJsDtjP8ZMQhzqiaQ12dmtZ5ooR aA/g== MIME-Version: 1.0 X-Received: by 10.50.152.169 with SMTP id uz9mr6813745igb.15.1365418639214; Mon, 08 Apr 2013 03:57:19 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Mon, 8 Apr 2013 03:57:18 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Mon, 8 Apr 2013 03:57:18 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Mon, 8 Apr 2013 11:57:18 +0100 Message-ID: Subject: Re: Growing list of required(ish) ports From: Chris Rees To: Robert Simmons Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Kevin Oberman , Kimmo Paasiala , freebsd-ports , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 10:57:20 -0000 On 8 Apr 2013 08:55, "Robert Simmons" wrote: > > On Mon, Apr 8, 2013 at 1:11 AM, Kevin Oberman wrote: > > On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wrote: > >> > >> On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons > >> wrote: > >> > On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery > >> > wrote: > >> >> On 4/7/2013 8:47 PM, Robert Simmons wrote: > >> >>> Are there plans to get the following ports moved into HEAD? > >> >>> > >> >>> 1) ports-mgmt/pkg > >> >>> > >> >>> 2) ports-mgmt/dialog4ports > >> >>> > >> >>> 3) ports-mgmt/portaudit > >> >>> > >> >>> 4) ports-mgmt/portmaster > >> >>> > >> >>> It seems to me like these belong in the base system. > >> >> > >> >> On the contrary, the idea is that more and more should come *out of > >> >> base* and into ports. Base is very static and stuck in time. By moving > >> >> these things into ports, you are able to get updates much simpler. No > >> >> need for an errata or security advisory or release. Just updating with > >> >> portmaster/pkg upgrade. > >> > > >> > I understand where you're coming from, but perhaps there needs to be > >> > movement in both directions. > >> > > >> > I may be way off the mark here, but I'd love to spark a discussion > >> > about this. I think that in general things that are directly FreeBSD > >> > projects belong in base. Examples would be pkgng, and making > >> > dialog4ports a switch in dialog(1). Essentially, code that does not > >> > have an upstream should be in base. > >> > > >> > On the other hand, there are a number of things that I think should be > >> > pulled out of base. Some already have ports, and others would need > >> > ports created. Examples of things to pull out of base are OpenSSL, > >> > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. > >> > Code that is typically way behind the upstream project basically. > >> > > >> >> > >> >> portaudit is not needed with pkg, just use 'pkg audit'. > >> > > >> > I had missed that. Thanks! > >> > > >> >> > >> >>> > >> >>> Also, is there a reason why dialog4ports's functionality wasn't added > >> >>> to dialog(1) as a switch? > >> >> > >> >> > >> >> -- > >> >> Regards, > >> >> Bryan Drewery > >> >> bdrewery@freenode/EFNet > >> >> > >> > _______________________________________________ > >> > >> I think Bryan already explained the reasons why pkg should not be in > >> base, it's an external tool that is not strictly required to get a bare > >> > >> bones FreeBSD system up and running. Including it in base you create > >> yet another maintainance burden and would slow down the development of > >> the ports/packages management tools. > >> > >> -Kimmo > > > > > > What people seem to miss is that putting tools into the base system > > strangles the tools. Look at the difficulty we have seen in updating > > openssl. perl was removed from base for exactly that reason. Once something > > is in base, it usually can only be updated on major releases and even then > > it can be very complicated. That is a problem for any dynamically changing > > tool. > > > > I would love to see BIND removed from base, but most of the things you > > listed really are hard to remove. I know that I don't want to try bringing > > up a new install of FreeBSD on a remote system without OpenSSH and that > > OpenSSH is the only one that doesn't follow the same pattern. It > seems that the port of it has been abandoned going on 2 years. It is > lagging far far behind 9-stable which looks like DES bumped to 6.1 and > HEAD has been bumped to 6.2p1. You need to get the idea out of your head that !base == "inferior in some way". Ports are an integral part of the OS, and base should be minimal. Chris From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 11:06:03 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DD5E6FF1 for ; Mon, 8 Apr 2013 11:06:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BFA982E5 for ; Mon, 8 Apr 2013 11:06:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38B63sx056315 for ; Mon, 8 Apr 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38B63FK056313 for freebsd-ports@FreeBSD.org; Mon, 8 Apr 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Apr 2013 11:06:03 GMT Message-Id: <201304081106.r38B63FK056313@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 11:06:03 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/177692 New port: science/openkim o ports/177684 [maintainer update] www/xpi-pentadactyl o ports/177677 /usr/local/bin/grep halts postgresql84-server configur o ports/177676 [PATCH] net-mgmt/net-mgmt/argus3: Fix MANPAGES=no f ports/177675 [PATCH] net-mgmt/argus3-clients: Fix MANPAGES=no f ports/177669 news/nzbget - PostProcess script terminated with unkno o ports/177665 [MAINTAINER] lang/rust: update to 0.6 o ports/177664 sysutils/ddrescue -- remove unnecessary lzip dependenc o ports/177656 www/rssroll: maintainer-update update port's version f o ports/177651 New port: security/openiked OpenBSD's IKEv2 daemon o ports/177650 [Update] net-p2p/ncdc to 1.16.1 o ports/177649 [NEW PORT] net/hanstunnel: Hans makes it possible to t o ports/177643 Update port graphics/fotoxx to latest version o ports/177641 [new port] devel/kyua-cli Kyua (automated testing fram o ports/177640 [new port] devel/kyua-atf-compat ATF compatibility too o ports/177637 [new port] devel/kyua-testers: pluggable test interfac o ports/177632 [MAINTAINER] net-mgmt/netdisco: rc script corrections o ports/177626 Update port net/nbd-server to 3.2 o ports/177621 [PATCH] graphics/sane-backends 1.0.23_1 USB scanners f f ports/177612 mail/dovecot2: [PATCH] fix bad plist f ports/177611 security/maia maintainer address bounces f ports/177610 security/maia makefile check for mysql-client does not o ports/177603 [update]: databases/tarantool up to date o ports/177591 [update]: devel/libpo6 up to date o ports/177589 [maintainer update] misc/vifm: update to 0.7.4b f ports/177588 ports-mgmt/porttools: does not permit SVN diff mode ou f ports/177586 [patch] multimedia/mencoder was lost LZO_DESC o ports/177585 [patch update] databases/cego 2.17.5 -> 2.17.6 o ports/177584 New port: sysutils/graffer - utility which collects n o ports/177583 [update]: misc/qmetro up to latest o ports/177579 [update]: devel/avro-cpp up to date o ports/177578 [update]: security/nmapsi4 up to latest version o ports/177575 new port: security/rcracki_mt o ports/177567 Port Maintainer Upgrade: sysutils/tbku o ports/177565 [NEW PORT] www/trac-keywordsecretticket: Adds ticket s o ports/177562 [update]: security/ckpass up to latest version o ports/177561 [update]: security/libkpass up to latest version o ports/177560 [maintainer-update]: devel/libjson++: update to 0.4.0 o ports/177543 [MAINTAINER-UPDATE] from sysutils/zogftw 2013-02-08 to o ports/177541 [new port] devel/lunit unit testing framework for lua o ports/177524 [patch] audio/squeezeboxserver: p5-Path-Class-0.32 inc o ports/177512 Make emulators/snes9express compile again o ports/177508 Apache License not part of Copyfree Standard Definitio o ports/177506 irc/unreal: Update UnrealIRCD to 3.2.10 f ports/177503 textproc/pdfgrep ffails to build, upgrade required o ports/177500 [MAINTAINER] databases/tcl-sqlite3: update to 3.7.16.1 o ports/177499 [MAINTAINER] databases/sqlite3: update to 3.7.16.1 f ports/177497 mail/dovecot startup script breaks onestart functional f ports/177494 [patch] lang/gauche update to 0.9.3.3 f ports/177493 [patch] change games/minecraft-client to use openjdk7 o ports/177486 [NEW PORT] mail/opendmarc: DMARC library an milter imp f ports/177467 mail/dbmail install error when lang/perl5.14 has unset o ports/177441 [NEW PORT] net/tcpsplit: Breaks a libpcap trace along o ports/177438 [New port] textproc/rubygem-zmq: a simple gem wrapper o ports/177418 [New Port] math/cloog f ports/177416 mail/postgrey has surfaced a bug in perl's taint check o ports/177411 [NEW PORT] databases/mysql-udf-ipv6: MySQL UDFs provid f ports/177407 graphics/fotoxx: MASTER_SITES kornelix.squarespace.com f ports/177406 update port and add arch: lang/mlton o ports/177401 Mk/bsd.ldap.mk move -DLDAP_DEPRECATED from CFLAGS to C f ports/177397 [patch] security/heimdal: fix conflict between heimdal o ports/177391 multimedia/libcec update to 2.1.1 f ports/177371 sysutils/smartmontools - triggers channel blocking o ports/177370 New port: audio/opusfile f ports/177368 [PATCH] net/fping: Add option to compile in timestamps o ports/177364 [patch] math/scilab port build fails configuration ste o ports/177363 graphics/pqiv aborts when opening an image f ports/177357 [UPDATE] x11-themes/gtk-murrine-engine to 0.98.2 o ports/177353 [PATCH] ftp/yafc: fix for NLS support o ports/177347 [patch] x11/xtrlock needs to run setuid root f ports/177340 [PATCH] devel/php-xdebug: update to 2.2.2 o ports/177336 New port: security/sav o ports/177302 [UPDATE] devel/z80ex to v1.1.20rev1 o ports/177300 New port: java/intellij IntelliJ IDEA Community Editi f ports/177285 [patch] fix audio/audacity build with samplerate=off f ports/177242 x11-wm/wmconfig port update to version 1.3.8 o ports/177236 devel/pmd - fix for building with strict unicode Java f ports/177222 deskutils/cairo-dock-plugins won't build o ports/177220 New Port: ports-mgmt/chucky f ports/177212 [PATCH] net/nss_ldap: options ng o ports/177211 net-mgmt/cflowd: cflowd CflowdPacketQueue.cc fix o ports/177208 [NEW PORT] databases/yac: Yac is a user data cache bas f ports/177207 multimedia/xbmc maint update to 12.1 f ports/177206 [patch] graphics/optipng: update to 0.7.4 and fix CVE- f ports/177193 audio/moc: please include FLAC support by default in p o ports/177182 audio/mixxx segmentation fault f ports/177152 sysutils/fusefs-kmod missing pkg-message file o ports/177113 [MAINTAINER] update net/torsocks to version 1.2_1 o ports/177112 [maintainer] devel/ocaml-camlp5 update to 6.08 o ports/177103 security/secure_delete & bsd.sites.mk: MASTER_SITES is o ports/177101 [new port] www/qupzilla a QtWebKit web browser o ports/177100 [maintainer] security/libgcrypt update to 1.5.1 o ports/177074 [fix] audio/timidity and audio/guspat o ports/177071 editors/slime not working with emacs-24 o ports/177046 deskutils/taskjuggler: documentation attempts to write o ports/177042 [new port] emulators/ucon64 o ports/177033 [maintainer update] german/BBBike update to 3.18 o ports/177014 new port: databases/sqlayer f ports/176994 lang/abcl: upgrade to version 1.1.1 f ports/176986 [PATCH] games/uqm: Install the music and voice addons f ports/176932 [PATCH] net-mgmt/nfsen: add missing RUN_DEPENDS o ports/176893 editors/libreoffice 4.0.1.2 doesn't start - crashed f ports/176874 sysutils/fusefs-sshfs crashes on amd64 o ports/176823 [NEW PORT] www/redaxo: The REDAXO content management s f ports/176816 www/privoxy+ipv6 is obsolete o ports/176811 [PATCH] editors/semi-xemacs21-mule: should be unbreake f ports/176805 rc scripts provided with security/heimdal haven't a co o ports/176767 [patch] net-im/ari-yahoo broken on freebsd-head o ports/176745 [new ports] www/eaccelerator-devel: PHP 5.4 compatible o ports/176720 sysutils/syslinux 5.01 not installing all c32 files o ports/176716 [patch] devel/boehm-gc update to 7.2d combining previo o ports/176708 x11-fonts/code2001: broken checksum f ports/176706 www/mambo: MASTER_SITES dns expired o ports/176700 Update ports-mgmt/kports and kports-qt4 to prevent bui f ports/176677 sysutils/ezjail does not support jailnames with non-ap o ports/176666 x11/fireflies buildfailure o ports/176660 [ports] editors/pdfedit: build failure on ia64 -curren o ports/176651 NEW PORT: graphics/flashprojector - Adobe standalone S o ports/176625 New Port: ports-mgmt/prhistory-sync-perl Sync GNATS PR o ports/176615 New port: deskutils/cairo-dock3, Cairo-Dock is a light o ports/176613 New port: devel/libgdbmgr, vim interface to gdb o ports/176480 [NEW PORT] x11-wm/compton: Compton is a compositor for o ports/176468 www/sams can not use the mask /32, with authorization o ports/176456 NEW PORT: lang/jsawk - Command-line JSON parser o ports/176445 New port: audio/icecast-kh Streaming mp3/ogg-vorbis au s ports/176442 Port files with double-colons cannot exist on FAT part f ports/176439 net/fping: Possible Fping incompatibility with FreeBSD f ports/176438 net-mgmt/nrpe2 consuming cpu when handling new connect o ports/176429 New Port: sysutils/ori - Ori Distributed File System f ports/176423 audio/clementine-player: always needs two starts f ports/176383 sysutils/ipmitool cannot connect over SOL o ports/176382 ports dependencies not being recorded o ports/176378 [PATCH] Fix several typos in the ports tree o ports/176377 New port: sysutils/cbsd Yet another FreeBSD Jail Manag o ports/176352 ports rebuilds unneeded packages o ports/176290 Utilize sf.net CDN o ports/176195 [PATCH] games/cre: Set NO_WRKSUBDIR and BUILD_WRKSRC i f ports/176180 mail/mailman broken without NLS f ports/176178 Implement upstream fix where multiple net/iaxmodem ins f ports/176172 graphics/povray37: /usr/local/bin/ld: disp_sdl.o: unde o ports/176130 New port: www/cakephp23 o ports/176096 [NEW PORT] www/xibo-server: Xibo - Digital Signage (se o ports/176095 [NEW PORT] www/zikula: MVC web application framework ( f ports/176047 ports: graphics/ImageMagick: -delay option spurious me f ports/176044 ports: print/ghostview (1.5_3) segfault/coredump f ports/176012 irc/inspircd fails to detect OpenSSL in base running r f ports/175987 audio/clementine-player 1.1.0_1 - album art not displ o ports/175947 [NEW PORT] www/sogo: Groupware server with a focus on o ports/175946 [NEW PORT] devel/sope: An extensive set of GNUstep web f ports/175944 [PATCH] x11-wm/obmenu: OptionsNG, changed Makefile, De f ports/175936 [NEW PORT] x11-wm/lxmed: LXDE Main Menu Editor f ports/175868 security/nessus-libnasl: nasl_crypto.c:25:10: fatal er f ports/175813 [patch] mail/dovecot2 doesn't detect libstemmer or ext f ports/175798 FreeBSD 10 unable to build sysutils/fusefs-kmod f ports/175772 Update to finance/php-tclink o ports/175748 New port: www/your-freedom A SOCKS proxy application f ports/175733 devel/libatomic_ops: Segmentation fault : install - f ports/175656 [patch] databases/sqlite3: update to 3.7.15.2 o ports/175620 New port: devel/bashdb, Bash debugger o ports/175612 New port: devel/remake version of GNU make utility th f ports/175611 sysutils/zfs-periodic package do not enable cron to ho f ports/175534 [patch] net-mgmt/rackmonkey: Fix a redirect o ports/175527 security/expiretable doesn't work in FreeBSD 9.x f ports/175523 pkgng: mail/dovecot2-pigeonhole conflicts with mail/do f ports/175429 audio/clementine-player: build error o ports/175385 dns/fastresolve does not compile o ports/175308 [NEW PORT] graphics/linux-f10-sdl_ttf: SDL graphics dr o ports/175307 [NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics dr o ports/175274 [NEW PORT] audio/linux-f10-libsndfile: Reading and wri o ports/175234 update multimedia/qmmp, multimedia/qmmp-plugin-pack o ports/175233 devel/boehm-gc: GC does not scan static roots in share o ports/175229 x11-toolkit/swt-devel fails o ports/175219 www/yabb upgrade f ports/175121 devel/buildapp does not produce executable file o ports/175113 devel/freeocl: Port revision PORTREVISION=1 f ports/175107 devel/opencl: bug in CL/cl_ext.h (upstream): o ports/175068 [PATCH] net/proxychains: update to 4.4, take maintaine o ports/174988 New port: net/tclsoap o ports/174960 sysutils/fusefs-ntfs mkntfs fails because of "no block o ports/174951 [PATCH] games/vamos: added OptionsNG, icon, desktop en o ports/174947 [new port] ftp/php5-dav, php5 webdav module, allowing o ports/174940 [new port]: misc/valspeak, a filter that converts Engl o ports/174911 [PATCH] cad/leocad: update to 0.79.1, take maintainers f ports/174898 graphics/openimageio: pkg: (openimageio-1.1.2) /usr/lo o ports/174883 databases/grass: cut: ../dist.amd64-portbld-freebsd10. f ports/174867 irc/unreal: Port Update to UnrealIRCD o ports/174841 graphics/sane-frontends fails to build f ports/174815 [PATCH] print/cups-base: Fixed 3 fatal errors, icons, f ports/174798 audio/soundtracker: request to add system menu item/en o ports/174795 x11-toolskits/open-motif: Installing open-motif-2.3.4. s ports/174788 www/squid32 fails to build when heimdal 1.5.2 installe f ports/174764 [patch] upgrade databases/postgis to 1.5.8 (fixes comp o ports/174746 Segmentation fault in security/prelude-lml o ports/174705 update devel/php5-ice to new version and rename existi o ports/174667 [new port] sysutils/ksysguardd3 (KDE3 ksysguardd) o ports/174655 japanese/mutt-devel: mutt ja patch new version release o ports/174647 [NEW PORT] net/infinispan: Open source highly scalable f ports/174583 devel/libreadline-java: patch for UTF8 support o ports/174567 [PATCH]: Fix mxml linking on amd64 o ports/174561 [patch] upgrade devel/avr-binutils from 2.20.1 to 2.22 o ports/174560 [patch] upgrade devel/avr-gcc from 4.5.1 to 4.6.2 o ports/174559 [patch] add vendor patchset to devel/avr-libc f ports/174553 editors/tea fails to upgrade from 'tea-33.3.0' to 'tea f ports/174487 mail/notmuch fails to build during portupgrade o ports/174368 New port: lang/nimrod The Nimrod programming language. s ports/174342 [NEW PORT] irc/shirk: Modular IRC bot based on the Twi o ports/174308 [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile f ports/174303 [PATCH] Update devel/libgta to version 1.0.4 o ports/174289 net/ssvnc build fails - configure: error: /usr/bin/cpp f ports/174237 databases/php5-redis - zAdd does not set the correct s o ports/174131 net/citrix_ica: Update port to 12.0.0.189834 f ports/174129 [Maintainer-Update] print/cups-bjnp to latest f ports/174118 graphics/pecl-gmagick o ports/174069 [PATCH] misc/explosions: OptionsNG, added categories, o ports/174057 [PATCH] misc/cmatrix: OptionsNG, added license, mtx.pc o ports/174055 Default Linux ALSA configuration update request o ports/174022 [PATCH] games/gnurobots: Added OptionsNG, license, des f ports/174018 Can't disable security/sshguard -b option o ports/174015 [PATCH] finance/venice: update to 0.751beta, take main o ports/173998 textproc/xalan-c from version 1.10 to 1.11 o ports/173996 net-mgmt/p5-Cflow: add support for net-mgmt/flow-tools o ports/173888 [NEW PORT] games/sudoku-sensei: Enjoy playing with Sud o ports/173882 [PATCH] games/xsc: Changed Comment, added Deskop entri o ports/173881 [NEW PORT] games/vodovod: Cross-platform pipe connecti o ports/173880 [PATCH] games/pipenightdreams: Added Portdoss, Desktop o ports/173875 [PATCH] games/cuyo: update to 2.0.0,1, Added License, f ports/173858 sysutils/bsdadminscripts installs pkg_libchk that does f ports/173726 [patch] games/stonesoup f ports/173638 net-mgmt/nagios_plugins [PATCH] Revised check_ircd.pl o ports/173615 textproc/db2latex 0.8p1_1 has bad xls [patch] o ports/173581 new port submission, security/sagan f ports/173543 net/ucarp / vlan interfaces o ports/173542 [PATCH] graphics/fracplanet: take maintainership, Make o ports/173534 [NEW PORT] games/wizznic: Implementation of the arcade o ports/173505 java/java3d does not compile f ports/173490 www/squid32 - missing kerberos helper f ports/173489 [PATCH] databases/mysqltuner: [SUMMARIZE CHANGES] o ports/173464 [PATCH] emulators/linux-pete-mesagpu: update to 1.77, o ports/173463 [PATCH] emulators/linux-peops-softgpu: update to 1.18, o ports/173462 [PATCH] emulators/linux-pete-xgl2gpu: update to 2.9, t o ports/173457 [NEW PORT] games/edgar: 2D platform game with a persis o ports/173438 lang/tuareg-mode.el f ports/173412 failed to install lang/gnat-aux f ports/173369 math/gnuplot+: avoid conflicts with math/gnuplot o ports/173368 [PATCH] games/glmaze: OptionsNG, changed Makefile, add o ports/173352 [PATCH] games/gtkatlantic: OptionsNG, changed Makefile o ports/173351 [PATCH] games/4stattack: OptionsNG, Makefile simplifie o ports/173350 [PATCH] games/ppracer: OptionsNG, Makefile changed, ta o ports/173335 [PATCH] games/xarchon: OptionsNG, changed Makefile, pk o ports/173314 [PATCH] graphics/comix: OptionsNG, changed Makefile, p o ports/173282 New port: security/keepassx2 Cross Platform Password M o ports/173241 devel/pmd fails to install f ports/173230 sysutils/parallel 20121022 complains about defined(@ar o ports/173194 [new port] java/eclipse-birt: BIRT plugin for Eclipse f ports/173191 lang/squeak: invalid dependency. o ports/173188 [PATCH] games/wordplay: Makefile changed, OptionsNG, t o ports/173184 [PATCH] games/abe: Makefile changed, removed pkg-plist o ports/173179 [PATCH] games/aop: Makefile changed, OptionsNG, take m o kern/173030 [atf] [patch] emulators/open-vm-tools: fix clang compi o ports/173021 [NEW PORT] www/jetspeed2: Open Source Portal, written o ports/172981 [NEW PORT] devel/allegro-devel5: Cross-platform librar o ports/172967 [restore port] www/asterisk-gui for asterisk 1.6 to as o ports/172944 [NEW PORT] games/oneisenough: Economic development in o ports/172917 textproc/syck: LuaYAML-Testcases test-suite for lua ex o ports/172863 [NEW PORT] net/pjsip: Multimedia communication library f ports/172837 lang/swi-pl compiles with databases/libiodbc f ports/172800 [PATCH] fix build/install for audio/hydrogen f ports/172750 graphics/luminance does not compile if graphics/libraw f ports/172713 ports-mgmt/portbuilder hangs building x11/xorg on i386 f ports/172595 New port: net-p2p/pushpoold bitcoin push-mining pool s f ports/172441 chinese/fcitx should be in 'textproc' instead of 'chin o ports/172439 [New Port] chinese/fcitx-table-yonh: Pinyin-like input f ports/172361 lang/gnustep-base fail to configure with clang f ports/172353 multimedia/mencoder does not build with clang on amd64 f ports/172272 www/speedtest-mini - port not working o ports/172168 [new port] comms/libdlo: the basis for the DisplayPort f ports/172141 [PATCH] deskutils/q4wine: update to 0.121, OptionsNG, f ports/172139 www/squid31 f ports/171950 devel/tnt: include/tnt/tnt_sparse_matrix_csr.h:97:3: e o ports/171945 sysutils/fusefs-smbnetfs crash since fusefs-libs updat o ports/171932 wrong excutable program installed in ports/biology/mop o ports/171921 New port: devel/ocltools: o ports/171903 net-mgmt/observium port should only provide dependenci f ports/171893 [BUG] sysutils/ezjail: ezjail_admin update -b (Cannot f ports/171886 [PATCH] multimedia/gpac-mp4box: [SUMMARIZE CHANGES] f ports/171878 textproc/libsphinxclient port is incompatible with sph o ports/171870 [NEW PORT] games/visualspell: Challenges players to us o ports/171869 [NEW PORT] games/multiplik12: Educational game for lea f ports/171868 [new port] net/remotebox: Open Source VirtualBox Clien o ports/171855 [NEW PORT] net-mgmt/node-statsd - Simple daemon for ea f ports/171850 Misleading pkg install option in sysutils/fusefs-kmod f ports/171849 databases/postgis: port switches compiler! GCC -> CLAN f ports/171818 Please add option for Python-integration to sysutils/b o ports/171801 [patch] www/sams: Problem with creating MySQL database o ports/171792 patch: allow games/xmille to select starting player ra o ports/171735 [NEW PORT] editors/py31-loook-devel: Simple Python too o ports/171734 [NEW PORT] editors/py27-loook: Simple Python tool that o ports/171675 [NEW PORT] games/cocos2d: Framework for building 2D ga f ports/171669 www/hastymail2 clobbers plugin settings o ports/171605 net-mgmt/netams 3.4.5 compilation error o ports/171603 [NEW PORT] games/py27-dcross: Blocks fall from the top o ports/171602 [NEW PORT] games/py27-cargocarrier: Collect cargo crat o ports/171576 [NEW PORT] games/py27-bombz: Simple 2D puzzle game wit o ports/171559 [NEW PORT] games/airstrike: 2d biplane dogfight game o ports/171552 [NEW PORT] games/traingame: Game about Trains f ports/171539 [patch] net-mgmt/nrpe2 small fixes o ports/171510 sysutils/dvd+rw-tools package doesn't work. o ports/171392 [NEW PORT] games/py27-super_mario_bros_python: Clone o o ports/171391 [NEW PORT] games/py27-pytowerdefense: Tower Defense Ga f ports/171338 both databases/mariadb-scripts and databases/mariadb-s o ports/171332 [NEW PORT] games/py27-pythonsudoku: Text and graphical o ports/171236 [NEW PORT] games/schwarzweiss: Tank game for 2 players f ports/171231 audio/clementine-player starts only at the second time o ports/171224 [NEW PORT] games/bouncy: You are a hungry rabbit. Eat o ports/171176 new port: net/winexe f ports/171160 sysutils/loganalyzer depends on php5 o ports/171149 new port: textproc/imsettings - a framework manages in o ports/171106 New Port: net/jdownloader - Download manager (java) f ports/171079 graphics/rawtherapee hangs x11 o ports/171019 [new port] science/isis3: USGS ISIS3 planetary mapping o ports/171017 [new port] astro/cspice: New scientific port: NASA/NAI f ports/170882 sysutils/bacula-server - Feature Request - Change sysc o ports/170819 New port: net-mgmt/UniFi UniFi Wireless Controller o ports/170695 sysutils/fusefs-ntfs - instant reboot when mv from UFS o ports/170662 [NEW PORT] devel/pymunk: A easy-to-use pythonic 2d phy o ports/170661 [NEW PORT] graphics/py27-pyglet-devel: Cross-platform f ports/170537 devel/libftdi seems broken on i386 and amd64 o ports/170448 [NEW PORT] devel/allegro5: Allegro 5 is a game program o ports/170417 Update port: sysutils/grub2 to 2.00 o ports/170406 [patch] audio/oss: implicit declaration of 'device_set o ports/170405 [patch] audio/oss: respect SYSDIR/SRC_BASE f ports/170381 x11/slim window manager gives dbus errors starting xfc f ports/170366 lang/libobjc2: update to 1.6.1 f ports/170339 www/node: segmentation violation in v8::internal::Hand o ports/170241 [PATCH] devel/libftdi: upgrade to 0.20 and fix automak f ports/170186 Update sysutils/modules to version 3.2.9 f ports/170100 astro/orsa: version 0.7.0 in ports hopelessly outdated o ports/170000 emulators/vmware-tools6: Can not install VMware Tools o ports/169807 multimedia/gnome-mplayer fails to build with NOTIFY su o ports/169741 [new port] devel/visualparadigm f ports/169716 net-mgmt/ndpmon several problems with build and instal o ports/169628 sysutils/devcpu-data f ports/169521 astro/weatherspect: Exiting with SIGUse of uninitializ o ports/169371 port graphics/sane-backends segfaults f ports/169333 [PATCH] sysutils/syslog-ng2: move sample config to EXA f ports/169322 New port: net/armsd: SMFv2/ARMS Service Adapter daemon f ports/169165 sysutils/fusefs-kmod: calling fchown(2) on sshfs files o ports/169138 net/dhcp6 rc.d script should run BEFORE: NETWORKING f ports/168935 www/firefox-remote shares PORTNAME with www/firefox o ports/168926 Second '59.xxx' out of range 0..59 at security/snort-r o ports/168861 devel/tkcvs: tkdiff no longer runs correctly o ports/168647 Remove trailing spaces from all ports-related files f ports/168407 [patch] lang/gauche: update to 0.9.3.2, unbreak o ports/168404 [NEW PORT] databases/dev-sqlite3: This is a developmen o ports/168328 [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel f ports/168319 graphics/qiviewer: Not displaying image jpeg o ports/168114 [NEW PORT] games/duckmaze: A game about a duck that is o ports/167759 [New Ports] x11-wm/e17-modules-ecomorph and x11-wm/eco f ports/167691 security/heimdal: problem compiling kerberos/heimdal f ports/167090 sysutils/ezjail: Invalid command line option in ezjail o ports/167042 New port: net-p2p/tahoe-lafs f ports/167031 security/heimdal ignore environment after process call f ports/166987 net/nss_ldap: ports/152982 causes nss_ldap to not func o ports/166826 New port: misc/libphidget The driver for Phidgets devi o ports/166812 New port: mail/bounceHammer f ports/166522 lang/f77: Fortran 77 compiler always exits with error f ports/166006 Problem with postfix and mail/mailman integration f ports/166004 www/squid31 3.1.19 crashes on first request f ports/165672 sysutils/bacula-server doesn't install all symlinks ne o ports/165586 New port german/lx-office-erp, sql-ledger fork with ex o ports/165565 New port: www/mod_auth_token Token-based authenticatio o ports/164306 update mail/mailagent to 3.1.77 and utmpx fix o ports/164197 smsd(comms/smstools3) doesn't read some configurations o ports/164060 net/ucarp doesn't work on FreeBSD 9.0-PRERELEASE o ports/163955 input packet for interface are counted twice o ports/163850 New port: cad/linux-bricscad f ports/163126 security/sshguard changed from syslog.conf to daemon b o ports/162045 print/ghostview 1.5_2 coredumps on certain files o ports/161578 devel/strace is not working f ports/161278 net/dante: getoutaddr(): address [...] selected, but n o ports/158983 [NEW PORT] devel/pecl-dtrace: PHP DTrace provider o ports/158791 Update security/openvas-* o ports/157313 cad/spice SEGV o ports/157107 conflict between mail/p5-Mail-SPF and mail/libspf2 o ports/156834 New port: games/fairymax-devel latest version of games o ports/151747 new port: emulators/wine-fbsd64: request for (a variat o i386/138737 [endian] [patch] Patch for bswap64(9) operation on IA o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM 388 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 11:32:13 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C48EE15 for ; Mon, 8 Apr 2013 11:32:13 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 27A4985C for ; Mon, 8 Apr 2013 11:32:12 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id z13so5626020lbh.13 for ; Mon, 08 Apr 2013 04:32:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=DedF++zRTFJghMUjVMYIM0vSN9qhjcvVF01CAEmAch0=; b=uXvtL0SgZGM5Ngrb8Qiebdmr29j1V0XmAtgPjKyviqF6OPTYY3JTEpQM8BloKWb28z HWF5Dmpf1aBKogl7aanGBOaxZ97dj9L+X01XkdcBiJXHv8g8M7vgcj3zWjnRRANnx7mG XVps7NyE4RogM/1Q08MmmNROQf0WcuVggcvvcE+ANiWmRP7zipHOI6f0bKjT2T33Ojww XXH/tVK8PPj1fMGVYcNNjgP0f3yWfdwxRQHfQdxkcrxIpG0Li+BwbA12irCALDvIA21a dMK96FRN+qvAdUG08S+O/8Wxyqg++QuoLUGGp8jeDoYraRZseZOq6x6w8ipHUxTa1rvF wwEA== MIME-Version: 1.0 X-Received: by 10.112.160.66 with SMTP id xi2mr11359137lbb.97.1365420725614; Mon, 08 Apr 2013 04:32:05 -0700 (PDT) Received: by 10.112.198.168 with HTTP; Mon, 8 Apr 2013 04:32:05 -0700 (PDT) In-Reply-To: <1365381680.91665.8.camel@z6000.lenzicasa> References: <51607B45.7080302@sbcglobal.net> <447gkepetj.fsf@lowell-desk.lan> <1365381680.91665.8.camel@z6000.lenzicasa> Date: Mon, 8 Apr 2013 13:32:05 +0200 Message-ID: Subject: Re: Request olvwm From: Daniel Nebdal To: Sergio de Almeida Lenzi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Lowell Gilbert , Richard Childers X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 11:32:13 -0000 Looking at it, the first problem is that x11-toolkits/xview has ONLY_FOR_ARCHS=3D i386 . Adding amd64 to it failed early with compilation errors (in some hairy macro definitions, by the look of it). Setting USE_GCC=3D4.2+ still produced a lot of warnings, but actually compiled and installed. Back in olwm, it then failed with much the same compiler errors; USE_GCC=3D4.2+ got past that again (I guess it's from the same header files as xview). It then compiled and installed. On trying to start it, it segfaulted. Recompiling with CFLAGS+=3D-g and starting it in gdb, I get this: mr16613: x11-wm/olvwm > gdb olvwm GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... (gdb) run Starting program: /usr/local/bin/olvwm (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x000000000040f4bb in ?? () (gdb) bt #0 0x000000000040f4bb in ?? () #1 0x000000000042ede8 in olgx_draw_accel_button () #2 0x000000000043169f in olgx_draw_accel_button () #3 0x0000000000428ded in olgx_draw_accel_button () #4 0x000000000042959e in olgx_draw_accel_button () #5 0x0000000000421477 in olgx_draw_accel_button () #6 0x000000000040639f in ?? () #7 0x000000080066c000 in ?? () #8 0x0000000000000000 in ?? () (gdb) There is probably a good reason xview is marked as i386 - only. I guess I could recompile it with -g as well to see if I can find out what goes wrong, but ... I do have other things to do, and I know nothing about X or xview or olvwm. Maybe later? -- Daniel Nebdal On Mon, Apr 8, 2013 at 2:41 AM, Sergio de Almeida Lenzi wrote: > Em Dom, 2013-04-07 =E0s 10:59 -0400, Lowell Gilbert escreveu: > >> Richard Childers writes: >> >> > I'm not sure if olvwm is getting any attention - I know there are >> > other projects with more users - but I wanted to say, I love that >> > window manager. >> >> Do you have any specific requests? The project hasn't had any releases >> upstream in years, so the fact that the FreeBSD port hasn't changed much >> doesn't seem like a problem... >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > Olvwm is a good choice for people that wants a small, fast, easy to > configure, and beautiful > look. Now the only problem is that it does not compile under 64bits... > > I tried to fix it but is beyound my knowledge.. > > If some X guru is available, please fix it for 64 bits... > > > Thanks for your attention, > > Sergio > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 12:41:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E294BFEF for ; Mon, 8 Apr 2013 12:41:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C6FF0B48 for ; Mon, 8 Apr 2013 12:41:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38CfCed079496 for ; Mon, 8 Apr 2013 12:41:12 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38CfCDv079487 for freebsd-ports@freebsd.org; Mon, 8 Apr 2013 12:41:12 GMT (envelope-from bdrewery) Received: (qmail 7607 invoked from network); 8 Apr 2013 07:41:10 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 8 Apr 2013 07:41:10 -0500 Message-ID: <5162BAE3.6080202@FreeBSD.org> Date: Mon, 08 Apr 2013 07:41:07 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Robert Simmons Subject: Re: Growing list of required(ish) ports References: <51622F44.3050604@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.5.1 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2XPLVQLLKBVMIHWMEKKKC" Cc: Kevin Oberman , Bryan Drewery , freebsd-ports , Kimmo Paasiala X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 12:41:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2XPLVQLLKBVMIHWMEKKKC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 4/8/2013 1:55 AM, Robert Simmons wrote: > On Mon, Apr 8, 2013 at 1:11 AM, Kevin Oberman wro= te: >> On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wr= ote: >>> >>> On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons >>> wrote: >>>> On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery >>>> wrote: >>>>> On 4/7/2013 8:47 PM, Robert Simmons wrote: >>>>>> Are there plans to get the following ports moved into HEAD? >>>>>> >>>>>> 1) ports-mgmt/pkg >>>>>> >>>>>> 2) ports-mgmt/dialog4ports >>>>>> >>>>>> 3) ports-mgmt/portaudit >>>>>> >>>>>> 4) ports-mgmt/portmaster >>>>>> >>>>>> It seems to me like these belong in the base system. >>>>> >>>>> On the contrary, the idea is that more and more should come *out of= >>>>> base* and into ports. Base is very static and stuck in time. By mov= ing >>>>> these things into ports, you are able to get updates much simpler. = No >>>>> need for an errata or security advisory or release. Just updating w= ith >>>>> portmaster/pkg upgrade. >>>> >>>> I understand where you're coming from, but perhaps there needs to be= >>>> movement in both directions. >>>> >>>> I may be way off the mark here, but I'd love to spark a discussion >>>> about this. I think that in general things that are directly FreeBS= D >>>> projects belong in base. Examples would be pkgng, and making >>>> dialog4ports a switch in dialog(1). Essentially, code that does not= >>>> have an upstream should be in base. >>>> >>>> On the other hand, there are a number of things that I think should = be >>>> pulled out of base. Some already have ports, and others would need >>>> ports created. Examples of things to pull out of base are OpenSSL, >>>> Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. >>>> Code that is typically way behind the upstream project basically. >>>> >>>>> >>>>> portaudit is not needed with pkg, just use 'pkg audit'. >>>> >>>> I had missed that. Thanks! >>>> >>>>> >>>>>> >>>>>> Also, is there a reason why dialog4ports's functionality wasn't ad= ded >>>>>> to dialog(1) as a switch? >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Bryan Drewery >>>>> bdrewery@freenode/EFNet >>>>> >>>> _______________________________________________ >>> >>> I think Bryan already explained the reasons why pkg should not be in >>> base, it's an external tool that is not strictly required to get a ba= re >>> >>> bones FreeBSD system up and running. Including it in base you create >>> yet another maintainance burden and would slow down the development o= f >>> the ports/packages management tools. >>> >>> -Kimmo >> >> >> What people seem to miss is that putting tools into the base system >> strangles the tools. Look at the difficulty we have seen in updating >> openssl. perl was removed from base for exactly that reason. Once some= thing >> is in base, it usually can only be updated on major releases and even= then >> it can be very complicated. That is a problem for any dynamically chan= ging >> tool. >> >> I would love to see BIND removed from base, but most of the things yo= u >> listed really are hard to remove. I know that I don't want to try brin= ging >> up a new install of FreeBSD on a remote system without OpenSSH and tha= t >=20 > OpenSSH is the only one that doesn't follow the same pattern. It > seems that the port of it has been abandoned going on 2 years. It is > lagging far far behind 9-stable which looks like DES bumped to 6.1 and > HEAD has been bumped to 6.2p1. This is my fault. I am working on updating it to 6.2 for after the freeze= =2E >=20 >> pulls in openssl. In the case of many tools, it really turns into a >> bikeshed. But i can see no reason to add any of the new packaging tool= s >> simply because it is critical that updates be possible far more often= than >> is possible for the base system. >> -- >> R. Kevin Oberman, Network Engineer >> E-mail: rkoberman@gmail.com > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " >=20 --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2XPLVQLLKBVMIHWMEKKKC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRYrrjAAoJEG54KsA8mwz5uEMQAKkPeGy5N0V5/beBVnYYqnIB EsLOTthUQ27GMj6Gi0JhxzR7rTx80jQPTk5S5lclJirswSdPlioNfrgNiLD+oD1s oHcUwn8vedySLTHAhpD0IoMeiogE7vaN4g2deQNtTGIyj8g9fwrIus8vlt2je3P8 fGbu5qfeMLOpFQz81zmBwVJQcdbGJRSlMlYP2CXE94ZPQ8gZ3iYtNPQMDTa19wPl qQovTAezLIPz1l3rxXHhVz5Q8oxl+UrNXrkuw7D9wMM5Y6cOlQ4/l7iaPfEeVbb/ SHTySocouWibFj3WGY1ebT95qaFBPV63BKI5xsVEPZtmh9C85lQ2rjfB2hTHaT5Z 7b+CudeAh4G4+XBBwepoavzAnl8xDSeQiDt8SHali/+Q24LmIvGLmQJg2+dm8xHm mZmwvf6t3aUAImntB9WQuvWo0tnlBWa3YFVIbP+lJY8UP5xS55iHfHofJ293mkid CXz5/9ewwSOXUS2Y4Ax+WJbJkOCICWvcyD5arFZxq1sUaPPLi2nTbiszf/AGqrIw YZ0qSHIE7LLXiNs2GwkmbNiJj5f87nt84pzWW4+pXJAEMGGDlCaIpoRiJlceRRik x81jUIccHZF/MjLjA4Fp4cnBTORTimiGZT8Tw3xVbSsHwIvikmvOQhxdhcm3/quO 626erqU0a5ld+NmbDuos =1K+K -----END PGP SIGNATURE----- ------enig2XPLVQLLKBVMIHWMEKKKC-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 12:42:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B6D35117 for ; Mon, 8 Apr 2013 12:42:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8355EB54 for ; Mon, 8 Apr 2013 12:42:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38Cg5p2079526 for ; Mon, 8 Apr 2013 12:42:05 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38Cg5fQ079525 for freebsd-ports@freebsd.org; Mon, 8 Apr 2013 12:42:05 GMT (envelope-from bdrewery) Received: (qmail 31745 invoked from network); 8 Apr 2013 07:42:04 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 8 Apr 2013 07:42:04 -0500 Message-ID: <5162BB19.2080807@FreeBSD.org> Date: Mon, 08 Apr 2013 07:42:01 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Michael Gmelin Subject: Re: Growing list of required(ish) ports References: <51622F44.3050604@FreeBSD.org> <20130408095702.72e84f9c@bsd64.grem.de> In-Reply-To: <20130408095702.72e84f9c@bsd64.grem.de> X-Enigmail-Version: 1.5.1 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2XORTVRMKKSWOFQKEMGCN" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 12:42:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2XORTVRMKKSWOFQKEMGCN Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 4/8/2013 2:57 AM, Michael Gmelin wrote: > On Mon, 8 Apr 2013 09:31:50 +0200 > David Demelier wrote: >=20 >> >> For me I also wanted pkg to be in base but they made a bootstrap that >> does not need any other requirement so I stick with that and I'm >> happy. >> >=20 > Last time I checked the bootstrapping mechanism installed an outdated > version of pkg (1.0.2 while 1.0.9 was current in ports). >=20 Yes it was stale for a long time. It was updated to 1.0.11 a few days ago= =2E >> >> Cheers, >> >> -- >> Demelier David --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2XORTVRMKKSWOFQKEMGCN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRYrsZAAoJEG54KsA8mwz5tYYP/AoGu4rYiM3Z1Ua5OYmVRfJx JfTUMBwT1H6wSFgvf5nNMGQXvw1A6a27PRq9haahs33zvdLmbn4EFITM7p35l3B5 mB+Q9BKskHwKvAOpFX0fbuAFiqV6SKKNVqBNxWr++iS+nmsfjtoxQN7FyDeSOQd5 mnoiT6JdFpc2ksZNe5Qgw2GvWmtth+bDIM54Y8o5fDBR+cUyYpC+6Dm5jFO644zP l+wgzGRywEG3bWym1Mru/hGvgFPnkZrfimUvQvsaKn0mOEpGlDspNzuWhVu5xxUH w6L8TxpyWGqklfIEWpzGKQxrKfKsONtqfqxE6OjHXmQceEpOUYKqDRf32ip0U6jo Qy23n4P3rd5YhyEMCd1L53AAX5DktVt8yDrlajsRoImFzvDkiajMroACSd+CneBr zaQHIVFlsNTTBB3bj7lfhmFU8hjB+rSi8WRwOPV7uktIdBkErqlBr8CvHb+8XPav JnsskllpU1KFfvboFy55hz1bjCkbqumFwaQgacthH56RmQdjdaMwH0SQOF9lTHw7 wYFf/bM5GsjW3X/5JM0+822nWdt/1+1J+81A4W2yf7DmwBwO1zKh2IRjk3plmkSX JJ50dd7G+2iAHY2umPWGV6D5HVIXUAntunUJO6KtHNcDv8MdWhU62nl7i0eMBMAD sVJ9DEznhaxLNnfnfiJ9 =tTbR -----END PGP SIGNATURE----- ------enig2XORTVRMKKSWOFQKEMGCN-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 14:08:55 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 580B7161; Mon, 8 Apr 2013 14:08:55 +0000 (UTC) (envelope-from rafaelhfaria@fclar.unesp.br) Received: from zimbra.fclar.unesp.br (unknown [IPv6:2801:88:fc1::134]) by mx1.freebsd.org (Postfix) with ESMTP id BEC9EFE4; Mon, 8 Apr 2013 14:08:54 +0000 (UTC) Received: from localhost (ip6-localhost [IPv6:::1]) by zimbra.fclar.unesp.br (Postfix) with ESMTP id BA4B9C8008E; Mon, 8 Apr 2013 11:08:48 -0300 (BRT) X-Virus-Scanned: amavisd-new at zimbra.fclar.unesp.br Received: from zimbra.fclar.unesp.br ([IPv6:::1]) by localhost (zimbra.fclar.unesp.br [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id 50Gr-FiMOIHd; Mon, 8 Apr 2013 11:08:48 -0300 (BRT) Received: from localhost (localhost [127.0.0.1]) by zimbra.fclar.unesp.br (Postfix) with ESMTP id 4739EC8009B; Mon, 8 Apr 2013 11:08:48 -0300 (BRT) X-Virus-Scanned: amavisd-new at zimbra.fclar.unesp.br Received: from zimbra.fclar.unesp.br ([IPv6:::1]) by localhost (zimbra.fclar.unesp.br [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id KzwYI7c_7Ifs; Mon, 8 Apr 2013 11:08:46 -0300 (BRT) Received: from zimbra.fclar.unesp.br (zimbra.fclar.unesp.br [200.145.78.134]) by zimbra.fclar.unesp.br (Postfix) with ESMTP id EF2AEC8009A; Mon, 8 Apr 2013 11:08:45 -0300 (BRT) Date: Mon, 8 Apr 2013 11:08:45 -0300 (BRT) From: Rafael Henrique da Silva Faria To: osa@FreeBSD.org Message-ID: <790215380.41138.1365430125817.JavaMail.root@fclar.unesp.br> In-Reply-To: <723108734.40226.1365429773575.JavaMail.root@fclar.unesp.br> Subject: FreeBSD Port: nginx-1.2.4,1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [200.145.78.59] X-Mailer: Zimbra 8.0.2_GA_5569 (ZimbraWebClient - FF19 (Linux)/8.0.2_GA_5569) Thread-Topic: FreeBSD Port: nginx-1.2.4,1 Thread-Index: j27sAEfYZTAG/YRUH4YS8Ag2XpBNQw== Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 14:08:55 -0000 Hi. I'm trying to use Postgre authentication within Nginx for Basic Auth. But the nginx port don't have a needed module: COOLKIT, from labs.frickle.c= om. Without this module, I was unable to get the password from the authenticati= on. So, I changed the port to get this module, and could be very useful to have= it in ports tree: ---- --- Makefile.old=092013-04-08 11:00:44.000000000 -0300 +++ Makefile=092013-04-08 10:59:47.000000000 -0300 @@ -47,6 +47,7 @@ =09MAIL_SSL \ =09WWW \ =09CACHE_PURGE \ +=09COOLKIT \ =09CTPP2 \ =09ECHO \ =09HEADERS_MORE \ @@ -134,6 +135,7 @@ MAIL_SSL_DESC=3D=09=09=09Enable mail_ssl module WWW_DESC=3D=09=09=09Enable html sample files CACHE_PURGE_DESC=3D=09=093rd party cache_purge module +COOLKIT_DESC=3D=09=09=093rd party coolkit module CTPP2_DESC=3D=09=09=093rd party CT++ module ECHO_DESC=3D=09=09=093rd party echo module HEADERS_MORE_DESC=3D=09=093rd party headers_more module @@ -328,6 +330,13 @@ CONFIGURE_ARGS+=3D--add-module=3D${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_P= URGE_VERSION} .endif =20 +.if ${PORT_OPTIONS:MCOOLKIT} +NGINX_COOLKIT_VERSION=3D 1.0 +MASTER_SITES+=3D http://labs.frickle.com/files/:coolkit +DISTFILES+=3D ngx_coolkit-${NGINX_COOLKIT_VERSION}.tar.gz:coolkit +CONFIGURE_ARGS+=3D--add-module=3D${WRKDIR}/ngx_coolkit-${NGINX_COOLKIT_VER= SION} +.endif + .if ${PORT_OPTIONS:MCTPP2} LIB_DEPENDS+=3D=09ctpp2:${PORTSDIR}/textproc/ctpp2 NGINX_CTPP2_VERSION=3D=090.5 ---- ---- --- distinfo.old=092013-04-08 11:00:08.000000000 -0300 +++ distinfo=092013-04-08 10:59:37.000000000 -0300 @@ -14,6 +14,8 @@ SIZE (ngx_http_auth_request_module-0.2.tar.gz) =3D 6736 SHA256 (ngx_cache_purge-2.1.tar.gz) =3D 424005af0c04e59ffa65a65e446081d4f9= 5ee76a801a7555e001c67810bcb3b9 SIZE (ngx_cache_purge-2.1.tar.gz) =3D 10535 +SHA256 (ngx_coolkit-1.0.tar.gz) =3D cbb57f4e02e669ebf3e80b0f502ed7d966483d= 69374826ac7b6673ed9cc039d5 +SIZE (ngx_coolkit-1.0.tar.gz) =3D 61952 SHA256 (ngx_ctpp2-0.5.tar.gz) =3D f8adfecc23e2c23af95df8549ef92fd52598b215= 06a9d9df2278b2605668d5a6 SIZE (ngx_ctpp2-0.5.tar.gz) =3D 19686 SHA256 (agentzh-echo-nginx-module-v0.42-0-gfb90d17.tar.gz) =3D 6d6e483ea51= eaf51a3ec02fbfc45d356972e202d5dca71eb3b74af0129393759 ---- Thank you for your time. -- Rafael Henrique da Silva Faria Grupo de Sistemas e Redes Servi=C3=A7o T=C3=A9cnico de Inform=C3=A1tica Faculdade de Ci=C3=AAncias e Letras - Campus de Araraquara UNESP - Universidade Estadual Paulista "J=C3=9ALIO DE MESQUITA FILHO" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 15:19:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 263CFC06 for ; Mon, 8 Apr 2013 15:19:07 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id E1644323 for ; Mon, 8 Apr 2013 15:19:06 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id n41so1291880qco.7 for ; Mon, 08 Apr 2013 08:19:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=yrUXFPcLI2vLonxQd661JgpTsGi9fmOJh53AwagSkmQ=; b=T2j9E78zKS2AQKs+sagIBjbL5ehK5vTGQahmdkgLxxqfY1dRS9gI6d4DRg2R1IZEW9 20Ua0afhjwSilGKTNuVdHe5RLm4jSoNkj955Lt7MX4rjk1JOp6ugOe5NhbU54EJE0xnF /tDAfA75vnNtg+qKZhL5tiM2zaWDPRwnZb6/kcFZZ/xKU8JFtal8VI+71/mpfo2U+FL+ rGm0zQYHG0Iu0eRPDJkMMCCJsO8vqa9PtE5jxlTqaRQpVEBVJXoEfYnqe0chrHxXJFKp YJ1xTBhMcTwroU1Rs3awQFa09W+D4yofHxlj2Qar/3EZZirOrOOR7qs1HRPvxQWY8Lc1 0WYA== MIME-Version: 1.0 X-Received: by 10.224.23.135 with SMTP id r7mr7083222qab.80.1365434346402; Mon, 08 Apr 2013 08:19:06 -0700 (PDT) Received: by 10.49.50.67 with HTTP; Mon, 8 Apr 2013 08:19:06 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Apr 2013 08:19:06 -0700 Message-ID: Subject: Re: Growing list of required(ish) ports From: Freddie Cash To: Robert Simmons Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 15:19:07 -0000 On Sun, Apr 7, 2013 at 6:47 PM, Robert Simmons wrote: > Are there plans to get the following ports moved into HEAD? > > 1) ports-mgmt/pkg > > The bootstrap code is in base. There's no need to tie the actual pkg development to the base, though. > 2) ports-mgmt/dialog4ports > > This is used by the ports tree, and only the ports tree, on all supported versions of FreeBSD. Thus, its development should not be tied into the base OS. > 3) ports-mgmt/portaudit > > This is not needed by pkg; pkg includes its own support for VuXML alerts. Thus, its not needed in the base. > 4) ports-mgmt/portmaster > > Portmaster works with the ports tree, and works on all supported versions of FreeBSD. Thus, there's no point in limiting its development as part of the base. IOW, these are all ports tree-related tools, which benefit greatly from being developed as part of ports tree development. -- Freddie Cash fjwcash@gmail.com From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 15:26:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5B2DD73; Mon, 8 Apr 2013 15:26:54 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qe0-f44.google.com (mail-qe0-f44.google.com [209.85.128.44]) by mx1.freebsd.org (Postfix) with ESMTP id 771AA37B; Mon, 8 Apr 2013 15:26:54 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id i11so1313127qej.3 for ; Mon, 08 Apr 2013 08:26:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=+qAIA6IH/S8l7IN2+aLHIXn+fF7KEnOG4MVb2DSQgzw=; b=IMK+WwQJiSBYTVF1hfg0b7yIwIiXiph+5BG7JceokcWhwbl9pAhb6gTtt+DmKnUaYV VueIUX32rPCiMA63TjN1+RsLcbmG9iZobybsGOFio9ycZtaVdV8Dr/z5MThu3XClGWgc EkhdUXB4qmOwroNQabBdgs6RC+CY1j9Pp5bXkqJlLk+nEjuK8MljWZfg5fSZiyVeAJDg 5SoVi2Qvaj4VdS6F3txVXdO7mC7WAnFEI5e5OkIk0q1YdaPyJr4ItagMhl+devsnrawe XCVP7onJ9s7ghRICLXlkCwQmb6yX+Szr+3FLJ7VxdLSAPOpyFvlBhHScWq8OCXI4Io8B U5FQ== MIME-Version: 1.0 X-Received: by 10.49.94.71 with SMTP id da7mr14296783qeb.29.1365434808655; Mon, 08 Apr 2013 08:26:48 -0700 (PDT) Received: by 10.49.50.67 with HTTP; Mon, 8 Apr 2013 08:26:48 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Mon, 8 Apr 2013 08:26:48 -0700 Message-ID: Subject: Re: Growing list of required(ish) ports From: Freddie Cash To: Kevin Oberman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Kimmo Paasiala , Robert Simmons , freebsd-ports , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 15:26:54 -0000 Note: I may have messed up the quoting/attribution by snipping things. On Sun, Apr 7, 2013 at 10:11 PM, Kevin Oberman wrote: > On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wrote: > > > > On the other hand, there are a number of things that I think should be > > > pulled out of base. Some already have ports, and others would need > > > ports created. Examples of things to pull out of base are OpenSSL, > > > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. > > > Code that is typically way behind the upstream project basically. > > > > > > > I think Bryan already explained the reasons why pkg should not be in > > base, it's an external tool that is not strictly required to get a bare > > bones FreeBSD system up and running. Including it in base you create > > yet another maintainance burden and would slow down the development of > > the ports/packages management tools. > > What people seem to miss is that putting tools into the base system > strangles the tools. Look at the difficulty we have seen in updating > openssl. perl was removed from base for exactly that reason. Once something > is in base, it usually can only be updated on major releases and even then > it can be very complicated. That is a problem for any dynamically changing > tool. > > I would love to see BIND removed from base, but most of the things you > listed really are hard to remove. I know that I don't want to try bringing > up a new install of FreeBSD on a remote system without OpenSSH and that > pulls in openssl. In the case of many tools, it really turns into a > bikeshed. But i can see no reason to add any of the new packaging tools > simply because it is critical that updates be possible far more often than > is possible for the base system. > > Moving OpenSSH, OpenSSL, etc into the ports tree, but making the pkgs available on the installation media, and having a final hook at the end to install "required" pkgs, would solve that. There's already a "do you want to enable OpenSSH daemon" question in the installed, so adding "pkg add /path/to/openssh-x.y.z.txz" wouldn't be hard. Same for bind, sendmail, kerberos, etc. For instance, just add a "daemon selection screen" for each bit removed from base, to select which ones you want installed as part of the OS install. The hard part comes in finding stub/clients for each item moved to a pkg, such that a desktop-oriented install is not hampered (ie, SSH client is usable, DNS lookups can be done, local mail can be generated/delivered, etc). The really hard part is coming up with a migration path for those who upgrade via source builds. -- Freddie Cash fjwcash@gmail.com From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 15:34:59 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9FA1FF4F for ; Mon, 8 Apr 2013 15:34:59 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 57D265FC for ; Mon, 8 Apr 2013 15:34:59 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 3AF7D33C1E; Mon, 8 Apr 2013 11:34:46 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id D2F0C3983C; Mon, 8 Apr 2013 11:34:44 -0400 (EDT) From: Lowell Gilbert To: Bernt Hansson Subject: Re: Mencoder/mplayer does not build References: <51605D32.4030003@bananmonarki.se> Date: Mon, 08 Apr 2013 11:34:43 -0400 In-Reply-To: <51605D32.4030003@bananmonarki.se> (Bernt Hansson's message of "Sat, 06 Apr 2013 19:36:50 +0200") Message-ID: <44li8tvxws.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 15:34:59 -0000 Bernt Hansson writes: > testbox# cd /usr/ports/multimedia/mencoder > testbox# make > =3D=3D=3D> Building for mencoder-1.1.r20130308 > ./codec-cfg etc/codecs.conf > codecs.conf.h > cc -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes > -Wdisabled-optimization -Wno-pointer-sign > -Wdeclaration-after-statement -std=3Dgnu99 -O2 -pipe -O3 > -fomit-frame-pointer -ffast-math -fno-strict-aliasing > -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 > -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -I/usr/local/include > -I/usr/local/include -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/include > -I/usr/local/include -I/usr/local/include/dirac > -I/usr/local/include/schroedinger-1.0 -I/usr/local/include/orc-0.4 > -c -o mpcommon.o mpcommon.c > Reading optional codecs config file etc/codecs.conf: 203 audio & 422 > video codecs > cc -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes > -Wdisabled-optimization -Wno-pointer-sign > -Wdeclaration-after-statement -std=3Dgnu99 -O2 -pipe -O3 > -fomit-frame-pointer -ffast-math -fno-strict-aliasing > -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 > -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -I/usr/local/include > -I/usr/local/include -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/include > -I/usr/local/include -I/usr/local/include/dirac > -I/usr/local/include/schroedinger-1.0 -I/usr/local/include/orc-0.4 > -c -o libmpcodecs/vf_ass.o libmpcodecs/vf_ass.c > cc -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes > -Wdisabled-optimization -Wno-pointer-sign > -Wdeclaration-after-statement -std=3Dgnu99 -O2 -pipe -O3 > -fomit-frame-pointer -ffast-math -fno-strict-aliasing > -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 > -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -I/usr/local/include > -I/usr/local/include -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/include > -I/usr/local/include -I/usr/local/include/dirac > -I/usr/local/include/schroedinger-1.0 -I/usr/local/include/orc-0.4 > -c -o sub/subassconvert.o sub/subassconvert.c > {standard input}: Assembler messages: > {standard input}:543: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm0' > {standard input}:544: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm1' > {standard input}:1155: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm0' > {standard input}:1156: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm1' > {standard input}:1157: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm2' > {standard input}:1158: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm3' > {standard input}:1270: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm0' > {standard input}:1271: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm1' > {standard input}:1272: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm2' > {standard input}:1273: Error: no such instruction: `pmulld > sse_int32_map_factor,%xmm3' > gmake: *** [libmpcodecs/vf_ass.o] Fel 1 > gmake: *** Inv=E4ntar oavslutade jobb... > *** Error code 1 > > Stop in /usr/ports/multimedia/mencoder. > *** Error code 1 > > Stop in /usr/ports/multimedia/mencoder. > testbox# Strange. sub/subassconvert.c only has 530 lines.=20 What compiler are you using? From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 15:40:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 709FB276; Mon, 8 Apr 2013 15:40:55 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id BECC3655; Mon, 8 Apr 2013 15:40:54 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id q13so5898424lbi.9 for ; Mon, 08 Apr 2013 08:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=MYEae3D340mTKaR1e/cbazZhl7XrLLrWT/xTchj9rqQ=; b=cqgAytXXeh8plzkursjVOjvZL4dey16QBeI70tnhz78nPYU0goAZn1nGdYRiaK77cE NcwFkiR4rLYhEd7OUCUIv7iH46+53VnAVtpEQ9mC3UpXn8YS5p8sKx8NVR6juOU6x2My eNK/2IEmuO8G+34zPswf221rPIbvTDIbjcBhsnsQ6sjLREMNeVarYrLm5jdQxkvKoUaZ Rj0JpfokSY4yVDc8Qxv2wJvgnIUtoUeU8zHNM3DH5xWXd9Q4Y08PQTK9Gal3or7ga/VE jlJIfJs1ajH9JykJ15D6baJR7UTuMb5s2zmgp3Esi9Te27nlfW95N/iJI8ceqCvHR4lb fLUw== MIME-Version: 1.0 X-Received: by 10.112.160.66 with SMTP id xi2mr11834908lbb.97.1365435647512; Mon, 08 Apr 2013 08:40:47 -0700 (PDT) Received: by 10.112.198.168 with HTTP; Mon, 8 Apr 2013 08:40:47 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Mon, 8 Apr 2013 17:40:47 +0200 Message-ID: Subject: Re: Growing list of required(ish) ports From: Daniel Nebdal To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 Cc: Kevin Oberman , Bryan Drewery , freebsd-ports , Robert Simmons , Kimmo Paasiala X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 15:40:55 -0000 On Mon, Apr 8, 2013 at 5:26 PM, Freddie Cash wrote: > Note: I may have messed up the quoting/attribution by snipping things. > > On Sun, Apr 7, 2013 at 10:11 PM, Kevin Oberman wrote: > >> On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wrote: >> >> > > On the other hand, there are a number of things that I think should be >> > > pulled out of base. Some already have ports, and others would need >> > > ports created. Examples of things to pull out of base are OpenSSL, >> > > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. >> > > Code that is typically way behind the upstream project basically. >> > > >> > >> > I think Bryan already explained the reasons why pkg should not be in >> > base, it's an external tool that is not strictly required to get a bare >> > bones FreeBSD system up and running. Including it in base you create >> > yet another maintainance burden and would slow down the development of >> > the ports/packages management tools. >> >> What people seem to miss is that putting tools into the base system >> strangles the tools. Look at the difficulty we have seen in updating >> openssl. perl was removed from base for exactly that reason. Once something >> is in base, it usually can only be updated on major releases and even then >> it can be very complicated. That is a problem for any dynamically changing >> tool. >> >> I would love to see BIND removed from base, but most of the things you >> listed really are hard to remove. I know that I don't want to try bringing >> up a new install of FreeBSD on a remote system without OpenSSH and that >> pulls in openssl. In the case of many tools, it really turns into a >> bikeshed. But i can see no reason to add any of the new packaging tools >> simply because it is critical that updates be possible far more often than >> is possible for the base system. >> >> Moving OpenSSH, OpenSSL, etc into the ports tree, but making the pkgs > available on the installation media, and having a final hook at the end to > install "required" pkgs, would solve that. There's already a "do you want > to enable OpenSSH daemon" question in the installed, so adding "pkg add > /path/to/openssh-x.y.z.txz" wouldn't be hard. > > Same for bind, sendmail, kerberos, etc. For instance, just add a "daemon > selection screen" for each bit removed from base, to select which ones you > want installed as part of the OS install. > > The hard part comes in finding stub/clients for each item moved to a pkg, > such that a desktop-oriented install is not hampered (ie, SSH client is > usable, DNS lookups can be done, local mail can be generated/delivered, > etc). > > The really hard part is coming up with a migration path for those who > upgrade via source builds. > -- > Freddie Cash > fjwcash@gmail.com There's also the issue that OpenSSH is used for remote administration - being able to do destructive things with pkg without worrying about continued SSH-access is rather relaxing. With danger of entering bikeshed territory, it's one of the things that makes FreeBSD more relaxing than the Linuxes: You can blast every installed package and still be fine - and a working sshd is a part of "fine" for me, since it's kind of a requirement for doing anything else. Admittedly, my personal worst-case scenario is "drag a monitor and keyboard to the other side of the room", so I will probably survive either way. :) -- Daniel Nebdal From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 15:56:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4CA50515 for ; Mon, 8 Apr 2013 15:56:33 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id CDBE776A for ; Mon, 8 Apr 2013 15:56:31 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id y8so5904667lbh.35 for ; Mon, 08 Apr 2013 08:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=vdVQOXJz+gwc0F+yJtH6Z6YDszUVokbM6+AogbNYEhU=; b=d8YM7FiJ4zF67uHdmreB4s1z5G2O5KyzeAc279dobzVVKoYaNgQl2X6Sz38qhgE/SR hgjKO+0ZrD+fNlpEFvoi5XIYViRhtv9ZUriZ+p9fVc7GYZ91RMHKIl9N2oNSWYhvnImx ETUBH0mK8UKqXKyTJPkIeipdUMYQd6lU0/DEp2tMdBrrErMZMDjY1ScEhDk9xnVacOLZ TvC3ePBnDu9Y1ET9Qtw6CKqSgPEo5gwjt6UX8ehvy3ng6Rk6QZMxizBtHlBXG37N53DH wBbyMljkGMZYAoz4RROL3BQn9aK26tpG5qDZfdlhGrgb0XU+jMeu7cQoUvDEAv7m0TKv 6/Yw== MIME-Version: 1.0 X-Received: by 10.112.198.227 with SMTP id jf3mr4306390lbc.69.1365436590756; Mon, 08 Apr 2013 08:56:30 -0700 (PDT) Received: by 10.112.198.168 with HTTP; Mon, 8 Apr 2013 08:56:30 -0700 (PDT) In-Reply-To: <44li8tvxws.fsf@lowell-desk.lan> References: <51605D32.4030003@bananmonarki.se> <44li8tvxws.fsf@lowell-desk.lan> Date: Mon, 8 Apr 2013 17:56:30 +0200 Message-ID: Subject: Re: Mencoder/mplayer does not build From: Daniel Nebdal To: Ports FreeBSD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Bernt Hansson X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 15:56:33 -0000 At a guess, it's a multithreaded build, so the error might be from another = file. It seems to be from this: mr16613 work/mplayer-export-2013-03-08 # grep -r 'sse_int32_map_factor' . ./libmpcodecs/vf_ass.c:DECLARE_ASM_CONST(16, uint32_t, sse_int32_map_factor= [4]) ./libmpcodecs/vf_ass.c: "pmulld "MANGLE(sse_int32_map_factor)", %%xmm0 \n\t" ./libmpcodecs/vf_ass.c: "pmulld "MANGLE(sse_int32_map_factor)", %%xmm1 \n\t" ./libmpcodecs/vf_ass.c: "pmulld "MANGLE(sse_int32_map_factor)", %%xmm0 \n\t"\ ./libmpcodecs/vf_ass.c: "pmulld "MANGLE(sse_int32_map_factor)", %%xmm1 \n\t"\ ./libmpcodecs/vf_ass.c: "pmulld "MANGLE(sse_int32_map_factor)", %%xmm2 \n\t"\ ./libmpcodecs/vf_ass.c: "pmulld "MANGLE(sse_int32_map_factor)", %%xmm3 \n\t"\ On Mon, Apr 8, 2013 at 5:34 PM, Lowell Gilbert wrote: > Bernt Hansson writes: > >> testbox# cd /usr/ports/multimedia/mencoder >> testbox# make >> =3D=3D=3D> Building for mencoder-1.1.r20130308 >> ./codec-cfg etc/codecs.conf > codecs.conf.h >> cc -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes >> -Wdisabled-optimization -Wno-pointer-sign >> -Wdeclaration-after-statement -std=3Dgnu99 -O2 -pipe -O3 >> -fomit-frame-pointer -ffast-math -fno-strict-aliasing >> -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 >> -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -I/usr/local/include >> -I/usr/local/include -I/usr/local/include >> -I/usr/local/include/freetype2 -I/usr/local/include >> -I/usr/local/include -I/usr/local/include/dirac >> -I/usr/local/include/schroedinger-1.0 -I/usr/local/include/orc-0.4 >> -c -o mpcommon.o mpcommon.c >> Reading optional codecs config file etc/codecs.conf: 203 audio & 422 >> video codecs >> cc -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes >> -Wdisabled-optimization -Wno-pointer-sign >> -Wdeclaration-after-statement -std=3Dgnu99 -O2 -pipe -O3 >> -fomit-frame-pointer -ffast-math -fno-strict-aliasing >> -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 >> -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -I/usr/local/include >> -I/usr/local/include -I/usr/local/include >> -I/usr/local/include/freetype2 -I/usr/local/include >> -I/usr/local/include -I/usr/local/include/dirac >> -I/usr/local/include/schroedinger-1.0 -I/usr/local/include/orc-0.4 >> -c -o libmpcodecs/vf_ass.o libmpcodecs/vf_ass.c >> cc -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes >> -Wdisabled-optimization -Wno-pointer-sign >> -Wdeclaration-after-statement -std=3Dgnu99 -O2 -pipe -O3 >> -fomit-frame-pointer -ffast-math -fno-strict-aliasing >> -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 >> -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -I/usr/local/include >> -I/usr/local/include -I/usr/local/include >> -I/usr/local/include/freetype2 -I/usr/local/include >> -I/usr/local/include -I/usr/local/include/dirac >> -I/usr/local/include/schroedinger-1.0 -I/usr/local/include/orc-0.4 >> -c -o sub/subassconvert.o sub/subassconvert.c >> {standard input}: Assembler messages: >> {standard input}:543: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm0' >> {standard input}:544: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm1' >> {standard input}:1155: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm0' >> {standard input}:1156: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm1' >> {standard input}:1157: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm2' >> {standard input}:1158: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm3' >> {standard input}:1270: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm0' >> {standard input}:1271: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm1' >> {standard input}:1272: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm2' >> {standard input}:1273: Error: no such instruction: `pmulld >> sse_int32_map_factor,%xmm3' >> gmake: *** [libmpcodecs/vf_ass.o] Fel 1 >> gmake: *** Inv=E4ntar oavslutade jobb... >> *** Error code 1 >> >> Stop in /usr/ports/multimedia/mencoder. >> *** Error code 1 >> >> Stop in /usr/ports/multimedia/mencoder. >> testbox# > > Strange. sub/subassconvert.c only has 530 lines. > > What compiler are you using? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 16:34:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from chateau.d.if (localhost [IPv6:::1]) by hub.freebsd.org (Postfix) with ESMTP id D2C11FC7; Mon, 8 Apr 2013 16:34:01 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]); by chateau.d.if (OpenSMTPD) with ESMTP id 3b7f1600; Mon, 8 Apr 2013 22:03:29 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: Andrea Venturoli Subject: Re: emacs23 not working in terminal Organization: The FreeBSD Project References: <51629889.7020301@netfence.it> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 10:01PM up 1:07, 6 users, load averages: 0.04, 0.10, 0.08 X-Operating-System: FreeBSD/FreeBSD 9.1-RELEASE-p1/amd64 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project X-Hashcash: 1:20:130408:ml@netfence.it::k0Zpor7ZenjR1SLm:0001U0C X-Hashcash: 1:20:130408:ashish@freebsd.org::4ZxrGWxtVPbp3XT1:000000000000000000000000000000000000000000038Wo X-Hashcash: 1:20:130408:freebsd-ports@freebsd.org::Oe4wnDQgPLRkyVxv:0000000000000000000000000000000000004nc2 Date: Mon, 08 Apr 2013 22:03:25 +0530 In-Reply-To: <51629889.7020301@netfence.it> (Andrea Venturoli's message of "Mon, 08 Apr 2013 12:14:33 +0200") Message-ID: <86bo9phtii.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (amd64-portbld-freebsd9.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: ashish@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 16:34:03 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 08 Apr 2013 12:14:33 +0200, Andrea Venturoli said: > Hello. > I'm a long time user of Emacs and I've got several different installation= s. > Recently some of them started behaving: X11 version works fine, but > running with -nw (or no X configured) results in keyboard not > working. Pressing any key yields no result and emacs has to be > "kill"ed externally. > This happens regardless of how the box is accessed (local/ssh, > Konsole/putty, etc...) Are you able to reproduce it with: emacs -Q -nw ? > I solved this on most installations with "portupgrade -Rf emacs", but > I still have one box where this did not help. You mean upgrading to Emacs24 fixed it ? > Where should I start looking? Start with truss(1)-ing the Emacs process. HTH =2D-=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 Sent from my Emacs --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBCgAGBQJRYvFYAAoJEMdGz6nnT6SwveoQAI5ItkwpUIoQX3tefcHfCOK8 GRK6TO7LfCRGOyuoBJj4L+ZS7yfu1CSRcsFaegbIyJR78hmVQvW87BI+tgv4BvW8 vzZON1ZOKUsi2joE73+arm6nXnKseJAGFlizeD2Keas6qgTx0OFnEP5TsgSF9i3Y 0otQS8YUnM1Y/FgEHFsLUmFPL/AjumqqOU/C7YutuowMzPkaUTRV17hLKX9E1piA pzgqFdeZuQ/aP/VSnpW81HAnIb5hrUev3xCuuYbL218sjrBX2xDppzBhzsciAOV+ +QNE8WsfP2PFoKZNkEnRol6ml2b/kLEnnYiGld2m7AsM95IO4F1ZdrFRJL9t4VKV H4vZLNRluFInJdSZ+zXBG9fNHVrkXO5lM9tOa6osZjVOpYk8bnzkfwd+rrSqqv1d av6nRnCq3KCQeMLX42o7r/UlME0Gab/99hEUfehlOIcrvdR65Dlnv4GJy/ctpsMf piXDFkGHFAgDe07qJ/y2j3KrpdvBvqTVKg9+dZ8kVcaGdZQsaOohL4P3yE46XU05 DcQ8z3AdQUaHXhV2S+B5K8gq5wV4Hea6KTT8Ubr21hil5wbnWjBU/u0PH7EPBNgc bI6JkxVMgCXo9EkaZCthPkN71hb+OZ+OtquATX8qqJCwQWMeQ4qxej6/oW6zYYuc gt65vE5EkL6pTZsmkzVe =1I4l -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 17:23:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B6586770 for ; Mon, 8 Apr 2013 17:23:54 +0000 (UTC) (envelope-from florent@peterschmitt.fr) Received: from peterschmitt.fr (peterschmitt.fr [5.135.177.31]) by mx1.freebsd.org (Postfix) with ESMTP id 5E9C5C12 for ; Mon, 8 Apr 2013 17:23:53 +0000 (UTC) Received: from [192.168.0.23] (4ab54-4-88-163-248-31.fbx.proxad.net [88.163.248.31]) by peterschmitt.fr (Postfix) with ESMTPSA id 5A84E4AB4A1; Mon, 8 Apr 2013 19:23:47 +0200 (CEST) Message-ID: <1365441764.4112.1.camel@localhost> Subject: Re: Growing list of required(ish) ports From: Florent Peterschmitt To: Daniel Nebdal Date: Mon, 08 Apr 2013 19:22:44 +0200 In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-9eUIF36T6vEyqOp8ipFn" X-Mailer: Evolution 3.6.4 Mime-Version: 1.0 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 17:23:54 -0000 --=-9eUIF36T6vEyqOp8ipFn Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Le lundi 08 avril 2013 =C3=A0 17:40 +0200, Daniel Nebdal a =C3=A9crit : > On Mon, Apr 8, 2013 at 5:26 PM, Freddie Cash wrote: > > Note: I may have messed up the quoting/attribution by snipping things. > > > > On Sun, Apr 7, 2013 at 10:11 PM, Kevin Oberman wr= ote: > > > >> On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala wr= ote: > >> > >> > > On the other hand, there are a number of things that I think shoul= d be > >> > > pulled out of base. Some already have ports, and others would nee= d > >> > > ports created. Examples of things to pull out of base are OpenSSL= , > >> > > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. > >> > > Code that is typically way behind the upstream project basically. > >> > > > >> > > >> > I think Bryan already explained the reasons why pkg should not be in > >> > base, it's an external tool that is not strictly required to get a b= are > >> > bones FreeBSD system up and running. Including it in base you create > >> > yet another maintainance burden and would slow down the development = of > >> > the ports/packages management tools. > >> > >> What people seem to miss is that putting tools into the base system > >> strangles the tools. Look at the difficulty we have seen in updating > >> openssl. perl was removed from base for exactly that reason. Once some= thing > >> is in base, it usually can only be updated on major releases and even= then > >> it can be very complicated. That is a problem for any dynamically chan= ging > >> tool. > >> > >> I would love to see BIND removed from base, but most of the things yo= u > >> listed really are hard to remove. I know that I don't want to try brin= ging > >> up a new install of FreeBSD on a remote system without OpenSSH and tha= t > >> pulls in openssl. In the case of many tools, it really turns into a > >> bikeshed. But i can see no reason to add any of the new packaging tool= s > >> simply because it is critical that updates be possible far more often= than > >> is possible for the base system. > >> > >> Moving OpenSSH, OpenSSL, etc into the ports tree, but making the pkgs > > available on the installation media, and having a final hook at the end= to > > install "required" pkgs, would solve that. There's already a "do you w= ant > > to enable OpenSSH daemon" question in the installed, so adding "pkg add > > /path/to/openssh-x.y.z.txz" wouldn't be hard. > > > > Same for bind, sendmail, kerberos, etc. For instance, just add a "daem= on > > selection screen" for each bit removed from base, to select which ones = you > > want installed as part of the OS install. > > > > The hard part comes in finding stub/clients for each item moved to a pk= g, > > such that a desktop-oriented install is not hampered (ie, SSH client is > > usable, DNS lookups can be done, local mail can be generated/delivered, > > etc). > > > > The really hard part is coming up with a migration path for those who > > upgrade via source builds. > > -- > > Freddie Cash > > fjwcash@gmail.com >=20 >=20 > There's also the issue that OpenSSH is used for remote administration > - being able to do destructive things with pkg without worrying about > continued SSH-access is rather relaxing. With danger of entering > bikeshed territory, it's one of the things that makes FreeBSD more > relaxing than the Linuxes: You can blast every installed package and > still be fine - and a working sshd is a part of "fine" for me, since > it's kind of a requirement for doing anything else. >=20 > Admittedly, my personal worst-case scenario is "drag a monitor and > keyboard to the other side of the room", so I will probably survive > either way. :) >=20 > -- > Daniel Nebdal Yep, OpenSSH is tiny enought to keep it in base system. It would be a big loss not to have it by default, securely installed in the base system. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 Florent Peterschmitt +33 (0)6 64 33 97 92 florent@peterschmitt.fr --=-9eUIF36T6vEyqOp8ipFn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQEcBAABAgAGBQJRYvzpAAoJEMtO2Sol0IImvzwH/Amrou3KAQjLbfa1Y7Hm/Nyp mTr35UmhTvZWZxCvXYndT85gzr3iENEWT91Qqc0I4jud+6r9TYm0ztl6C1acHU1R JHWxmsvaha7QGJmQRgpphLVYCyDGCaLkWLipSiVqHWWa/z6jwTES+/pQUFHAYYq2 7G+N0MNhaI0gKtxycqZvqffvDumanW6rkZ2EkRg1MUvlw48QonvEf3awmwH1uxbn rCgRPg4RiSYBulu2rH6brtIMNoOghk68qZPNosAbPE7OwtyV3mUETQbrgEc7K8C5 7XF3QIo4ulOhXzBrr64JLE8PEPRAG1GezW2fS9KiKAGALTaQRGEtqLlm9ZtskdY= =kxW0 -----END PGP SIGNATURE----- --=-9eUIF36T6vEyqOp8ipFn-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 17:40:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0995F9ED for ; Mon, 8 Apr 2013 17:40:03 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id DB013D34 for ; Mon, 8 Apr 2013 17:40:02 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 08D1833C1E; Mon, 8 Apr 2013 13:39:56 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 5BD253983C; Mon, 8 Apr 2013 13:39:54 -0400 (EDT) From: Lowell Gilbert To: Marek Rudnicki Subject: Re: texinfo-5.1.20130313_1 conflicts with emacs-24.3,3 References: <8761zyy2t4.fsf@gmail.com> Date: Mon, 08 Apr 2013 13:39:54 -0400 In-Reply-To: <8761zyy2t4.fsf@gmail.com> (Marek Rudnicki's message of "Sun, 07 Apr 2013 13:53:43 +0200") Message-ID: <44fvz0x6ol.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 17:40:03 -0000 Marek Rudnicki writes: > I'm trying to install print/texinfo along with editors/emacs using > portmaster and get the following error message: > > Installing texinfo-5.1.20130313_1...pkg: texinfo-5.1.20130313_1 > conflicts with emacs-24.3,3 (installs files into the same place). > Problematic file: /usr/local/info/info.info.gz > > > How could I proceed? > > > I have 9.1-RELEASE, up-to-date port tree and `WITH_PKGNG=yes' in > /etc/make.conf In this particular case, I'd just ignore the conflict and force the install. [Will FORCE_PACKAGE_REGISTER cover conflicts?] From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 18:33:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A51E7AB for ; Mon, 8 Apr 2013 18:33:31 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 026FEFD1 for ; Mon, 8 Apr 2013 18:33:30 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id c10so2892118wiw.2 for ; Mon, 08 Apr 2013 11:33:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=qWGv02r8FQJfbUR6GQvAEuokK3bXPz7dsFadmOxJIwk=; b=iRpaWa7icl72PP2knB9vsJ0nqyKCFx8B2Kv+IubkZqgU2aEee4fdlibF5IYxae1Oc1 i4DlfyuifAkorCuY9Qh7CNRYjBYWuuxCKw3nSZDSRfIHyvVHOjWbcrhdWDSH1JUku3v1 OCvk+ko3E0HJV3zKXdln1cUY6qm7KmdJeB9yKyyPgXlqM47J6JIWpc69gpBMEbmUowhL aiNMsXPgrc36YieKg4a6seYpnQG6iMOmPXmHdNT2LTdR65zgGNRoJfZRrQbzgQQ+jUjA P2kU3f1YwkptFonHenXfHpkm80bABeGH+8J5EtaPxHc4cOjGf4bAh0rggk/7zo5rvX2p 2gOg== X-Received: by 10.194.110.69 with SMTP id hy5mr33497866wjb.1.1365446009762; Mon, 08 Apr 2013 11:33:29 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id g9sm23967576wix.1.2013.04.08.11.33.27 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 08 Apr 2013 11:33:28 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 8 Apr 2013 20:33:26 +0200 From: Baptiste Daroussin To: Lowell Gilbert Subject: Re: texinfo-5.1.20130313_1 conflicts with emacs-24.3,3 Message-ID: <20130408183326.GB38796@ithaqua.etoilebsd.net> References: <8761zyy2t4.fsf@gmail.com> <44fvz0x6ol.fsf@lowell-desk.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline In-Reply-To: <44fvz0x6ol.fsf@lowell-desk.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Marek Rudnicki , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 18:33:31 -0000 --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 08, 2013 at 01:39:54PM -0400, Lowell Gilbert wrote: > Marek Rudnicki writes: >=20 > > I'm trying to install print/texinfo along with editors/emacs using > > portmaster and get the following error message: > > > > Installing texinfo-5.1.20130313_1...pkg: texinfo-5.1.20130313_1 > > conflicts with emacs-24.3,3 (installs files into the same place). > > Problematic file: /usr/local/info/info.info.gz > > > > > > How could I proceed? > > > > > > I have 9.1-RELEASE, up-to-date port tree and `WITH_PKGNG=3Dyes' in > > /etc/make.conf >=20 > In this particular case, I'd just ignore the conflict and force the > install. [Will FORCE_PACKAGE_REGISTER cover conflicts?] > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" no but setting PKG_PERMISSIVE or just PERMISSIVE (I don t remember which on= e :)) in env var will do it regards, Bapt --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlFjDXYACgkQ8kTtMUmk6EyYqACeNId63rCL3dqJ7uLIMyBRr6h7 CF4An1MnraLLxm0kLEtmY0RYTmf+dCo+ =IOT3 -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 03:48:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0F9C5515 for ; Tue, 9 Apr 2013 03:48:33 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id EC1C7E1E for ; Tue, 9 Apr 2013 03:48:32 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPPXs-0004zK-EY for freebsd-ports@freebsd.org; Mon, 08 Apr 2013 20:48:32 -0700 Date: Mon, 8 Apr 2013 20:48:32 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365479312444-5802508.post@n5.nabble.com> Subject: poudriere sillieness re audio/libsamplerate & glib20 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 03:48:33 -0000 Poudriere bulk is giving a number of odd build errors. * audio/libsamplerate continually needs to be built by hand (directly on the host). Is there a way around this? * Several ports exit with: Ignored: cannot install: Unknown component _glib20 (I suppose this is a ports-merge error?) ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 06:23:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 85F2AA8A for ; Tue, 9 Apr 2013 06:23:57 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) by mx1.freebsd.org (Postfix) with ESMTP id 244642E0 for ; Tue, 9 Apr 2013 06:23:56 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hn17so3293186wib.12 for ; Mon, 08 Apr 2013 23:23:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=GF6psEdcBnljM8pAb9A4YMqkuHXdV2IfwqO8IMnA348=; b=IC35WUjhOKQaMO9Fr3pX//eWC/YIhxAGIcURRVP+KcMymJqp6NOmq0F+8naqyBYtWP aj5zuzjc0iGoR7gJQoSGK+V8HPmrDeo0ju1w6shcwlzSw1NqgVuLOSW7nx4IR84ktMIV DtBV8ZXLKSsXGpUT2k0Z8VygqVIbzgENuzqh4+faH1ZMWw0uSooJ+CT5SSirr1fiZm2D VleY33b7WePE4PE10ZwABfguahqrEjhfKficsXXwAeGUgRGD+LmgKcIjWprrw2pS6APa Mq4J1xMPZxmXHw0tKFPcATd3RocevHF319X9OJclLDyLxfLhIrZfqFlE3CUrdoGsQIvj m94w== MIME-Version: 1.0 X-Received: by 10.180.13.233 with SMTP id k9mr17347656wic.6.1365488636352; Mon, 08 Apr 2013 23:23:56 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Mon, 8 Apr 2013 23:23:56 -0700 (PDT) In-Reply-To: <1365479312444-5802508.post@n5.nabble.com> References: <1365479312444-5802508.post@n5.nabble.com> Date: Tue, 9 Apr 2013 08:23:56 +0200 Message-ID: Subject: Re: poudriere sillieness re audio/libsamplerate & glib20 From: David Demelier To: Beeblebrox Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 06:23:57 -0000 Can you please give your logs? I personally have no error of building glib based applications. Regards, 2013/4/9 Beeblebrox : > Poudriere bulk is giving a number of odd build errors. > > * audio/libsamplerate continually needs to be built by hand (directly on the > host). Is there a way around this? > * Several ports exit with: Ignored: cannot install: Unknown component > _glib20 (I suppose this is a ports-merge error?) > > > > > > ----- > 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 06:39:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77492ECB; Tue, 9 Apr 2013 06:39:12 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by mx1.freebsd.org (Postfix) with ESMTP id DDB1B357; Tue, 9 Apr 2013 06:39:11 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id y10so6687632wgg.14 for ; Mon, 08 Apr 2013 23:39:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=KiFdShhIPuJhKd3AJzENH/2ep/qNQMchUUGGOh2OoFw=; b=iY5+YD6aqN4TjKHKuB/zUIgFm3/qpkoAJMeB5fNapfjRBa9idaZEAONJ8u6v8AD3Dp lQE8I3QQE3kRWYw6ItGfhlLS5NO6za36sV6n1WmpKhfjAgQ+D5MaYfSwF1djmFIm0/in HCJdr7Wvk5p6t89Atd0gKcb0D4ej4D0fzisoTp4pgjmkuwwdXfn66EMrdx8a85VfNjot Jl0xa55WIaUjYuQLltzIiFt8ifndnhm7knfkrgkesjcTltXyn4yxQDHMpCRBDZxZ9ORu y9GMPoZ1tNedlIJiz7RzIyj7CyEn4ZooNsbgDDkHHNnM2IAwg8cHnudQBCco0b0hzVhK bzxQ== MIME-Version: 1.0 X-Received: by 10.180.73.6 with SMTP id h6mr17175248wiv.27.1365489550662; Mon, 08 Apr 2013 23:39:10 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Mon, 8 Apr 2013 23:39:10 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Tue, 9 Apr 2013 08:39:10 +0200 Message-ID: Subject: Re: Growing list of required(ish) ports From: David Demelier To: Chris Rees Content-Type: text/plain; charset=UTF-8 Cc: Kevin Oberman , Bryan Drewery , freebsd-ports , Robert Simmons , Kimmo Paasiala X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 06:39:12 -0000 2013/4/8 Chris Rees : > On 8 Apr 2013 08:55, "Robert Simmons" wrote: >> >> On Mon, Apr 8, 2013 at 1:11 AM, Kevin Oberman wrote: >> > On Sun, Apr 7, 2013 at 8:34 PM, Kimmo Paasiala > wrote: >> >> >> >> On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons >> >> wrote: >> >> > On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery >> >> > wrote: >> >> >> On 4/7/2013 8:47 PM, Robert Simmons wrote: >> >> >>> Are there plans to get the following ports moved into HEAD? >> >> >>> >> >> >>> 1) ports-mgmt/pkg >> >> >>> >> >> >>> 2) ports-mgmt/dialog4ports >> >> >>> >> >> >>> 3) ports-mgmt/portaudit >> >> >>> >> >> >>> 4) ports-mgmt/portmaster >> >> >>> >> >> >>> It seems to me like these belong in the base system. >> >> >> >> >> >> On the contrary, the idea is that more and more should come *out of >> >> >> base* and into ports. Base is very static and stuck in time. By > moving >> >> >> these things into ports, you are able to get updates much simpler. > No >> >> >> need for an errata or security advisory or release. Just updating > with >> >> >> portmaster/pkg upgrade. >> >> > >> >> > I understand where you're coming from, but perhaps there needs to be >> >> > movement in both directions. >> >> > >> >> > I may be way off the mark here, but I'd love to spark a discussion >> >> > about this. I think that in general things that are directly FreeBSD >> >> > projects belong in base. Examples would be pkgng, and making >> >> > dialog4ports a switch in dialog(1). Essentially, code that does not >> >> > have an upstream should be in base. >> >> > >> >> > On the other hand, there are a number of things that I think should > be >> >> > pulled out of base. Some already have ports, and others would need >> >> > ports created. Examples of things to pull out of base are OpenSSL, >> >> > Heimdal, OpenSSH, PF, ntpd, ipfilter, bind, sendmail, and others. >> >> > Code that is typically way behind the upstream project basically. >> >> > >> >> >> >> >> >> portaudit is not needed with pkg, just use 'pkg audit'. >> >> > >> >> > I had missed that. Thanks! >> >> > >> >> >> >> >> >>> >> >> >>> Also, is there a reason why dialog4ports's functionality wasn't > added >> >> >>> to dialog(1) as a switch? >> >> >> >> >> >> >> >> >> -- >> >> >> Regards, >> >> >> Bryan Drewery >> >> >> bdrewery@freenode/EFNet >> >> >> >> >> > _______________________________________________ >> >> >> >> I think Bryan already explained the reasons why pkg should not be in >> >> base, it's an external tool that is not strictly required to get a bare >> >> >> >> bones FreeBSD system up and running. Including it in base you create >> >> yet another maintainance burden and would slow down the development of >> >> the ports/packages management tools. >> >> >> >> -Kimmo >> > >> > >> > What people seem to miss is that putting tools into the base system >> > strangles the tools. Look at the difficulty we have seen in updating >> > openssl. perl was removed from base for exactly that reason. Once > something >> > is in base, it usually can only be updated on major releases and even > then >> > it can be very complicated. That is a problem for any dynamically > changing >> > tool. >> > >> > I would love to see BIND removed from base, but most of the things you >> > listed really are hard to remove. I know that I don't want to try > bringing >> > up a new install of FreeBSD on a remote system without OpenSSH and that >> >> OpenSSH is the only one that doesn't follow the same pattern. It >> seems that the port of it has been abandoned going on 2 years. It is >> lagging far far behind 9-stable which looks like DES bumped to 6.1 and >> HEAD has been bumped to 6.2p1. > > You need to get the idea out of your head that !base == "inferior in some > way". > > Ports are an integral part of the OS, and base should be minimal. > For me, the only thing that should go to base is svnup. -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 07:22:08 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F9A073A for ; Tue, 9 Apr 2013 07:22:08 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 385F56CE for ; Tue, 9 Apr 2013 07:22:07 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPSsZ-0003lw-5i for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 00:22:07 -0700 Date: Tue, 9 Apr 2013 00:22:07 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365492127170-5802537.post@n5.nabble.com> Subject: [PR] Checksum error in Makefile for graphics/epdfview MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 07:22:08 -0000 ===> Extracting for epdfview-0.1.8_4 => SHA256 Checksum mismatch for epdfview-0.1.8.tar.bz2. portstree: HEAD ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/PR-Checksum-error-in-Makefile-for-graphics-epdfview-tp5802537.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 07:38:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 632878CD for ; Tue, 9 Apr 2013 07:38:19 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 49E277AD for ; Tue, 9 Apr 2013 07:38:18 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPT8E-00061S-FZ for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 00:38:18 -0700 Date: Tue, 9 Apr 2013 00:38:18 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365493098467-5802539.post@n5.nabble.com> In-Reply-To: References: <1365479312444-5802508.post@n5.nabble.com> Subject: Re: poudriere sillieness re audio/libsamplerate & glib20 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 07:38:19 -0000 * One glib20 problem was in devel/qt4-corelib/Makefile was USE_GNOME= _glib20 (instead should be glib20) * Another one was in graphics/liblqr-1/Makefile was USE_GNOME= _glib20 pkgconfig (instead should be glib20 pkgconfig) * graphics/colord fails with below, then built manually. checking for XML... yes checking for SQLITE... no configure: error: Package requirements (sqlite3) were not met: Package sqlite3 was not found in the pkg-config search path. Perhaps you should add the directory containing `sqlite3.pc' * x11-toolkits/wxgtk28-common is a bit strange, added to repo after manual build but fail message is: checking for GTK+ version... checking for pkg-config... /usr/local/bin/pkg-config checking for GTK+ - version >= 2.0.0... Package pangox was not found in the pkg-config search path. Perhaps you should add the directory containing `pangox.pc' to the PKG_CONFIG_PATH environment variable Package 'pangox', required by 'world', not found ........ *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: The development files for GTK+ were not found. For GTK+ 2, please ensure that pkg-config is in the path and that gtk+-2.0.pc is installed. * When poudriere is re-started, it immediately deletes stuff that it somehow does not like: ====>> Deleting colord-0.1.20_1.txz: missing dependencies ====>> Deleting libsoup-2.42.0.txz: missing dependencies ====>> Deleting wxgtk2-common-2.8.12_1.txz: missing dependencies Running the above 3 with poudriere -vv provides no additional info I'll post more debug results later. ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802539.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 07:45:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 456149D6 for ; Tue, 9 Apr 2013 07:45:26 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2E6AB7E0 for ; Tue, 9 Apr 2013 07:45:25 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPTF7-0007SQ-Mr for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 00:45:25 -0700 Date: Tue, 9 Apr 2013 00:45:25 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365493525702-5802540.post@n5.nabble.com> Subject: strigi conflicts with libstreamanalyzer and its self MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 07:45:26 -0000 Running a pkg upgrade command and results in error: Reinstalling pulseaudio-2.0 Installing libstreams: 0.7.8 Installing libstreamanalyzer: 0.7.8 Installing strigidaemon: 0.7.8 Reinstalling libmpeg2-0.5.1_1 Installing strigiclient: 0.7.8 Installing strigiutils: 0.7.8 Upgrading firefox: 19.0.2,1 -> 20.0,1 Upgrading seamonkey: 2.16.1 -> 2.17 Upgrading vlc: 2.0.5_2,3 -> 2.0.5_3,3 Upgrading strigi: 0.7.8 -> 0.7.8_2 pkg: WARNING: locally installed strigi-0.7.8 conflicts on /usr/local/share/strigi/fieldproperties/strigi.rdfs with: - libstreamanalyzer-0.7.8 pkg: WARNING: locally installed strigi-0.7.8 conflicts on /usr/local/include/strigi/bufferedstream.h with: - libstreams-0.7.8 pkg: WARNING: locally installed strigi-0.7.8 conflicts on /usr/local/include/strigi/asyncsocketclient.h with: - strigidaemon-0.7.8 pkg: WARNING: locally installed strigi-0.7.8 conflicts on /usr/local/include/strigi/qtdbus/strigiasyncclient.h with: - strigiclient-0.7.8 Also with - strigiutils-0.7.8 ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/strigi-conflicts-with-libstreamanalyzer-and-its-self-tp5802540.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 07:50:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B22F9AA3; Tue, 9 Apr 2013 07:50:19 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id 6C846802; Tue, 9 Apr 2013 07:50:18 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 2B9066600B2; Tue, 9 Apr 2013 09:24:27 +0200 (CEST) Received: from soth.ventu (adsl-ull-12-244.41-151.net24.it [151.41.244.12]) (authenticated bits=0) by ns2.biolchim.it (8.14.6/8.14.6) with ESMTP id r397NwZG054163 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 9 Apr 2013 09:24:06 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.6/8.14.5) with ESMTP id r397NnMw089315; Tue, 9 Apr 2013 09:23:50 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <5163C205.10300@netfence.it> Date: Tue, 09 Apr 2013 09:23:49 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: Ashish SHUKLA Subject: Re: emacs23 not working in terminal References: <51629889.7020301@netfence.it> <86bo9phtii.fsf@chateau.d.if> In-Reply-To: <86bo9phtii.fsf@chateau.d.if> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Tue, 09 Apr 2013 09:24:07 +0200 (CEST) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 07:50:19 -0000 On 04/08/13 18:33, Ashish SHUKLA wrote: > Are you able to reproduce it with: emacs -Q -nw ? No. Depending on the terminal I use, what I type might appear *after* I kill emacs. >> I solved this on most installations with "portupgrade -Rf emacs", but >> I still have one box where this did not help. > > You mean upgrading to Emacs24 fixed it ? No, I mean reinstalling the same Emacs (23 or 24) and all dependencies fixed it somewhere (but not everywhere). >> Where should I start looking? > > Start with truss(1)-ing the Emacs process. I'll give it a shot, altough I'm a newbye with this... bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 08:03:58 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B84FFC43 for ; Tue, 9 Apr 2013 08:03:58 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-vb0-x22c.google.com (mail-vb0-x22c.google.com [IPv6:2607:f8b0:400c:c02::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 7ADF5870 for ; Tue, 9 Apr 2013 08:03:58 +0000 (UTC) Received: by mail-vb0-f44.google.com with SMTP id e12so4572048vbg.3 for ; Tue, 09 Apr 2013 01:03:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=XVMRcQUly0nV1uUBBKGL5Y7Z4x49cz8pkGdpVIeP6jg=; b=NC3A4J3qfEnlAyrM1F4GExdIitxzgwaF5tt/wlT/Y8iRO52kAvYw5xoBMw9qhcNCdv gvcekCs3PkpMqaVcrUvsNDa77O/zCI0h3fmcGsaZthaz7JoKmN9XiR1mjPpDSY1ZWxJO KOr7srKXGzZa66Mkl9t2mZktVAJK4OZKeo8vfjPBfbH2ayf2engKYM1yGybCZ8Ikn7cg 7UACBHXA/t+782/g0D/zTd7Auzliy0FdSjlmTywjBOqbayBIMfoOWdhrtNRBnKUG2oSe Aqur/yHeQkz76ZUc3XWyeMlxu8CKNO4xdXtGEklWVxhtwtIJlogKsgwsTdDEJeFTJna0 yHiQ== MIME-Version: 1.0 X-Received: by 10.58.232.98 with SMTP id tn2mr11910787vec.57.1365494637724; Tue, 09 Apr 2013 01:03:57 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.59.13.67 with HTTP; Tue, 9 Apr 2013 01:03:57 -0700 (PDT) In-Reply-To: <1365492127170-5802537.post@n5.nabble.com> References: <1365492127170-5802537.post@n5.nabble.com> Date: Tue, 9 Apr 2013 01:03:57 -0700 X-Google-Sender-Auth: ASug0cDUmPZgj4KggOjCXWvvw0w Message-ID: Subject: Re: [PR] Checksum error in Makefile for graphics/epdfview From: Jason Helfman To: Beeblebrox X-Gm-Message-State: ALoCoQlegTNyCeFd+StnPuUxMbc8R04cz8RPvM2nDNKazn3+dE58ssWIUfHmkzMK/lZSKs+6U+SB Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 08:03:58 -0000 On Tue, Apr 9, 2013 at 12:22 AM, Beeblebrox wrote: > ===> Extracting for epdfview-0.1.8_4 > => SHA256 Checksum mismatch for epdfview-0.1.8.tar.bz2. > > portstree: HEAD > > > I just checked out HEAD, and was not able to reproduce this condition. Can you please run: # make distclean # make checksum Here is my output: [jgh@pepper ~/workspace/ports/graphics/epdfview]$ sudo make checksum ===> License GPLv2 accepted by the user ===> Found saved configuration for epdfview-0.1.8_4 ===> epdfview-0.1.8_4 depends on file: /usr/local/sbin/pkg - found => epdfview-0.1.8.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-0.1.8.tar.bz2 fetch: http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-0.1.8.tar.bz2: No address record => Attempting to fetch http://mirror.slitaz.org/sources/packages/e/epdfview-0.1.8.tar.bz2 fetch: http://mirror.slitaz.org/sources/packages/e/epdfview-0.1.8.tar.bz2: Not Found => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/epdfview-0.1.8.tar.bz2 epdfview-0.1.8.tar.bz2 100% of 455 kB 100 kBps => SHA256 Checksum OK for epdfview-0.1.8.tar.bz2. Thanks! -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 08:12:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 14655D40 for ; Tue, 9 Apr 2013 08:12:24 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id A3AF28AC for ; Tue, 9 Apr 2013 08:12:23 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id t11so5236765wey.34 for ; Tue, 09 Apr 2013 01:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=voK1Svn701aJxk+a8mVwZ+pWQm3X9SK45c8a0FzBjxE=; b=G9f1qRL+REom6TdjA0yzMR5bVwShLxE8jQlnMllC70fZcP3uf07OSX9JHeHViNEOMt QD+J+7pGvwE5v/X/VOppr1LtW6g3LJcMnTLEdNKcl4csYbdLZ5dMAUyy4o5euR4aIp+3 ClHowi7hUZ+joEEnTsC2bYT2J4V3QlBs7T870D8ioaI3SjURJ7w7wQzp1YaS7Ww5rLKq bZXsZ1vfFDxsuUjyRhbTV7Hufv+5GSysM9BfILndFf2RzL6XzzKNWC81+QcQZnRO2i8/ E/UXQsWJlNNkVAkiCpiiqhxmGXg59QkbWNwExefIsjrElpYcLj8qU6PYcQ/kV2s5L+Vk aizg== MIME-Version: 1.0 X-Received: by 10.194.103.72 with SMTP id fu8mr36483850wjb.42.1365495142330; Tue, 09 Apr 2013 01:12:22 -0700 (PDT) Received: by 10.216.139.72 with HTTP; Tue, 9 Apr 2013 01:12:22 -0700 (PDT) In-Reply-To: <1365493098467-5802539.post@n5.nabble.com> References: <1365479312444-5802508.post@n5.nabble.com> <1365493098467-5802539.post@n5.nabble.com> Date: Tue, 9 Apr 2013 11:12:22 +0300 Message-ID: Subject: Re: poudriere sillieness re audio/libsamplerate & glib20 From: Kimmo Paasiala To: Beeblebrox Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 08:12:24 -0000 On Tue, Apr 9, 2013 at 10:38 AM, Beeblebrox wrote: > * One glib20 problem was in devel/qt4-corelib/Makefile > was USE_GNOME= _glib20 (instead should be glib20) > > * Another one was in graphics/liblqr-1/Makefile > was USE_GNOME= _glib20 pkgconfig (instead should be glib20 pkgconfig) > > * graphics/colord fails with below, then built manually. > checking for XML... yes > checking for SQLITE... no > configure: error: Package requirements (sqlite3) were not met: > Package sqlite3 was not found in the pkg-config search path. > Perhaps you should add the directory containing `sqlite3.pc' > > * x11-toolkits/wxgtk28-common is a bit strange, added to repo after manual > build but fail message is: > checking for GTK+ version... > checking for pkg-config... /usr/local/bin/pkg-config > checking for GTK+ - version >= 2.0.0... Package pangox was not found in the > pkg-config search path. > Perhaps you should add the directory containing `pangox.pc' to the > PKG_CONFIG_PATH environment variable Package 'pangox', required by 'world', > not found > ........ > *** The test program failed to compile or link. See the file config.log for > the > *** exact error that occured. This usually means GTK+ is incorrectly > installed. > configure: error: > The development files for GTK+ were not found. For GTK+ 2, please ensure > that pkg-config is in the path and that gtk+-2.0.pc is installed. > > * When poudriere is re-started, it immediately deletes stuff that it somehow > does not like: > ====>> Deleting colord-0.1.20_1.txz: missing dependencies > ====>> Deleting libsoup-2.42.0.txz: missing dependencies > ====>> Deleting wxgtk2-common-2.8.12_1.txz: missing dependencies > Running the above 3 with poudriere -vv provides no additional info > I'll post more debug results later. > > > > > ----- > 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802539.html > Sent from the freebsd-ports mailing list archive at Nabble.com. How do you know it's supposed to be glib20 and not _glib20? To me it looks like you're just messing around with lots of stuff that you don't quite yet understand. Evenmore you haven't shown anything that would point to a problem in poudriere itself. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 08:33:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0320865F for ; Tue, 9 Apr 2013 08:33:23 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id DD0F9944 for ; Tue, 9 Apr 2013 08:33:22 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPTzW-0000fu-12 for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 01:33:22 -0700 Date: Tue, 9 Apr 2013 01:33:22 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365496402007-5802546.post@n5.nabble.com> In-Reply-To: References: <1365479312444-5802508.post@n5.nabble.com> <1365493098467-5802539.post@n5.nabble.com> Subject: poudriere sillieness re audio/libsamplerate & glib20 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 08:33:23 -0000 >> How do you know it's supposed to be glib20 and not _glib20? I don't, but what I DO know is that after the 2 corrections (star1 and 2 from post #2), the error messages in the form of 'Unknown component _glib20' cleared out and the dependent ports got built by poudriere. So that was Makefile related. If not, suggest how it is to be fixed so that the error no longer occurs. >> Evenmore you haven't shown anything that would point to a problem in >> poudriere itself. a. First item in post #1? I asked if there is a way to get libsamplerate in poudriere b. My thread is not limited to problems with 2 ports, since there are a good number of problems which I am posting as fast as much as I can gather the details. c. As posted in #2: colord-0.1.20_1, libsoup-2.42.0, wxgtk2-common-2.8.12 get built on host but not in poudriere. As shown, the errors are trivial (like 'cannot find sqlite3' when the sqlite3.txz is in fact located in the repo) and furthermore, packages built manually and placed in the common repo are summarily deleted by poudriere at repo-check stage. What more does one need before referring to all of this as "sillieness"? I do not know where the source problem lies exactly, so I am reporting my findings. ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802546.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 08:44:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5C4859A8 for ; Tue, 9 Apr 2013 08:44:19 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 385DD9AC for ; Tue, 9 Apr 2013 08:44:18 +0000 (UTC) Received: from [10.31.9.246] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 174E043C00; Tue, 9 Apr 2013 03:44:11 -0500 (CDT) Message-ID: <5163D4DA.8090807@marino.st> Date: Tue, 09 Apr 2013 10:44:10 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: Beeblebrox Subject: Re: poudriere sillieness re audio/libsamplerate & glib20 References: <1365479312444-5802508.post@n5.nabble.com> <1365493098467-5802539.post@n5.nabble.com> <1365496402007-5802546.post@n5.nabble.com> In-Reply-To: <1365496402007-5802546.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 08:44:19 -0000 On 4/9/2013 10:33, Beeblebrox wrote: >>> How do you know it's supposed to be glib20 and not _glib20? > I don't, but what I DO know is that after the 2 corrections (star1 and 2 > from post #2), the error messages in the form of 'Unknown component _glib20' > cleared out and the dependent ports got built by poudriere. So that was > Makefile related. If not, suggest how it is to be fixed so that the error no > longer occurs. > >>> Evenmore you haven't shown anything that would point to a problem in >>> poudriere itself. > a. First item in post #1? I asked if there is a way to get libsamplerate in > poudriere > b. My thread is not limited to problems with 2 ports, since there are a good > number of problems which I am posting as fast as much as I can gather the > details. > c. As posted in #2: colord-0.1.20_1, libsoup-2.42.0, wxgtk2-common-2.8.12 > get built on host but not in poudriere. As shown, the errors are trivial > (like 'cannot find sqlite3' when the sqlite3.txz is in fact located in the > repo) and furthermore, packages built manually and placed in the common > repo are summarily deleted by poudriere at repo-check stage. > > What more does one need before referring to all of this as "sillieness"? I > do not know where the source problem lies exactly, so I am reporting my > findings. I am regularly building every port in bulk in poudriere, and I don't see these errors. I suspect if you start with a clean slate and the latest ports tree in poudriere, you won't see them either. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 08:49:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5134DA9D for ; Tue, 9 Apr 2013 08:49:39 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep11.mx.upcmail.net (fep11.mx.upcmail.net [62.179.121.31]) by mx1.freebsd.org (Postfix) with ESMTP id 9B00B9D9 for ; Tue, 9 Apr 2013 08:49:38 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep11-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130409084931.RCSR21781.viefep11-int.chello.at@edge01.upcmail.net>; Tue, 9 Apr 2013 10:49:31 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge01.upcmail.net with edge id MkpV1l0120i5fp601kpWyC; Tue, 09 Apr 2013 10:49:31 +0200 X-SourceIP: 178.84.132.32 Message-ID: <5163D616.4000905@rainbow-runner.nl> Date: Tue, 09 Apr 2013 10:49:26 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Beeblebrox Subject: Re: poudriere sillieness re audio/libsamplerate & glib20 References: <1365479312444-5802508.post@n5.nabble.com> <1365493098467-5802539.post@n5.nabble.com> <1365496402007-5802546.post@n5.nabble.com> In-Reply-To: <1365496402007-5802546.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130408-2, 08-04-2013), Outbound message X-Antivirus-Status: Clean Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 08:49:39 -0000 On 9-4-2013 10:33, Beeblebrox wrote: >>> How do you know it's supposed to be glib20 and not _glib20? > I don't, but what I DO know is that after the 2 corrections (star1 and 2 > from post #2), the error messages in the form of 'Unknown component _glib20' > cleared out and the dependent ports got built by poudriere. So that was > Makefile related. If not, suggest how it is to be fixed so that the error no > longer occurs. Thats correct, _glib20 is removed in the gnome devel repo, because it no longer needed. The reason why ports use it was to avoid a dependancy on gamin and gio-fam-backend. I admit that MC is currently unstable, but you should have mentioned if your using a non vanilla ports tree. Otherwise people will just assume your only having ports without extra patches. -Koop >>> Evenmore you haven't shown anything that would point to a problem in >>> poudriere itself. > a. First item in post #1? I asked if there is a way to get libsamplerate in > poudriere > b. My thread is not limited to problems with 2 ports, since there are a good > number of problems which I am posting as fast as much as I can gather the > details. > c. As posted in #2: colord-0.1.20_1, libsoup-2.42.0, wxgtk2-common-2.8.12 > get built on host but not in poudriere. As shown, the errors are trivial > (like 'cannot find sqlite3' when the sqlite3.txz is in fact located in the > repo) and furthermore, packages built manually and placed in the common > repo are summarily deleted by poudriere at repo-check stage. > > What more does one need before referring to all of this as "sillieness"? I > do not know where the source problem lies exactly, so I am reporting my > findings. > > > > ----- > 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802546.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 08:54:46 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 42AC4BC4 for ; Tue, 9 Apr 2013 08:54:46 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 28DF3A18 for ; Tue, 9 Apr 2013 08:54:45 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPUKD-0005T0-Lp for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 01:54:45 -0700 Date: Tue, 9 Apr 2013 01:54:45 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365497685669-5802555.post@n5.nabble.com> In-Reply-To: References: <1365492127170-5802537.post@n5.nabble.com> Subject: Re: [PR] Checksum error in Makefile for graphics/epdfview MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 08:54:46 -0000 well, once you run a '# make checksum', the checksum error is going to obviously disappear :) built / installed prior to posting - I thought that others may run into a similar problem, which is the reason I posted. Thank You for your help and advice. Regards. ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/PR-Checksum-error-in-Makefile-for-graphics-epdfview-tp5802537p5802555.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 09:02:30 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B8D1F54 for ; Tue, 9 Apr 2013 09:02:30 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 30DC3A95 for ; Tue, 9 Apr 2013 09:02:29 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPURh-0007Hw-L2 for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 02:02:29 -0700 Date: Tue, 9 Apr 2013 02:02:29 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365498149645-5802556.post@n5.nabble.com> In-Reply-To: <5163D616.4000905@rainbow-runner.nl> References: <1365479312444-5802508.post@n5.nabble.com> <1365493098467-5802539.post@n5.nabble.com> <1365496402007-5802546.post@n5.nabble.com> <5163D616.4000905@rainbow-runner.nl> Subject: poudriere sillieness re audio/libsamplerate & glib20 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 09:02:30 -0000 Hi Koop, I forget to post some of the necessary details in my "complaint list" sometimes, so I had just recently included all necessary info in my signature: 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel Should I add trees are merged with portshaker? John: Thank you for the input. Ports tree is updated daily, poudriere jail is very fresh, world gets re-built every 2 weeks. My /usr/local/etc/poudriere.d/make.conf: CPUTYPE?= k8 #native #FORCE_MAKE_JOBS=yes #MAKE_JOBS_NUMBER=9 WITH_CPUFLAGS=yes BUILD_OPTIMIZED=yes BATCH=yes GCC_DEFAULT_VERSION= 4.6+ #_PORT_WITH_WITHOUT FETCH_ARGS= -ApRrF WITHOUT_NOUVEAU=yes NO_PROFILE=yes WITH_PKGNG=yes WITHOUT_NLS=yes WITHOUT_ARTS=yes WITHOUT_IPV6=yes WITH_GTK2=yes GNUSTEP_WITH_GCC46=yes #_PREFERRED_PORTS PERL_VERSION= 5.16.2 QT4_OPTIONS= CUPS QGTKSTYL MYSQL_VERSION= 55 MYSQL_DEFAULT_VERSION= 55 BDB_VERSION= 48 WANT_BDB_VER= 48 LIBIODBC_PORT= databases/unixODBC SAMBA_VERSION= 4 SAMBA_DEFAULT_VERSION= 4 WITH_MOZILLA= firefox WITH_GECKO= xulrunner JAVA_OS= native JAVA_VENDOR= openjdk OVERRIDE_LINUX_BASE_PORT= f10 OVERRIDE_LINUX_NOBASE_PORTS= f10 DIRAC_PORT= multimedia/schroedinger APACHE_PORT= www/nginx LIBUNGIF_PORT= graphics/giflib QT33_PORT= x11-toolkits/qt4-gui XML-COMMONS_PORT= textproc/xerces-j #GLIB12_PORT= devel/glib20 TEXINFO_PORT= textproc/texi2html ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802556.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 09:03:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 609EDFF5 for ; Tue, 9 Apr 2013 09:03:43 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 3EE0EAA5 for ; Tue, 9 Apr 2013 09:03:42 +0000 (UTC) Received: from [10.31.9.246] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 72C9B43C00 for ; Tue, 9 Apr 2013 04:03:42 -0500 (CDT) Message-ID: <5163D96C.3010603@marino.st> Date: Tue, 09 Apr 2013 11:03:40 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [PR] Checksum error in Makefile for graphics/epdfview References: <1365492127170-5802537.post@n5.nabble.com> <1365497685669-5802555.post@n5.nabble.com> In-Reply-To: <1365497685669-5802555.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 09:03:43 -0000 On 4/9/2013 10:54, Beeblebrox wrote: > well, once you run a '# make checksum', the checksum error is going to > obviously disappear :) Why would it disappear if the distinfo really doesn't match the port checksum? I suspect you are thinking about "make makesum" in which case the distinfo is rewritten? From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 09:06:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7FA5F157 for ; Tue, 9 Apr 2013 09:06:48 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 62E57ACD for ; Tue, 9 Apr 2013 09:06:48 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPUVr-0007p9-RF for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 02:06:47 -0700 Date: Tue, 9 Apr 2013 02:06:47 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365498407838-5802558.post@n5.nabble.com> In-Reply-To: <5163D96C.3010603@marino.st> References: <1365492127170-5802537.post@n5.nabble.com> <1365497685669-5802555.post@n5.nabble.com> <5163D96C.3010603@marino.st> Subject: Re: [PR] Checksum error in Makefile for graphics/epdfview MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 09:06:48 -0000 Sorry, yes that's what I was thinking of. I did a make makesum before posting the thread. ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/PR-Checksum-error-in-Makefile-for-graphics-epdfview-tp5802537p5802558.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 09:53:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F797A71 for ; Tue, 9 Apr 2013 09:53:19 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 13F09DEA for ; Tue, 9 Apr 2013 09:53:18 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPVEs-0006dy-9K for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 02:53:18 -0700 Date: Tue, 9 Apr 2013 02:53:18 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365501198281-5802561.post@n5.nabble.com> In-Reply-To: <1365498149645-5802556.post@n5.nabble.com> References: <1365479312444-5802508.post@n5.nabble.com> <1365493098467-5802539.post@n5.nabble.com> <1365496402007-5802546.post@n5.nabble.com> <5163D616.4000905@rainbow-runner.nl> <1365498149645-5802556.post@n5.nabble.com> Subject: poudriere sillieness re audio/libsamplerate & glib20 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 09:53:19 -0000 The immediately problematic ports are listed in the poudriere build result as Failed ports: x11/xkeyboard-config:configure devel/libsoup:configure graphics/colord:build devel/p5-Goo-Canvas:configure devel/qt4-script:build graphics/libfpx:build x11-toolkits/qt33:build x11-toolkits/wxgtk28-common:configure print/ghostview:build multimedia/avidemux2:configure I might have neglected to test one-or-two of the ports, but the listed ports build on the host system without problem. However, the most odd behavior comes from these 3: colord-0.1.20_1 / libsoup-2.42.0 / wxgtk2-common-2.8.12 Is there a way to figure out why these do not get built, or why they get deleted from the repo after being built manually? Thanks & Regards. ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802561.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 10:04:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DDA79F4F for ; Tue, 9 Apr 2013 10:04:31 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id C3AF4E7F for ; Tue, 9 Apr 2013 10:04:30 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPVPi-00016P-Km for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 03:04:30 -0700 Date: Tue, 9 Apr 2013 03:04:30 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365501870638-5802566.post@n5.nabble.com> In-Reply-To: <5163D96C.3010603@marino.st> References: <1365492127170-5802537.post@n5.nabble.com> <1365497685669-5802555.post@n5.nabble.com> <5163D96C.3010603@marino.st> Subject: [PR] Checksum error in Makefile for graphics/epdfview MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 10:04:31 -0000 And now for something completely different - NOT URGENT as my immediate issue was solved. poudriere breaks for some moronic reason. I'll be happy to provide more info. # poudriere bulk graphics/epdfview Installing libXt-1.1.3,1... done Installing tiff-4.0.3... done done missing dependency gio-fam-backend-2.34.3 Failed to install the following 1 package(s): /packages/All/gtk-update-icon-cache-2.24.17.txz ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/PR-Checksum-error-in-Makefile-for-graphics-epdfview-tp5802537p5802566.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 10:07:53 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 813AD1A6 for ; Tue, 9 Apr 2013 10:07:53 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6A976EAF for ; Tue, 9 Apr 2013 10:07:53 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPVSz-0001jZ-3l for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 03:07:53 -0700 Date: Tue, 9 Apr 2013 03:07:53 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365502073109-5802567.post@n5.nabble.com> Subject: multimedia/avidemux2 complie breaks MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 10:07:53 -0000 compile on host output ends with: [ 97%] Built target ADM_gui2Gtk_gtk [ 97%] Built target ADM_ocrGtk_gtk [ 97%] Building C object avidemux/ADM_userInterfaces/ADM_GTK/ADM_toolkit_gtk/CMakeFiles/ADM_toolkitGtk_gtk.dir/jogshuttle.c.o /asp/obj/asp/git/ports/multimedia/avidemux2/work/avidemux_2.5.6/avidemux/ADM_userInterfaces/ADM_GTK/ADM_toolkit_gtk/jogshuttle.c:113:23: error: non-void function 'jog_shuttle_button_release' should return a value [-Wreturn-type] if (!widget->window) return; ^ /asp/obj/asp/git/ports/multimedia/avidemux2/work/avidemux_2.5.6/avidemux/ADM_userInterfaces/ADM_GTK/ADM_toolkit_gtk/jogshuttle.c:124:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static emit_value_changed_signal (JogShuttle *wheel) ~~~~~~ ^ /asp/obj/asp/git/ports/multimedia/avidemux2/work/avidemux_2.5.6/avidemux/ADM_userInterfaces/ADM_GTK/ADM_toolkit_gtk/jogshuttle.c:147:23: error: non-void function 'jog_shuttle_motion_notify' should return a value [-Wreturn-type] if (!widget->window) return; ^ /asp/obj/asp/git/ports/multimedia/avidemux2/work/avidemux_2.5.6/avidemux/ADM_userInterfaces/ADM_GTK/ADM_toolkit_gtk/jogshuttle.c:149:78: error: non-void function 'jog_shuttle_motion_notify' should return a value [-Wreturn-type] ...> width || (priv->offset+priv->pos[3]) < 0) return; ^ 1 warning and 3 errors generated. gmake[2]: *** [avidemux/ADM_userInterfaces/ADM_GTK/ADM_toolkit_gtk/CMakeFiles/ADM_toolkitGtk_gtk.dir/jogshuttle.c.o] Error 1 gmake[1]: *** [avidemux/ADM_userInterfaces/ADM_GTK/ADM_toolkit_gtk/CMakeFiles/ADM_toolkitGtk_gtk.dir/all] Error 2 gmake: *** [all] Error 2 *** [do-build] Error code 1 ----- 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/multimedia-avidemux2-complie-breaks-tp5802567.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 10:47:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2EF60890 for ; Tue, 9 Apr 2013 10:47:06 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id AEE17C5 for ; Tue, 9 Apr 2013 10:47:05 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:36851] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r39Al11j030240 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 9 Apr 2013 14:47:02 +0400 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org Subject: Re: strigi conflicts with libstreamanalyzer and its self Date: Tue, 09 Apr 2013 10:48:29 +0000 Message-ID: <2233498.1coIzdUAp9@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.1 (FreeBSD/9.1-STABLE; KDE/4.10.1; amd64; ; ) In-Reply-To: <1365493525702-5802540.post@n5.nabble.com> References: <1365493525702-5802540.post@n5.nabble.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Beeblebrox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 10:47:06 -0000 On Tue, 09 Apr 2013 00:45:25 -0700 Beeblebrox wrote: > Running a pkg upgrade command and results in error: > Reinstalling pulseaudio-2.0 > Installing libstreams: 0.7.8 > Installing libstreamanalyzer: 0.7.8 > Installing strigidaemon: 0.7.8 > Reinstalling libmpeg2-0.5.1_1 > Installing strigiclient: 0.7.8 > Installing strigiutils: 0.7.8 > Upgrading firefox: 19.0.2,1 -> 20.0,1 > Upgrading seamonkey: 2.16.1 -> 2.17 > Upgrading vlc: 2.0.5_2,3 -> 2.0.5_3,3 > Upgrading strigi: 0.7.8 -> 0.7.8_2 > > pkg: WARNING: locally installed strigi-0.7.8 conflicts on > /usr/local/share/strigi/fieldproperties/strigi.rdfs with: > - libstreamanalyzer-0.7.8 > pkg: WARNING: locally installed strigi-0.7.8 conflicts on > /usr/local/include/strigi/bufferedstream.h with: > - libstreams-0.7.8 > pkg: WARNING: locally installed strigi-0.7.8 conflicts on > /usr/local/include/strigi/asyncsocketclient.h with: > - strigidaemon-0.7.8 > pkg: WARNING: locally installed strigi-0.7.8 conflicts on > /usr/local/include/strigi/qtdbus/strigiasyncclient.h with: - > strigiclient-0.7.8 > > Also with - strigiutils-0.7.8 Read UPDATING 20130326. Max From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 10:53:21 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E48119F3 for ; Tue, 9 Apr 2013 10:53:21 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id CAA43106 for ; Tue, 9 Apr 2013 10:53:21 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPWAy-00016h-Gx for freebsd-ports@freebsd.org; Tue, 09 Apr 2013 03:53:20 -0700 Date: Tue, 9 Apr 2013 03:53:20 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365504800509-5802579.post@n5.nabble.com> In-Reply-To: <2233498.1coIzdUAp9@mercury.ph.man.ac.uk> References: <1365493525702-5802540.post@n5.nabble.com> <2233498.1coIzdUAp9@mercury.ph.man.ac.uk> Subject: strigi conflicts with libstreamanalyzer and its self MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 10:53:22 -0000 well, just where did the other half of my brain go? and solved.. Thanks. ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/strigi-conflicts-with-libstreamanalyzer-and-its-self-tp5802540p5802579.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 10:57:41 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4C0B1AC1 for ; Tue, 9 Apr 2013 10:57:41 +0000 (UTC) (envelope-from md@scoutsengidsenvlaanderen.be) Received: from scoutsengidsenvlaanderen.be (mail.scoutsengidsenvlaanderen.be [82.143.70.9]) by mx1.freebsd.org (Postfix) with ESMTP id C395E130 for ; Tue, 9 Apr 2013 10:57:40 +0000 (UTC) Received: from [192.168.1.169] (account md@scoutsengidsenvlaanderen.be [192.168.1.169] verified) by scoutsengidsenvlaanderen.be (CommuniGate Pro SMTP 5.4.5) with ESMTPSA id 38763184 for ports@FreeBSD.org; Tue, 09 Apr 2013 12:57:33 +0200 Message-ID: <5163F41D.1060908@scoutsengidsenvlaanderen.be> Date: Tue, 09 Apr 2013 12:57:33 +0200 From: Michiel Detailleur User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: FreeBSD Port: www/linkchecker , remove INSTALLS_ICONS line? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 10:57:41 -0000 Hello, I wanted to install the tool "linkchecker" without GUI on a headless server. Unfortunately the FreeBSD port seems to pull in a large amount of X related dependencies, even though I have WITHOUT_X11=yes in make.conf and I didn't select the GTK2 port option. The X related dependencies originate from graphics/gtk-update-icon-cache. Which in turn seems to be triggered by the "INSTALLS_ICONS= yes" line in the port's Makefile. I traced this down when I found this similar bug report for another port: http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2011-November/222150.html I removed the INSTALLS_ICONS line from the port's Makefile in my ports tree and the port build and installed succesfully. The CLI tool also runs as expected. I think the "INSTALLS_ICONS= yes" line can be safely removed from the official port? Thank you in advance, Michiel -- Met vriendelijke scouts- en gidsengroeten, *Michiel Detailleur | Medewerker Informatica* *Scouts en Gidsen Vlaanderen vzw* Lange Kievitstraat 74 2018 Antwerpen T: +32 (0)3 231 16 20 F: +32 (0)3 232 63 92 md@scoutsengidsenvlaanderen.be From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 11:53:38 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B1F1231F for ; Tue, 9 Apr 2013 11:53:38 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 4CEB5354 for ; Tue, 9 Apr 2013 11:53:38 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id t57so5257145wey.32 for ; Tue, 09 Apr 2013 04:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ngXt2s9JwGIRClFDPHUpzaID3xzgpcg4xrqJMXQmUe8=; b=scxydki5IYxhyXi6BS4REVPA2SEQh912mqWeuGLpWPnK98NNx9N+HEpLgyF38LTzCp fwvx16G/LKQVNiObesSsGhhBSyhp8ccPTxuU84RS2f0t2ztfCVzcuIYWvy8cccn7qTgP q5RBmezlE1qoocedYYJ2QgOS8lDSXDz/OZ+9euTzswJQLjOlJie8+FMq4A7LYmogVX0k 9+voX24A+vBhrcOgkZ/63pRlg3U/o1nlgFWqSgSerZ9XaIR2WrH8HqC9TYXaqg76M7ZS jGF3p6yo8fedivY115QH5CPGOU4f6CQKbzWQGLz8lT5R4H493ofAeu3OeyDc5xiT5yNF CrZQ== MIME-Version: 1.0 X-Received: by 10.194.93.68 with SMTP id cs4mr38088829wjb.17.1365508417400; Tue, 09 Apr 2013 04:53:37 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Tue, 9 Apr 2013 04:53:37 -0700 (PDT) In-Reply-To: <1365498149645-5802556.post@n5.nabble.com> References: <1365479312444-5802508.post@n5.nabble.com> <1365493098467-5802539.post@n5.nabble.com> <1365496402007-5802546.post@n5.nabble.com> <5163D616.4000905@rainbow-runner.nl> <1365498149645-5802556.post@n5.nabble.com> Date: Tue, 9 Apr 2013 13:53:37 +0200 Message-ID: Subject: Re: poudriere sillieness re audio/libsamplerate & glib20 From: David Demelier To: Beeblebrox Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 11:53:38 -0000 I think you should read again some man pages and documentation, for instance you should use WITH_MYSQL_VER= 55 to select this version instead of MYSQL_VERSION so I'm just guessing if you're not breaking your poudriere with all of these mispelled options. 2013/4/9 Beeblebrox : > Hi Koop, > I forget to post some of the necessary details in my "complaint list" > sometimes, so I had just recently included all necessary info in my > signature: > 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel > Should I add trees are merged with portshaker? > > John: Thank you for the input. Ports tree is updated daily, poudriere jail > is very fresh, world gets re-built every 2 weeks. > My /usr/local/etc/poudriere.d/make.conf: > CPUTYPE?= k8 #native > > #FORCE_MAKE_JOBS=yes > #MAKE_JOBS_NUMBER=9 > WITH_CPUFLAGS=yes > BUILD_OPTIMIZED=yes > BATCH=yes > GCC_DEFAULT_VERSION= 4.6+ > > #_PORT_WITH_WITHOUT > FETCH_ARGS= -ApRrF > WITHOUT_NOUVEAU=yes > NO_PROFILE=yes > WITH_PKGNG=yes > WITHOUT_NLS=yes > WITHOUT_ARTS=yes > WITHOUT_IPV6=yes > WITH_GTK2=yes > GNUSTEP_WITH_GCC46=yes > > #_PREFERRED_PORTS > PERL_VERSION= 5.16.2 > QT4_OPTIONS= CUPS QGTKSTYL > MYSQL_VERSION= 55 > MYSQL_DEFAULT_VERSION= 55 > BDB_VERSION= 48 > WANT_BDB_VER= 48 > LIBIODBC_PORT= databases/unixODBC > SAMBA_VERSION= 4 > SAMBA_DEFAULT_VERSION= 4 > > WITH_MOZILLA= firefox > WITH_GECKO= xulrunner > > JAVA_OS= native > JAVA_VENDOR= openjdk > OVERRIDE_LINUX_BASE_PORT= f10 > OVERRIDE_LINUX_NOBASE_PORTS= f10 > DIRAC_PORT= multimedia/schroedinger > APACHE_PORT= www/nginx > LIBUNGIF_PORT= graphics/giflib > QT33_PORT= x11-toolkits/qt4-gui > XML-COMMONS_PORT= textproc/xerces-j > #GLIB12_PORT= devel/glib20 > TEXINFO_PORT= textproc/texi2html > > > > > ----- > 10-Current-amd64-portstree merged with marcuscom.gnome3 & xorg.devel > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802556.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 13:09:27 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ACC9D80D for ; Tue, 9 Apr 2013 13:09:27 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from rush.bluerosetech.com (rush.bluerosetech.com [IPv6:2607:fc50:1000:9b00::25]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5CA947 for ; Tue, 9 Apr 2013 13:09:27 +0000 (UTC) Received: from chombo.houseloki.net (montesse-2-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:19b9::2]) by rush.bluerosetech.com (Postfix) with ESMTPSA id 976E31141D; Tue, 9 Apr 2013 06:09:26 -0700 (PDT) Received: from [IPv6:fc00:970::e812:4ecc:5220:8206] (unknown [IPv6:fc00:970::e812:4ecc:5220:8206]) by chombo.houseloki.net (Postfix) with ESMTPSA id AF92FC2D; Tue, 9 Apr 2013 06:09:24 -0700 (PDT) Message-ID: <51641304.9020107@bluerosetech.com> Date: Tue, 09 Apr 2013 06:09:24 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Freddie Cash Subject: Re: Growing list of required(ish) ports References: <51622F44.3050604@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 13:09:27 -0000 On 2013-04-08 08:26, Freddie Cash wrote: > The really hard part is coming up with a migration path for those who > upgrade via source builds. It already exists: 1. Update to release that doesn't include $thing; 2. make -C /usr/src delete-old delete-old-libs; 3. Install $thing or $thing_alternative from ports if you need it. Step 3 can be done before steps 1 and 2 thanks to FreeBSD having a sane filesystem hierarchy. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 13:09:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F8548A0 for ; Tue, 9 Apr 2013 13:09:42 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from rush.bluerosetech.com (rush.bluerosetech.com [IPv6:2607:fc50:1000:9b00::25]) by mx1.freebsd.org (Postfix) with ESMTP id 67AD894E for ; Tue, 9 Apr 2013 13:09:42 +0000 (UTC) Received: from chombo.houseloki.net (montesse-2-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:19b9::2]) by rush.bluerosetech.com (Postfix) with ESMTPSA id EE1F21144E; Tue, 9 Apr 2013 06:09:41 -0700 (PDT) Received: from [IPv6:fc00:970::e812:4ecc:5220:8206] (unknown [IPv6:fc00:970::e812:4ecc:5220:8206]) by chombo.houseloki.net (Postfix) with ESMTPSA id 88E9AC2F; Tue, 9 Apr 2013 06:09:40 -0700 (PDT) Message-ID: <51641315.3080704@bluerosetech.com> Date: Tue, 09 Apr 2013 06:09:41 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Florent Peterschmitt Subject: Re: Growing list of required(ish) ports References: <51622F44.3050604@FreeBSD.org> <1365441764.4112.1.camel@localhost> In-Reply-To: <1365441764.4112.1.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: FreeBSD Mailing List List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 13:09:42 -0000 On 2013-04-08 10:22, Florent Peterschmitt wrote: > Yep, OpenSSH is tiny enought to keep it in base system. It would be a > big loss not to have it by default, securely installed in the base > system. I really wish it wasn't. Having OpenSSH (and thus OpenSSL) in the base means FreeBSD has an outdated version installed by default. You have to install openssl from ports in order to have modern cipher support, TLS v1.1/1.2, DTLS, etc. This puts two sets of openssl libs on the system and creates recurrent headaches with builds where the autoconfiguration selects the wrong set of libs. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 13:34:23 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 163D92C6 for ; Tue, 9 Apr 2013 13:34:23 +0000 (UTC) (envelope-from adrik@salesmanager.nl) Received: from www.salesmanager.nl (mail.salesmanager.nl [213.201.133.38]) by mx1.freebsd.org (Postfix) with ESMTP id AD665A7B for ; Tue, 9 Apr 2013 13:34:21 +0000 (UTC) Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: FreeBSD Port: squid-3.3 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 9 Apr 2013 15:34:14 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: squid-3.3 Thread-Index: Ac41Juir+gNvj9mYTsWaQ6i+E3z8Pw== From: "Adri Koppes" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 13:34:23 -0000 Dear Sir, =20 I was wondering if there are any plans to support squid 3.3.x via FreeBSD ports soon? The next version 3.3.4 will add support for TPROXY under FreeBSD, which I would really like to use. At the moment, there is no alternative to 'transparent' or 'intercept' connections when using IPV6. =20 Best regards, =20 Adri Koppes =20 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 14:07:06 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7242B816 for ; Tue, 9 Apr 2013 14:07:06 +0000 (UTC) (envelope-from tmseck@freebsd.org) Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 367EACD5 for ; Tue, 9 Apr 2013 14:07:06 +0000 (UTC) Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id B6A5111F62; Tue, 9 Apr 2013 16:07:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin1.netcologne.de (Postfix) with ESMTP id AC24711DC1; Tue, 9 Apr 2013 16:07:04 +0200 (CEST) Received: from [89.0.176.149] (helo=cc-smtpin1.netcologne.de) by localhost with ESMTP (eXpurgate 4.0.0) (envelope-from ) id 51642088-1659-7f0000012729-7f000001a01b-1 for ; Tue, 09 Apr 2013 16:07:04 +0200 Received: from wcfields.tmseck.homedns.org (xdsl-89-0-176-149.netcologne.de [89.0.176.149]) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA; Tue, 9 Apr 2013 16:07:03 +0200 (CEST) Received: by wcfields.tmseck.homedns.org (Postfix, from userid 1001) id AE1EC130D3F; Tue, 9 Apr 2013 16:07:03 +0200 (CEST) Date: Tue, 9 Apr 2013 16:07:03 +0200 From: Thomas-Martin Seck To: Adri Koppes Subject: Re: FreeBSD Port: squid-3.3 Message-ID: <20130409140703.GB1404@wcfields.tmseck.homedns.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: a private site in Germany X-PGP-KeyID: DF46EE05 X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05 X-Attribution: tms User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 14:07:06 -0000 * Adri Koppes (adrik@salesmanager.nl): > I was wondering if there are any plans to support squid 3.3.x via > FreeBSD ports soon? > > The next version 3.3.4 will add support for TPROXY under FreeBSD, which > I would really like to use. > > At the moment, there is no alternative to 'transparent' or 'intercept' > connections when using IPV6. I'm working on it and hope to have it ready for commit when the ports tree is unfrozen again. Best regards, -- Thomas-Martin Seck From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 14:11:07 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 16E9C918; Tue, 9 Apr 2013 14:11:07 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) by mx1.freebsd.org (Postfix) with ESMTP id DB27BD1B; Tue, 9 Apr 2013 14:11:06 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id x12so276372ief.21 for ; Tue, 09 Apr 2013 07:11:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=owp+rK3q3g9RpCTDemyG7RSPkhZBli4Ymrc4a3PgB1Y=; b=0bxiBBN600AfTFlpipH3cTay0sPsa5KxWoHgTxjFf+PtM+TZ6aGwYpdKZeUdjcVUMA WuKrnh2wjnLoJP3O3JpLmxQBoKpkn6QmGbCRFv8ow7CS/Wm/iJXEP6HAROoyCW/hMxns hwwSgzfQev1H2bQV+Tpmk+oW0cOVTxJQriDWzvIrthmQN3bWQriJ0esStIgoIjUP5XAn c9UOY91v/c9VxppV/3XEljEMYL2+2ruLSVpY6jZWCOUmhQvliSpEgbq2fXwyGOBJc/4n YNRfChnhIbSN7fL3aguaNc1hD4yI7BqPY4ekfcfZSpdVwP2K4HwbXvLtCzKU92KM8uOo 7WJw== MIME-Version: 1.0 X-Received: by 10.50.114.37 with SMTP id jd5mr10803185igb.2.1365516666573; Tue, 09 Apr 2013 07:11:06 -0700 (PDT) Received: by 10.64.86.45 with HTTP; Tue, 9 Apr 2013 07:11:06 -0700 (PDT) In-Reply-To: <5111B6C0.1000408@FreeBSD.org> References: <5111B6C0.1000408@FreeBSD.org> Date: Tue, 9 Apr 2013 18:11:06 +0400 Message-ID: Subject: Re: ports-mgmt/portupgrade ISSUE portinstall recursive dependency error From: awarecons To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 14:11:07 -0000 The trouble was in some file corrupted of /usr/ports/Mk It wasn't obvious at all... ;7 2013/2/6 Bryan Drewery : > On 1/5/2013 9:38 AM, awarecons wrote: >> # $FreeBSD: ports/ports-mgmt/portupgrade/Makefile,v 1.285 2012/12/11 >> 17:07:46 svnexp Exp $ >> >> # portupgrade -Nv java/openjdk7 >> ---> Session started at: Sat, 05 Jan 2013 19:27:12 +0400 >> [Gathering depends for java/openjdk7 >> ..................(java/javavmwrapper)..(lang/gcc)..........(lang/gcc)---> >> Session ended at: Sat, 05 Jan 2013 19:27:18 +0400 (consumed 00:00:06) >> /usr/local/sbin/portupgrade:898:in `get_all_depends': recursive >> dependency (RecursiveDependencyError) >> from /usr/local/sbin/portupgrade:921:in `get_all_depends' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/sbin/portupgrade:920:in `get_all_depends' >> from /usr/local/sbin/portupgrade:921:in `get_all_depends' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/sbin/portupgrade:920:in `get_all_depends' >> from /usr/local/sbin/portupgrade:921:in `get_all_depends' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/sbin/portupgrade:920:in `get_all_depends' >> from /usr/local/sbin/portupgrade:937:in `get_notinstalled_depends' >> from /usr/local/sbin/portupgrade:813:in `main' >> from /usr/local/sbin/portupgrade:791:in `each' >> from /usr/local/sbin/portupgrade:791:in `main' >> from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `call' >> from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `parse_in_order' >> from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `catch' >> from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `parse_in_order' >> from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `catch' >> from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order' >> from /usr/local/lib/ruby/1.8/optparse.rb:1248:in `order!' >> from /usr/local/lib/ruby/1.8/optparse.rb:1241:in `order' >> from /usr/local/sbin/portupgrade:576:in `main' >> from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize' >> from /usr/local/sbin/portupgrade:237:in `new' >> from /usr/local/sbin/portupgrade:237:in `main' >> from /usr/local/sbin/portupgrade:2371 >> >> Repeatable on any new port. >> Appeared after last update of portupgrade, previous version worked fine. > > Did you get this worked out? I have not had any other reports of this > issue. The only change in the last version was to no longer support > older db formats. This should not be a problem though as I put in code > 6+ months ago to handle this situation. Your failure does not look > related. You can really force rebuild: rm /var/db/pkg/pkgdb.db; pkgdb -uf > > Beyond that I recommend rechecking out ports fresh from SVN or portsnap: > rm -rf /usr/ports; portsnap fetch extract > > > -- > Regards, > Bryan Drewery > bdrewery@freenode/EFNet > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 14:15:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1D5DE9F4 for ; Tue, 9 Apr 2013 14:15:06 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB6DD50 for ; Tue, 9 Apr 2013 14:15:05 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id er20so1379905lab.28 for ; Tue, 09 Apr 2013 07:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=sS9sMMlCixXNxBv9O+d7QKI7VZWECIn46QdH5BLMq/c=; b=FP/lbKZis+7ht07QyGX9o016Nxi7sAf2WpIfJRjRHT64i/5OjyNVp9pA41u1cIAlcS sIZMdwXsJX7iKUBHKIB4CFWmz5SnEMDOHl4O6BaMIk579GdHoKENO++qg/KHEzXTbR9o bitFr/AwwuuLH2F7X0zFn7ZXX0O+sX2tzuhHkELB+UQHguM9PSX3MEDa3VxjYnf549dY JYRENX8tpmVYBP3sCjN3ZW4fZXKeYPyT9nq06oAPSk8jmJoPF1UxLvVM3xmeGlHqgYWI UmOkoue4wCatEQUfWI51idwOOE7HgPpdNCcrOUNokofPJcf7btm0LCq3EtA8uMR4SJb8 gfcg== MIME-Version: 1.0 X-Received: by 10.112.20.106 with SMTP id m10mr6113637lbe.8.1365516904396; Tue, 09 Apr 2013 07:15:04 -0700 (PDT) Received: by 10.112.198.168 with HTTP; Tue, 9 Apr 2013 07:15:04 -0700 (PDT) In-Reply-To: <51641315.3080704@bluerosetech.com> References: <51622F44.3050604@FreeBSD.org> <1365441764.4112.1.camel@localhost> <51641315.3080704@bluerosetech.com> Date: Tue, 9 Apr 2013 16:15:04 +0200 Message-ID: Subject: Re: Growing list of required(ish) ports From: Daniel Nebdal To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Cc: Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 14:15:06 -0000 On Tue, Apr 9, 2013 at 3:09 PM, Darren Pilgrim wrote: > On 2013-04-08 10:22, Florent Peterschmitt wrote: >> >> Yep, OpenSSH is tiny enought to keep it in base system. It would be a >> big loss not to have it by default, securely installed in the base >> system. > > > I really wish it wasn't. Having OpenSSH (and thus OpenSSL) in the base > means FreeBSD has an outdated version installed by default. You have to > install openssl from ports in order to have modern cipher support, TLS > v1.1/1.2, DTLS, etc. This puts two sets of openssl libs on the system and > creates recurrent headaches with builds where the autoconfiguration selects > the wrong set of libs. > > I guess it would be possible to rename it to something autoconf misses, so ports have to use the ports-version? It enforces some redundancy, though I won't speculate on how much disk space it works out to. -- Daniel Nebdal From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 14:17:48 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9C7FADA for ; Tue, 9 Apr 2013 14:17:48 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ia0-x236.google.com (mail-ia0-x236.google.com [IPv6:2607:f8b0:4001:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id B3C30D82 for ; Tue, 9 Apr 2013 14:17:48 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id u20so1700503iag.13 for ; Tue, 09 Apr 2013 07:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=olJLGaK7cJOujqPcS0AhtAZEfUyZMHo7ubNtW7JEysE=; b=BgbzoNZqjzv8bjZLhDZfRNQPR6WO7qOL6fLmFHVNMlZh+j2LPsl/qnNV63kvaBtpI2 B14g2rwPu7+8XLTaLtNC51dOSY16KOCc7dXPYfTTnj6qK571tfI2Nbk6hA9xRvo2xSGj pIWbCyWSM0Fc4WAnX5X8KwYqh/G773IDB1ev/tnYzbsTTqtNUJGvhqFAY5D6X43IWiYr iR4pGaDuGfnKrBes4u+j959nmQkMJmAHd6dWEZLIAxSXLHDRZuyDSxmVO+um0E3wJs2r bkz1dwkMSUO/Ce1EJB0ewEnQ/xJWBMmb6NoaPXIKhvC+IQfwazZOKMm/c9vIKLsas5d1 ScCw== MIME-Version: 1.0 X-Received: by 10.50.114.37 with SMTP id jd5mr10820377igb.2.1365517068400; Tue, 09 Apr 2013 07:17:48 -0700 (PDT) Received: by 10.64.86.45 with HTTP; Tue, 9 Apr 2013 07:17:48 -0700 (PDT) In-Reply-To: <50FAD2F2.7080605@orange.fr> References: <50FAD2F2.7080605@orange.fr> Date: Tue, 9 Apr 2013 18:17:48 +0400 Message-ID: Subject: Re: www/opera ISSUE Java Plugin missing From: awarecons To: Claude Buisson Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 14:17:48 -0000 Looks like in further releases Opera changed smth itself, so it started to catch icedtea-web had been build with USE_GCC=4.6 Such things happen when something is hard-coded during coding... - non-grata practice) Thank you. 2013/1/19 Claude Buisson : > Hi, > > I saw this thread on ports@ archive, and just resolved a similar issue, so > FWIW: > > I have 2 systems, both i386, one 8-STABLE, the other 9-STABLE, where opera > could > not detect the icedtea-web plugin, but where this plugin could be used > without > problem by firefox. > > On both systems, icedtea-web had been build with USE_GCC=4.6. > > So today, I rebuilt icedtea-web with the standard compiler in the base > system, > and now the plugin is detected and works OK. > > I do not know the details of your installation, but a compiler mismatch may > be > the cause of your problem > > CBu From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 14:20:50 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CD23EBE1; Tue, 9 Apr 2013 14:20:50 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) by mx1.freebsd.org (Postfix) with ESMTP id 7B2DBDBB; Tue, 9 Apr 2013 14:20:50 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id jw11so6497353veb.36 for ; Tue, 09 Apr 2013 07:20:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=aimKbGORV55wLLvtC9KIWcPVlRpcaMUudBRRiOdqNto=; b=yWVe3Bcci21+tgY0Zlh9V6rN5YGYVK9ZBSDzOWyhv6V8VmJyPPM3QsipBpFJ3hkZ2u KGGx8f4Ml7+0PeDEg4OsxiYzsyoGv/Qa02fpxb4MN3m308PoROOv6HQh0Nc8Dw2ZlIh/ JUnQVn4tfp6eZh0HQ7c5KllWDGtXh+95PyE+GzKybpRD4O3S7mfEsHnc1iCzzvLCTgPU cGFcuUf3+1XLoUGm676dvArlnep6F5M7tpx+Myi4ZqhFxaIE/lM6BN2Luc98woHuS7Mr iDWM+zt3Ui6sHd1eVMuB97YFohmlAKvbI2r8jaERPobz09HupGpeHyX4DfAsI65PVTSK dT8Q== MIME-Version: 1.0 X-Received: by 10.58.143.116 with SMTP id sd20mr19449532veb.39.1365517249648; Tue, 09 Apr 2013 07:20:49 -0700 (PDT) Received: by 10.220.61.11 with HTTP; Tue, 9 Apr 2013 07:20:49 -0700 (PDT) In-Reply-To: References: <51622F44.3050604@FreeBSD.org> Date: Tue, 9 Apr 2013 10:20:49 -0400 Message-ID: Subject: Re: Growing list of required(ish) ports From: "Sam Fourman Jr." To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Robert Simmons , Kimmo Paasiala , Bryan Drewery , Kevin Oberman , freebsd-ports , Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 14:20:50 -0000 > Ports are an integral part of the OS, and base should be minimal. > > > > For me, the only thing that should go to base is svnup. > > > +1 this, it is a real headache to not be able to svn up, without first installing a bunch of stuff via ports... I Love the idea of having a minimal system... i think sendmail, ssh, openssl, pf, and maybe even gcc(now that clang is default) should somehow go in ports... but i do think that the package files should be always kept up to date, and delivered on the install media, or bootstrapped in some way like pkg is.. -- Sam Fourman Jr. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 14:25:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ABE92CDB for ; Tue, 9 Apr 2013 14:25:23 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 7264BDF5 for ; Tue, 9 Apr 2013 14:25:23 +0000 (UTC) Received: from [188.174.46.135] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UPZU3-0007xs-NC; Tue, 09 Apr 2013 16:25:15 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r39EPEbw004060; Tue, 9 Apr 2013 16:25:14 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r39EPCWu004059; Tue, 9 Apr 2013 16:25:13 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Tue, 9 Apr 2013 16:25:12 +0200 From: Matthias Apitz To: kde-freebsd@kde.org, freebsd-ports@freebsd.org Subject: KDE3 && qt33 in ports Message-ID: <20130409142512.GA4012@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.46.135 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 14:25:23 -0000 Hello, I'm still an active user of KDE3, compiling from ports, at the moment from SVN r315646; the ports Makefile say that the port will be removed as of July 1st 2013 which would let me w/o my desktop. I will not switch to KDE4 because this is an overkill for my FreeBSD netbook (EeePC 900) and I do not need all this plasma and other coloured stuff. Is it really so hard to keep KDE3 and qt33 in the ports tree and just adjust from time to time, if required, some dependencies? As I said, at the moment it is just compiling fine with 'make install BATCH=yes' in ports/x11/kde3. If there is helping hand required, I could do so if this fits with my knowledge. Please let us keep KDE3 / qt33 in the ports. Thanks matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 16:49:40 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7D54F461 for ; Tue, 9 Apr 2013 16:49:40 +0000 (UTC) (envelope-from florent@peterschmitt.fr) Received: from peterschmitt.fr (peterschmitt.fr [5.135.177.31]) by mx1.freebsd.org (Postfix) with ESMTP id 4343D894 for ; Tue, 9 Apr 2013 16:49:40 +0000 (UTC) Received: from [192.168.0.23] (4ab54-4-88-163-248-31.fbx.proxad.net [88.163.248.31]) by peterschmitt.fr (Postfix) with ESMTPSA id AFB4E4AB4A1 for ; Tue, 9 Apr 2013 18:49:39 +0200 (CEST) Message-ID: <1365526115.3607.6.camel@localhost> Subject: Re: Growing list of required(ish) ports From: Florent Peterschmitt To: FreeBSD Mailing List Date: Tue, 09 Apr 2013 18:48:35 +0200 In-Reply-To: <51641315.3080704@bluerosetech.com> References: <51622F44.3050604@FreeBSD.org> <1365441764.4112.1.camel@localhost> <51641315.3080704@bluerosetech.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-nd1PqqBOs+EPIxZyOYJc" X-Mailer: Evolution 3.6.4 Mime-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: florent+FreeBSD-ports@peterschmitt.fr List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 16:49:40 -0000 --=-nd1PqqBOs+EPIxZyOYJc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Le mardi 09 avril 2013 =C3=A0 06:09 -0700, Darren Pilgrim a =C3=A9crit : > On 2013-04-08 10:22, Florent Peterschmitt wrote: > > Yep, OpenSSH is tiny enought to keep it in base system. It would be a > > big loss not to have it by default, securely installed in the base > > system. >=20 > I really wish it wasn't. Having OpenSSH (and thus OpenSSL) in the base= =20 > means FreeBSD has an outdated version installed by default. You have to= =20 > install openssl from ports in order to have modern cipher support, TLS= =20 > v1.1/1.2, DTLS, etc. This puts two sets of openssl libs on the system= =20 > and creates recurrent headaches with builds where the autoconfiguration= =20 > selects the wrong set of libs. Hum, I didn't thought about that. So I think it would be possible to have a secondary =C2=AB branch =C2=BB for the distribution including someth= ing like =C2=AB special ports =C2=BB which can be retrieved, built and managed = (for porters) quickly. Anybody think something like that is relevant and possible to do ? --=20 Florent Peterschmitt +33 (0)6 64 33 97 92 florent@peterschmitt.fr --=-nd1PqqBOs+EPIxZyOYJc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQEcBAABAgAGBQJRZEZqAAoJEMtO2Sol0IIm3NgH/jv2nozl/+aFQ3yo3pZ7PLmJ 2ILZNwEiyTe7J2UPFQpFNbN0MHIhHDIpgRQX+VTzyC2WsSrCAdhozIwqoYkW7aVq 1j1Nmy2K1wCOY/fysdC52xAg8acJjmCezxBtz+zJCVO2JvwiaunVKU5zWP4BJttD iMBHUCx1qyRKb1LIwNETw3GFnsoJHChPrFoL91gSmWO0Rf5oyGqF6sVCdTSVmRlW DcLRteE/G4gA1nldEA7A9qOUrwGuSY6OsP12l21KvuFqNT0YUYP2ILplnjb4620w ETRtmgvQnQrKFzoCLK8WEt6/DmV9t5Ej4qG9P1ORERkxYCjRBuNlhnjdUTgON3M= =ePDa -----END PGP SIGNATURE----- --=-nd1PqqBOs+EPIxZyOYJc-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 17:03:35 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04E71862 for ; Tue, 9 Apr 2013 17:03:35 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 8E39899F for ; Tue, 9 Apr 2013 17:03:34 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id d49so2026972eek.5 for ; Tue, 09 Apr 2013 10:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=rFwlMMA90Qf4XeRBsGJZOSW6sM0Bt+qYl/Wsi5gwhqo=; b=u/6Aizcdb0OtQjUmFPdzZq+bq1kL0h6RRxGCEgZSe5A1rLGtuf04JYkKjRyb249B4q 8qxcWJu09kg++Q5rI2DPL5QRKhTuz8tJYdB+XvFl9X0q+MGcmhIErfoMflA6q/QQ/C8t 0ES8UqFCcmQUQZaNZYfcv5TgZPhHrKxlIdTf4AzT8lpKjc3Z3JnxPJfAipeuiA0MpW11 Z+Nx9rxcc3T/d05G1w1kd5nO5vVPCBAI2m2L7lswOiGPbTixHbi11/I5RFyzZ4Q38/TF qL2mE0O/Tfs1RaMQ2PuLdzHuI0cIVMSDaCKIjh4RHZIoiYH6UM+nxQCv4PXwxsRUSKUc TnRQ== MIME-Version: 1.0 X-Received: by 10.14.183.198 with SMTP id q46mr62158045eem.1.1365527013394; Tue, 09 Apr 2013 10:03:33 -0700 (PDT) Received: by 10.14.138.73 with HTTP; Tue, 9 Apr 2013 10:03:33 -0700 (PDT) In-Reply-To: <1365526115.3607.6.camel@localhost> References: <51622F44.3050604@FreeBSD.org> <1365441764.4112.1.camel@localhost> <51641315.3080704@bluerosetech.com> <1365526115.3607.6.camel@localhost> Date: Tue, 9 Apr 2013 13:03:33 -0400 Message-ID: Subject: Re: Growing list of required(ish) ports From: Robert Simmons To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 17:03:35 -0000 On Tue, Apr 9, 2013 at 12:48 PM, Florent Peterschmitt wrote: > Le mardi 09 avril 2013 =E0 06:09 -0700, Darren Pilgrim a =E9crit : >> On 2013-04-08 10:22, Florent Peterschmitt wrote: >> > Yep, OpenSSH is tiny enought to keep it in base system. It would be a >> > big loss not to have it by default, securely installed in the base >> > system. >> >> I really wish it wasn't. Having OpenSSH (and thus OpenSSL) in the base >> means FreeBSD has an outdated version installed by default. You have to >> install openssl from ports in order to have modern cipher support, TLS >> v1.1/1.2, DTLS, etc. This puts two sets of openssl libs on the system >> and creates recurrent headaches with builds where the autoconfiguration >> selects the wrong set of libs. > > Hum, I didn't thought about that. So I think it would be possible to > have a secondary =AB branch =BB for the distribution including something > like =AB special ports =BB which can be retrieved, built and managed (for > porters) quickly. > > Anybody think something like that is relevant and possible to do ? One thing to note is that these parts of base are kept just about as up-to-date as ports over in the HEAD branch. In the case of OpenSSH, HEAD is way way more up to date than ports. These changes are also fairly quickly MFC'd over to stable. The real hiccup is that these changes don't dribble out of freebsd-update. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 17:12:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5A996A2A for ; Tue, 9 Apr 2013 17:12:36 +0000 (UTC) (envelope-from florent@peterschmitt.fr) Received: from peterschmitt.fr (peterschmitt.fr [5.135.177.31]) by mx1.freebsd.org (Postfix) with ESMTP id 1F8B0A28 for ; Tue, 9 Apr 2013 17:12:35 +0000 (UTC) Received: from [192.168.0.23] (4ab54-4-88-163-248-31.fbx.proxad.net [88.163.248.31]) by peterschmitt.fr (Postfix) with ESMTPSA id 939964AB4A1 for ; Tue, 9 Apr 2013 19:12:36 +0200 (CEST) Message-ID: <1365527499.4106.2.camel@localhost> Subject: Re: Growing list of required(ish) ports From: Florent Peterschmitt To: FreeBSD Mailing List Date: Tue, 09 Apr 2013 19:11:39 +0200 In-Reply-To: References: <51622F44.3050604@FreeBSD.org> <1365441764.4112.1.camel@localhost> <51641315.3080704@bluerosetech.com> <1365526115.3607.6.camel@localhost> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-bP+U/qScJSaU1UEllDaG" X-Mailer: Evolution 3.6.4 Mime-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: florent+FreeBSD-ports@peterschmitt.fr List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 17:12:36 -0000 --=-bP+U/qScJSaU1UEllDaG Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Le mardi 09 avril 2013 =C3=A0 13:03 -0400, Robert Simmons a =C3=A9crit : > > Hum, I didn't thought about that. So I think it would be possible to > > have a secondary =C2=AB branch =C2=BB for the distribution including so= mething > > like =C2=AB special ports =C2=BB which can be retrieved, built and mana= ged (for > > porters) quickly. > > > > Anybody think something like that is relevant and possible to do ? >=20 > One thing to note is that these parts of base are kept just about as > up-to-date as ports over in the HEAD branch. In the case of OpenSSH, > HEAD is way way more up to date than ports. These changes are also > fairly quickly MFC'd over to stable. The real hiccup is that these > changes don't dribble out of freebsd-update. I see. So you suggest to use -STABLE ? Because -RELEASE is aimed to stay as frozen (I mean stable and secured) as possible, it makes sens not to have updates. --=20 Florent Peterschmitt +33 (0)6 64 33 97 92 florent@peterschmitt.fr --=-bP+U/qScJSaU1UEllDaG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQEcBAABAgAGBQJRZEvLAAoJEMtO2Sol0IIm+o0H/1lFC2lKr12XCeAdUFWvOnc6 Td+9Gei//eojYOiEAjwxZ2A/kDrwGIo8YypmOQeiCXw9U1s0aIuhEoxGS/3CMGAp J0orHfuUZ8zsmgCSn8zkx1qW3VrExMsnJTv75NrkUvKQLP1Lnzt91E3p1VXH+I0H mGawpgTRZQGfKeLUnlm9H/sAH0RfD+lRvBbjB07KtBCfvzecZ0sC005xi184lNCt gS7Gp4fq99lCE/wZ2zj6xld+snNAvlW1ullDMq8GBZUO6c2JGK9g8km8UXDUXzlY wdx8st64gqqpPKP0hHpIh6wMSnfENnhBRNY4pQ4saxTb1KHNbRz0QfAfPFxTgUA= =SzkF -----END PGP SIGNATURE----- --=-bP+U/qScJSaU1UEllDaG-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 17:28:45 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4232E38C for ; Tue, 9 Apr 2013 17:28:45 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-ea0-x22d.google.com (mail-ea0-x22d.google.com [IPv6:2a00:1450:4013:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id C963CB6B for ; Tue, 9 Apr 2013 17:28:44 +0000 (UTC) Received: by mail-ea0-f173.google.com with SMTP id k11so2911827eaj.18 for ; Tue, 09 Apr 2013 10:28:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=Ep0JPqEfNYVtMXqIdHpIwObMxlQbP6j5Viai7S5MJH8=; b=f/9TL8eulMj0FUWPXsH51KWjyjZXEH3Y4BmUm8nQCpfyx24tK+Y9dkCZjgfpWbJopP GtTAazwA98S+90+6Bs0ly/Q8WbP1rTzCSR0yWsrP5OrOZ3yz5dicm5tSBqTpXRFktdIL qZhxF0JzZ8Prc7AqRlyorb6KOGDZK+J8yAxL0VnKgt8cctEprEx220QXiFA76XycRqcf mtJUt49/eL4m/XVyt13Uhuoi/MesVgJaCcu5SgRLcX4CvOerTj6IRb/PExqnlVdbBpeK B3gOamQdqB2+MEpmIJoURDFTs7ftNC4uzdo8NJP+bSoJgOMRpKDmA6+MYE+79SQKWLw4 RMuw== MIME-Version: 1.0 X-Received: by 10.14.179.5 with SMTP id g5mr62110111eem.41.1365528523907; Tue, 09 Apr 2013 10:28:43 -0700 (PDT) Received: by 10.14.138.73 with HTTP; Tue, 9 Apr 2013 10:28:43 -0700 (PDT) In-Reply-To: <1365527499.4106.2.camel@localhost> References: <51622F44.3050604@FreeBSD.org> <1365441764.4112.1.camel@localhost> <51641315.3080704@bluerosetech.com> <1365526115.3607.6.camel@localhost> <1365527499.4106.2.camel@localhost> Date: Tue, 9 Apr 2013 13:28:43 -0400 Message-ID: Subject: Re: Growing list of required(ish) ports From: Robert Simmons To: florent+FreeBSD-ports@peterschmitt.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 17:28:45 -0000 On Tue, Apr 9, 2013 at 1:11 PM, Florent Peterschmitt wrote: > Le mardi 09 avril 2013 =E0 13:03 -0400, Robert Simmons a =E9crit : >> > Hum, I didn't thought about that. So I think it would be possible to >> > have a secondary =AB branch =BB for the distribution including somethi= ng >> > like =AB special ports =BB which can be retrieved, built and managed (= for >> > porters) quickly. >> > >> > Anybody think something like that is relevant and possible to do ? >> >> One thing to note is that these parts of base are kept just about as >> up-to-date as ports over in the HEAD branch. In the case of OpenSSH, >> HEAD is way way more up to date than ports. These changes are also >> fairly quickly MFC'd over to stable. The real hiccup is that these >> changes don't dribble out of freebsd-update. > > I see. So you suggest to use -STABLE ? Because -RELEASE is aimed to stay > as frozen (I mean stable and secured) as possible, it makes sens not to > have updates. No, stable is just another type of development branch. It is not meant for production use. I'm suggesting that enough testing and QA be applied to certain updates to be able to offer them as part of freebsd-update. Not sure if this is even possible. It may go against the philosophy of RELEASE and it would require resources that are in short supply as is. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 18:43:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 40320CDC for ; Tue, 9 Apr 2013 18:43:16 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 125331CB for ; Tue, 9 Apr 2013 18:43:16 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id r13so295126iar.5 for ; Tue, 09 Apr 2013 11:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=2PuNZnSk15DNnHrrDvpUbOag1pcr/zlbAPCrdUQTqs0=; b=pXv0Z2mmbn46nW2HS6qCVjsYRu9cmLoVD5JUCy7xCXScj0lfonJE3rGx80qrHAadXo t+wejNC/2ZI24c7qatRzG9aTFsKdnMYlwPVVLMFH80eGlUn+9H77dxFYkaISi00IB5f8 0x2bcpUrsnTlxijppEc8o6vQLkbMdnBet0yweOp2MMOVGS/1VVdMi80mVU5A6LkXS4fw C6FOC87HUR3odYIP+fIEQg7U8/kge9XvAw251pAYibmJjhX14EbeqWF3XOJvsjKrpz0l EPLLkivCzKg1NSVkE36zBuayrQWOWXYx2uNo95O7cq7BLeY4hcWIh1YS/KW9udxNp+Iz RqSg== MIME-Version: 1.0 X-Received: by 10.50.13.175 with SMTP id i15mr11443736igc.75.1365532995799; Tue, 09 Apr 2013 11:43:15 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Tue, 9 Apr 2013 11:43:15 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Tue, 9 Apr 2013 11:43:15 -0700 (PDT) In-Reply-To: <20130408103118.67ea695a@bsd64.grem.de> References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> <20130408103118.67ea695a@bsd64.grem.de> Date: Tue, 9 Apr 2013 19:43:15 +0100 Message-ID: Subject: Re: www/nginx pkg-plist + pkgng (detectable?) From: Chris Rees To: Michael Gmelin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 18:43:16 -0000 On 8 Apr 2013 10:31, "Michael Gmelin" wrote: > > On Sat, 30 Mar 2013 14:23:20 +0100 > Michael Gmelin wrote: > > > On Sat, 30 Mar 2013 05:39:21 -0500 > > Bryan Drewery wrote:> > > Let me elaborate this with a complete test sequence (starting in a > > clean jail): > > > > # cd /usr/ports/ports-mgmt/pkg > > # make install clean > > # pkg -v > > 1.0.9 > > (which is port version 1.0.9_2) > > # echo "WITH_PKGNG=1" >> /etc/make.conf > > # pkg2ng > > # cd /usr/ports/www/nginx > > # make && make clean > > (this is so only dependencies get installed) > > # find /usr | sort | uniq >/tmp/beforeinstall > > # make install clean > > # find /usr | sort | uniq >/tmp/afterinstall > > # diff /tmp/beforeinstall /tmp/afterinstall | wc -l > > 32 > > # pkg delete -y nginx > > # find /usr | sort | uniq >/tmp/afterdelete > > # diff /tmp/beforeinstall /tmp/afterdelete | wc -l > > 0 > > > > (At this point it's clear that the package cleans up after itself > > ok after removal) > > > > # make install clean > > # mkdir /tmp/pkg > > # cd /tmp/pkg > > # pkg create nginx > > # pkg repo . > > # find . > > . > > ./nginx-1.2.7_1,1.txz > > ./repo.txz > > # pkg delete -y nginx > > # PACKAGESITE=file:/tmp/pkg pkg update > > # PACKAGESITE=file:/tmp/pkg pkg install -y nginx > > # find . > > . > > ./nginx-1.2.7_1,1.txz > > ./repo.txz > > ./www > > ./www/nginx-dist > > > > > > I did the same procedure using pkg_* (starting from scratch): > > # cd /usr/ports/www/nginx > > # make install clean > > # mkdir /tmp/pkg > > # cd /tmp/pkg > > # pkg_create -b nginx-\* > > # find . > > . > > ./nginx-1.2.7_1,1.tbz > > # pkg_delete nginx-\* > > # pkg_add nginx-* > > # find . > > . > > ./nginx-1.2.7_1,1.tbz > > # pkg_info > > nginx-1.2.7_1,1 Robust and small WWW server > > pcre-8.32 Perl Compatible Regular Expressions library > > > > So the problem only happens when using pkgng, not when using pkg_*. > > With pkg_* it seems like "mkdir www/nginx-dist" is executed relative > > to @cwd, while with pkgng it's executed relative to `pwd`. > > Any news on this? Has it been fixed in pkg (I think it's primarily a > bug in the port) No, it's a bug in pkgng; it should respect @cwd. Chris > > > > On a different note, two things I noticed while playing with pkgng: > > - The bootstrap code delivered with 9.1 installs pkg version 1.0.2, > > since pkg is still improved rapidly, wouldn't it make sense to > > bootstrap to the latest version from ports (or at least output a > > warning, that there might be a more recent version)? > Seems like it's fixed. > > > - pkg2ng does not alter make.conf, nor tell the user to do so. If you > > assume that all users of pkg only use binary packages that might > > make sense. But since you'll see a lot of converting users (in > > the end this is what pkg2ng is for) either altering make.conf or at > > least giving a hint to the user (something like "Don't forget to > > add 'WITH_PKGNG=1' to your /etc/make.conf") would be nice. Even > > though I'm really should know that at this point, I forgot it > > several times, which puts the machines affected in a pretty ugly > > state after installing additional ports. > > pkg-message or pkg2ng could warn about this. Actually, I think it would > be best if pkg2ng should add the line to make.conf. > > > > > > Cheers, > > Michael > > > > > > > > -- > Michael Gmelin > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 18:55:10 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B138C3DA for ; Tue, 9 Apr 2013 18:55:10 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ve0-f176.google.com (mail-ve0-f176.google.com [209.85.128.176]) by mx1.freebsd.org (Postfix) with ESMTP id 79A432C0 for ; Tue, 9 Apr 2013 18:55:10 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id ox1so6747910veb.35 for ; Tue, 09 Apr 2013 11:55:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=pEDH0JiEJsf3fn5zerJ3g+rfpNg6GwTIu7nb/OYIcio=; b=VGIcxSpHYSVYC2bLSjDvxhqP2edI5afh7Km5+HSk7iAuh+0W/kuVwk5ikMRZOAg8UP ACBiTJiA4fu0bnUEB4D5ay/wKsjiItS9gtWKu/tgC/X+Pwc+jRFkOKSIo+4OM1byT9Ae wtpkHRCTQLgaLO56RHj5gMgoxROPMxqo4k/f1fs2LSLYSqWgwkLxpRSVQZ+GJh4jC5VV AkqauJZehof9ez1kleSbxwUIEgK31XUa7zBLc4elv5jSl7Neo+vtHa1B/aD7BbmV0w/1 m4gNSK7qK8STDy/VXCVx5SHEYz11tY+x3K9Vvt4cyp/kOdaLTI/0W6Vg0AKaJP9MfJEb x+SA== MIME-Version: 1.0 X-Received: by 10.58.85.134 with SMTP id h6mr20488890vez.18.1365533704204; Tue, 09 Apr 2013 11:55:04 -0700 (PDT) Received: by 10.52.170.141 with HTTP; Tue, 9 Apr 2013 11:55:03 -0700 (PDT) Date: Tue, 9 Apr 2013 21:55:03 +0300 Message-ID: Subject: isc-dhcp42-server-4.2.4_2 question From: Alexander Yerenkow To: Ports FreeBSD Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 18:55:10 -0000 Hello. While configuring isc-dhcp42-server-4.2.4_2 with chroot, I found out that devfs not umounted from /var/db/dhcpd/dev during stop, or unsuccessful start. Which is preventing to start again, unless you do manually umount /var/db/dhcpd/dev Is this by design? -- Regards, Alexander Yerenkow From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 19:06:40 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D26206FE for ; Tue, 9 Apr 2013 19:06:40 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 2C0B8399 for ; Tue, 9 Apr 2013 19:06:39 +0000 (UTC) Received: (qmail 29552 invoked by uid 89); 9 Apr 2013 18:59:51 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.126.29) by mail.grem.de with ESMTPA; 9 Apr 2013 18:59:51 -0000 Date: Tue, 9 Apr 2013 20:59:50 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: www/nginx pkg-plist + pkgng (detectable?) Message-ID: <20130409205950.677a6812@bsd64.grem.de> In-Reply-To: References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> <20130408103118.67ea695a@bsd64.grem.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 19:06:40 -0000 On Tue, 9 Apr 2013 19:43:15 +0100 Chris Rees wrote: > > No, it's a bug in pkgng; it should respect @cwd. > pkg should respect @cwd for sure, but looking at nginx's plist I think that it should use the cwd marker consistently, so right now it says: %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING %%WWWDATA%%www/nginx-dist/index.html %%WWWDATA%%www/nginx-dist/50x.html %%WWWDATA%%@exec chmod a-w www/nginx-dist %%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi %%WWWDATA%%@dirrmtry www/nginx-dist IMHO this should be: %%WWWDATA%%@exec mkdir -p -m 755 %D/www/nginx-dist %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING %%WWWDATA%%www/nginx-dist/index.html %%WWWDATA%%www/nginx-dist/50x.html %%WWWDATA%%@exec chmod a-w www/nginx-dist %%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi %%WWWDATA%%@dirrmtry %D/www/nginx-dist Cheers, -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 19:34:50 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9F60CD00; Tue, 9 Apr 2013 19:34:50 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 797647B3; Tue, 9 Apr 2013 19:34:50 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id AF0EB33C2A; Tue, 9 Apr 2013 15:34:37 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 4490A39841; Tue, 9 Apr 2013 15:34:35 -0400 (EDT) From: Lowell Gilbert To: Alexander Yerenkow Subject: Re: isc-dhcp42-server-4.2.4_2 question References: Date: Tue, 09 Apr 2013 15:34:34 -0400 In-Reply-To: (Alexander Yerenkow's message of "Tue, 9 Apr 2013 21:55:03 +0300") Message-ID: <44ip3vxzud.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: zi@FreeBSD.org, Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ports FreeBSD List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 19:34:50 -0000 Alexander Yerenkow writes: > Hello. While configuring isc-dhcp42-server-4.2.4_2 > with chroot, I found out that devfs not umounted from /var/db/dhcpd/dev > during stop, or unsuccessful start. > > Which is preventing to start again, unless you do manually > umount /var/db/dhcpd/dev > > Is this by design? No, it's not. The script that comes with the port has a cleanup_chroot which is supposed to umount(8) the devfs(5). I looked it over, and I don't see why it wouldn't work, but I haven't tested it, either. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 20:30:23 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4DD71462 for ; Tue, 9 Apr 2013 20:30:23 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vps.rulingia.com (host-122-100-2-194.octopus.com.au [122.100.2.194]) by mx1.freebsd.org (Postfix) with ESMTP id C2D01B67 for ; Tue, 9 Apr 2013 20:30:21 +0000 (UTC) Received: from server.rulingia.com (c220-239-237-213.belrs5.nsw.optusnet.com.au [220.239.237.213]) by vps.rulingia.com (8.14.5/8.14.5) with ESMTP id r39KU8Dh063797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 10 Apr 2013 06:30:09 +1000 (EST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.14.5/8.14.5) with ESMTP id r39KU1X4014495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Apr 2013 06:30:01 +1000 (EST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.14.5/8.14.5/Submit) id r39KTxEV014483; Wed, 10 Apr 2013 06:29:59 +1000 (EST) (envelope-from peter) Date: Wed, 10 Apr 2013 06:29:59 +1000 From: Peter Jeremy To: Daniel Nebdal Subject: Re: Request olvwm Message-ID: <20130409202959.GA13604@server.rulingia.com> References: <51607B45.7080302@sbcglobal.net> <447gkepetj.fsf@lowell-desk.lan> <1365381680.91665.8.camel@z6000.lenzicasa> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, Richard Childers , Lowell Gilbert X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 20:30:23 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-Apr-08 13:32:05 +0200, Daniel Nebdal wrote: >Looking at it, the first problem is that x11-toolkits/xview has >ONLY_FOR_ARCHS=3D i386 . >Adding amd64 to it failed early with compilation errors (in some hairy >macro definitions, by the look of it). Setting USE_GCC=3D4.2+ still >produced a lot of warnings, but actually compiled and installed. > >Back in olwm, it then failed with much the same compiler errors; >USE_GCC=3D4.2+ got past that again (I guess it's from the same header >files as xview). It then compiled and installed. > >On trying to start it, it segfaulted. Recompiling with CFLAGS+=3D-g and >starting it in gdb, I get this: Without looking at the code, my initial guess is that the code assumes it can store a pointer in an int. >There is probably a good reason xview is marked as i386 - only. I >guess I could recompile it with -g as well to see if I can find out >what goes wrong, but ... I do have other things to do, and I know >nothing about X or xview or olvwm. Maybe later? As a first step, I'd add '-Wall -Wmissing-declarations' and work through all the warnings, particularly any that suggest truncation. --=20 Peter Jeremy --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlFkekcACgkQ/opHv/APuIfqcQCgqeT2KFyiCfjsLHgRVdOy9G5B DFwAnAniMkV6S+p2f6K8skU3v5RsO+ca =qraw -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 9 21:47:00 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B869AEDF for ; Tue, 9 Apr 2013 21:47:00 +0000 (UTC) (envelope-from "") Received: from v017.home.net.pl (v017.home.net.pl [79.96.241.17]) by mx1.freebsd.org (Postfix) with SMTP id 338FCF8C for ; Tue, 9 Apr 2013 21:46:59 +0000 (UTC) Date: Tue, 9 Apr 2013 21:46:59 -0000 From: MAILER_DAEMON To: ports@freebsd.org Subject: failure notice Message-Id: <20130409214700.B869AEDF@hub.freebsd.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 21:47:00 -0000 Hi. This is the qmail-send program at home.pl. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : 94.100.176.20 failed after I sent the message. Remote host said: 550 spam message discarded. Please visit http://help.mail.ru/notspam-support/id?c=0TdfFLpa28bDUzYmw2Opw5XsczE7oRxdCAAAAKBAAAAU_eAd or report details to abuse@corp.mail.ru. Error code: 145F37D1C6DB5ABA263653C3C3A963C33173EC955D1CA13B. ID: 00000008000040A01DE0FD14. --- Below this line is a copy of the message. Return-Path: To: pegas09@mail.ru Subject: =?windows-1251?B?7+vg7ejt4+gg4eXnIO3g9uXt6uggLSDi++Pu5O3uIQ==?= Date: Tue, 9 Apr 2013 23:46:57 +0200 From: ports@freebsd.org Message-ID: X-Priority: 3 X-Mailer: PHPMailer [version 1.73] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: multipart/alternative; boundary="------------69A0E4BA40FE35104240C05FB3795243" This is a multi-part message in MIME format. ; charset="windows-1251" --------------69A0E4BA40FE35104240C05FB3795243 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Ôëåøêè è ðó÷êè ñ îïòîâîãî ñêëàäà â Ìîñêâå Ôëåøêè - îò 200 p Çîíòû - îò 211 p Ðó÷êè - îò 8,5 p ×àñû - îò 191 p Êðóæêè - îò 57 p Áðåëîêè - îò 14 p Çàæèãàëêè - îò 14 p Ïåïåëüíèöû - îò 63 p Àíòè-ñòðåññû - îò 35 p Ïîñåòèòå íàø ñàéò Ïðåäñòàâèòåëÿì è àãåíòàì âûïëà÷èâàåì êîìèññèîííûå! Its simple text. Switch to HTML view! --------------69A0E4BA40FE35104240C05FB3795243 Content-Type: multipart/related; boundary="------------44E95202C91DAE883E918C85457FFAFD" --------------44E95202C91DAE883E918C85457FFAFD Content-Type: text/html; charset=windows-1251 Content-Transfer-Encoding: 8bit

Ôëåøêè è ðó÷êè ñ îïòîâîãî ñêëàäà â Ìîñêâå

Ôëåøêè - îò 200 p
Çîíòû - îò 211 p
Ðó÷êè - îò 8,5 p
×àñû - îò 191 p
Êðóæêè - îò 57 p
Áðåëîêè - îò 14 p
Çàæèãàëêè - îò 14 p
Ïåïåëüíèöû - îò 63 p
Àíòè-ñòðåññû - îò 35 p

Ïîñåòèòå íàø ñàéò

Ïðåäñòàâèòåëÿì è àãåíòàì âûïëà÷èâàåì êîìèññèîííûå!

--------------44E95202C91DAE883E918C85457FFAFD-- --------------69A0E4BA40FE35104240C05FB3795243-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 03:16:07 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AE2BAEA8 for ; Wed, 10 Apr 2013 03:16:07 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) by mx1.freebsd.org (Postfix) with ESMTP id 82BDDEB9 for ; Wed, 10 Apr 2013 03:16:07 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id h1so15960oag.17 for ; Tue, 09 Apr 2013 20:16:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=KctZgPEXw9u0yTUzcOtg3e+eMNj2w615TznL4ou+oRc=; b=Ww5daK7LjVGghAGeLdTcUYhZzIE8yaGOU8hpt6w7SuXrTCjDa71RXcEl++sqJj72pg erjrI8X0GqNCRJwew6NdKnWZvfuisrAscpREKAlBxR+p6bWDSjdULdjYigjU+cJbdG7X Lm/v7dZnMoVhzcew9N1lWS85+7hrk/Cjfdc/9e050rJXYh/ruDshjWcDaidGHe8nkb0x +QZ/JOselfKb5mI1pAmTeRzpTClDradIE4hU0uCdBzde0Kxwnqmj8n6e+YFMKsJKn2LY QdKPWrkFz9aeyhiNnFqsyBMSWdbpD/+yh2n2em8cSDAXi+kcbliJ5ckr6Q1wNjCdw5mk l1gw== MIME-Version: 1.0 X-Received: by 10.182.89.193 with SMTP id bq1mr82618obb.41.1365563761133; Tue, 09 Apr 2013 20:16:01 -0700 (PDT) Received: by 10.182.52.169 with HTTP; Tue, 9 Apr 2013 20:16:01 -0700 (PDT) Date: Tue, 9 Apr 2013 23:16:01 -0400 Message-ID: Subject: mixxx: sound non existent on left input. From: Super Bisquit To: ports Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 03:16:07 -0000 I have it set with /dev/dsp channels 1 and 2. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 05:58:40 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 24F92230 for ; Wed, 10 Apr 2013 05:58:40 +0000 (UTC) (envelope-from andre@drenet.info) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id D766B405 for ; Wed, 10 Apr 2013 05:58:39 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id m1so9183yhg.3 for ; Tue, 09 Apr 2013 22:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=drenet.info; s=google; h=x-received:content-type:to:subject:references:date:mime-version :from:message-id:in-reply-to:user-agent; bh=2rEa+hWh4lGUzabGIcqwZNqZwStdGMHvBtoLFhZr0+0=; b=CUohaCYWA+AUk170pdbf7RAdPj4oF+sAJhWLLxeilGjAwBXn4hgRA44FeA3Zi/3D9z BUuKcUtVWNGoAwap/m5vJAUWMWE9ZCsrMinxT+ftOBC0bifDElsjzpJlc69EhRONXCqT iiMdVErLoow+zi4Z/6D7WX1FnGPRFaMaRy9RU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:content-type:to:subject:references:date:mime-version :from:message-id:in-reply-to:user-agent:x-gm-message-state; bh=2rEa+hWh4lGUzabGIcqwZNqZwStdGMHvBtoLFhZr0+0=; b=e/pyVrGnfPC772nW+DIa1dyN0CqMrFYaDHQCZc8yxNdDxIiggvTOIriNSkbcFzMp1g VfJM9XwCsjm0y+UOFYUUfmylwjB4DX50ooWenYolzKKic3DUAVERDkhPmKO7lpTHUwUZ RLSiTCTSYaPICJqmYw5yIZIbeIIVH8JKy1kxGOKX3MoETRlsl4uabBv7xMuBg8htsMNO KUcoquEZY2c0qBYZPYMv+mIbP06jaQLOvyTevL3kR2wDocx67QC99FqCRrID1XRi5iFs FC3Nt0UaNzDkOV2gLY3WjosOg1QxRma/fVZjX3cFY5JzPfG5qPXS9OMEpPg64j4OawJ7 x2yg== X-Received: by 10.236.31.68 with SMTP id l44mr346775yha.158.1365573519418; Tue, 09 Apr 2013 22:58:39 -0700 (PDT) Received: from desktop.drenet.local ([68.202.42.131]) by mx.google.com with ESMTPS id 28sm16054666yhd.5.2013.04.09.22.58.37 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Apr 2013 22:58:38 -0700 (PDT) Content-Type: multipart/mixed; boundary=----------wgPPxZYsnn99WdSn0tf5ix To: "Lowell Gilbert" , freebsd-ports@freebsd.org Subject: Re: Trouble building postfixadmin on 10-CURRENT References: <5155EE88.6060708@drenet.info> <448v55ca9w.fsf@lowell-desk.lan> Date: Wed, 10 Apr 2013 01:58:36 -0400 MIME-Version: 1.0 From: "Andre Goree" Message-ID: In-Reply-To: <448v55ca9w.fsf@lowell-desk.lan> User-Agent: Opera Mail/12.15 (FreeBSD) X-Gm-Message-State: ALoCoQnc7uMRhbP3N7VeTEZionEUEFxPYGKbHRqgMRtKv63Rkkzzo2a1HVnIqV03+KmqLX8yB3PZ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 05:58:40 -0000 ------------wgPPxZYsnn99WdSn0tf5ix Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Sat, 30 Mar 2013 09:00:43 -0400, Lowell Gilbert wrote: > Andre Goree writes: > >> Having issues building postfixadmin on a 10-CURRENT system. Any advice? >> >> [root@nqhost postfixadmin]# make install clean >> ===> Installing for postfixadmin-2.3.6 >> ===> postfixadmin-2.3.6 depends on file: >> /usr/local/include/php/main/php.h - found >> ===> postfixadmin-2.3.6 depends on file: >> /usr/local/lib/php/20090626/session.so - found >> ===> postfixadmin-2.3.6 depends on file: >> /usr/local/lib/php/20090626/mbstring.so - found >> ===> postfixadmin-2.3.6 depends on file: >> /usr/local/lib/php/20090626/xmlrpc.so - found >> ===> postfixadmin-2.3.6 depends on file: >> /usr/local/lib/php/20090626/mysqli.so - found >> ===> Generating temporary packing list >> ===> Checking if mail/postfixadmin already installed >> (cd /usr/ports/mail/postfixadmin/work/postfixadmin-2.3.6/ && /bin/sh -c >> '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && >> /usr/sbin/chown -R root:wheel $1 && /usr/bin/find -d $0 $2 -type d >> -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod >> 444 $1/{} \;' -- \*.php /usr/local/www/postfixadmin "! -name >> config.inc.php") >> *** [do-install] Error code 1 >> >> Stop in /usr/ports/mail/postfixadmin. >> *** [install] Error code 1 >> >> Stop in /usr/ports/mail/postfixadmin. > > No message from what actually goes wrong; strange. > Especially for failing on do-install; it looks like it should be > changing permissions at that point. > > And I can't reproduce the failure on RELENG_9 with default options. > Are you using any unusual options? Revisiting this, it looks like the issue may be due to missing files (?): [root@nqhost postfixadmin]# truss -o /tmp/truss.out -d make install clean [root@nqhost postfixadmin]# grep -i "no such file" /tmp/truss.out 0.000287217 readlink("/etc/malloc.conf",0x7fffffffd5f0,1024) ERR#2 'No such file or directory' 0.003630441 stat("obj.amd64",0x7fffffffc950) ERR#2 'No such file or directory' 0.003774608 stat("obj",0x7fffffffc950) ERR#2 'No such file or directory' 0.003943641 stat("/usr/obj/usr/ports/mail/postfixadmin",0x7fffffffc950) ERR#2 'No such file or directory' 0.011316001 open("BSDmakefile",O_RDONLY,0666) ERR#2 'No such file or directory' 0.011466035 open("makefile",O_RDONLY,0666) ERR#2 'No such file or directory' 0.040288003 stat("/usr/local/sbin/pkg_info",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.040825556 stat("/usr/ports/mail/postfixadmin/../Makefile.inc",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.040997383 stat("/usr/ports/mail/postfixadmin/Makefile.amd64-FreeBSD",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.041220619 stat("/usr/ports/mail/postfixadmin/Makefile.FreeBSD",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.041430443 stat("/usr/ports/mail/postfixadmin/Makefile.amd64",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.041595286 stat("/usr/ports/mail/postfixadmin/Makefile.local",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.043887152 stat("/var/db/ports/postfixadmin/options.local",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.099489278 stat("/usr/ports/Makefile.inc",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.124130399 stat("/cdrom/ports/distfiles",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.126861472 stat("/usr/ports/packages",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.133828432 stat("/usr/ports/mail/postfixadmin/work/.install_done.postfixadmin._usr_local",0x7fffffffc0c0) ERR#2 'No such file or directory' 0.134219583 stat("/usr/ports/mail/postfixadmin/work/.package_done.postfixadmin._usr_local",0x7fffffffc0c0) ERR#2 'No such file or directory' 0.141124238 stat("/usr/ports/mail/postfixadmin/pkg-help",0x7fffffffc0f0) ERR#2 'No such file or directory' 0.155416619 open(".depend",O_RDONLY,0666) ERR#2 'No such file or directory' 0.156752400 stat("pre-config",0x7fffffffc700) ERR#2 'No such file or directory' 0.156928697 stat("pre-config",0x7fffffffc720) ERR#2 'No such file or directory' 0.157066438 stat("config-conditional",0x7fffffffc730) ERR#2 'No such file or directory' 0.157207811 stat("config-conditional",0x7fffffffc750) ERR#2 'No such file or directory' 0.157342758 stat("install",0x7fffffffc760) ERR#2 'No such file or directory' I've attached the full truss output file if anyone is interested. -- Andre Goree andre@drenet.net ------------wgPPxZYsnn99WdSn0tf5ix Content-Disposition: attachment; filename=truss.out Content-Type: application/octet-stream; name=truss.out Content-Transfer-Encoding: Base64 MC4wMDAyODcyMTcgcmVhZGxpbmsoIi9ldGMvbWFsbG9jLmNvbmYiLDB4N2ZmZmZm ZmZkNWYwLDEwMjQpIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5Jwow LjAwMDU0NTA5NyBpc3NldHVnaWQoMHg0NzMzNGUsMHg3ZmZmZmZmZmQ1ZjAsMHhm ZmZmZmZmZmZmZmZmZmZmLDB4MiwweDEwMDAwMDAwMCwweDQwMDA0MCkgPSAwICgw eDApCjAuMDAwNzAyMzk2IG1tYXAoMHgwLDQxOTQzMDQsUFJPVF9SRUFEfFBST1Rf V1JJVEUsTUFQX1BSSVZBVEV8TUFQX0FOT04sLTEsMHgwKSA9IDM0MzY2NTgyNzg0 ICgweDgwMDY4NzAwMCkKMC4wMDA4MjY3MjYgbXVubWFwKDB4ODAwNjg3MDAwLDQx OTQzMDQpCQkgPSAwICgweDApCjAuMDAwOTQ4NTQyIG1tYXAoMHgwLDgzODQ1MTIs UFJPVF9SRUFEfFBST1RfV1JJVEUsTUFQX1BSSVZBVEV8TUFQX0FOT04sLTEsMHgw KSA9IDM0MzY2NTgyNzg0ICgweDgwMDY4NzAwMCkKMC4wMDEwNjk3OTkgbXVubWFw KDB4ODAwNjg3MDAwLDE1NDQxOTIpCQkgPSAwICgweDApCjAuMDAxMTg5MTAwIG11 bm1hcCgweDgwMGMwMDAwMCwyNjQ2MDE2KQkJID0gMCAoMHgwKQowLjAwMTM1Mjgy NCBtbWFwKDB4MCw0MTk0MzA0LFBST1RfUkVBRHxQUk9UX1dSSVRFLE1BUF9QUklW QVRFfE1BUF9BTk9OLC0xLDB4MCkgPSAzNDM3MjMyMTI4MCAoMHg4MDBjMDAwMDAp CjAuMDAxNTUwMDc2IHN5c2FyY2goMHg4MSwweDdmZmZmZmZmZGE2OCwweDQsMHgw LDB4NzAsMHgxKSA9IDAgKDB4MCkKMC4wMDE4ODE5OTYgZ2V0cmxpbWl0KFJMSU1J VF9OT0ZJTEUseyBjdXI9MzI3NjgsbWF4PTMyNzY4IH0pID0gMCAoMHgwKQowLjAw MjAyMDAxNiBzZXRybGltaXQoUkxJTUlUX05PRklMRSx7IGN1cj0zMjc2OCxtYXg9 MzI3NjggfSkgPSAwICgweDApCjAuMDAyMTM4NDc5IF9fc3lzY3RsKDB4N2ZmZmZm ZmZjODQwLDB4MiwweDY4YTUxMCwweDdmZmZmZmZmYzgzOCwweDAsMHgwKSA9IDAg KDB4MCkKMC4wMDIyNTcyMjEgX19zeXNjdGwoMHg3ZmZmZmZmZmM4NDAsMHgyLDB4 NjhhNjEwLDB4N2ZmZmZmZmZjODM4LDB4MCwweDApID0gMCAoMHgwKQowLjAwMjM3 NDAwOCBfX3N5c2N0bCgweDdmZmZmZmZmYzg0MCwweDIsMHg2OGE3MTAsMHg3ZmZm ZmZmZmM4MzgsMHgwLDB4MCkgPSAwICgweDApCjAuMDAyNTAzMDg4IF9fc3lzY3Rs KDB4N2ZmZmZmZmZjODQwLDB4MiwweDY4YTgxMCwweDdmZmZmZmZmYzgzOCwweDAs MHgwKSA9IDAgKDB4MCkKMC4wMDI2MjQ2MjQgX19zeXNjdGwoMHg3ZmZmZmZmZmM4 NDAsMHgyLDB4NjhhOTEwLDB4N2ZmZmZmZmZjODM4LDB4MCwweDApID0gMCAoMHgw KQowLjAwMjc2MDEzMCBzaWdhY3Rpb24oU0lHQ0hMRCx7IDB4NDA1MTYwIFNBX1JF U1RBUlR8U0FfTk9DTERTVE9QIHNzX3QgfSwweDApID0gMCAoMHgwKQowLjAwMzAx OTEyOCBnZXRwaWQoKQkJCQkgPSA4MzYzOSAoMHgxNDZiNykKMC4wMDMxMzUwNzYg Z2V0cHBpZCgpCQkJCSA9IDgzNjM4ICgweDE0NmI2KQowLjAwMzI3NDc3MyBfX2dl dGN3ZCgiL3Vzci9wb3J0cy9tYWlsL3Bvc3RmaXhhZG1pbiIsMTAyNCkgPSAwICgw eDApCjAuMDAzNDcwMDY5IHN0YXQoIi91c3IvcG9ydHMvbWFpbC9wb3N0Zml4YWRt aW4iLHsgbW9kZT1kcnd4ci14ci14ICxpbm9kZT0xMjk1OTcwLHNpemU9NTEyLGJs a3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDAzNjMwNDQxIHN0YXQoIm9iai5h bWQ2NCIsMHg3ZmZmZmZmZmM5NTApCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRp cmVjdG9yeScKMC4wMDM3NzQ2MDggc3RhdCgib2JqIiwweDdmZmZmZmZmYzk1MCkJ CSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKMC4wMDM5NDM2NDEg c3RhdCgiL3Vzci9vYmovdXNyL3BvcnRzL21haWwvcG9zdGZpeGFkbWluIiwweDdm ZmZmZmZmYzk1MCkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCjAu MDA0MDkwODgyIG9wZW4oIi4iLE9fTk9OQkxPQ0t8MHgxMjAwMDAsMDM3Nzc3Nzc3 Nzc3KSA9IDMgKDB4MykKMC4wMDQyMjEzNTkgZnN0YXRmcygweDMsMHg3ZmZmZmZm ZmM2MDgsMHg0LDB4MjcwLDB4NiwweDYpID0gMCAoMHgwKQowLjAwNDM0ODQ4MyBn ZXRkaXJlbnRyaWVzKDB4MywweDgwMGMzZTAwMCwweDEwMDAsMHg4MDBjM2YwYTgs MHgwLDB4NikgPSA1MTIgKDB4MjAwKQowLjAwNDQ3NzI4MyBnZXRkaXJlbnRyaWVz KDB4MywweDgwMGMzZTAwMCwweDEwMDAsMHg4MDBjM2YwYTgsMHgyMDAsMHg4MDgw ODA4MDgwODA4MDgwKSA9IDAgKDB4MCkKMC4wMDQ2MDMyOTAgY2xvc2UoMykJCQkJ ID0gMCAoMHgwKQowLjAwNDc0NTc4MCBjbG9ja19nZXR0aW1lKDEzLHsxMzY1NTcz MTYzLjAwMDAwMDAwMCB9KSA9IDAgKDB4MCkKMC4wMDQ5MTAzNDMgb3BlbigiL3Vz ci9zaGFyZS9tayIsT19OT05CTE9DS3wweDEyMDAwMCwwNTcpID0gMyAoMHgzKQow LjAwNTAzMDc2MiBmc3RhdGZzKDB4MywweDdmZmZmZmZmYzYxOCwweDAsMHgyNzAs MHg2LDB4NikgPSAwICgweDApCjAuMDA1MTg3MjIyIGdldGRpcmVudHJpZXMoMHgz LDB4ODAwYzQyMDAwLDB4MTAwMCwweDgwMGMzZTEwOCwweDAsMHg2KSA9IDEwMjQg KDB4NDAwKQowLjAwNTM0OTgzMCBnZXRkaXJlbnRyaWVzKDB4MywweDgwMGM0MjAw MCwweDEwMDAsMHg4MDBjM2UxMDgsMHg0MDAsMHg4MDgwODA4MDgwODA4MDgwKSA9 IDAgKDB4MCkKMC4wMDU1MDkwODQgY2xvc2UoMykJCQkJID0gMCAoMHgwKQowLjAw NTczMDY0MyBvcGVuKCIvdXNyL3NoYXJlL21rL3N5cy5tayIsT19SRE9OTFksMDY2 NikgPSAzICgweDMpCjAuMDA1OTA1ODIzIGZzdGF0KDMseyBtb2RlPS1yLS1yLS1y LS0gLGlub2RlPTI1NTI3NTUsc2l6ZT03MTY4LGJsa3NpemU9MTYzODQgfSkgPSAw ICgweDApCjAuMDA2MTExMTc3IHJlYWQoMywiI1x0ZnJvbTogQCgjKXN5cy5ta1x0 OC4yIChCZXJrZWwiLi4uLDE2Mzg0KSA9IDcxNjggKDB4MWMwMCkKMC4wMDcxOTg4 NTYgc3RhdCgiL2V0Yy9tYWtlLmNvbmYiLHsgbW9kZT0tcnctci0tci0tICxpbm9k ZT0yMzg3MCxzaXplPTU0NyxibGtzaXplPTE2Mzg0IH0pID0gMCAoMHgwKQowLjAw NzM4NTc3MSBvcGVuKCIvZXRjL21ha2UuY29uZiIsT19SRE9OTFksMDY2NikgPSA0 ICgweDQpCjAuMDA3NTMwMjE3IGZzdGF0KDQseyBtb2RlPS1ydy1yLS1yLS0gLGlu b2RlPTIzODcwLHNpemU9NTQ3LGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAu MDA3NjgzODg0IHJlYWQoNCwiIyBCYXRjaCB3aGVuIG5lZWRlZFxuI0JBVENIPXll cyIuLi4sMTYzODQpID0gNTQ3ICgweDIyMykKMC4wMDc5NDI2MDIgcmVhZCg0LDB4 ODAwYzUzMDAwLDE2Mzg0KQkJID0gMCAoMHgwKQowLjAwODEwMjEzNiBjbG9zZSg0 KQkJCQkgPSAwICgweDApCjAuMDA4MzE2NDMxIG9wZW4oIi91c3Ivc2hhcmUvbWsv YnNkLmNwdS5tayIsT19SRE9OTFksMDY2NikgPSA0ICgweDQpCjAuMDA4NDQyNzE3 IGZzdGF0KDQseyBtb2RlPS1yLS1yLS1yLS0gLGlub2RlPTI1NTI3MjUsc2l6ZT04 NTAyLGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDA4NTc3Mzg1IHJlYWQo NCwiIyAkRnJlZUJTRDogaGVhZC9zaGFyZS9tay9ic2QuY3AiLi4uLDE2Mzg0KSA9 IDg1MDIgKDB4MjEzNikKMC4wMDg5MzM2MTIgbWFkdmlzZSgweDgwMGM1NzAwMCww eDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA2NzgpID0gMCAoMHgwKQowLjAwOTA2 OTM5NyBtYWR2aXNlKDB4ODAwYzU5MDAwLDB4OTAwMCwweDUsMHgzLDB4NiwweDgw MGMwMDY3OCkgPSAwICgweDApCjAuMDA5MjAxODI5IG1hZHZpc2UoMHg4MDBjNDkw MDAsMHgxMDAwLDB4NSwweDMsMHg2LDB4YzkpID0gMCAoMHgwKQowLjAwOTkyNDM0 MSBtYWR2aXNlKDB4ODAwYzY5MDAwLDB4ODAwMCwweDUsMHgzLDB4NiwweDgwMDgw MDFiMCkgPSAwICgweDApCjAuMDEwMDUxMTg2IG1hZHZpc2UoMHg4MDBjNTcwMDAs MHgzMDAwLDB4NSwweDMsMHg2LDB4ODAwODAwMWIwKSA9IDAgKDB4MCkKMC4wMTAy NTYyNjEgcmVhZCg0LDB4ODAwYzUzMDAwLDE2Mzg0KQkJID0gMCAoMHgwKQowLjAx MDQxMjcyMSBjbG9zZSg0KQkJCQkgPSAwICgweDApCjAuMDEwNTYxNjM4IHJlYWQo MywweDgwMGM0MzAwMCwxNjM4NCkJCSA9IDAgKDB4MCkKMC4wMTA3MDU1MjYgY2xv c2UoMykJCQkJID0gMCAoMHgwKQowLjAxMDg0NzE3OCBtYWR2aXNlKDB4ODAwYzUz MDAwLDB4NjAwMCwweDUsMHgzLDB4NiwweDgwMDgwMDFiMCkgPSAwICgweDApCjAu MDEwOTk2OTM0IG1hZHZpc2UoMHg4MDBjNWUwMDAsMHgxMDAwLDB4NSwweDMsMHg2 LDB4ODAwODAwMWIwKSA9IDAgKDB4MCkKMC4wMTExNjM0NTIgbWFkdmlzZSgweDgw MGM0MzAwMCwweDQwMDAsMHg1LDB4MywweDYsMHhiNykgPSAwICgweDApCjAuMDEx MzE2MDAxIG9wZW4oIkJTRG1ha2VmaWxlIixPX1JET05MWSwwNjY2KQkgRVJSIzIg J05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCjAuMDExNDY2MDM1IG9wZW4oIm1h a2VmaWxlIixPX1JET05MWSwwNjY2KQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBk aXJlY3RvcnknCjAuMDExNjExMzIwIG9wZW4oIk1ha2VmaWxlIixPX1JET05MWSww NjY2KQkgPSAzICgweDMpCjAuMDExNzM2NDg4IGZzdGF0KDMseyBtb2RlPS1ydy1y LS1yLS0gLGlub2RlPTEyOTU5NzEsc2l6ZT0zMjExLGJsa3NpemU9MTYzODQgfSkg PSAwICgweDApCjAuMDExODcyMjc0IHJlYWQoMywiIyBDcmVhdGVkIGJ5OiBSb2Ig RXZlcnMgPHJvYkBkZWIiLi4uLDE2Mzg0KSA9IDMyMTEgKDB4YzhiKQowLjAxMjEx MTE1NSBvcGVuKCIvdXNyL3NoYXJlL21rL2JzZC5wb3J0Lm9wdGlvbnMubWsiLE9f UkRPTkxZLDA2NjYpID0gNCAoMHg0KQowLjAxMjIzNTc2NSBmc3RhdCg0LHsgbW9k ZT0tci0tci0tci0tICxpbm9kZT0yNTUyNzQ0LHNpemU9MTYwLGJsa3NpemU9MTYz ODQgfSkgPSAwICgweDApCjAuMDEyMzY3NjM5IHJlYWQoNCwiIyAkRnJlZUJTRDog aGVhZC9zaGFyZS9tay9ic2QucG8iLi4uLDE2Mzg0KSA9IDE2MCAoMHhhMCkKMC4w MTI1NTE0ODAgb3BlbigiL3Vzci9zaGFyZS9tay9ic2QucG9ydC5tayIsT19SRE9O TFksMDY2NikgPSA1ICgweDUpCjAuMDEyNzI0MTQ1IGZzdGF0KDUseyBtb2RlPS1y LS1yLS1yLS0gLGlub2RlPTI1NTI3NDMsc2l6ZT0zOTAsYmxrc2l6ZT0xNjM4NCB9 KSA9IDAgKDB4MCkKMC4wMTI4NzA1NDcgcmVhZCg1LCIjICRGcmVlQlNEOiBoZWFk L3NoYXJlL21rL2JzZC5wbyIuLi4sMTYzODQpID0gMzkwICgweDE4NikKMC4wMTMw ODM3MjQgb3BlbigiL3Vzci9zaGFyZS9tay9ic2Qub3duLm1rIixPX1JET05MWSww NjY2KSA9IDYgKDB4NikKMC4wMTMyMTE2ODcgZnN0YXQoNix7IG1vZGU9LXItLXIt LXItLSAsaW5vZGU9MjU1Mjc0MixzaXplPTEyMzYyLGJsa3NpemU9MTYzODQgfSkg PSAwICgweDApCjAuMDEzMzQ4MzEwIHJlYWQoNiwiIyAkRnJlZUJTRDogaGVhZC9z aGFyZS9tay9ic2Qub3ciLi4uLDE2Mzg0KSA9IDEyMzYyICgweDMwNGEpCjAuMDE0 MzEwMjYzIHJlYWQoNiwweDgwMGM2MjAwMCwxNjM4NCkJCSA9IDAgKDB4MCkKMC4w MTQ0ODQ2MDQgY2xvc2UoNikJCQkJID0gMCAoMHgwKQowLjAxNDY3NTk4OSBtYWR2 aXNlKDB4ODAwYzZkMDAwLDB4MjAwMCwweDUsMHgzLDB4NiwweDgwMGMwMDhkMCkg PSAwICgweDApCjAuMDE0ODQ3ODE2IG1hZHZpc2UoMHg4MDBjNzYwMDAsMHgyMDAw LDB4NSwweDMsMHg2LDB4ODAwYzAwOGQwKSA9IDAgKDB4MCkKMC4wMTUwMTQ4OTMg bWFkdmlzZSgweDgwMGM3ZjAwMCwweDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA4 ZDApID0gMCAoMHgwKQowLjAxNTE5OTU3MiBtYWR2aXNlKDB4ODAwYzYyMDAwLDB4 NzAwMCwweDUsMHgzLDB4NiwweDgwMDgwMDFiMCkgPSAwICgweDApCjAuMDE1NDI2 NDQwIHN0YXQoIi91c3IvcG9ydHMvTWsvYnNkLnBvcnQubWsiLHsgbW9kZT0tcnct ci0tci0tICxpbm9kZT05NjU2ODcsc2l6ZT0yMjExODcsYmxrc2l6ZT0xNjM4NCB9 KSA9IDAgKDB4MCkKMC4wMTU2NDU0ODUgb3BlbigiL3Vzci9wb3J0cy9Nay9ic2Qu cG9ydC5tayIsT19SRE9OTFksMDY2NikgPSA2ICgweDYpCjAuMDE1ODIwOTQ0IGZz dGF0KDYseyBtb2RlPS1ydy1yLS1yLS0gLGlub2RlPTk2NTY4NyxzaXplPTIyMTE4 NyxibGtzaXplPTE2Mzg0IH0pID0gMCAoMHgwKQowLjAxNjAxMDM3MyByZWFkKDYs IiMtKi0gdGFiLXdpZHRoOiA0OyAtKi1cbiMgZXg6dHM9Ii4uLiwxNjM4NCkgPSAx NjM4NCAoMHg0MDAwKQowLjAxNjU5NzM3OSByZWFkKDYsIm5zIG1heSB3aXNoIHRv IG92ZXJyaWRlIHRoZSBkZWZhIi4uLiwxNjM4NCkgPSAxNjM4NCAoMHg0MDAwKQow LjAxNzE3NjI4MyByZWFkKDYsIlxuI1x0XHRcdFx0LSBTaG93IGxpc3Qgb2YgY29t bWFuIi4uLiwxNjM4NCkgPSAxNjM4NCAoMHg0MDAwKQowLjAxNzgyMTk2MSByZWFk KDYsInIgZGVidWdnaW5nIHB1cnBvc2VzLiAgRG9uJ3Qgc2V0Ii4uLiwxNjM4NCkg PSAxNjM4NCAoMHg0MDAwKQowLjAxODA4NzM4NSBzdGF0KCIvdXNyL3BvcnRzL01r L2JzZC5jb21tYW5kcy5tayIseyBtb2RlPS1ydy1yLS1yLS0gLGlub2RlPTk2NTcy MixzaXplPTM4MDYsYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4wMTgyNzcz NzMgb3BlbigiL3Vzci9wb3J0cy9Nay9ic2QuY29tbWFuZHMubWsiLE9fUkRPTkxZ LDA2NjYpID0gNyAoMHg3KQowLjAxODQwNTMzNSBmc3RhdCg3LHsgbW9kZT0tcnct ci0tci0tICxpbm9kZT05NjU3MjIsc2l6ZT0zODA2LGJsa3NpemU9MTYzODQgfSkg PSAwICgweDApCjAuMDE4NTQwMDAzIHJlYWQoNywiIy0qLSB0YWItd2lkdGg6IDQ7 IC0qLVxuIyBleDp0cz0iLi4uLDE2Mzg0KSA9IDM4MDYgKDB4ZWRlKQowLjAxOTIx MzM0MSBzdGF0KCIvdXNyL2Jpbi94eiIseyBtb2RlPS1yLXhyLXhyLXggLGlub2Rl PTMyMzE2Nzcsc2l6ZT02MTYzMixibGtzaXplPTE2Mzg0IH0pID0gMCAoMHgwKQow LjAxOTQzNDkwMSByZWFkKDcsMHg4MDBjNmQwMDAsMTYzODQpCQkgPSAwICgweDAp CjAuMDE5NTY2Nzc0IGNsb3NlKDcpCQkJCSA9IDAgKDB4MCkKMC4wMTk3NjU0MjMg cGlwZSgweDdmZmZmZmZmYmU5NCkJCSA9IDAgKDB4MCkKMC4wMTk4ODEzNzIgZmNu dGwoNyxGX0dFVEZELCkJCQkgPSAwICgweDApCjAuMDIwMDE0MDg0IGZjbnRsKDcs Rl9TRVRGRCxGRF9DTE9FWEVDKQkJID0gMCAoMHgwKQowLjAyMDE3Njk3MCB2Zm9y aygweDgwMGM1ODEzMiwweDQwNzM3NywweDEyLDB4ODAwYzU4MTAwLDB4ZmZmZmZm ZmZmZmZlMmEyMCwweDYpID0gODM2NDAgKDB4MTQ2YjgpCjAuMDIwMzUyMTUwIGNs b3NlKDgpCQkJCSA9IDAgKDB4MCkKMC4wMjIxNjM0NTkgcmVhZCg3LCJhbWQ2NFxu IiwxMDI0KQkJID0gNiAoMHg2KQowLjAyMjI0Njk5OCByZWFkKDcsMHg3ZmZmZmZm ZmJlYTAsMTAyNCkJCSA9IDAgKDB4MCkKMC4wMjIyNDY5OTggU0lHTkFMIDIwIChT SUdDSExEKQowLjAyMjQwNjUzMSBzaWdyZXR1cm4oMHg3ZmZmZmZmZmJhMTAsMHgx LDB4N2ZmZmZmZmZiYTEwLDB4ODAwYzAwYTUwLDB4ZmZmZjgwMDgwMGM3OTk2MCww eDQwKSA9IDAgKDB4MCkKMC4wMjI1NDk4NjAgY2xvc2UoNykJCQkJID0gMCAoMHgw KQowLjAyMjY3ODY2MSB3YWl0NCgweGZmZmZmZmZmLDB4N2ZmZmZmZmZiZTljLDB4 MCwweDAsMHhmZmZmODAwODAwYzc5OTY2LDB4NDApID0gODM2NDAgKDB4MTQ2Yjgp CjAuMDIyODI2NzM5IHBpcGUoMHg3ZmZmZmZmZmJlOTQpCQkgPSAwICgweDApCjAu MDIyOTQ2NTk5IGZjbnRsKDcsRl9HRVRGRCwpCQkJID0gMCAoMHgwKQowLjAyMzA2 NTYyMSBmY250bCg3LEZfU0VURkQsRkRfQ0xPRVhFQykJCSA9IDAgKDB4MCkKMC4w MjMyMDE5NjUgdmZvcmsoMHg4MDBjNTgxOTIsMHg0MDczNzcsMHgxMiwweDgwMGM1 ODE2MCwweGZmZmZmZmZmZmZmZTJhODAsMHg2KSA9IDgzNjQxICgweDE0NmI5KQow LjAyMzM2MjMzNyBjbG9zZSg4KQkJCQkgPSAwICgweDApCjAuMDI1MDM1NjI1IHJl YWQoNywiRnJlZUJTRFxuIiwxMDI0KQkJID0gOCAoMHg4KQowLjAyNTExNTI1MiBy ZWFkKDcsMHg3ZmZmZmZmZmJlYTAsMTAyNCkJCSA9IDAgKDB4MCkKMC4wMjUyMjc1 NjkgY2xvc2UoNykJCQkJID0gMCAoMHgwKQowLjAyNTIyNzU2OSBTSUdOQUwgMjAg KFNJR0NITEQpCjAuMDI1Mzk0MzY3IHNpZ3JldHVybigweDdmZmZmZmZmYmExMCww eDEsMHg3ZmZmZmZmZmJhMTAsMHg4MDBjMDBhNTAsMHhmZmZmODAwODAwYzc5OTY4 LDB4MjAwKSA9IDAgKDB4MCkKMC4wMjU1MTc1Nzkgd2FpdDQoMHhmZmZmZmZmZiww eDdmZmZmZmZmYmU5YywweDAsMHgwLDB4ZmZmZjgwMDgwMGM3OTk2OCwweDIwMCkg PSA4MzY0MSAoMHgxNDZiOSkKMC4wMjU2NDI3NDggcGlwZSgweDdmZmZmZmZmYmU5 NCkJCSA9IDAgKDB4MCkKMC4wMjU3MjU0NDggZmNudGwoNyxGX0dFVEZELCkJCQkg PSAwICgweDApCjAuMDI1ODA3NTkwIGZjbnRsKDcsRl9TRVRGRCxGRF9DTE9FWEVD KQkJID0gMCAoMHgwKQowLjAyNTkyNjYxMiB2Zm9yaygweDgwMGM0MTI3MSwweDQw NzM3NywweDMxLDB4ODAwYzU4MWMwLDB4ZmZmZmZmZmZmZmZjYmI0MCwweDYpID0g ODM2NDIgKDB4MTQ2YmEpCjAuMDI2MDgxMzk2IGNsb3NlKDgpCQkJCSA9IDAgKDB4 MCkKMC4wMzQ4MTE4ODggcmVhZCg3LCIxMC4wXG4iLDEwMjQpCQkgPSA1ICgweDUp CjAuMDM1MDM4NzU1IHJlYWQoNywweDdmZmZmZmZmYmVhMCwxMDI0KQkJID0gMCAo MHgwKQowLjAzNTE1MDIzMyBjbG9zZSg3KQkJCQkgPSAwICgweDApCjAuMDM1MjUx NjUzIHdhaXQ0KDB4ZmZmZmZmZmYsMHg3ZmZmZmZmZmJlOWMsMHgwLDB4MCwweGZm ZmY4MDA4MDBjNzk5NjUsMHgxMDAwKSA9IDgzNjQyICgweDE0NmJhKQowLjAzNTQ0 NjY3MCBzdGF0KCIvdXNyL2luY2x1ZGUvc3lzL3BhcmFtLmgiLHsgbW9kZT0tci0t ci0tci0tICxpbm9kZT02NDMwNDU3LHNpemU9MTE1NzUsYmxrc2l6ZT0xNjM4NCB9 KSA9IDAgKDB4MCkKMC4wMzU1OTUwMjggcGlwZSgweDdmZmZmZmZmYmU5NCkJCSA9 IDAgKDB4MCkKMC4wMzU3MTMyMTIgZmNudGwoNyxGX0dFVEZELCkJCQkgPSAwICgw eDApCjAuMDM1ODQwMzM2IGZjbnRsKDcsRl9TRVRGRCxGRF9DTE9FWEVDKQkJID0g MCAoMHgwKQowLjAzNTk3ODA3NyB2Zm9yaygweDgwMGMzZTlkYywweDQwNzM3Nyww eDVjLDB4ODAwYzU4MjIwLDB4ZmZmZmZmZmZmZmZjOTI4MCwweDYpID0gODM2NDUg KDB4MTQ2YmQpCjAuMDM2MTQxODAyIGNsb3NlKDgpCQkJCSA9IDAgKDB4MCkKMC4w Mzg4MDYzNzkgcmVhZCg3LCIxMDAwMDMwXG4iLDEwMjQpCQkgPSA4ICgweDgpCjAu MDM4OTE5ODEyIHJlYWQoNywweDdmZmZmZmZmYmVhMCwxMDI0KQkJID0gMCAoMHgw KQowLjAzOTAwMTM5NSBjbG9zZSg3KQkJCQkgPSAwICgweDApCjAuMDM5MDAxMzk1 IFNJR05BTCAyMCAoU0lHQ0hMRCkKMC4wMzkxNjIwNDcgc2lncmV0dXJuKDB4N2Zm ZmZmZmZiYTEwLDB4MSwweDdmZmZmZmZmYmExMCwweDgwMGMwMGE1MCwweGZmZmY4 MDA4MDBjNzk5NjgsMHg4MDAwKSA9IDAgKDB4MCkKMC4wMzkyODgwNTMgd2FpdDQo MHhmZmZmZmZmZiwweDdmZmZmZmZmYmU5YywweDAsMHgwLDB4ZmZmZjgwMDgwMGM3 OTk2OCwweDgwMDApID0gODM2NDUgKDB4MTQ2YmQpCjAuMDM5NDY2MzA2IHN0YXQo Ii91c3Ivc3JjL3N5cy9zeXMvcGFyYW0uaCIseyBtb2RlPS1ydy1yLS1yLS0gLGlu b2RlPTE3Njk3OTEsc2l6ZT0xMTU3NSxibGtzaXplPTE2Mzg0IH0pID0gMCAoMHgw KQowLjAzOTY3MTk0MCBvcGVuKCIvdXNyL3BvcnRzL01rL2JzZC5jb21tYW5kcy5t ayIsT19SRE9OTFksMDY2NikgPSA3ICgweDcpCjAuMDM5Nzk5OTAyIGZzdGF0KDcs eyBtb2RlPS1ydy1yLS1yLS0gLGlub2RlPTk2NTcyMixzaXplPTM4MDYsYmxrc2l6 ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4wMzk5MzMxNzMgcmVhZCg3LCIjLSotIHRh Yi13aWR0aDogNDsgLSotXG4jIGV4OnRzPSIuLi4sMTYzODQpID0gMzgwNiAoMHhl ZGUpCjAuMDQwMjg4MDAzIHN0YXQoIi91c3IvbG9jYWwvc2Jpbi9wa2dfaW5mbyIs MHg3ZmZmZmZmZmMwZjApIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5 JwowLjA0MDQ2NjgxNSByZWFkKDcsMHg4MDBjNmQwMDAsMTYzODQpCQkgPSAwICgw eDApCjAuMDQwNTk1ODk1IGNsb3NlKDcpCQkJCSA9IDAgKDB4MCkKMC4wNDA4MjU1 NTYgc3RhdCgiL3Vzci9wb3J0cy9tYWlsL3Bvc3RmaXhhZG1pbi8uLi9NYWtlZmls ZS5pbmMiLDB4N2ZmZmZmZmZjMGYwKSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRp cmVjdG9yeScKMC4wNDA5OTczODMgc3RhdCgiL3Vzci9wb3J0cy9tYWlsL3Bvc3Rm aXhhZG1pbi9NYWtlZmlsZS5hbWQ2NC1GcmVlQlNEIiwweDdmZmZmZmZmYzBmMCkg RVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCjAuMDQxMjIwNjE5IHN0 YXQoIi91c3IvcG9ydHMvbWFpbC9wb3N0Zml4YWRtaW4vTWFrZWZpbGUuRnJlZUJT RCIsMHg3ZmZmZmZmZmMwZjApIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0 b3J5JwowLjA0MTQzMDQ0MyBzdGF0KCIvdXNyL3BvcnRzL21haWwvcG9zdGZpeGFk bWluL01ha2VmaWxlLmFtZDY0IiwweDdmZmZmZmZmYzBmMCkgRVJSIzIgJ05vIHN1 Y2ggZmlsZSBvciBkaXJlY3RvcnknCjAuMDQxNTk1Mjg2IHN0YXQoIi91c3IvcG9y dHMvbWFpbC9wb3N0Zml4YWRtaW4vTWFrZWZpbGUubG9jYWwiLDB4N2ZmZmZmZmZj MGYwKSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKMC4wNDE4Njkz NzEgc3RhdCgiL3Vzci9wb3J0cy9Nay9ic2Qub3B0aW9ucy5tayIseyBtb2RlPS1y dy1yLS1yLS0gLGlub2RlPTk2NTY3NyxzaXplPTcwOTQsYmxrc2l6ZT0xNjM4NCB9 KSA9IDAgKDB4MCkKMC4wNDIwMjg2MjUgb3BlbigiL3Vzci9wb3J0cy9Nay9ic2Qu b3B0aW9ucy5tayIsT19SRE9OTFksMDY2NikgPSA3ICgweDcpCjAuMDQyMTc5NDk4 IGZzdGF0KDcseyBtb2RlPS1ydy1yLS1yLS0gLGlub2RlPTk2NTY3NyxzaXplPTcw OTQsYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4wNDIzMTg5MTUgcmVhZCg3 LCIjLSotIHRhYi13aWR0aDogNDsgLSotXG4jICRGcmVlQiIuLi4sMTYzODQpID0g NzA5NCAoMHgxYmI2KQowLjA0Mjk0MDU2NiBzdGF0KCIvdmFyL2RiL3BvcnRzL3Bv c3RmaXhhZG1pbi9vcHRpb25zIix7IG1vZGU9LXJ3LXItLXItLSAsaW5vZGU9MTY0 OTA0LHNpemU9MjM5LGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDQzMTIx ODkyIG9wZW4oIi92YXIvZGIvcG9ydHMvcG9zdGZpeGFkbWluL29wdGlvbnMiLE9f UkRPTkxZLDA2NjYpID0gOCAoMHg4KQowLjA0MzI0OTI5NiBmc3RhdCg4LHsgbW9k ZT0tcnctci0tci0tICxpbm9kZT0xNjQ5MDQsc2l6ZT0yMzksYmxrc2l6ZT0xNjM4 NCB9KSA9IDAgKDB4MCkKMC4wNDMzOTY4MTYgcmVhZCg4LCIjIFRoaXMgZmlsZSBp cyBhdXRvLWdlbmVyYXRlZCBieSIuLi4sMTYzODQpID0gMjM5ICgweGVmKQowLjA0 MzU2ODkyMiByZWFkKDgsMHg4MDBjODMwMDAsMTYzODQpCQkgPSAwICgweDApCjAu MDQzNzAxMDc1IGNsb3NlKDgpCQkJCSA9IDAgKDB4MCkKMC4wNDM4ODcxNTIgc3Rh dCgiL3Zhci9kYi9wb3J0cy9wb3N0Zml4YWRtaW4vb3B0aW9ucy5sb2NhbCIsMHg3 ZmZmZmZmZmMwZjApIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5Jwow LjA0NDIyMjcwMyByZWFkKDcsMHg4MDBjNmQwMDAsMTYzODQpCQkgPSAwICgweDAp CjAuMDQ0MzU1MTM2IGNsb3NlKDcpCQkJCSA9IDAgKDB4MCkKMC4wNDQ5NTg2MjYg cmVhZCg2LCJnY29uZlxuLmVuZGlmXG4uZW5kaWZcblxuLmlmIGRlZiIuLi4sMTYz ODQpID0gMTYzODQgKDB4NDAwMCkKMC4wNDU4MzU5MjIgcmVhZCg2LCJwYXRjaFxu UEFUQ0hfU1RSSVA/PVx0LXAwXG5QQVRDSCIuLi4sMTYzODQpID0gMTYzODQgKDB4 NDAwMCkKMC4wNDY2NzgwMTUgcmVhZCg2LCJcXHxnfSdgICR7X01BU1RFUl9TSVRF X0JBQ0tVUH1cbiIuLi4sMTYzODQpID0gMTYzODQgKDB4NDAwMCkKMC4wNDc0OTE2 MDkgcmVhZCg2LCJmaW5lZChFWFBJUkFUSU9OX0RBVEUpXG5cdEAke0VDSCIuLi4s MTYzODQpID0gMTYzODQgKDB4NDAwMCkKMC4wNDgwNjI2OTAgbWFkdmlzZSgweDgw MGM4MzAwMCwweDkwMDAsMHg1LDB4MywweDYsMHg4MDA4MDAxYjApID0gMCAoMHgw KQowLjA0ODE4NTA2NCBtYWR2aXNlKDB4ODAwYzk0MDAwLDB4MTAwMCwweDUsMHgz LDB4NiwweDgwMDgwMDFiMCkgPSAwICgweDApCjAuMDQ4MzE0OTgyIG1hZHZpc2Uo MHg4MDBjYTQwMDAsMHgxMDAwLDB4NSwweDMsMHg2LDB4ODAwODAwMWIwKSA9IDAg KDB4MCkKMC4wNDg0MzQyODMgbWFkdmlzZSgweDgwMGNiNDAwMCwweDEwMDAsMHg1 LDB4MywweDYsMHg4MDA4MDAxYjApID0gMCAoMHgwKQowLjA0ODU3MDM0OCBtYWR2 aXNlKDB4ODAwYzZkMDAwLDB4NDAwMCwweDUsMHgzLDB4NiwweDgwMDgwMDFiMCkg PSAwICgweDApCjAuMDQ4Njg3NjkzIG1hZHZpc2UoMHg4MDBjNzYwMDAsMHgxMDAw LDB4NSwweDMsMHg2LDB4ODAwODAwMWIwKSA9IDAgKDB4MCkKMC4wNDkyOTExODMg bWFkdmlzZSgweDgwMGM4MzAwMCwweDMwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA3 ZjgpID0gMCAoMHgwKQowLjA0OTQ1NTc0NiBtYWR2aXNlKDB4ODAwYzhlMDAwLDB4 NjAwMCwweDUsMHgzLDB4NiwweDgwMGMwMDdmOCkgPSAwICgweDApCjAuMDQ5NjUx MDQyIG1hZHZpc2UoMHg4MDBjOWUwMDAsMHgxMDAwLDB4NSwweDMsMHg2LDB4ODAw YzAwN2Y4KSA9IDAgKDB4MCkKMC4wNDk4MTk3OTYgbWFkdmlzZSgweDgwMGNhZTAw MCwweDQwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA3ZjgpID0gMCAoMHgwKQowLjA0 OTk1MzA2NyBtYWR2aXNlKDB4ODAwY2M0MDAwLDB4MjAwMCwweDUsMHgzLDB4Niww eDgwMGMwMDdmOCkgPSAwICgweDApCjAuMDUwMTgxMDUyIHJlYWQoNiwibmZsaWN0 c193aXRofTsgZG8gXFxcblx0XHRcdCR7RUMiLi4uLDE2Mzg0KSA9IDE2Mzg0ICgw eDQwMDApCjAuMDUxMDY4MTI3IG1hZHZpc2UoMHg4MDBjODMwMDAsMHgxMDAwLDB4 NSwweDMsMHg2LDB4ODAwODAwMWIwKSA9IDAgKDB4MCkKMC4wNTExOTU1MzAgbWFk dmlzZSgweDgwMGM4YzAwMCwweDIwMDAsMHg1LDB4MywweDYsMHg4MDA4MDAxYjAp ID0gMCAoMHgwKQowLjA1MTMxNjUwOCBtYWR2aXNlKDB4ODAwYzk2MDAwLDB4MjAw MCwweDUsMHgzLDB4NiwweDgwMDgwMDFiMCkgPSAwICgweDApCjAuMDUxNDUzOTY5 IG1hZHZpc2UoMHg4MDBjYTAwMDAsMHg2MDAwLDB4NSwweDMsMHg2LDB4ODAwODAw MWIwKSA9IDAgKDB4MCkKMC4wNTE2MDc5MTUgbWFkdmlzZSgweDgwMGNiMDAwMCww eDIwMDAsMHg1LDB4MywweDYsMHg4MDA4MDAxYjApID0gMCAoMHgwKQowLjA1MTY3 MjE3NiBtYWR2aXNlKDB4ODAwY2MxMDAwLDB4MjAwMCwweDUsMHgzLDB4NiwweDgw MDgwMDFiMCkgPSAwICgweDApCjAuMDUxNzMwODQ5IG1hZHZpc2UoMHg4MDBjZDIw MDAsMHgxMDAwLDB4NSwweDMsMHg2LDB4ODAwODAwMWIwKSA9IDAgKDB4MCkKMC4w NTE3ODkyNDIgbWFkdmlzZSgweDgwMGNlMjAwMCwweDEwMDAsMHg1LDB4MywweDYs MHg4MDA4MDAxYjApID0gMCAoMHgwKQowLjA1MTkzMzQwOSByZWFkKDYsInBsaXN0 LWRvY3MgYWRkLXBsaXN0LWV4YW1wbGVzIFxcIi4uLiwxNjM4NCkgPSAxNjM4NCAo MHg0MDAwKQowLjA1MzIwOTk1OCByZWFkKDYsIiQnIntJR05PUkVGSUxFU30gbGlz dC4iOyBcXFxuXHQiLi4uLDE2Mzg0KSA9IDE2Mzg0ICgweDQwMDApCjAuMDUzNjAx Mzg5IG1hZHZpc2UoMHg4MDBjODMwMDAsMHgyMDAwLDB4NSwweDMsMHg2LDB4ODAw YzAwOWQ5KSA9IDAgKDB4MCkKMC4wNTM3MzkxMzAgbWFkdmlzZSgweDgwMGM4ZDAw MCwweDUwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA5ZDkpID0gMCAoMHgwKQowLjA1 MzkyNTIwNiBtYWR2aXNlKDB4ODAwYzlkMDAwLDB4MTAwMCwweDUsMHgzLDB4Niww eDgwMGMwMDlkOSkgPSAwICgweDApCjAuMDU0MDU2NTIxIG1hZHZpc2UoMHg4MDBj YWQwMDAsMHgyMDAwLDB4NSwweDMsMHg2LDB4ODAwYzAwOWQ5KSA9IDAgKDB4MCkK MC4wNTQxNzg4OTUgbWFkdmlzZSgweDgwMGNiZTAwMCwweDIwMDAsMHg1LDB4Myww eDYsMHg4MDBjMDA5ZDkpID0gMCAoMHgwKQowLjA1NDI5OTU5NCBtYWR2aXNlKDB4 ODAwY2NmMDAwLDB4MjAwMCwweDUsMHgzLDB4NiwweDgwMGMwMDlkOSkgPSAwICgw eDApCjAuMDU0NDE5NzMzIG1hZHZpc2UoMHg4MDBjZTAwMDAsMHgyMDAwLDB4NSww eDMsMHg2LDB4ODAwYzAwOWQ5KSA9IDAgKDB4MCkKMC4wNTQ1Mzc5MTYgbWFkdmlz ZSgweDgwMGNmMTAwMCwweDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA5ZDkpID0g MCAoMHgwKQowLjA1NDkyMjkyMSBtYWR2aXNlKDB4ODAwYzgzMDAwLDB4NDAwMCww eDUsMHgzLDB4NiwweDgwMDgwMDFiMCkgPSAwICgweDApCjAuMDU1MDQzMDYwIG1h ZHZpc2UoMHg4MDBjOGYwMDAsMHg0MDAwLDB4NSwweDMsMHg2LDB4ODAwODAwMWIw KSA9IDAgKDB4MCkKMC4wNTUxNzkxMjUgbWFkdmlzZSgweDgwMGNhNTAwMCwweDYw MDAsMHg1LDB4MywweDYsMHg4MDA4MDAxYjApID0gMCAoMHgwKQowLjA1NTMwOTMy MiBtYWR2aXNlKDB4ODAwZDAxMDAwLDB4MTAwMCwweDUsMHgzLDB4NiwweDgwMDgw MDFiMCkgPSAwICgweDApCjAuMDU1NzEyNzY2IHJlYWQoNiwibmRlbmN5IGxpc3Qg aW5jb21wbGV0ZSIgPiYyOyBcXCIuLi4sMTYzODQpID0gMTYzODQgKDB4NDAwMCkK MC4wNTY0NjY1NzEgcmVhZCg2LCJfbWFucGFnZXN9ICkgfHwgJHtUUlVFfVxuLmVs aWYgJCIuLi4sMTYzODQpID0gMTYzODQgKDB4NDAwMCkKMC4wNTY3MzQyMzAgbWFk dmlzZSgweDgwMGM4MzAwMCwweDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDBjMDAp ID0gMCAoMHgwKQowLjA1Njg1ODI4MCBtYWR2aXNlKDB4ODAwYzhjMDAwLDB4ODAw MCwweDUsMHgzLDB4NiwweDgwMGMwMGMwMCkgPSAwICgweDApCjAuMDU2OTgyNjEx IG1hZHZpc2UoMHg4MDBjOWMwMDAsMHg3MDAwLDB4NSwweDMsMHg2LDB4ODAwYzAw YzAwKSA9IDAgKDB4MCkKMC4wNTcxMDE5MTIgbWFkdmlzZSgweDgwMGNiMjAwMCww eDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDBjMDApID0gMCAoMHgwKQowLjA1Nzc4 MTk1NiByZWFkKDYsImljZSBEYXRhYmFzZSJcdFx0XHRcdDs7IFxcXG5cdFx0Ii4u LiwxNjM4NCkgPSA4MTk1ICgweDIwMDMpCjAuMDU4MTczNjY1IG1hZHZpc2UoMHg4 MDBjODMwMDAsMHgxMDAwLDB4NSwweDMsMHg2LDB4ODAwYzAwOWQ5KSA9IDAgKDB4 MCkKMC4wNTgyOTY1OTkgbWFkdmlzZSgweDgwMGM4YzAwMCwweDMwMDAsMHg1LDB4 MywweDYsMHg4MDBjMDA5ZDkpID0gMCAoMHgwKQowLjA1ODQxNDc4MiBtYWR2aXNl KDB4ODAwYzljMDAwLDB4MTAwMCwweDUsMHgzLDB4NiwweDgwMGMwMDlkOSkgPSAw ICgweDApCjAuMDU4NTM0NjQyIG1hZHZpc2UoMHg4MDBjYWMwMDAsMHgyMDAwLDB4 NSwweDMsMHg2LDB4ODAwYzAwOWQ5KSA9IDAgKDB4MCkKMC4wNTg2NTMzODQgbWFk dmlzZSgweDgwMGNiZDAwMCwweDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA5ZDkp ID0gMCAoMHgwKQowLjA1ODc3MjQwNiBtYWR2aXNlKDB4ODAwY2NkMDAwLDB4MTAw MCwweDUsMHgzLDB4NiwweDgwMGMwMDlkOSkgPSAwICgweDApCjAuMDU4OTAxMjA3 IG1hZHZpc2UoMHg4MDBjZGQwMDAsMHg0MDAwLDB4NSwweDMsMHg2LDB4ODAwYzAw OWQ5KSA9IDAgKDB4MCkKMC4wNTkwMjE5MDUgbWFkdmlzZSgweDgwMGNmMDAwMCww eDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA5ZDkpID0gMCAoMHgwKQowLjA1OTE0 MDM2OCBtYWR2aXNlKDB4ODAwZDAwMDAwLDB4MTAwMCwweDUsMHgzLDB4NiwweDgw MGMwMDlkOSkgPSAwICgweDApCjAuMDU5NDQzNzg5IHJlYWQoNiwweDgwMGM2MjAw MCwxNjM4NCkJCSA9IDAgKDB4MCkKMC4wNTk1NzMxNDggY2xvc2UoNikJCQkJID0g MCAoMHgwKQowLjA1OTcwMTY2OSByZWFkKDUsMHg4MDBjNWUwMDAsMTYzODQpCQkg PSAwICgweDApCjAuMDU5ODI4MjM1IGNsb3NlKDUpCQkJCSA9IDAgKDB4MCkKMC4w NTk5NTY3NTYgbWFkdmlzZSgweDgwMGM1ZTAwMCwweDgwMDAsMHg1LDB4MywweDYs MHg4MDBjMDA5ZDkpID0gMCAoMHgwKQowLjA2MDA3NTQ5OCBtYWR2aXNlKDB4ODAw YzgzMDAwLDB4MTAwMCwweDUsMHgzLDB4NiwweDgwMGMwMDlkOSkgPSAwICgweDAp CjAuMDYwMTk2MTk2IG1hZHZpc2UoMHg4MDBjOGMwMDAsMHgyMDAwLDB4NSwweDMs MHg2LDB4ODAwYzAwOWQ5KSA9IDAgKDB4MCkKMC4wNjAzMTMyNjIgbWFkdmlzZSgw eDgwMGM5YzAwMCwweDEwMDAsMHg1LDB4MywweDYsMHg4MDBjMDA5ZDkpID0gMCAo MHgwKQowLjA2MDQzMDMyOCBtYWR2aXNlKDB4ODAwY2FjMDAwLDB4MTAwMCwweDUs MHgzLDB4NiwweDgwMGMwMDlkOSkgPSAwICgweDApCjAuMDYwNTUxMzA1IG1hZHZp c2UoMHg4MDBjYmMwMDAsMHg0MDAwLDB4NSwweDMsMHg2LDB4ODAwYzAwOWQ5KSA9 IDAgKDB4MCkKMC4wNjA2Njg2NTEgbWFkdmlzZSgweDgwMGNjZjAwMCwweDEwMDAs MHg1LDB4MywweDYsMHg4MDBjMDA5ZDkpID0gMCAoMHgwKQowLjA2MDgwNjk1MCBy ZWFkKDQsMHg4MDBjNTMwMDAsMTYzODQpCQkgPSAwICgweDApCjAuMDYwOTUwNTU5 IGNsb3NlKDQpCQkJCSA9IDAgKDB4MCkKMC4wNjEyNDU4Nzggb3BlbigiL3Vzci9z aGFyZS9tay9ic2QucG9ydC5tayIsT19SRE9OTFksMDY2NikgPSA0ICgweDQpCjAu MDYxMzczMjgxIGZzdGF0KDQseyBtb2RlPS1yLS1yLS1yLS0gLGlub2RlPTI1NTI3 NDMsc2l6ZT0zOTAsYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4wNjE1MDcz OTAgcmVhZCg0LCIjICRGcmVlQlNEOiBoZWFkL3NoYXJlL21rL2JzZC5wbyIuLi4s MTYzODQpID0gMzkwICgweDE4NikKMC4wNjE3MTk3MzAgb3BlbigiL3Vzci9zaGFy ZS9tay9ic2Qub3duLm1rIixPX1JET05MWSwwNjY2KSA9IDUgKDB4NSkKMC4wNjE4 NTEwNDUgZnN0YXQoNSx7IG1vZGU9LXItLXItLXItLSAsaW5vZGU9MjU1Mjc0Mixz aXplPTEyMzYyLGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDYxOTY2NzEz IHJlYWQoNSwiIyAkRnJlZUJTRDogaGVhZC9zaGFyZS9tay9ic2Qub3ciLi4uLDE2 Mzg0KSA9IDEyMzYyICgweDMwNGEpCjAuMDYyNjI4ODc2IHJlYWQoNSwweDgwMGM2 ZDAwMCwxNjM4NCkJCSA9IDAgKDB4MCkKMC4wNjI3NzE5MjYgY2xvc2UoNSkJCQkJ ID0gMCAoMHgwKQowLjA2Mjk0Mzc1MyBvcGVuKCIvdXNyL3BvcnRzL01rL2JzZC5w b3J0Lm1rIixPX1JET05MWSwwNjY2KSA9IDUgKDB4NSkKMC4wNjMwODIzMzIgZnN0 YXQoNSx7IG1vZGU9LXJ3LXItLXItLSAsaW5vZGU9OTY1Njg3LHNpemU9MjIxMTg3 LGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDYzMjIzOTg1IHJlYWQoNSwi Iy0qLSB0YWItd2lkdGg6IDQ7IC0qLVxuIyBleDp0cz0iLi4uLDE2Mzg0KSA9IDE2 Mzg0ICgweDQwMDApCjAuMDYzNzIyOTgyIHJlYWQoNSwibnMgbWF5IHdpc2ggdG8g b3ZlcnJpZGUgdGhlIGRlZmEiLi4uLDE2Mzg0KSA9IDE2Mzg0ICgweDQwMDApCjAu MDY0MjM2NTA3IHJlYWQoNSwiXG4jXHRcdFx0XHQtIFNob3cgbGlzdCBvZiBjb21t YW4iLi4uLDE2Mzg0KSA9IDE2Mzg0ICgweDQwMDApCjAuMDY0Nzg5MTQ4IHJlYWQo NSwiciBkZWJ1Z2dpbmcgcHVycG9zZXMuICBEb24ndCBzZXQiLi4uLDE2Mzg0KSA9 IDE2Mzg0ICgweDQwMDApCjAuMDY1MTAwNjcyIG9wZW4oIi91c3IvcG9ydHMvTWsv YnNkLmNvbW1hbmRzLm1rIixPX1JET05MWSwwNjY2KSA9IDYgKDB4NikKMC4wNjUy NjcxOTEgZnN0YXQoNix7IG1vZGU9LXJ3LXItLXItLSAsaW5vZGU9OTY1NzIyLHNp emU9MzgwNixibGtzaXplPTE2Mzg0IH0pID0gMCAoMHgwKQowLjA2NTQ0ODIzOCBy ZWFkKDYsIiMtKi0gdGFiLXdpZHRoOiA0OyAtKi1cbiMgZXg6dHM9Ii4uLiwxNjM4 NCkgPSAzODA2ICgweGVkZSkKMC4wNjU4MzgyNzEgcmVhZCg2LDB4ODAwYzYwMDAw LDE2Mzg0KQkJID0gMCAoMHgwKQowLjA2NjAxOTMxOCBjbG9zZSg2KQkJCQkgPSAw ICgweDApCjAuMDY2NDU3Njg3IG9wZW4oIi91c3IvcG9ydHMvTWsvYnNkLm9wdGlv bnMubWsiLE9fUkRPTkxZLDA2NjYpID0gNiAoMHg2KQowLjA2NjYzNDgyMiBmc3Rh dCg2LHsgbW9kZT0tcnctci0tci0tICxpbm9kZT05NjU2Nzcsc2l6ZT03MDk0LGJs a3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDY2ODIwMDYwIHJlYWQoNiwiIy0q LSB0YWItd2lkdGg6IDQ7IC0qLVxuIyAkRnJlZUIiLi4uLDE2Mzg0KSA9IDcwOTQg KDB4MWJiNikKMC4wNjczMjE4NTEgcmVhZCg2LDB4ODAwYzY1MDAwLDE2Mzg0KQkJ ID0gMCAoMHgwKQowLjA2NzQ5Nzg2OSBjbG9zZSg2KQkJCQkgPSAwICgweDApCjAu MDY4MDI2MjAzIHN0YXQoIi91c3IvcG9ydHMvTWsvYnNkLnBlcmwubWsiLHsgbW9k ZT0tcnctci0tci0tICxpbm9kZT05NjU2NzMsc2l6ZT04MjIxLGJsa3NpemU9MTYz ODQgfSkgPSAwICgweDApCjAuMDY4MjQ5NDM4IG9wZW4oIi91c3IvcG9ydHMvTWsv YnNkLnBlcmwubWsiLE9fUkRPTkxZLDA2NjYpID0gNiAoMHg2KQowLjA2ODM5OTQ3 MyBmc3RhdCg2LHsgbW9kZT0tcnctci0tci0tICxpbm9kZT05NjU2NzMsc2l6ZT04 MjIxLGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDY4NTY3MTA5IHJlYWQo NiwiIy0qLSB0YWItd2lkdGg6IDQ7IC0qLVxuIyBleDp0cz0iLi4uLDE2Mzg0KSA9 IDgyMjEgKDB4MjAxZCkKMC4wNjk0MzIxMTEgcmVhZCg2LDB4ODAwYzYyMDAwLDE2 Mzg0KQkJID0gMCAoMHgwKQowLjA2OTU3MTUyOSBjbG9zZSg2KQkJCQkgPSAwICgw eDApCjAuMDY5NzQ1MDMyIHN0YXQoIi91c3IvcG9ydHMvTWsvYnNkLnBocC5tayIs eyBtb2RlPS1ydy1yLS1yLS0gLGlub2RlPTk2NTY5MSxzaXplPTEzODMzLGJsa3Np emU9MTYzODQgfSkgPSAwICgweDApCjAuMDY5OTA4MTk4IG9wZW4oIi91c3IvcG9y dHMvTWsvYnNkLnBocC5tayIsT19SRE9OTFksMDY2NikgPSA2ICgweDYpCjAuMDcw MDgzNjU3IGZzdGF0KDYseyBtb2RlPS1ydy1yLS1yLS0gLGlub2RlPTk2NTY5MSxz aXplPTEzODMzLGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDcwMjg3MzM1 IHJlYWQoNiwiI1xuIyBic2QucGhwLm1rIC0gU3VwcG9ydCBmb3IgUEgiLi4uLDE2 Mzg0KSA9IDEzODMzICgweDM2MDkpCjAuMDcwNjE0Nzg1IHN0YXQoIi91c3IvbG9j YWwvZXRjL3BocC5jb25mIix7IG1vZGU9LXItLXItLXItLSAsaW5vZGU9MTM5MDg5 NCxzaXplPTcyLGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDcwODQ3NTE5 IG9wZW4oIi91c3IvbG9jYWwvZXRjL3BocC5jb25mIixPX1JET05MWSwwNjY2KSA9 IDcgKDB4NykKMC4wNzA5OTM5MjIgZnN0YXQoNyx7IG1vZGU9LXItLXItLXItLSAs aW5vZGU9MTM5MDg5NCxzaXplPTcyLGJsa3NpemU9MTYzODQgfSkgPSAwICgweDAp CjAuMDcxMTMwMjY2IHJlYWQoNywiUEhQX1ZFUj01M1xuUEhQX1ZFUlNJT049NS4z LjIzXG4iLi4uLDE2Mzg0KSA9IDcyICgweDQ4KQowLjA3MTMyNzUxOCByZWFkKDcs MHg4MDBjNjIwMDAsMTYzODQpCQkgPSAwICgweDApCjAuMDcxNDY0OTc5IGNsb3Nl KDcpCQkJCSA9IDAgKDB4MCkKMC4wNzE2MTY0MTEgcGlwZSgweDdmZmZmZmZmYmU5 NCkJCSA9IDAgKDB4MCkKMC4wNzE3MzM0NzcgZmNudGwoNyxGX0dFVEZELCkJCQkg PSAwICgweDApCjAuMDcxODQ5OTg0IGZjbnRsKDcsRl9TRVRGRCxGRF9DTE9FWEVD KQkJID0gMCAoMHgwKQowLjA3MTk5Njk0NSB2Zm9yaygweDgwMGM2MjBlMSwweDQw NzM3NywweDYxLDB4ODAwYzc2NmMwLDB4MTgwLDB4NikgPSA4MzY0NiAoMHgxNDZi ZSkKMC4wNzIxOTA1NjUgY2xvc2UoOCkJCQkJID0gMCAoMHgwKQowLjA4NDg3MzM1 OSByZWFkKDcsIjIwMDkwNjI2XG4iLDEwMjQpCQkgPSA5ICgweDkpCjAuMDg1MDc4 NDM0IHJlYWQoNywweDdmZmZmZmZmYmVhMCwxMDI0KQkJID0gMCAoMHgwKQowLjA4 NTIyMzE2MCBjbG9zZSg3KQkJCQkgPSAwICgweDApCjAuMDg1MjIzMTYwIFNJR05B TCAyMCAoU0lHQ0hMRCkKMC4wODU0MjQ2MDMgc2lncmV0dXJuKDB4N2ZmZmZmZmZi YTEwLDB4MSwweDdmZmZmZmZmYmExMCwweDAsMHhmZmZmODAwODAwYzg2OTY5LDB4 MTAwMDAwMDAwMDAwMDApID0gMCAoMHgwKQowLjA4NTU2OTA0OSB3YWl0NCgweGZm ZmZmZmZmLDB4N2ZmZmZmZmZiZTljLDB4MCwweDAsMHhmZmZmODAwODAwYzg2OTY5 LDB4MTAwMDAwMDAwMDAwMDApID0gODM2NDYgKDB4MTQ2YmUpCjAuMDg2Mjc3ODcx IHJlYWQoNiwweDgwMGM4MzAwMCwxNjM4NCkJCSA9IDAgKDB4MCkKMC4wODY0Mzgy NDMgY2xvc2UoNikJCQkJID0gMCAoMHgwKQowLjA4Njk1ODE5NCBzdGF0KCIvdXNy L3BvcnRzL01rL2JzZC5wYmkubWsiLHsgbW9kZT0tcnctci0tci0tICxpbm9kZT05 NjU2ODUsc2l6ZT0xNjkyLGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDg3 MTQ5MzAwIG9wZW4oIi91c3IvcG9ydHMvTWsvYnNkLnBiaS5tayIsT19SRE9OTFks MDY2NikgPSA2ICgweDYpCjAuMDg3MzAyNDA3IGZzdGF0KDYseyBtb2RlPS1ydy1y LS1yLS0gLGlub2RlPTk2NTY4NSxzaXplPTE2OTIsYmxrc2l6ZT0xNjM4NCB9KSA9 IDAgKDB4MCkKMC4wODc0NTkxNDcgcmVhZCg2LCIjICRGcmVlQlNEOiBNay9ic2Qu cGJpLm1rIDMxMzg1MCIuLi4sMTYzODQpID0gMTY5MiAoMHg2OWMpCjAuMDg3NzQ5 MTU4IHJlYWQoNiwweDgwMGM4MzAwMCwxNjM4NCkJCSA9IDAgKDB4MCkKMC4wODc4 OTgzNTQgY2xvc2UoNikJCQkJID0gMCAoMHgwKQowLjA4ODQ4MTE2OSBzdGF0KCIv dXNyL2xpYjMyIix7IG1vZGU9ZHJ3eHIteHIteCAsaW5vZGU9Mjk0NDAwMCxzaXpl PTE0MzM2LGJsa3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMDg4NjcxNzE1IHBp cGUoMHg3ZmZmZmZmZmJlOTQpCQkgPSAwICgweDApCjAuMDg4ODM1MTYxIGZjbnRs KDYsRl9HRVRGRCwpCQkJID0gMCAoMHgwKQowLjA4ODk3MzQ2MSBmY250bCg2LEZf U0VURkQsRkRfQ0xPRVhFQykJCSA9IDAgKDB4MCkKMC4wODkxNzI2NjggdmZvcmso MHg4MDBjM2QxZWEsMHg0MDczNzcsMHg0YSwweDgwMGM2NjVlMCwweGZmZmZmZmZm ZmZmZDg5YTAsMHg2KSA9IDgzNjUzICgweDE0NmM1KQowLjA4OTM4MzYxMCBjbG9z ZSg3KQkJCQkgPSAwICgweDApCjAuMDkyMzc5NTQ4IHJlYWQoNiwiWUVTXG4iLDEw MjQpCQkgPSA0ICgweDQpCjAuMDkyNTEzMzc4IHJlYWQoNiwweDdmZmZmZmZmYmVh MCwxMDI0KQkJID0gMCAoMHgwKQowLjA5MjUxMzM3OCBTSUdOQUwgMjAgKFNJR0NI TEQpCjAuMDkyNzYyNTk3IHNpZ3JldHVybigweDdmZmZmZmZmYmExMCwweDEsMHg3 ZmZmZmZmZmJhMTAsMHg4LDB4ZmZmZjgwMDgwMGM2OGE2MCwweDIwMDAwMDAwMDAw MCkgPSAwICgweDApCjAuMDkyOTU0MjYxIGNsb3NlKDYpCQkJCSA9IDAgKDB4MCkK MC4wOTMxMDg0ODYgd2FpdDQoMHhmZmZmZmZmZiwweDdmZmZmZmZmYmU5YywweDAs MHgwLDB4ZmZmZjgwMDgwMGM2OGE2NCwweDIwMDAwMDAwMDAwMCkgPSA4MzY1MyAo MHgxNDZjNSkKMC4wOTM0NDYyNzMgcmVhZCg1LCJnY29uZlxuLmVuZGlmXG4uZW5k aWZcblxuLmlmIGRlZiIuLi4sMTYzODQpID0gMTYzODQgKDB4NDAwMCkKMC4wOTQ0 MDY1NDkgb3BlbigiL3Vzci9wb3J0cy9Nay9ic2QucGVybC5tayIsT19SRE9OTFks MDY2NikgPSA2ICgweDYpCjAuMDk0NTcxMTEyIGZzdGF0KDYseyBtb2RlPS1ydy1y LS1yLS0gLGlub2RlPTk2NTY3MyxzaXplPTgyMjEsYmxrc2l6ZT0xNjM4NCB9KSA9 IDAgKDB4MCkKMC4wOTQ3MzY1MTMgcmVhZCg2LCIjLSotIHRhYi13aWR0aDogNDsg LSotXG4jIGV4OnRzPSIuLi4sMTYzODQpID0gODIyMSAoMHgyMDFkKQowLjA5NTI1 NTM0NyByZWFkKDYsMHg4MDBjOTEwMDAsMTYzODQpCQkgPSAwICgweDApCjAuMDk1 NDIwNDY5IGNsb3NlKDYpCQkJCSA9IDAgKDB4MCkKMC4wOTU2NDA5MTAgb3Blbigi L3Vzci9wb3J0cy9Nay9ic2QucGhwLm1rIixPX1JET05MWSwwNjY2KSA9IDYgKDB4 NikKMC4wOTU4MDk5NDMgZnN0YXQoNix7IG1vZGU9LXJ3LXItLXItLSAsaW5vZGU9 OTY1NjkxLHNpemU9MTM4MzMsYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4w OTU5NzU2MjQgcmVhZCg2LCIjXG4jIGJzZC5waHAubWsgLSBTdXBwb3J0IGZvciBQ SCIuLi4sMTYzODQpID0gMTM4MzMgKDB4MzYwOSkKMC4wOTc2MTI1OTEgcmVhZCg2 LDB4ODAwYzkxMDAwLDE2Mzg0KQkJID0gMCAoMHgwKQowLjA5Nzc3NzcxMyBjbG9z ZSg2KQkJCQkgPSAwICgweDApCjAuMDk3OTM1MDExIG1hZHZpc2UoMHg4MDBjYWEw MDAsMHgxMDAwLDB4NSwweDMsMHg2LDB4ODAwODAwMWIxKSA9IDAgKDB4MCkKMC4w OTgwODQ0ODcgbWFkdmlzZSgweDgwMGNhZjAwMCwweDQwMDAsMHg1LDB4MywweDYs MHg4MDA4MDAxYjEpID0gMCAoMHgwKQowLjA5ODIzMTE2OSBtYWR2aXNlKDB4ODAw Y2I3MDAwLDB4NDAwMCwweDUsMHgzLDB4NiwweDgwMDgwMDFiMSkgPSAwICgweDAp CjAuMDk4Mzc4Njg5IG1hZHZpc2UoMHg4MDBjYzAwMDAsMHgyMDAwLDB4NSwweDMs MHg2LDB4ODAwODAwMWIxKSA9IDAgKDB4MCkKMC4wOTg1MjUwOTEgbWFkdmlzZSgw eDgwMGNjOTAwMCwweDIwMDAsMHg1LDB4MywweDYsMHg4MDA4MDAxYjEpID0gMCAo MHgwKQowLjA5ODY2ODE0MCBtYWR2aXNlKDB4ODAwY2QyMDAwLDB4MjAwMCwweDUs MHgzLDB4NiwweDgwMDgwMDFiMSkgPSAwICgweDApCjAuMDk4ODA4OTU1IG1hZHZp c2UoMHg4MDBjZGIwMDAsMHgyMDAwLDB4NSwweDMsMHg2LDB4ODAwODAwMWIxKSA9 IDAgKDB4MCkKMC4wOTg5NDgwOTMgbWFkdmlzZSgweDgwMGNlNDAwMCwweDEwMDAs MHg1LDB4MywweDYsMHg4MDA4MDAxYjEpID0gMCAoMHgwKQowLjA5OTEzMzg4OSBt YWR2aXNlKDB4ODAwYzkxMDAwLDB4NDAwMCwweDUsMHgzLDB4NiwweDFhMSkgPSAw ICgweDApCjAuMDk5NDg5Mjc4IHN0YXQoIi91c3IvcG9ydHMvTWFrZWZpbGUuaW5j IiwweDdmZmZmZmZmYzBmMCkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3Rv cnknCjAuMTAwMjYxODAyIHJlYWQoNSwicGF0Y2hcblBBVENIX1NUUklQPz1cdC1w MFxuUEFUQ0giLi4uLDE2Mzg0KSA9IDE2Mzg0ICgweDQwMDApCjAuMTAwNzcwMDE4 IHBpcGUoMHg3ZmZmZmZmZmJlOTQpCQkgPSAwICgweDApCjAuMTAwOTEwODMzIGZj bnRsKDYsRl9HRVRGRCwpCQkJID0gMCAoMHgwKQowLjEwMTA0OTY5MiBmY250bCg2 LEZfU0VURkQsRkRfQ0xPRVhFQykJCSA9IDAgKDB4MCkKMC4xMDEyMTM0MTYgdmZv cmsoMHg4MDBjMmFjM2YsMHg0MDczNzcsMHhmLDB4ODAwYzkxMzAwLDB4ZmZmZmZm ZmZmZmY4MjczMCwweDYpID0gODM2NTUgKDB4MTQ2YzcpCjAuMTAxNTAzMTQ3IGNs b3NlKDcpCQkJCSA9IDAgKDB4MCkKMC4xMDM0MDgzMzMgcmVhZCg2LCIwXG4iLDEw MjQpCQkJID0gMiAoMHgyKQowLjEwMzUwMjIwOSByZWFkKDYsMHg3ZmZmZmZmZmJl YTAsMTAyNCkJCSA9IDAgKDB4MCkKMC4xMDM1MDIyMDkgU0lHTkFMIDIwIChTSUdD SExEKQowLjEwMzcwNTMyOCBzaWdyZXR1cm4oMHg3ZmZmZmZmZmJhMTAsMHgxLDB4 N2ZmZmZmZmZiYTEwLDB4MCwweGZmZmY4MDA4MDBjYWM3NjAsMHg0MDAwMDApID0g MCAoMHgwKQowLjEwMzg2ODQ5NCBjbG9zZSg2KQkJCQkgPSAwICgweDApCjAuMTA0 MDA5MDI5IHdhaXQ0KDB4ZmZmZmZmZmYsMHg3ZmZmZmZmZmJlOWMsMHgwLDB4MCww eGZmZmY4MDA4MDBjYWM3NjIsMHg0MDAwMDApID0gODM2NTUgKDB4MTQ2YzcpCjAu MTA0Njk2ODk2IHN0YXQoIi91c3IvcG9ydHMvTWsvYnNkLmxpY2Vuc2VzLm1rIix7 IG1vZGU9LXJ3LXItLXItLSAsaW5vZGU9OTY1NjY0LHNpemU9MjY5NDAsYmxrc2l6 ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4xMDQ4NjcwNDcgb3BlbigiL3Vzci9wb3J0 cy9Nay9ic2QubGljZW5zZXMubWsiLE9fUkRPTkxZLDA2NjYpID0gNiAoMHg2KQow LjEwNTAwMzk1MCBmc3RhdCg2LHsgbW9kZT0tcnctci0tci0tICxpbm9kZT05NjU2 NjQsc2l6ZT0yNjk0MCxibGtzaXplPTE2Mzg0IH0pID0gMCAoMHgwKQowLjEwNTE2 NjU1NyByZWFkKDYsIiMtKi0gdGFiLXdpZHRoOiA0OyAtKi1cbiMgZXg6dHM9Ii4u LiwxNjM4NCkgPSAxNjM4NCAoMHg0MDAwKQowLjEwNTU2ODYwNCBzdGF0KCIvdXNy L3BvcnRzL01rL2JzZC5saWNlbnNlcy5kYi5tayIseyBtb2RlPS1ydy1yLS1yLS0g LGlub2RlPTk2NTY2MyxzaXplPTU1MDksYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4 MCkKMC4xMDU3MzM3MjYgb3BlbigiL3Vzci9wb3J0cy9Nay9ic2QubGljZW5zZXMu ZGIubWsiLE9fUkRPTkxZLDA2NjYpID0gNyAoMHg3KQowLjEwNTg2NDc2MSBmc3Rh dCg3LHsgbW9kZT0tcnctci0tci0tICxpbm9kZT05NjU2NjMsc2l6ZT01NTA5LGJs a3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMTA2MDAxMzg1IHJlYWQoNywiIy0q LSB0YWItd2lkdGg6IDQ7IC0qLVxuIyBleDp0cz0iLi4uLDE2Mzg0KSA9IDU1MDkg KDB4MTU4NSkKMC4xMDc3MjAyMTQgcmVhZCg3LDB4ODAwY2I0MDAwLDE2Mzg0KQkJ ID0gMCAoMHgwKQowLjEwNzg1OTYzMiBjbG9zZSg3KQkJCQkgPSAwICgweDApCjAu MTA5MDQ5NTY5IG1hZHZpc2UoMHg4MDBjYmMwMDAsMHgyMDAwLDB4NSwweDMsMHg2 LDB4Mzg0KSA9IDAgKDB4MCkKMC4xMDkxNzcyNTIgbWFkdmlzZSgweDgwMGNjMDAw MCwweDMwMDAsMHg1LDB4MywweDYsMHgzODQpID0gMCAoMHgwKQowLjEwOTI5OTkw NiBtYWR2aXNlKDB4ODAwY2M1MDAwLDB4MjAwMCwweDUsMHgzLDB4NiwweDM4NCkg PSAwICgweDApCjAuMTA5NDI4MTQ4IG1hZHZpc2UoMHg4MDBjY2IwMDAsMHg3MDAw LDB4NSwweDMsMHg2LDB4Mzg0KSA9IDAgKDB4MCkKMC4xMDk1NjY3MjcgbWFkdmlz ZSgweDgwMGNlMDAwMCwweDEwMDAsMHg1LDB4MywweDYsMHgzODQpID0gMCAoMHgw KQowLjEwOTc1MjgwMyBtYWR2aXNlKDB4ODAwY2YwMDAwLDB4MzAwMCwweDUsMHgz LDB4NiwweDM4NCkgPSAwICgweDApCjAuMTA5ODkzNjE3IG1hZHZpc2UoMHg4MDBk MTIwMDAsMHgxMDAwLDB4NSwweDMsMHg2LDB4Mzg0KSA9IDAgKDB4MCkKMC4xMTAw NDg0MDIgbWFkdmlzZSgweDgwMGQyMjAwMCwweDEwMDAsMHg1LDB4MywweDYsMHgz ODQpID0gMCAoMHgwKQowLjExMDIzNTMxNiBtYWR2aXNlKDB4ODAwZDMyMDAwLDB4 MTAwMCwweDUsMHgzLDB4NiwweDM4NCkgPSAwICgweDApCjAuMTEwNDY5NDQ4IG1h ZHZpc2UoMHg4MDBjYjQwMDAsMHg0MDAwLDB4NSwweDMsMHg2LDB4MjBhKSA9IDAg KDB4MCkKMC4xMTE0MTM3OTggcmVhZCg2LCIgPT0gIiJcbl9MSUNFTlNFX0dST1VQ Uys9XHQke2NvbSIuLi4sMTYzODQpID0gMTA1NTYgKDB4MjkzYykKMC4xMTI0Njc2 NzEgcmVhZCg2LDB4ODAwY2FlMDAwLDE2Mzg0KQkJID0gMCAoMHgwKQowLjExMjY0 Mzk2OCBjbG9zZSg2KQkJCQkgPSAwICgweDApCjAuMTEyODQ4NDg1IHN0YXQoIi91 c3IvcG9ydHMvTWsvYnNkLnNpdGVzLm1rIix7IG1vZGU9LXJ3LXItLXItLSAsaW5v ZGU9OTY1Njk0LHNpemU9NjQ5NjUsYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4MCkK MC4xMTMwMjY3Mzggb3BlbigiL3Vzci9wb3J0cy9Nay9ic2Quc2l0ZXMubWsiLE9f UkRPTkxZLDA2NjYpID0gNiAoMHg2KQowLjExMzE2MDU2NyBmc3RhdCg2LHsgbW9k ZT0tcnctci0tci0tICxpbm9kZT05NjU2OTQsc2l6ZT02NDk2NSxibGtzaXplPTE2 Mzg0IH0pID0gMCAoMHgwKQowLjExMzMwMTk0MCByZWFkKDYsIiMgYnNkLnNpdGVz Lm1rIC0gUG9wdWxhciBtYXN0ZXIgIi4uLiwxNjM4NCkgPSAxNjM4NCAoMHg0MDAw KQowLjExNDcwOTUyNiByZWFkKDYsImEvbGludXgvY29yZS8lU1VCRElSJS8gXFxc blx0ZnRwIi4uLiwxNjM4NCkgPSAxNjM4NCAoMHg0MDAwKQowLjExNTcwODYzNyBy ZWFkKDYsImZodC1lc3NsaW5nZW4uZGUvcHViL01pcnJvcnMvZnRwIi4uLiwxNjM4 NCkgPSAxNjM4NCAoMHg0MDAwKQowLjExNzExNTM4NCByZWFkKDYsIi5jb20vc2F2 YW5uYWgvc2F2YW5uYWgvJVNVQkRJUiUvIi4uLiwxNjM4NCkgPSAxNTgxMyAoMHgz ZGM1KQowLjExODg1Nzk2MiByZWFkKDYsMHg4MDBjYWUwMDAsMTYzODQpCQkgPSAw ICgweDApCjAuMTE5MDI0NzYwIGNsb3NlKDYpCQkJCSA9IDAgKDB4MCkKMC4xMjQx MzAzOTkgc3RhdCgiL2Nkcm9tL3BvcnRzL2Rpc3RmaWxlcyIsMHg3ZmZmZmZmZmMw ZjApIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwowLjEyNjI1MjEx NCByZWFkKDUsIlxcfGd9J2AgJHtfTUFTVEVSX1NJVEVfQkFDS1VQfVxuIi4uLiwx NjM4NCkgPSAxNjM4NCAoMHg0MDAwKQowLjEyNjg2MTQ3MiBzdGF0KCIvdXNyL3Bv cnRzL3BhY2thZ2VzIiwweDdmZmZmZmZmYzBmMCkgRVJSIzIgJ05vIHN1Y2ggZmls ZSBvciBkaXJlY3RvcnknCjAuMTI5NTE4MjI2IHJlYWQoNSwiZmluZWQoRVhQSVJB VElPTl9EQVRFKVxuXHRAJHtFQ0giLi4uLDE2Mzg0KSA9IDE2Mzg0ICgweDQwMDAp CjAuMTMwNTc3NDA3IHJlYWQoNSwibmZsaWN0c193aXRofTsgZG8gXFxcblx0XHRc dCR7RUMiLi4uLDE2Mzg0KSA9IDE2Mzg0ICgweDQwMDApCjAuMTMxNjc1MTQ1IHJl YWQoNSwicGxpc3QtZG9jcyBhZGQtcGxpc3QtZXhhbXBsZXMgXFwiLi4uLDE2Mzg0 KSA9IDE2Mzg0ICgweDQwMDApCjAuMTMyNDk3OTU5IHN0YXQoIi91c3IvcG9ydHMv bWFpbC9wb3N0Zml4YWRtaW4vd29yay8uZXh0cmFjdF9kb25lLnBvc3RmaXhhZG1p bi5fdXNyX2xvY2FsIix7IG1vZGU9LXJ3LXItLXItLSAsaW5vZGU9MTM1MDQ5Nyxz aXplPTAsYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4xMzI4Mjg0ODIgc3Rh dCgiL3Vzci9wb3J0cy9tYWlsL3Bvc3RmaXhhZG1pbi93b3JrLy5wYXRjaF9kb25l LnBvc3RmaXhhZG1pbi5fdXNyX2xvY2FsIix7IG1vZGU9LXJ3LXItLXItLSAsaW5v ZGU9MTM1MDUwMSxzaXplPTAsYmxrc2l6ZT0xNjM4NCB9KSA9IDAgKDB4MCkKMC4x MzMxNzM1MzMgc3RhdCgiL3Vzci9wb3J0cy9tYWlsL3Bvc3RmaXhhZG1pbi93b3Jr Ly5jb25maWd1cmVfZG9uZS5wb3N0Zml4YWRtaW4uX3Vzcl9sb2NhbCIseyBtb2Rl PS1ydy1yLS1yLS0gLGlub2RlPTEzNTA1MDIsc2l6ZT0wLGJsa3NpemU9MTYzODQg fSkgPSAwICgweDApCjAuMTMzNDkyNjAxIHN0YXQoIi91c3IvcG9ydHMvbWFpbC9w b3N0Zml4YWRtaW4vd29yay8uYnVpbGRfZG9uZS5wb3N0Zml4YWRtaW4uX3Vzcl9s b2NhbCIseyBtb2RlPS1ydy1yLS1yLS0gLGlub2RlPTEzNTA1MDMsc2l6ZT0wLGJs a3NpemU9MTYzODQgfSkgPSAwICgweDApCjAuMTMzODI4NDMyIHN0YXQoIi91c3Iv cG9ydHMvbWFpbC9wb3N0Zml4YWRtaW4vd29yay8uaW5zdGFsbF9kb25lLnBvc3Rm aXhhZG1pbi5fdXNyX2xvY2FsIiwweDdmZmZmZmZmYzBjMCkgRVJSIzIgJ05vIHN1 Y2ggZmlsZSBvciBkaXJlY3RvcnknCjAuMTM0MjE5NTgzIHN0YXQoIi91c3IvcG9y dHMvbWFpbC9wb3N0Zml4YWRtaW4vd29yay8ucGFja2FnZV9kb25lLnBvc3RmaXhh ZG1pbi5fdXNyX2xvY2FsIiwweDdmZmZmZmZmYzBjMCkgRVJSIzIgJ05vIHN1Y2gg ZmlsZSBvciBkaXJlY3RvcnknCjAuMTM1OTQzNDQxIHJlYWQoNSwiJCcie0lHTk9S RUZJTEVTfSBsaXN0LiI7IFxcXG5cdCIuLi4sMTYzODQpID0gMTYzODQgKDB4NDAw MCkKMC4xMzgwMjYzMjEgcmVhZCg1LCJuZGVuY3kgbGlzdCBpbmNvbXBsZXRlIiA+ JjI7IFxcIi4uLiwxNjM4NCkgPSAxNjM4NCAoMHg0MDAwKQowLjEzODUzNDUzOCBz dGF0KCIvdXNyL3BvcnRzL21haWwvcG9zdGZpeGFkbWluL3BrZy1kZXNjciIseyBt b2RlPS1ydy1yLS1yLS0gLGlub2RlPTEyOTU5NzUsc2l6ZT01NzAsYmxrc2l6ZT0x NjM4NCB9KSA9IDAgKDB4MCkKMC4xMzkwNzIzNzEgc3RhdCgiL3Vzci9wb3J0cy9t YWlsL3Bvc3RmaXhhZG1pbi9maWxlcy9wa2ctbWVzc2FnZS5pbiIseyBtb2RlPS1y dy1yLS1yLS0gLGlub2RlPTEyOTU5NzQsc2l6ZT03MDgsYmxrc2l6ZT0xNjM4NCB9 KSA9IDAgKDB4MCkKMC4xNDAxMjMxNzAgcmVhZCg1LCJfbWFucGFnZXN9ICkgfHwg JHtUUlVFfVxuLmVsaWYgJCIuLi4sMTYzODQpID0gMTYzODQgKDB4NDAwMCkKMC4x NDExMjQyMzggc3RhdCgiL3Vzci9wb3J0cy9tYWlsL3Bvc3RmaXhhZG1pbi9wa2ct aGVscCIsMHg3ZmZmZmZmZmMwZjApIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGly ZWN0b3J5JwowLjE0MTcxODc4NyBzdGF0KCIvdXNyL3BvcnRzL01rL2JzZC5vcHRp b25zLmRlc2MubWsiLHsgbW9kZT0tcnctci0tci0tICxpbm9kZT05NjU2NzAsc2l6 ZT0xOTI5NCxibGtzaXplPTE2Mzg0IH0pID0gMCAoMHgwKQowLjE0MTg4NjE0NCBv cGVuKCIvdXNyL3BvcnRzL01rL2JzZC5vcHRpb25zLmRlc2MubWsiLE9fUkRPTkxZ LDA2NjYpID0gNiAoMHg2KQowLjE0MjAyNDE2NCBmc3RhdCg2LHsgbW9kZT0tcnct ci0tci0tICxpbm9kZT05NjU2NzAsc2l6ZT0xOTI5NCxibGtzaXplPTE2Mzg0IH0p ID0gMCAoMHgwKQowLjE0MjE2MzMwMiByZWFkKDYsIiMgJEZyZWVCU0Q6IE1rL2Jz ZC5vcHRpb25zLmRlc2MuIi4uLiwxNjM4NCkgPSAxNjM4NCAoMHg0MDAwKQowLjE1 MDg2NDE3OSByZWFkKDYsIml0ZSAzIGRhdGFiYXNlIHN1cHBvcnRcblNTRV9ERVND Ii4uLiwxNjM4NCkgPSAyOTEwICgweGI1ZSkKMC4xNTI1NTQ1MTAgcmVhZCg2LDB4 ODAwZDRjMDAwLDE2Mzg0KQkJID0gMCAoMHgwKQowLjE1MjcxNDg4MiBjbG9zZSg2 KQkJCQkgPSAwICgweDApCjAuMTUzODEzMTc5IHJlYWQoNSwiaWNlIERhdGFiYXNl Ilx0XHRcdFx0OzsgXFxcblx0XHQiLi4uLDE2Mzg0KSA9IDgxOTUgKDB4MjAwMykK MC4xNTQ0ODA2NTAgcmVhZCg1LDB4ODAwYzZkMDAwLDE2Mzg0KQkJID0gMCAoMHgw KQowLjE1NDYzMTgwMiBjbG9zZSg1KQkJCQkgPSAwICgweDApCjAuMTU0ODE0MjQ2 IHJlYWQoNCwweDgwMGM1MzAwMCwxNjM4NCkJCSA9IDAgKDB4MCkKMC4xNTQ5NTAz MTEgY2xvc2UoNCkJCQkJID0gMCAoMHgwKQowLjE1NTEwMDYyNCByZWFkKDMsMHg4 MDBjNDMwMDAsMTYzODQpCQkgPSAwICgweDApCjAuMTU1MjQ1MzUwIGNsb3NlKDMp CQkJCSA9IDAgKDB4MCkKMC4xNTU0MTY2MTkgb3BlbigiLmRlcGVuZCIsT19SRE9O TFksMDY2NikJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwowLjE1 NTYyMDI5NyBzaWdhY3Rpb24oU0lHSU5ULHsgU0lHX0lHTiBTQV9SRVNUQVJUIHNz X3QgfSx7IFNJR19ERkwgMHgwIHNzX3QgfSkgPSAwICgweDApCjAuMTU1NzU0NDA1 IHNpZ2FjdGlvbihTSUdJTlQseyAweDQwN2U3MCBTQV9SRVNUQVJUIHNzX3QgfSx7 IFNJR19JR04gU0FfUkVTVEFSVCBzc190IH0pID0gMCAoMHgwKQowLjE1NTg4NDMy NCBzaWdhY3Rpb24oU0lHVEVSTSx7IFNJR19JR04gU0FfUkVTVEFSVCBzc190IH0s eyBTSUdfREZMIDB4MCBzc190IH0pID0gMCAoMHgwKQowLjE1NjAzMzUyMCBzaWdh Y3Rpb24oU0lHVEVSTSx7IDB4NDA3ZTcwIFNBX1JFU1RBUlQgc3NfdCB9LHsgU0lH X0lHTiBTQV9SRVNUQVJUIHNzX3QgfSkgPSAwICgweDApCjAuMTU2MTY0Mjc2IHNp Z2FjdGlvbihTSUdIVVAseyBTSUdfSUdOIFNBX1JFU1RBUlQgc3NfdCB9LHsgU0lH X0RGTCBTQV9SRVNUQVJUIHNzX3QgfSkgPSAwICgweDApCjAuMTU2Mjk4OTQ0IHNp Z2FjdGlvbihTSUdIVVAseyAweDQwN2U3MCBTQV9SRVNUQVJUIHNzX3QgfSx7IFNJ R19JR04gU0FfUkVTVEFSVCBzc190IH0pID0gMCAoMHgwKQowLjE1NjQyODU4MiBz aWdhY3Rpb24oU0lHUVVJVCx7IFNJR19JR04gU0FfUkVTVEFSVCBzc190IH0seyBT SUdfREZMIDB4MCBzc190IH0pID0gMCAoMHgwKQowLjE1NjU1NzEwNCBzaWdhY3Rp b24oU0lHUVVJVCx7IDB4NDA3ZTcwIFNBX1JFU1RBUlQgc3NfdCB9LHsgU0lHX0lH TiBTQV9SRVNUQVJUIHNzX3QgfSkgPSAwICgweDApCjAuMTU2NzUyNDAwIHN0YXQo InByZS1jb25maWciLDB4N2ZmZmZmZmZjNzAwKQkgRVJSIzIgJ05vIHN1Y2ggZmls ZSBvciBkaXJlY3RvcnknCjAuMTU2OTI4Njk3IHN0YXQoInByZS1jb25maWciLDB4 N2ZmZmZmZmZjNzIwKQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3Rvcnkn CjAuMTU3MDY2NDM4IHN0YXQoImNvbmZpZy1jb25kaXRpb25hbCIsMHg3ZmZmZmZm ZmM3MzApIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwowLjE1NzIw NzgxMSBzdGF0KCJjb25maWctY29uZGl0aW9uYWwiLDB4N2ZmZmZmZmZjNzUwKSBF UlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKMC4xNTczNDI3NTggc3Rh dCgiaW5zdGFsbCIsMHg3ZmZmZmZmZmM3NjApCSBFUlIjMiAnTm8gc3VjaCBmaWxl IG9yIGRpcmVjdG9yeScKMC4xNTc2MjA0NzYgdmZvcmsoMHg4MDBjMDY0NmIsMHg0 MDdiMjMsMHg4YiwweDgwMGQ2Nzg4MCwweGZmZmZmZmZmZmZlMjc0ZGYsMHg2KSA9 IDgzNjU2ICgweDE0NmM4KQowLjYxODQ1MDY1MyB3YWl0NCgweGZmZmZmZmZmLDB4 N2ZmZmZmZmZjN2Q4LDB4MCwweDAsMHg3ZmZmZmZmZmJlODAsMHg4MDA4MDA3ZTgp ID0gNyAoMHg3KQowLjYxODQ1MDY1MyBTSUdOQUwgMjAgKFNJR0NITEQpCjAuNjE4 NTU2NTQzIHNpZ3JldHVybigweDdmZmZmZmZmYzMyMCwweDEsMHg3ZmZmZmZmZmMz MjAsMHgwLDB4N2ZmZmZmZmZiZTgwLDB4ODAwODAwN2U4KSA9IDcgKDB4NykKMC42 MTg2MjAyNDUgd2FpdDQoMHhmZmZmZmZmZiwweDdmZmZmZmZmYzdkOCwweDAsMHgw LDB4N2ZmZmZmZmZiZTgwLDB4ODAwODAwN2U4KSA9IDgzNjU2ICgweDE0NmM4KQow LjYxODY4NTkwMyBmc3RhdCgxLHsgbW9kZT1jcnctLXctLS0tICxpbm9kZT0xMDIs c2l6ZT0wLGJsa3NpemU9NDA5NiB9KSA9IDAgKDB4MCkKMC42MTg3ODM0MTEgaW9j dGwoMSxUSU9DR0VUQSwweGZmZmZjMTQ4KQkgPSAwICgweDApCjAuNjE4OTY2MTM1 IHdyaXRlKDEsIioqKiBbaW5zdGFsbF0gRXJyb3IgY29kZSAxXG4iLDI3KSA9IDI3 ICgweDFiKQowLjYxOTA0MTg1MCB3cml0ZSgxLCJcbiIsMSkJCQkgPSAxICgweDEp CjAuNjE5NjIzMjY4IHdyaXRlKDEsIlN0b3AgaW4gL3Vzci9wb3J0cy9tYWlsL3Bv c3RmaXhhIi4uLiwzOCkgPSAzOCAoMHgyNikKMC42MTk2MjMyNjggcHJvY2VzcyBl eGl0LCBydmFsID0gMQo= ------------wgPPxZYsnn99WdSn0tf5ix-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 06:13:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3E68C80E for ; Wed, 10 Apr 2013 06:13:36 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id CE1DF686 for ; Wed, 10 Apr 2013 06:13:35 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id z2so82627wey.1 for ; Tue, 09 Apr 2013 23:13:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=8dL3IhXhVtXdWov8sBWpxdlyHsyo4spKsySCT+22IME=; b=jPDO4bCRxdISKeukV8wjrVh+tKUs3zd+Xyt9rCDI+OYYzuO2j1qYdEDi7QWI6lQiWw hz2fKKVzhzTRcJfJkhxhGzSmGKElB8yYdeBuMYLIQgB/8Z3zkWH0S2YgvygtyxBwpI0t WQpSi8TVtm8CdMvKMW5XDKoR7C1OJ7V5opBWACtaXRW6djyOCbzFSLnJxF1OXS/GwhkT WtmQNM89ZdemoBSARItroU1w5urypfmaE1Q4X6oqpeV8xPfVWZ5O0iOLYiPM1+PVdCPS fALHO5rlxoUGj8xAAYDn/gSPuw28v8svNMA+dTsd+MTGrRov/Jog46AbnKPhua/LIkVv BD/w== X-Received: by 10.180.181.40 with SMTP id dt8mr925644wic.17.1365574414892; Tue, 09 Apr 2013 23:13:34 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q13sm36653832wie.0.2013.04.09.23.13.33 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Apr 2013 23:13:34 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 10 Apr 2013 08:13:31 +0200 From: Baptiste Daroussin To: Michael Gmelin Subject: Re: www/nginx pkg-plist + pkgng (detectable?) Message-ID: <20130410061331.GA74304@ithaqua.etoilebsd.net> References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> <20130408103118.67ea695a@bsd64.grem.de> <20130409205950.677a6812@bsd64.grem.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <20130409205950.677a6812@bsd64.grem.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Chris Rees , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 06:13:36 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > On Tue, 9 Apr 2013 19:43:15 +0100 > Chris Rees wrote: >=20 >=20 > >=20 > > No, it's a bug in pkgng; it should respect @cwd. > >=20 No it is not. While i agree with pkgng that should repect @cwd (it surely does) There is nothing written anywhere that will waranty you that the @exec line= will be parsed in order ro prepend @cwd path to a path you provide. the only thi= ng doing that is %D. A user MUST add %D and have complete path in @exec lines In fact in that case it works by chance becauce of how pkg_install treat pl= ist. >=20 > pkg should respect @cwd for sure, but looking at nginx's plist I think > that it should use the cwd marker consistently, so right now it says: >=20 > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDATA%%www/nginx-dist/index.html %%WWWDATA%%www/nginx-dist/50x.html > %%WWWDATA%%@exec chmod a-w www/nginx-dist > %%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi > %%WWWDATA%%@dirrmtry www/nginx-dist >=20 > IMHO this should be: >=20 > %%WWWDATA%%@exec mkdir -p -m 755 %D/www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDATA%%www/nginx-dist/index.html %%WWWDATA%%www/nginx-dist/50x.html > %%WWWDATA%%@exec chmod a-w www/nginx-dist > %%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi > %%WWWDATA%%@dirrmtry %D/www/nginx-dist >=20 Yes Michael you are totally right :) regards, Bapt --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlFlAwsACgkQ8kTtMUmk6EykAQCeL8J0z9eX/ONBK3qKddNb8YXO iF4AnifKRH1yM0OspUjcNW889tyizlfu =eYki -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 06:59:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 46DED29A for ; Wed, 10 Apr 2013 06:59:16 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) by mx1.freebsd.org (Postfix) with ESMTP id E1CA384C for ; Wed, 10 Apr 2013 06:59:15 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hn17so120151wib.12 for ; Tue, 09 Apr 2013 23:59:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=rAA5Nv7K0xCQaVnmdnjIskQPKXhgDIiBsOpEQx2HFiw=; b=d8HkCLdL1f7qtc3FEA3SBsQkF34UNCyMakbNo5jTF9kQCpTA0/a53KFM9MbcARN00d g5CJujCJTZljbfbrBMx60WXXWA1x50QC9MpegKKYdvTBwbvsIIUYtPjBa1J1SBWEV7qa Ejis49aG0/i5G1NwX00soBjliqO4te4xeEKKxfR8cQMsj4lsLo8TXYljSmvIhjIJGnCo oCij6cJ69u7AlWgWbdENdTrYyNNwQjsggLEAuuVwO7KV3wSL/+7WMfIP3NuDIzUflDgg zYO5Hihp6B7WJodnVPEXDEayL+lv5p1mz9FJussyEC6Dlp4Tqt6POi1kw3rqa9oo0p0Q tpeA== MIME-Version: 1.0 X-Received: by 10.180.92.97 with SMTP id cl1mr24354212wib.19.1365577155031; Tue, 09 Apr 2013 23:59:15 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Tue, 9 Apr 2013 23:59:14 -0700 (PDT) Date: Wed, 10 Apr 2013 08:59:14 +0200 Message-ID: Subject: emulators/visualboyadvance-m fails to build From: David Demelier To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 06:59:16 -0000 Hello, On a very recent ports tree I could not build visualboyadvance-m, it fails with the following error : [ 17%] Building CXX object CMakeFiles/fex.dir/fex/fex/Data_Reader.cpp.o /usr/bin/c++ -DBKPT_SUPPORT -DC_CORE -DENABLE_NLS -DFINAL_VERSION -DHAVE_ARPA_INET_H -DHAVE_NETINET_IN_H -DHAVE_ZLIB_H -DNO_LINK -DSDL -DUSE_OPENGL -O3 -Wall -O2 -pipe -fno-strict-aliasing -I/wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/giomm-2.4 -I/usr/local/lib/giomm-2.4/include -I/usr/local/include/gtkmm-2.4 -I/usr/local/lib/gtkmm-2.4/include -I/usr/local/include/atkmm-1.6 -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gdkmm-2.4 -I/usr/local/lib/gdkmm-2.4/include -I/usr/local/include/pangomm-1.4 -I/usr/local/lib/pangomm-1.4/include -I/usr/local/include/cairomm-1.0 -I/usr/local/lib/cairomm-1.0/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/gio-unix-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/drm -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/gtkglextmm-1.2 -I/usr/local/lib/gtkglextmm-1.2/include -I/usr/local/include/gtkglext-1.0 -I/usr/local/lib/gtkglext-1.0/include -DSYSCONFDIR='"/usr/local/etc"' -DWITH_LIRC='0' -DVERSION='"1.8.0r1001"' -DPKGDATADIR='"/usr/local/share/vbam"' -DPACKAGE='' -DLOCALEDIR=\"/usr/local/share/locale\" -o CMakeFiles/fex.dir/fex/fex/Data_Reader.cpp.o -c /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp: In function 'size_t utf8_char_len_from_header(char)': /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:240: warning: unused variable 'c' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp: In member function 'virtual const char* Gzip_File_Reader::read_v(void*, int)': /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:735: error: invalid conversion from 'void*' to 'gzFile_s*' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:735: error: initializing argument 1 of 'int gzread(gzFile_s*, void*, unsigned int)' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:739: error: invalid conversion from 'void*' to 'gzFile_s*' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:739: error: initializing argument 1 of 'const char* convert_gz_error(gzFile_s*)' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp: In member function 'virtual const char* Gzip_File_Reader::seek_v(int)': /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:749: error: invalid conversion from 'void*' to 'gzFile_s*' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:749: error: initializing argument 1 of 'off_t gzseek(gzFile_s*, off_t, int)' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:750: error: invalid conversion from 'void*' to 'gzFile_s*' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:750: error: initializing argument 1 of 'const char* convert_gz_error(gzFile_s*)' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp: In member function 'void Gzip_File_Reader::close()': /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:759: error: invalid conversion from 'void*' to 'gzFile_s*' /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:759: error: initializing argument 1 of 'int gzclose(gzFile_s*)' *** [CMakeFiles/fex.dir/fex/fex/Data_Reader.cpp.o] Error code 1 Stop in /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001. *** [CMakeFiles/fex.dir/all] Error code 1 Stop in /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001. *** [all] Error code 1 Stop in /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001. *** [do-build] Error code 1 Stop in /usr/ports/emulators/visualboyadvance-m. ===> Cleaning for visualboyadvance-m-1.8.0r1001_3 Here is the full error log : http://packages.malikania.fr/logs/Melon/latest/logs/errors/visualboyadvance-m-1.8.0r1001_3.log Does anyone has the same issue? Regards, -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 07:56:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 36CDAD59 for ; Wed, 10 Apr 2013 07:56:57 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 152EFA88 for ; Wed, 10 Apr 2013 07:56:56 +0000 (UTC) Received: from [10.31.9.111] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7202843BC1; Wed, 10 Apr 2013 02:56:55 -0500 (CDT) Message-ID: <51651B46.70802@marino.st> Date: Wed, 10 Apr 2013 09:56:54 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: David Demelier Subject: Re: emulators/visualboyadvance-m fails to build References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 07:56:57 -0000 On 4/10/2013 08:59, David Demelier wrote: > Hello, > > On a very recent ports tree I could not build visualboyadvance-m, it > fails with the following error : > > /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:750: > error: initializing argument 1 of 'const char* > convert_gz_error(gzFile_s*)' > /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp: > In member function 'void Gzip_File_Reader::close()': > /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:759: > error: invalid conversion from 'void*' to 'gzFile_s*' > /wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-1.8.0r1001/fex/fex/Data_Reader.cpp:759: > Here is the full error log : > http://packages.malikania.fr/logs/Melon/latest/logs/errors/visualboyadvance-m-1.8.0r1001_3.log > > Does anyone has the same issue? > I've seen that type of error a 100 times in other packages. It's caused by using zlib 1.26 or greater with software that mis-implemented the zlib interface. At version 1.26 a typedef change made the past error apparent. So some zlib must have been upgraded (base?). There's going to be a lot of fallout from that upgrade. DragonFly saw this very thing a few months ago when the base zlib was updated to 1.27 and suddenly pkgsrc packages started failing to build. John From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 08:01:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3F3FF194 for ; Wed, 10 Apr 2013 08:01:34 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id E0612AED for ; Wed, 10 Apr 2013 08:01:33 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPpyB-00006F-5o for freebsd-ports@freebsd.org; Wed, 10 Apr 2013 01:01:27 -0700 Date: Wed, 10 Apr 2013 01:01:27 -0700 (PDT) From: Jakub Lach To: freebsd-ports@freebsd.org Message-ID: <1365580887028-5802779.post@n5.nabble.com> Subject: Strange (?) portsnap output (change in metadate without changes) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 08:01:34 -0000 Fetching snapshot tag from portsnap.FreeBSD.org... done. Fetching snapshot metadata... done. Updating from Tue Apr 9 21:52:17 CEST 2013 to Wed Apr 10 09:44:43 CEST 2013. Fetching 2 metadata patches.. done. Applying metadata patches... done. Fetching 0 metadata files... done. Fetching 0 patches. done. Applying patches... done. Yet looking in svn latest commit was 13 hours ago, not fifteen minutes... -- View this message in context: http://freebsd.1045724.n5.nabble.com/Strange-portsnap-output-change-in-metadate-without-changes-tp5802779.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 08:03:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 58AEE355; Wed, 10 Apr 2013 08:03:00 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22d.google.com (mail-ia0-x22d.google.com [IPv6:2607:f8b0:4001:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 259F5B18; Wed, 10 Apr 2013 08:03:00 +0000 (UTC) Received: by mail-ia0-f173.google.com with SMTP id h37so170260iak.32 for ; Wed, 10 Apr 2013 01:02:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=R9atmcoFZT6Bu62hWeS8TNDT2N1fCS1G5cpEqzUx4Ak=; b=GsYGWBvkIeGTNgCR/3VlFiJGKzBBj4+yletOSlmWhqIccoK+AWYzJfSnrFiCRyeWja Q/HlY7GA467BOH5VGvndTlVsCXmY2nYZ7QfWkTihxsWL5H95+2R5XpX73k1RemWyC/HJ nhLooQqAqsu3UoCvTr40zEHkAJiOhJjcSY14PeNrUXQqEeT1vN+aWBXMXrJhPAQCysxv CWgVLXWA5Uea3Xsh304b1uNahcoYXhUJ9nV/14dh0qo1RXkIiGriqkjV4EaEKJbct9E/ ZVYtrzv4NeSYCPo9ort5ww2WVV7FytFml5Qx9Bwr3FcrrrPqKIMlduy3mTQqO+GjyVKO bslA== X-Received: by 10.50.197.170 with SMTP id iv10mr12265929igc.62.1365580979885; Wed, 10 Apr 2013 01:02:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.58.52 with HTTP; Wed, 10 Apr 2013 01:02:29 -0700 (PDT) In-Reply-To: <20130410061331.GA74304@ithaqua.etoilebsd.net> References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> <20130408103118.67ea695a@bsd64.grem.de> <20130409205950.677a6812@bsd64.grem.de> <20130410061331.GA74304@ithaqua.etoilebsd.net> From: Chris Rees Date: Wed, 10 Apr 2013 09:02:29 +0100 Message-ID: Subject: Re: www/nginx pkg-plist + pkgng (detectable?) To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List , Michael Gmelin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 08:03:00 -0000 On 10 April 2013 07:13, Baptiste Daroussin wrote: > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: >> On Tue, 9 Apr 2013 19:43:15 +0100 >> Chris Rees wrote: >> >> >> > >> > No, it's a bug in pkgng; it should respect @cwd. >> > > > No it is not. > > While i agree with pkgng that should repect @cwd (it surely does) > > There is nothing written anywhere that will waranty you that the @exec line will > be parsed in order ro prepend @cwd path to a path you provide. the only thing > doing that is %D. > > A user MUST add %D and have complete path in @exec lines > > In fact in that case it works by chance becauce of how pkg_install treat plist. Am I misunderstanding the meaning of "current working directory"? When mkdir is called, it should create the directory in @cwd. pkg_install's behaviour is correct here, and pkgng's is not. Chris From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 08:53:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 605F16A for ; Wed, 10 Apr 2013 08:53:29 +0000 (UTC) (envelope-from jeffreybouquet@yahoo.com) Received: from nm5-vm6.bullet.mail.gq1.yahoo.com (nm5-vm6.bullet.mail.gq1.yahoo.com [98.136.218.181]) by mx1.freebsd.org (Postfix) with SMTP id 26162E64 for ; Wed, 10 Apr 2013 08:53:28 +0000 (UTC) Received: from [98.137.12.55] by nm5.bullet.mail.gq1.yahoo.com with NNFMP; 10 Apr 2013 08:51:03 -0000 Received: from [98.137.12.48] by tm15.bullet.mail.gq1.yahoo.com with NNFMP; 10 Apr 2013 08:51:03 -0000 Received: from [127.0.0.1] by omp1063.mail.gq1.yahoo.com with NNFMP; 10 Apr 2013 08:51:03 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 846618.61028.bm@omp1063.mail.gq1.yahoo.com Received: (qmail 3767 invoked by uid 60001); 10 Apr 2013 08:51:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1365583863; bh=TZBcXNRRLOMVMWRl+BlHjza31n5q+iOyfGEZg8h1Jks=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=LriJriFS5ZKtejAjRUnpaLmlZyUHquGAKm6hVe1pZnVq0BVxFZrMm3ED9zqcE604sa8isi4ndYQl8cVk9/1rEd+ao2ca834jwItxFxU2pBEw1OUh1HV8dpE7G0Ht4MBvixAhumhGTzM7Nxq0T39EhpqPPM4SSln1GDnRPmUYiU0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=zRrBzL9uDXep4KQyoYQXS+JJ/blDcTHenYFYrQsreksRpfwjknCxAxojd4CfmgJ8l5dn+cEgRGnEgiuydRn4EFjqj4lsfazGCTmZh22bMqsBxt0z/qSfOuQoqufG1qA8D24/hpmGI9oWeUbSmSYeBn/WvrxCOfdVaTqT7G8VhLM=; X-YMail-OSG: SkHZG_8VM1m8iu2cEk6n4Yhy5CcloWgYhWKz47J9Aw8kmpE ODnXJTSUcZByxCVePRtWSa8dMB9MPq8Py5ryVvk8uTfM5w0MjnlPKQNdZ3U6 VD9p91v37UowGEaAotPziblPLEoNTRwg1lXaRggHeSfkL7UANWb_8dW3c2kG aPZcJcCws0cebo6ERMquKq1c2CgqivQ5bwKEUH46M70r91Z.r6ST1clcO7pS iVP_glbHoLpFsqTtX9u7TQ7XvdotsNPgA7V_M.zC1aH1Po7_EcqXZDQcMRm1 tpNmShLTIR_0fUC_UZZJ62wjbHCd5VZHZ9Hz2szTA4XilRVPsfSe9a4Z0kBW oRO0.NchgzxWfss5M9YGvpt.SZM5EGrbnXH6zEaB..2Z_za42zzE3GdXG1kZ zpTybcmBE.Bg.KlbMuI2T1i5rG.F5wHKOJXWuS0v4UGa9KvpfXYEaxGs8RRX XxWPK_hcoQn.p292jCQoxz9DdintvBThW2nyUJsJVcusYRS61MlyslF7c57A Tvh0- Received: from [66.92.43.99] by web164005.mail.gq1.yahoo.com via HTTP; Wed, 10 Apr 2013 01:51:03 PDT X-Rocket-MIMEInfo: 002.001, DQoNCi0tLSBPbiBXZWQsIDQvMTAvMTMsIGNyZWVzQEZyZWVCU0Qub3JnIDxjcmVlc0BGcmVlQlNELm9yZz4gd3JvdGU6DQoNCkZyb206IGNyZWVzQEZyZWVCU0Qub3JnIDxjcmVlc0BGcmVlQlNELm9yZz4NClN1YmplY3Q6IFJlOiBwb3J0cy8xNzc2Nzc6IC91c3IvbG9jYWwvYmluL2dyZXAgaGFsdHMgZGF0YWJhc2VzL3Bvc3RncmVzcWw4NC1zZXJ2ZXIgY29uZmlndXJhdGlvbg0KVG86IGplZmZyZXlib3VxdWV0QHlhaG9vLmNvbSwgY3JlZXNARnJlZUJTRC5vcmcsIHBnc3FsQEZyZWVCU0Qub3JnDQpEYXRlOiABMAEBAQE- X-Mailer: YahooMailClassic/15.1.7 YahooMailWebService/0.8.140.532 Message-ID: <1365583863.82361.YahooMailClassic@web164005.mail.gq1.yahoo.com> Date: Wed, 10 Apr 2013 01:51:03 -0700 (PDT) From: Jeffrey Bouquet Subject: Re: ports/177677: /usr/local/bin/grep halts databases/postgresql84-server configuration To: freebsd-ports@freebsd.org In-Reply-To: <201304100832.r3A8WFSY084023@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 08:53:29 -0000 --- On Wed, 4/10/13, crees@FreeBSD.org wrote: From: crees@FreeBSD.org Subject: Re: ports/177677: /usr/local/bin/grep halts databases/postgresql84-server configuration To: jeffreybouquet@yahoo.com, crees@FreeBSD.org, pgsql@FreeBSD.org Date: Wednesday, April 10, 2013, 1:32 AM Synopsis: /usr/local/bin/grep halts databases/postgresql84-server configuration State-Changed-From-To: open->feedback State-Changed-By: crees State-Changed-When: Wed Apr 10 08:32:15 UTC 2013 State-Changed-Why: Please reply to my email regarding this; http://lists.freebsd.org/pipermail/freebsd-ports/2013-February/081313.html http://www.freebsd.org/cgi/query-pr.cgi?pr=177677 Output at terminal with Cntl-T: load: 0.49 cmd: grep 2644 [running] 13.59r 13.51u 0.00s 72% 1768k load: 0.57 cmd: grep 2644 [running] 23.44r 23.32u 0.00s 96% 1768k etc... From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 11:55:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7EC1C3C5 for ; Wed, 10 Apr 2013 11:55:44 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by mx1.freebsd.org (Postfix) with ESMTP id 13F1B9E3 for ; Wed, 10 Apr 2013 11:55:43 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id j13so367576wgh.1 for ; Wed, 10 Apr 2013 04:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=V7LGDpnNc0bmf4NSlPcZFtRThxVKMba3a8pZ7gsBvNo=; b=Lbsl9JstnJDPC3U2Oea2UM/pi6ij3qBB10U9VflnOmXGzi2eGud5dY9h3EOKhaN+hn lNC3UZsKwpCX9FlSTT8tXBM8vsg5NJcu2O66yFWKn5hJ787n5Pe6XGrXgqwO48/rhEIh JXhZO0nQYzgnsANmfYw9gfCDfS5XbGctQ+bC5kWef7y9GEEeGyXUCr58phIHMb8FYEF9 i4OBe1oQTBqo831rBqYG23d3JmcL4WPjwu2s6QpsHOZ+vi1QO3R9Iy7MxqrOwBciWWOy FXUYDXt5oCwUvrlh7PleaN8DvtYIOJjqvcUczwvA+V6pAv1jqdKBUq11SHA6fU63RVfr XXvg== X-Received: by 10.180.189.205 with SMTP id gk13mr26171653wic.25.1365594943025; Wed, 10 Apr 2013 04:55:43 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id ek4sm31311324wib.11.2013.04.10.04.55.40 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 10 Apr 2013 04:55:41 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 10 Apr 2013 13:55:38 +0200 From: Baptiste Daroussin To: Chris Rees Subject: Re: www/nginx pkg-plist + pkgng (detectable?) Message-ID: <20130410115538.GA95891@ithaqua.etoilebsd.net> References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> <20130408103118.67ea695a@bsd64.grem.de> <20130409205950.677a6812@bsd64.grem.de> <20130410061331.GA74304@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Mailing List , Michael Gmelin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 11:55:44 -0000 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 10, 2013 at 09:02:29AM +0100, Chris Rees wrote: > On 10 April 2013 07:13, Baptiste Daroussin wrote: > > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > >> On Tue, 9 Apr 2013 19:43:15 +0100 > >> Chris Rees wrote: > >> > >> > >> > > >> > No, it's a bug in pkgng; it should respect @cwd. > >> > > > > > No it is not. > > > > While i agree with pkgng that should repect @cwd (it surely does) > > > > There is nothing written anywhere that will waranty you that the @exec = line will > > be parsed in order ro prepend @cwd path to a path you provide. the only= thing > > doing that is %D. > > > > A user MUST add %D and have complete path in @exec lines > > > > In fact in that case it works by chance becauce of how pkg_install trea= t plist. >=20 > Am I misunderstanding the meaning of "current working directory"? >=20 > When mkdir is called, it should create the directory in @cwd. > pkg_install's behaviour is correct here, and pkgng's is not. >=20 > Chris Now one of the major difference between pkg_* and pkgng is that plist is no= more a script, as it should have never been meaning current directory means noth= ing. As all of the plist (meaning 99%) of the uses the %D as they should do and = %D is expected to the lastet @cwd "path" then it works correctly. keeping plist as a script is a total non sense and has been avoided by most= of the maintainer for the last years (almost noone used @cwd that way) for good reason. regards, Bapt --AqsLC8rIMeq19msA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlFlUzoACgkQ8kTtMUmk6Ez3bACghhNo/T9dIwL1YYER0/Bhx+p1 OIwAn0hctXcxpukyvofTKf9ZJ23EWqzE =DNC4 -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 11:56:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5838A463 for ; Wed, 10 Apr 2013 11:56:36 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id BC9809F2 for ; Wed, 10 Apr 2013 11:56:35 +0000 (UTC) Received: (qmail 49365 invoked by uid 89); 10 Apr 2013 11:56:33 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@79.251.26.129) by mail.grem.de with ESMTPA; 10 Apr 2013 11:56:33 -0000 Date: Wed, 10 Apr 2013 13:56:32 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: www/nginx pkg-plist + pkgng (detectable?) Message-ID: <20130410135632.0971caef@bsd64.grem.de> In-Reply-To: References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> <20130408103118.67ea695a@bsd64.grem.de> <20130409205950.677a6812@bsd64.grem.de> <20130410061331.GA74304@ithaqua.etoilebsd.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 11:56:36 -0000 On Wed, 10 Apr 2013 09:02:29 +0100 Chris Rees wrote: > On 10 April 2013 07:13, Baptiste Daroussin wrote: > > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > >> On Tue, 9 Apr 2013 19:43:15 +0100 > >> Chris Rees wrote: > >> > >> > >> > > >> > No, it's a bug in pkgng; it should respect @cwd. > >> > > > > > No it is not. > > > > While i agree with pkgng that should repect @cwd (it surely does) > > > > There is nothing written anywhere that will waranty you that the > > @exec line will be parsed in order ro prepend @cwd path to a path > > you provide. the only thing doing that is %D. > > > > A user MUST add %D and have complete path in @exec lines > > > > In fact in that case it works by chance becauce of how pkg_install > > treat plist. > > Am I misunderstanding the meaning of "current working directory"? > > When mkdir is called, it should create the directory in @cwd. > pkg_install's behaviour is correct here, and pkgng's is not. > > Chris pkg_create(1) says: @cwd [directory] Set the internal directory pointer to point to directory. All subsequent *filenames* will be assumed relative to this directory. If no directory argument is given, it will set the internal directory pointer to the first prefix value. Note: @cd is also an alias for this command. but as far as the package manager is concerned, www/nginx-dist is an argument to mkdir in the exec call (@exec mkdir -p -m 755 www/nginx-dist) and not a filename. Also the porters handbook uses %D in all its examples, but offers no explicit explanation. That said, the way pkg_add is implemented, it changes to directories as a side effect of using its PUSHOUT macro in usr.sbin/pkg_install/add/extract.c (I only glanced at that, but that seems to be the reason why this is happening). So commands get executed within `pwd` == @cwd. So there is definitely a backwards compatibility problem for the sheer reason of that "it worked before". I don't thing pkg should adopt this behavior (it seems like a bad idea long term), but it should detect it somehow. A simple approach to detect this could be chdiring to /var/empty in pkg before executing the call so it will fail in case the path used within @exec is relative. Cheers, Michael -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 13:44:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C2970756 for ; Wed, 10 Apr 2013 13:44:00 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 9D211FA6 for ; Wed, 10 Apr 2013 13:44:00 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 9788C33C3C for ; Wed, 10 Apr 2013 09:43:54 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id E293839861; Wed, 10 Apr 2013 09:43:52 -0400 (EDT) From: Lowell Gilbert To: freebsd-ports@freebsd.org Subject: Re: Trouble building postfixadmin on 10-CURRENT References: <5155EE88.6060708@drenet.info> <448v55ca9w.fsf@lowell-desk.lan> Date: Wed, 10 Apr 2013 09:43:52 -0400 In-Reply-To: (Andre Goree's message of "Wed, 10 Apr 2013 01:58:36 -0400") Message-ID: <448v4qlcvb.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 13:44:00 -0000 "Andre Goree" writes: > Revisiting this, it looks like the issue may be due to missing files (?): No, those are normal. There's a child process that is probably the source of the failure. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 15:08:28 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 19991B3A for ; Wed, 10 Apr 2013 15:08:28 +0000 (UTC) (envelope-from jeffreybouquet@yahoo.com) Received: from nm19-vm2.bullet.mail.gq1.yahoo.com (nm19-vm2.bullet.mail.gq1.yahoo.com [98.136.217.25]) by mx1.freebsd.org (Postfix) with SMTP id B96143D2 for ; Wed, 10 Apr 2013 15:08:27 +0000 (UTC) Received: from [98.137.12.55] by nm19.bullet.mail.gq1.yahoo.com with NNFMP; 10 Apr 2013 15:05:53 -0000 Received: from [98.137.12.202] by tm15.bullet.mail.gq1.yahoo.com with NNFMP; 10 Apr 2013 15:05:53 -0000 Received: from [127.0.0.1] by omp1010.mail.gq1.yahoo.com with NNFMP; 10 Apr 2013 15:05:53 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 915951.53293.bm@omp1010.mail.gq1.yahoo.com Received: (qmail 74744 invoked by uid 60001); 10 Apr 2013 15:05:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1365606353; bh=PFNxuyxTjbW6CfLRJJVzezR+cpcTJZiFYYE7l0bPzEg=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=YjyHai9bUkmSGn+AgQfbkib1yg0mfPJLeatnobZ4PVOhPiTtVtatPf6SDqdFPQrzxwq48nWB2NFXEDhT/ibW7HU1FtGtOsRPnApROGsFK/MMBfdpJ/KO1yjnUL8fx6NVGs4y5EJb5ASWRI3WtmPLtbar1Sd1hx/TP1GKBxt7MDo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=UbUBKfXRqCs/G/Bb1IMRTsnmKTGy00ZUfRzOIofnhNtOgDtQkR5QP9GPkWDjlF7unoOUL96BoW2dXLzpNxkZfAKhGcuj8Q7HDoCyknsU8xQePRWNX96GyK5elIf0zhOlanIvuzvQmiRnKxmBJjxZex0VOB7aNT+IBkwH9o2qOG0=; X-YMail-OSG: 69EaiHYVM1kzl8nneRIAMUDYzwtIri2tnfdeT4Obn4rElYz bsdjFDWAnofFYrVqXoPSsC3s7NJ3T.x4KTE7BRVQ2CFGg6NjgtIiucQsbvv. oCdhwjiztCrfRXj4dGh_N1UwVLaK4VVpPSe.rieFEq6WsDjbg7BEXlVhEWRw R.5T95YvPC0iK2KKJ0Jtx5e_XLUQ.yec7FhSRRhLm_vrUTa885axkENG4AOG 1rUl_hKNVkRHe9AzfHQmRdMrW4Lf7e7VoXbGy21fGOHK1wV.ELi1Lz9Go4Gx 0OvqNwOf2KaLv0RNGjWTGLWAD5XnmXSooEmAsHY.tOKzHoMtftkD_MlKtnLC CxfbZuiuu0TFkesDCOGl0Q9GPaczTqjLYl9q7XnF3nys7FmGRrt_zviUGPur vVPWtgLFxKMTOehCaTpEm2E8M4Ca7Zi_mkn9G4I_lYkQwkE6WZjHBJAayCHu 1g.gFznBxZSCDpWWTfH6sX8OKhao_8RcSB_tZ4rZ2i7J8Sh8WIO5cdJ.pFDU - Received: from [66.92.43.99] by web164005.mail.gq1.yahoo.com via HTTP; Wed, 10 Apr 2013 08:05:53 PDT X-Rocket-MIMEInfo: 002.001, DQouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uDQouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uDQotLS0gT24gV2VkLCA0LzEwLzEzLCBvbGxpIGhhdWVyIDxvaGF1ZXJAZ214LmRlPiB3cm90ZToNCg0KRnJvbTogb2xsaSBoYXVlciA8b2hhdWVyQGdteC5kZT4NClN1YmplY3Q6IFJlOiBwb3J0cy8xNzcBMAEBAQE- X-Mailer: YahooMailClassic/15.1.7 YahooMailWebService/0.8.140.532 Message-ID: <1365606353.71095.YahooMailClassic@web164005.mail.gq1.yahoo.com> Date: Wed, 10 Apr 2013 08:05:53 -0700 (PDT) From: Jeffrey Bouquet Subject: Re: ports/177677: /usr/local/bin/grep halts databases/postgresql84-server configuration To: freebsd-ports@freebsd.org In-Reply-To: <51655D37.4030200@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 15:08:28 -0000 ..................................................................................... ..................................................................................... --- On Wed, 4/10/13, olli hauer wrote: From: olli hauer Subject: Re: ports/177677: /usr/local/bin/grep halts databases/postgresql84-server configuration Please test without bsdgrep. Meanwhile I have reports from users several users that portbuild (for example apache22/24) is broken with bsdgrep. ............................................................. ............................................................. The ports that are fixed (here) by moving the bsd-grep binary temporarily to where it is not in the path: postgresql84-server configure; [also postgresql-docs postgresql-contrib, one or both, but not postgresql84-client]; teTeX-base install graphics/synaesthesia (configure or build or install) (not retested locally though) J. Bouquet From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 18:08:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A32EA8DD for ; Wed, 10 Apr 2013 18:08:23 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-qc0-x22c.google.com (mail-qc0-x22c.google.com [IPv6:2607:f8b0:400d:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 5B62DF15 for ; Wed, 10 Apr 2013 18:08:23 +0000 (UTC) Received: by mail-qc0-f172.google.com with SMTP id b25so331836qca.3 for ; Wed, 10 Apr 2013 11:08:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding; bh=R62AKxF7jjtWwCEap8/7E79/PKGXm3u8SKH/WBbMn3E=; b=UXLHqXuun4V3Ztj5tApQL2fAU7REl8SLspWH9HlcDov6vx5hg4LyTmo1v+pQ/0YDbo i1CRzspiXv7r+jOYoHrT/ZJLiVH0M9mx3ATGLHh5I7JI2VccgHcGgW5plfawjd0m3JBx nJrVthKjTQZW9aWxMBhNw6grZMEucec5AjK80= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=R62AKxF7jjtWwCEap8/7E79/PKGXm3u8SKH/WBbMn3E=; b=kYKRRra+3Z1mrEFXtDZxj8muEqr3LkzmgIl1PN+nLgeAHEMackC3aExrj67FrEl1mb z6dyeyw9CCBNcJ5X0xOQAhJ3AeTCLD7hEuHHRQg5Nw9FBVkbMtntqbi26Q6FkaaKEEg7 XrLIn4qSjFBa2L+4xawHCvGpYSYmMhRF4XAiTNf/hdNRMWFO1d6jh7BGUH/e9mgtn1FK hP1oKqayP7BWIBusKaQxx1cnTay1jdm1EXsCsplywOD4/ySEdQIplA2kn9AsAcg7mooJ qqH+Z17Zdkz8HAazts0cBJoHXSiI++yU2X7as+/+86LhiTiFuBqoSt+yucuTawPMsf3t F42w== X-Received: by 10.49.104.174 with SMTP id gf14mr3758282qeb.55.1365617302871; Wed, 10 Apr 2013 11:08:22 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id en8sm1012596qeb.0.2013.04.10.11.08.21 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Apr 2013 11:08:22 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZmCz83JNMz2CG4w; Wed, 10 Apr 2013 14:08:20 -0400 (EDT) Date: Wed, 10 Apr 2013 14:08:19 -0400 From: Jerry To: freebsd-ports@freebsd.org, kde@FreeBSD.org Subject: kopete-kde4 fails to build Message-ID: <20130410140819.5479cde3@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQkMXEyrKHEdFUBMSg3YMOvJNw1cX3QuUX4C4epWz2mzQgMVme2Txp8iSXBFzPZ7xgcr651E X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 18:08:23 -0000 I have attempted three times to update to "kopete-4.10.1". Each build fails with this message: [ 91%] Built target kopeteidentity 1 error *** Error code 2 1 error *** Error code 1 Actually, there are numerous error messages prior to this one, this is just the final one. The entire build log is available here: -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 18:41:11 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2FD2A224 for ; Wed, 10 Apr 2013 18:41:11 +0000 (UTC) (envelope-from scoobi_doo@yahoo.com) Received: from nm22-vm0.bullet.mail.bf1.yahoo.com (nm22-vm0.bullet.mail.bf1.yahoo.com [98.139.212.126]) by mx1.freebsd.org (Postfix) with ESMTP id C5160160 for ; Wed, 10 Apr 2013 18:41:10 +0000 (UTC) Received: from [98.139.212.145] by nm22.bullet.mail.bf1.yahoo.com with NNFMP; 10 Apr 2013 18:41:04 -0000 Received: from [98.139.212.193] by tm2.bullet.mail.bf1.yahoo.com with NNFMP; 10 Apr 2013 18:41:04 -0000 Received: from [127.0.0.1] by omp1002.mail.bf1.yahoo.com with NNFMP; 10 Apr 2013 18:41:04 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 195687.30155.bm@omp1002.mail.bf1.yahoo.com Received: (qmail 56329 invoked by uid 60001); 10 Apr 2013 18:41:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1365619264; bh=H9ZMejh9ihDKwwiWPw+eO3NfG0VglfCQqa87WfoC5zA=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5inQX+XJ025hwSiVhVpyCAwB/yHMrFM/cvcYYNEEIVdvzVtdjyzhdN3SWvRvj+mxG1HpvQpqQkUFaViwGcX2MsJ4qo/GBMQFZuaQtaG3xVQhXKtwoLP3Ixwh4oO+gKXBTGcQq9Uhz7YWXi+ujw2mfXmL12PMXwMMlsSigMAUJeo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5E13h+eTU4wAKstmHH/ZhmdyDWYkacEwWUxqIArNmeJL088280XAvlM9ExRRk9Nq+2B0kCw4HF9WfMnyYYdWAJO5JstSdklbu/bOKU7xGL9kXREQX5HkNJmWBy9U2gQsCYv2P62JP7UY8SDMBN7jMcGo0O9nsvGOIc9VMVl/jp4=; X-YMail-OSG: 83r3YjEVM1kQOTzY8cuSAFRBOmbs32BftLC61CFGKZNgJMM o3rs5FaEHSZWvYAW0aKFGQuoC9IEWQqQEMDN__iQHo0Nvq7Gai3iCPo9hNZ. ib6QhsUJsxQgtXORFpg_411LNS9Y16ndK7ASpJRAWnXVrU5IR3xjVS07Y4et jaPXKgNgBH4FxjqDTrdo3Hdqo.ZSzSMMT5yv2ArMaQ3XzcLo5q7NaQ1FAEiT n1_iG6OmHCIHC20joBKAWmVp3D6Fsz6M01lrxi5dzVKqtepqzveWHi6jGnan AkfY4WdaXWCGicBG7I8Qa1bipdLfJWBDtNnXviATegtrkjstJ_tN284JALQG LzRrIormBDlz70naflfZjT2IOTZfM1QpvqbUWb0C7Q1QGEGW.enoX9gLdy1H MhOFPsA0ckINYmmthWFCenjePxkzALAJSabrt.Dz8JFiYmoy_K7Sh7w5bF0V jvJYtqvEvjkRi5DaIaTMZ8Ruu5Qecb6fN9GdQj5AYI.J0D5VRNRy3pLoo3n1 EojCfFk.YG3LisNzjv_gw.f4RmtrKf_zD60YnPXaBTxPYDfeTsoyKaDOjY1R 7YvWfJWMV86pkjg-- Received: from [70.90.74.161] by web160103.mail.bf1.yahoo.com via HTTP; Wed, 10 Apr 2013 11:41:03 PDT X-Rocket-MIMEInfo: 002.001, TG9va3MgbGlrZSB0aGUgUVQ0LVFUMyBpbmNvbXBhdGliaWxpdHkgLSB0cnkgdW5pbnN0YWxsaW5nIHgxMS10b29sa2l0cy9xdDMzIGFuZCByZWJ1aWxkaW5nLCB0aGVuIHJlaW5zdGFsbGluZyBxdDMzLgoKClsgOTAlXSBCdWlsZGluZyBDWFggb2JqZWN0IHBsdWdpbnMvb3RyL0NNYWtlRmlsZXMva29wZXRlX290cl9zaGFyZWQuZGlyL2F1dGhlbnRpY2F0aW9ud2l6YXJkLm8KY2QgL3Vzci9wb3J0cy9uZXQtaW0va29wZXRlLWtkZTQvd29yay8uYnVpbGQvcGx1Z2lucy9vdHIgJiYgL3Vzci9iaW4vYysrICAgLUQBMAEBAQE- X-Mailer: YahooMailWebService/0.8.140.532 References: <20130410140819.5479cde3@scorpio> Message-ID: <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> Date: Wed, 10 Apr 2013 11:41:03 -0700 (PDT) From: Anthony Jenkins Subject: Re: [kde-freebsd] kopete-kde4 fails to build To: "freebsd-ports@freebsd.org" , "kde@FreeBSD.org" In-Reply-To: <20130410140819.5479cde3@scorpio> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anthony Jenkins List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 18:41:11 -0000 Looks like the QT4-QT3 incompatibility - try uninstalling x11-toolkits/qt33= and rebuilding, then reinstalling qt33.=0A=0A=0A[ 90%] Building CXX object= plugins/otr/CMakeFiles/kopete_otr_shared.dir/authenticationwizard.o=0Acd /= usr/ports/net-im/kopete-kde4/work/.build/plugins/otr && /usr/bin/c++ -DMA= KE_KOPETE_OTR_SHARED_LIB -O2 -pipe -march=3Dathlon64 -DHAVE_LINUX_INTEGER_T= YPES=3D1 -fno-strict-aliasing -Wnon-virtual-dtor -Wno-long-long -Wundef -Wc= ast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno= -exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virt= ual -fvisibility=3Dhidden -Werror=3Dreturn-type -fvisibility-inlines-hidden= -O2 -DNDEBUG -DQT_NO_DEBUG -fPIC -I/usr/ports/net-im/kopete-kde4/work/.bui= ld/plugins/otr -I/usr/ports/net-im/kopete-kde4/work/kdenetwork-4.10.1/kopet= e/plugins/otr -I/usr/ports/net-im/kopete-kde4/work/.build -I/usr/ports/net-= im/kopete-kde4/work/kdenetwork-4.10.1/kopete/libkopete -I/usr/ports/net-im/= kopete-kde4/work/.build/libkopete -I/usr/ports/net-im/kopete-kde4/work/kden= etwork-4.10.1/kopete/libkopete/ui -I/usr/ports/net-im/kopete-kde4/work/kden= etwork-4.10.1/kopete/libkopete/private -I/usr/ports/net-im/kopete-kde4/work/kdenetwork-4.10.1/kopete/libkopete/co= ntactlist -I/usr/ports/net-im/kopete-kde4/work/kdenetwork-4.10.1/kopete/lib= kopete/tasks -I/usr/local/include -I/usr/local/kde4/include -I/usr/local/kd= e4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtX= mlPatterns -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit= -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest -I/usr/= local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql -I/usr/local/include= /qt4/QtScriptTools -I/usr/local/include/qt4/QtScript -I/usr/local/include/q= t4/QtOpenGL -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtM= ultimedia -I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesign= er -I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus -= I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui -I/usr/lo= cal/include/qt4/QtCore -I/usr/local/include/qt4/Qt -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -o CMakeFi= les/kopete_otr_shared.dir/authenticationwizard.o -c /usr/ports/net-im/kopet= e-kde4/work/kdenetwork-4.10.1/kopete/plugins/otr/authenticationwizard.cpp= =0AIn file included from /usr/local/include/qt4/QtCore/qbasicatomic.h:227, = from /usr/local/include/qt4/QtCore/qatomic.h:46, from /usr/local/include/qt= 4/QtCore/qbytearray.h:45, from /usr/local/include/qt4/QtCore/qobject.h:49, = from /usr/local/include/qt4/QtCore/QObject:1, from /usr/ports/net-im/kopete= -kde4/work/kdenetwork-4.10.1/kopete/libkopete/kopetechatsession.h:27, from = /usr/ports/net-im/kopete-kde4/work/.build/plugins/otr/../../../kdenetwork-4= .10.1/kopete/plugins/otr/otrlchatinterface.h:33, from /usr/ports/net-im/kop= ete-kde4/work/.build/plugins/otr/moc_otrlchatinterface.cpp:10, from /usr/po= rts/net-im/kopete-kde4/work/.build/plugins/otr/kopete_otr_shared_automoc.cp= p:4:=0A/usr/local/include/qt4/QtCore/qatomic_arch.h:96:4: error: #error "Qt= has not been ported to this architecture"=0AAnthony Jenkins=0A=0A=0A=0A=0A= >________________________________=0A> From: Jerry =0A>= To: freebsd-ports@freebsd.org; kde@FreeBSD.org =0A>Sent: Wednesday, April 1= 0, 2013 2:08 PM=0A>Subject: [kde-freebsd] kopete-kde4 fails to build=0A> = =0A>I have attempted three times to update to "kopete-4.10.1". Each build= =0A>fails with this message:=0A>=0A>[ 91%] Built target kopeteidentity=0A>1= error=0A>*** Error code 2=0A>1 error=0A>*** Error code 1=0A>=0A>Actually, = there are numerous error messages prior to this one, this is=0A>just the fi= nal one. The entire build log is available here:=0A>=0A>=0A>=0A>-- =0A>Jerry =E2=99=94=0A>=0A>Disclaime= r: off-list followups get on-list replies or get ignored.=0A>Please do not = ignore the Reply-To header.=0A>____________________________________________= ______________________=0A>=0A>_____________________________________________= __=0A>kde-freebsd mailing list=0A>kde-freebsd@kde.org=0A>https://mail.kde.o= rg/mailman/listinfo/kde-freebsd=0A>See also http://freebsd.kde.org/ for lat= est information=0A>=0A>=0A> From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 19:44:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 833AD1B2 for ; Wed, 10 Apr 2013 19:44:03 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 368AD620 for ; Wed, 10 Apr 2013 19:44:03 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id j3so366451qcs.20 for ; Wed, 10 Apr 2013 12:44:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=KEKSQ1o/Drlzi8QkUdqxj1gWTeA0NHqhk2jG24TajO0=; b=Ipbif9rrWeGOhcnCr5aepCYN90gHmRz/VF+obifxKoH9qVvZkdqM2Q9ExkwJHPizpq CrXgILrW/YXucq+nvXQbyvCvWYH+I6rNVEoDFqauot50HPeSZKKKToK8bK6a1VDn9O3L 7y506UzLWBcI4AV7LzUy3n7w9oFSHPhMk6/Ps= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=KEKSQ1o/Drlzi8QkUdqxj1gWTeA0NHqhk2jG24TajO0=; b=KP9N9y8A7C5+5H1ciVTMBAq7AenWJIGVHg+M56qRlOnOEmgW4DxPapXQRq84mPzzGX WPAMQdr7cJM8rFcRzXFRX/4NbtTv7ay0vKPU40noqXtinKCbLDY4FP5paG91bo45p+0o +bY0Gv88Xyy7rpm4cMiq3JgDli1TtJ+LajlJPJnhppPtrmrlWxBvLFcIq0VBV6Cei5+l dk5CnN1AvQchZdQTUr43+zVnoNKy4u93CDCaC8qyZPNBQKyVacAghDerRxu8KtTpVm24 Uqo+2i4KAnh4jslBdwxCPiF1GY3PMYHWqC3dlpoc+wEK0feYY7Gx05En9QNEF4oHDd0E uuYg== X-Received: by 10.49.25.202 with SMTP id e10mr4390915qeg.49.1365623042717; Wed, 10 Apr 2013 12:44:02 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id m8sm2583308qav.8.2013.04.10.12.44.01 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Apr 2013 12:44:02 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZmG5X4lz4z2CG4w for ; Wed, 10 Apr 2013 15:44:00 -0400 (EDT) Date: Wed, 10 Apr 2013 15:44:00 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build Message-ID: <20130410154400.774fe586@scorpio> In-Reply-To: <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> References: <20130410140819.5479cde3@scorpio> <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQk7flh/oGh8Tmi/6oYgmNPS8GVo/v+XH9JhWNw07BrfRqCPTadSRWTLZhWwWhIGMsIJRj07 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 19:44:03 -0000 On Wed, 10 Apr 2013 11:41:03 -0700 (PDT) Anthony Jenkins articulated: > Looks like the QT4-QT3 incompatibility - try uninstalling > x11-toolkits/qt33 and rebuilding, then reinstalling qt33. I don't have that installed. As far as I can tell, I don't have any QT3\* ports installed. The closest I can find is "qt4-qt3support-4.8.4" It is shown as a dependency of "kopete-4.9.5" and a crap load of other programs. What happens if I just delete "kopete-4.9.5" and then try to build the updated version? Seriously though, I really wish they would retire "QT3" from the ports. It is always causing a problem for me. -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 19:55:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BE7A74C1 for ; Wed, 10 Apr 2013 19:55:12 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 813256AB for ; Wed, 10 Apr 2013 19:55:12 +0000 (UTC) Received: from [188.174.212.205] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UQ16m-0007vz-8X for freebsd-ports@freebsd.org; Wed, 10 Apr 2013 21:55:04 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3AJt2Lp004994 for ; Wed, 10 Apr 2013 21:55:02 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3AJt2Gn004993 for freebsd-ports@freebsd.org; Wed, 10 Apr 2013 21:55:02 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Wed, 10 Apr 2013 21:55:01 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build Message-ID: <20130410195501.GA4964@tinyCurrent> References: <20130410140819.5479cde3@scorpio> <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> <20130410154400.774fe586@scorpio> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130410154400.774fe586@scorpio> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.212.205 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 19:55:12 -0000 El día Wednesday, April 10, 2013 a las 03:44:00PM -0400, Jerry escribió: > I don't have that installed. As far as I can tell, I don't have any > QT3\* ports installed. The closest I can find is "qt4-qt3support-4.8.4" > It is shown as a dependency of "kopete-4.9.5" and a crap load of > other programs. What happens if I just delete "kopete-4.9.5" and then > try to build the updated version? > > Seriously though, I really wish they would retire "QT3" from the ports. > It is always causing a problem for me. Haven't you said 5 lines above, that you do not have any 'QT3\* ports installed'? Your statements do not match. matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Wed Apr 10 20:59:17 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EB066831 for ; Wed, 10 Apr 2013 20:59:17 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 9FCD0A16 for ; Wed, 10 Apr 2013 20:59:17 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id d10so405596qca.9 for ; Wed, 10 Apr 2013 13:59:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=XayLLEfeswsfo8btN04Y6ByGoD++IijAz+A8e7o718k=; b=RwLLmmNspDNbhdrvRiMPqsswyQTIKSPYWGynrOV1ZSTp3UFz9JiACgttdBcLFTqr2I Y+js374Ss9mcZxLa3i+06sj1HPCAGzMqkahhfr/jAt2gpZwftXGX3IIU+SJY8mn3Qklq zvgSMBEMQgAcJu/K3tNVDHCn5EmRxzxV48JKo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=XayLLEfeswsfo8btN04Y6ByGoD++IijAz+A8e7o718k=; b=dCTfiDQoy92sHrNKH8/92/6vLP6jQNF52SHo+gR8jxIdROpM+Yp9llloyVf0ZydpmV 5ZE5Za93epVFKMgFhO78MRdAHQ9wsAL31IYMOrO0lcnBSblxPYm/VMIZllt0LYQVJtWN wlJdmcBrdnvlyEL1k3b+CuJl26c8WEWrV4NQN/JC5xd/GwgUFd+kqEjg4jxppCrcixwg u5Tb6LopfcP+BnFCkXxXUgN20XDXlzYC2DdS6gPJQ0BwQjHE6O+fNfLgM1M1hdYQ9wEL na4YYo1P2nB/C9K0VtnsbwOZS40pXXDHRFz1D/YJBMJZS4Al8gzZ3nRQ+fBN51xVqdxC LWig== X-Received: by 10.49.82.4 with SMTP id e4mr4636098qey.62.1365627556930; Wed, 10 Apr 2013 13:59:16 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id en8sm1915419qeb.0.2013.04.10.13.59.15 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Apr 2013 13:59:16 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZmHmL6pXrz2CG4w for ; Wed, 10 Apr 2013 16:59:14 -0400 (EDT) Date: Wed, 10 Apr 2013 16:59:14 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build Message-ID: <20130410165914.3fb3ee32@scorpio> In-Reply-To: <20130410195501.GA4964@tinyCurrent> References: <20130410140819.5479cde3@scorpio> <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> <20130410154400.774fe586@scorpio> <20130410195501.GA4964@tinyCurrent> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQltUqLVhDjCjgSKgTniyzbHaBXYK+8hg8EpigIrjpwAZhPWo6HKE1q2ElEyDJARPv7QxX4D X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 20:59:18 -0000 On Wed, 10 Apr 2013 21:55:01 +0200 Matthias Apitz articulated: > El día Wednesday, April 10, 2013 a las 03:44:00PM -0400, Jerry > escribió: > > > I don't have that installed. As far as I can tell, I don't have any > > QT3\* ports installed. The closest I can find is > > "qt4-qt3support-4.8.4" It is shown as a dependency of > > "kopete-4.9.5" and a crap load of other programs. What happens if I > > just delete "kopete-4.9.5" and then try to build the updated > > version? > > > > Seriously though, I really wish they would retire "QT3" from the > > ports. It is always causing a problem for me. > > Haven't you said 5 lines above, that you do not have any 'QT3\* ports > installed'? Your statements do not match. Actually, they do. I have a "qt4" package that offers support for "qt3". I never directly installed it, it must have been sucked in by the crap load of other programs that depend on it. If I delete it, I assume that everything else that requires it will fail. So, are you stating that I am suppose to delete "qt4-qt3support-4.8.4", attempt to install "kopete" and then re-install "qt4-qt3support-4.8.4"? What drug addict came up with this bullshit? -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 06:13:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9115BBB5 for ; Thu, 11 Apr 2013 06:13:16 +0000 (UTC) (envelope-from tkjacobsen@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id 20C01200 for ; Thu, 11 Apr 2013 06:13:15 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id q13so1257714lbi.9 for ; Wed, 10 Apr 2013 23:13:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=0F7cXUt8qFPIH6swzZu07/v4jar/MaihOSGPsnLFPfo=; b=IZEJa9si+tORA9ZqIwfiJEKiQbRtGizwtdB+OP7n/B/UNS88sK74F2FRlxH5xaEMCW BJNbBJa/VSwGkRiCxhjbfsvMAbEGloNLfjbNcNTkNuIHEq0dME4toxBQjdx2Gmmdd9Bz 7fAdcjtOc6dZjtFXOfGvt02x4qU0MnKEkfW7+WhJQTYHCQ+T/rYiyoc3GZXfyuUHaDzd E1CoTExk59rCaAw3RxiB8RymC3JilW000wzNKj/qF4z4vWX9CtoRbOLN618+QoHMYakX QhJaok0N1HV2Rma6lE+t8VbgBIaqa+zWBBa1FIhxwuUYvUohnFemBQ0ThD/24UkGEjK+ mcAw== X-Received: by 10.152.28.41 with SMTP id y9mr2499953lag.15.1365660788605; Wed, 10 Apr 2013 23:13:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.37.233 with HTTP; Wed, 10 Apr 2013 23:12:28 -0700 (PDT) From: Troels Kofoed Jacobsen Date: Thu, 11 Apr 2013 09:12:28 +0300 Message-ID: Subject: Orphaning ports To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 06:13:16 -0000 Hi, Unfortunately, I'm no longer able to maintain my ports. How do I orphan the following? - databases/akonadi-googledata - deskutils/libgcal - graphics/ipe - science/avogadro Thanks in advance! Med venlig hilsen/Best regards Troels Kofoed Jacobsen From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 08:53:50 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E51178E; Thu, 11 Apr 2013 08:53:50 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id F4022B4B; Thu, 11 Apr 2013 08:53:49 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id e51so651155eek.13 for ; Thu, 11 Apr 2013 01:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=alu1+aMmRb8Tgv+QiqZmq7oFQoP8wN0YHobusrFGzjw=; b=Y4ZQ4vnl7hHSkJhm+iwXY0MGL3P2O6+xaGHdA1KnOsy7h8czxw3jLG7Q4WELQIVGNN hiRZEdCtXcyn9YTyMbmbc70i8/dCrB1UtLP9M+uRNAgMvhfeXQf5ECq34hzZIdAfDQsU 7bCCOblC4uyqFrTnuEozVD1YK3lmOVWGmNUxUPmhTglQycPX+7kGLa7nKb1z5CodTuSy eO9L/Sn7wL6ygZM8sSyyG5y/Aj+OTc91G9UProdtYTYxbbcbZUg4TGgLGeoHw8LAr9lV FANDEwFjBZdbrQvtRBIAw2HlmBb16fD8omS8RMceiKoPhkEgtxZss0n32Gc77Vcu2Pnz VNdw== X-Received: by 10.14.1.130 with SMTP id 2mr14899721eed.15.1365670423506; Thu, 11 Apr 2013 01:53:43 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id u44sm4401099eel.7.2013.04.11.01.53.42 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 11 Apr 2013 01:53:42 -0700 (PDT) Date: Thu, 11 Apr 2013 11:54:07 +0300 From: "Sergey V. Dyatko" To: Subject: devel/subversion, Sponsored by Message-ID: <20130411115407.06c0a759@laptop.minsk.domain> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: rpaulo@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 08:53:50 -0000 Hi, I think freebsd template is 'broken' after r314983. I haven't ORGANIZATION defined on /etc/make.conf in this case string 'Sponsored by: ' should not be displayed, right? but I have it: ------------------------------------------------------------------------ r1242 | tiger | 2013-04-11 11:19:18 +0300 (ÞÔ, 11 ÁÐÒ 2013) | 4 lines Import lua-libs Sponsored by: -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 10:19:21 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7A8C8D3B for ; Thu, 11 Apr 2013 10:19:21 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3F64EFB3 for ; Thu, 11 Apr 2013 10:19:21 +0000 (UTC) Received: from [88.217.71.47] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UQEb8-0001aC-Q3 for freebsd-ports@freebsd.org; Thu, 11 Apr 2013 12:19:19 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3BAJHNe003355 for ; Thu, 11 Apr 2013 12:19:17 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3BAJGTR003354 for freebsd-ports@freebsd.org; Thu, 11 Apr 2013 12:19:16 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Thu, 11 Apr 2013 12:19:16 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: problems with half installed ports Message-ID: <20130411101916.GA3339@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.71.47 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 10:19:21 -0000 Hi, Sometimes, while compiling all my ports, I encounter the following problem: Say, we are installing ports/A which depends on ports/B; the Makefile detects the dependency and goes to install ports/B; if now during the final installation process, some files are already delivered to /usr/local, some files not, the system goes down (by intention because it's time to go out), before the installation of ports/B is fully done and registered to /var/db/pkg, next time when you restart installing ports/A it often sees, because the file referenced in the Makefile was allready installed (while others not), it thinks that ports/B was installed fine and proceeds with ports/A which later (or even in some other area) gives an error due to missing files of ports/B; I think, the only solution is that the dependency is not only based on some (random) file of B, but on the fact if B was *fully* installed and registered in /var/db/pkg; comments? Thanks matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 10:37:25 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A3257123 for ; Thu, 11 Apr 2013 10:37:25 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x229.google.com (mail-ia0-x229.google.com [IPv6:2607:f8b0:4001:c02::229]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF5FDF for ; Thu, 11 Apr 2013 10:37:25 +0000 (UTC) Received: by mail-ia0-f169.google.com with SMTP id h23so1154102iae.14 for ; Thu, 11 Apr 2013 03:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=FCV78/BZuVLJC0MwyAeOE0TFIPB2JyYvb5Q/pO7UW2Q=; b=xj8lhqqiXWU8rahBr+nE7DF9I71YDSVyP9Rupv06a38lUSWFnwtRTaHr0kmN6+SVAR 45EaJ7WcNpVWTqaojndQSs0sWq7mXPlIkEqEzbQ50/85nYw8ti2GYidjhVhMY5G4tDvF I3S0cHFHLeNqresiuSM5Gs3do2YW41o5ObyYxzCM9aQR9wU7RFe2sDo+nGxWa+h0CxZZ o+zWOrtqppRsLSwDMPhN5hDtUhHbFHUSMHdrH8gw1SHld8fxaVXC3hp9Jspdz8jB3WST GVCUN5oxG3AK/JFgKnRksg6ChBD/G5UN3104LJYq4LBgU1PGAnW9V5uF7hCSl2eNQ1DB 1stw== X-Received: by 10.43.58.10 with SMTP id wi10mr3518409icb.47.1365676644460; Thu, 11 Apr 2013 03:37:24 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Thu, 11 Apr 2013 03:36:54 -0700 (PDT) In-Reply-To: <20130411101916.GA3339@tinyCurrent> References: <20130411101916.GA3339@tinyCurrent> From: Chris Rees Date: Thu, 11 Apr 2013 11:36:54 +0100 X-Google-Sender-Auth: 4IIV4Y-ELUjwxNFiH7r9DCgY1O0 Message-ID: Subject: Re: problems with half installed ports To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 10:37:25 -0000 On 11 April 2013 11:19, Matthias Apitz wrote: > > Hi, > > Sometimes, while compiling all my ports, I encounter the following > problem: > > Say, we are installing ports/A which depends on ports/B; the Makefile > detects the dependency and goes to install ports/B; if now during the > final installation process, some files are already delivered to > /usr/local, some files not, the system goes down (by intention because > it's time to go out), before the installation of ports/B is fully done > and registered to /var/db/pkg, next time when you restart installing > ports/A it often sees, because the file referenced in the Makefile > was allready installed (while others not), it thinks that ports/B was > installed fine and proceeds with ports/A which later (or even in some > other area) gives an error due to missing files of ports/B; > > I think, the only solution is that the dependency is not only based on > some (random) file of B, but on the fact if B was *fully* installed and > registered in /var/db/pkg; > > comments? Installing a port isn't atomic by definition; the larger ones have loads of files that need installed. If I read your description carefully, your solution is to simply avoid interrupting during the installation phase. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 10:54:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A430A411 for ; Thu, 11 Apr 2013 10:54:57 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 3D25A1A3 for ; Thu, 11 Apr 2013 10:54:57 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id r5so1095006wey.25 for ; Thu, 11 Apr 2013 03:54:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=rJBQTSXfTeZnL6te5zGXo/04D0jnCGl7PE8p6rD2S7E=; b=LsJ0nEhGcHH1j0J6Z04BziUWpp9yjsgwVlh6ikAN9EJBnBx2EbtJ9oK/uqQspgGqnl yqBSasZPUdbqNGuPs0ptNQF8j00ntOGw8PxBRLRCQ6MRSs+8/j3V17HJmXCj68laJ9l4 agq0lIaikc0f7NMGBOI9qphXhY1/3eJam7BHr2vAVfMILxwBKZ2vog+FZTwkbjPXLX5A QbSGvuP/c1+662jQKqCcHXehHdf1MvwKmaED+rQzyn6xk3logTjvMNbcxgsTB5NyHGiq EmnVftbtgk8gjHaJnBjonfg2XmkW0VD0EqLjzR9gcmztAe7w8LusA5xvvUtzLK0TODoS Q4FQ== X-Received: by 10.180.90.116 with SMTP id bv20mr9384853wib.32.1365677696393; Thu, 11 Apr 2013 03:54:56 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:d883:a420:16e0:d539? ([2001:980:d7ed:1:d883:a420:16e0:d539]) by mx.google.com with ESMTPS id bo1sm2677040wib.0.2013.04.11.03.54.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 03:54:55 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <5166967D.8090108@freebsd.org> Date: Thu, 11 Apr 2013 12:54:53 +0200 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130403 Thunderbird/17.0.5 MIME-Version: 1.0 To: Troels Kofoed Jacobsen Subject: Re: Orphaning ports References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 10:54:57 -0000 On 11-04-2013 08:12, Troels Kofoed Jacobsen wrote: > Hi, > > Unfortunately, I'm no longer able to maintain my ports. How do I orphan the > following? > > - databases/akonadi-googledata > - deskutils/libgcal > - graphics/ipe > - science/avogadro One way is to write a mail like this one, but you might consider using send-pr (either as utility or at http://www.freebsd.org/send-pr.html ) for better archiving. I'll handle the ports. René From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 11:13:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A44E910 for ; Thu, 11 Apr 2013 11:13:06 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1FD282 for ; Thu, 11 Apr 2013 11:13:05 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id d42so646251qca.1 for ; Thu, 11 Apr 2013 04:13:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=uG+w8OmxiR75AAGWkmsQZV4UqL9TSipKtc8jFvYUiQM=; b=MngHTCrV1eaxmEVNBh1LdpBSI+J57VutRkVUBFJ9P7YAdOj7dsg7gpz/ojfuuW5D/Z 4z/JCK8xvkcPYNPaqwo4v2DUYqReCOB74SDWH6ueo3cbXrr9egk0ryZ7rCBrPAq9lw0j UTP07frqe3bB750gPtbrdPhblQIwow9BQ6nSQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=uG+w8OmxiR75AAGWkmsQZV4UqL9TSipKtc8jFvYUiQM=; b=m6uVugZ1Adf8g1rdsc2Vyi9HtzIbytQJiThfGZXfSAYJaK18LVrNdO/sckpT1pkr0n 3diYvLhpuHDyIYo82QzbRUgQ41HWc/3n4wrsZL1wohq7HjKbETYonWYNRLj4rex0kD8p Cja1sK+q1oxHYPzwjyngOoJGveRODCv+f26ZtACtK93QKf5Pp5qine0ku8knhXBD1Kxh s0RrTCfCvv5/t6gUo9yX+vlUJMjl3XMYBj9YT+oaz5z0O/roOyZSSbB6NdlffF6iVV7O aOOXKBjk2VEZn9wWNhM/g4j7pPY550cz092myd9h4FQKpDy/k/2uqIsQaHMfRqK4ftCz 72XQ== X-Received: by 10.224.41.146 with SMTP id o18mr6662513qae.5.1365678785504; Thu, 11 Apr 2013 04:13:05 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id c2sm5949945qeg.6.2013.04.11.04.13.04 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 04:13:04 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZmfjW48vvz2CG4w for ; Thu, 11 Apr 2013 07:13:03 -0400 (EDT) Date: Thu, 11 Apr 2013 07:13:03 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: problems with half installed ports Message-ID: <20130411071303.6d11d1bb@scorpio> In-Reply-To: References: <20130411101916.GA3339@tinyCurrent> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQnlQMTTyXiIpTzg0kBWVh66EqGakFADztUJxaj0RvSyDn4Tx2FOH+ZqWbAJ5AOb4+r1sld5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 11:13:06 -0000 On Thu, 11 Apr 2013 11:36:54 +0100 Chris Rees articulated: > Installing a port isn't atomic by definition; the larger ones have > loads of files that need installed. > > If I read your description carefully, your solution is to simply avoid > interrupting during the installation phase. Unless you happen to suffer from a catastrophic power failure and don't have a functional UPS installed. In that case, you will probably have to do a forcible uninstall of all of the affected ports and start over. "pkg_delete -dfv " works for me. -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 11:17:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EC303AFC for ; Thu, 11 Apr 2013 11:17:01 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 77A282C3 for ; Thu, 11 Apr 2013 11:17:01 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id eh20so307522lab.6 for ; Thu, 11 Apr 2013 04:17:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=vSZMC0tMM3wMR39ZZyDyqM2Rsb9LvNbYyatzD1urPv8=; b=pVf6kzRu55ZW/D2TG5VPRpvwLVWuDAsOgC5YAICujNqw1i0D/t4w3h/23Z8YhOISiN ikUHe0Rm1kJZ0NJk71hJrF/T80sdE1C/IcYV7UP4fYZ2vuRhaMtPIORq8yVVG3a1/tIH hKH2Gbfb+9A4faV3HQUkVdLN2GiNX6Y2uyXwhwFdLcqxTOQiDie5t77pz8hBOwT3wVgW 92/XVJmcUetVFjVOlIIteVU2xbjE1ZZYJK64EAOUpNzOP6LvNoBHfh0akYVShaueRNbQ 2qdbpdlhueDHBiBBlWYHn9txgVdJgc5sVanhR8jfzK1QAgRDCmSGIzr7FLXQLC4EozIL AJdg== X-Received: by 10.112.199.6 with SMTP id jg6mr3038881lbc.123.1365679020369; Thu, 11 Apr 2013 04:17:00 -0700 (PDT) Received: from [172.29.2.131] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by mx.google.com with ESMTPS id x9sm1549480lbi.15.2013.04.11.04.16.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 04:16:59 -0700 (PDT) Message-ID: <51669B48.4050905@gmail.com> Date: Thu, 11 Apr 2013 14:15:20 +0300 From: Vitaly Magerya User-Agent: Thunderbird MIME-Version: 1.0 To: Matthias Apitz Subject: Re: problems with half installed ports References: <20130411101916.GA3339@tinyCurrent> In-Reply-To: <20130411101916.GA3339@tinyCurrent> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 11:17:02 -0000 Matthias Apitz wrote: > Say, we are installing ports/A which depends on ports/B; the Makefile > detects the dependency and goes to install ports/B; if now during the > final installation process, some files are already delivered to > /usr/local, some files not, the system goes down (by intention because > it's time to go out), before the installation of ports/B is fully done > and registered to /var/db/pkg, next time when you restart installing > ports/A it often sees, because the file referenced in the Makefile > was allready installed (while others not), it thinks that ports/B was > installed fine and proceeds with ports/A which later (or even in some > other area) gives an error due to missing files of ports/B; > > I think, the only solution is that the dependency is not only based on > some (random) file of B, but on the fact if B was *fully* installed and > registered in /var/db/pkg; There is a case where this will break: if multiple ports install the same file, and you don't care which of them installed it, then you need to depend on the file, not on a specific port. For example, both www/node and www/node-devel install the same binary, and dependent ports will work with either of them. Now, it's true that using files as a proxy for interchangeable ports isn't ideal, and we could do better... Anyway, the problem you're describing allows for another fix. If ports/A depends of file-B, port system could check not only that file-B exists, but if there is also a package that installed it (via 'pkg which'), and if not, install ports/B. This will of course slow down ports operations somewhat. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 12:20:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EF73A895 for ; Thu, 11 Apr 2013 12:20:55 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7C81C832 for ; Thu, 11 Apr 2013 12:20:55 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:18139] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r3BCKrNw001449 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 11 Apr 2013 16:20:53 +0400 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build Date: Thu, 11 Apr 2013 12:22:22 +0000 Message-ID: <682843215.KC74Mq07WB@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.1 (FreeBSD/9.1-STABLE; KDE/4.10.1; amd64; ; ) In-Reply-To: <20130410154400.774fe586@scorpio> References: <20130410140819.5479cde3@scorpio> <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> <20130410154400.774fe586@scorpio> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Cc: Jerry X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 12:20:56 -0000 On Wed, 10 Apr 2013 15:44 -0400 Jerry wrote: > On Wed, 10 Apr 2013 11:41:03 -0700 (PDT) > Anthony Jenkins articulated: > > > Looks like the QT4-QT3 incompatibility - try uninstalling > > x11-toolkits/qt33 and rebuilding, then reinstalling qt33. > > I don't have that installed. As far as I can tell, I don't have any > QT3\* ports installed. The closest I can find is "qt4-qt3support-4.8.4" > It is shown as a dependency of "kopete-4.9.5" and a crap load of > other programs. What happens if I just delete "kopete-4.9.5" and then > try to build the updated version? >From your build log: /usr/local/include/qt4/QtCore/qbytearray.h:79: error: redefinition of 'uint qstrlen(const char*)' /usr/local/include/qcstring.h:57: error: 'uint qstrlen(const char*)' previously defined here include/qcstring.h is installed by x11-toolkits/qt33. Either you have qt3 package installed or your system polluted with leftovers. Max From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 13:02:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27C79163 for ; Thu, 11 Apr 2013 13:02:33 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id D08DEA0E for ; Thu, 11 Apr 2013 13:02:32 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id i13so254898qae.15 for ; Thu, 11 Apr 2013 06:02:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=VAPHg0mAQeelNisQc1iFA9L7LQMfJ7MQKLL1iDJLxhM=; b=l7HB25QZ/k8x8dULSdQapgzj/IDFhfu21+V3N12SQbcZ9s4EUx5FTPUeBK0jxnxznO Q8+vRcodCtHhvhRlNlDH9FQm0MJCWh9nWsNoIxQAx2HkwqVjehpZRh47vAcU9Yz96fxC AKEjHUo2NcC7j3jBeTcvc3+cJ0liblYiSVVNI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=VAPHg0mAQeelNisQc1iFA9L7LQMfJ7MQKLL1iDJLxhM=; b=owhlrG1D8zWiv+/u+LCKV5Kxj6g/VuCmhuUV2zVG1ZxNLN23+lEY9FRi5Wd4rcPR+b sHUp8rTFTL5eFzi9OIYbtQ4LUnV4btPVQf5PaD+x4QFaMckzHdb4G2jSGkue6AEa5w0+ v+6Tt6qa6qv2PmoVmeMJ5NKMqAtcAzQ4nCpFBqdyhFSOwpvl9YUs0y1Ar/LXoeYOZ9sF spQ/xG7g0xrB4uktF7bKcfdKAYuccB+m9vJQEJw8i8VsZRIDKQu+NjaFIvuCDicuG95Z +oeKaElb7roXKNTWHUqpsjMWw75oD//2LOqhiOAdClxnYBX/pGGOjX14lsj73y4SZQ2O +gBw== X-Received: by 10.49.5.39 with SMTP id p7mr1819509qep.48.1365685346256; Thu, 11 Apr 2013 06:02:26 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id a15sm7187221qad.4.2013.04.11.06.02.25 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 06:02:25 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3Zmj7g6Mtlz2CG4w for ; Thu, 11 Apr 2013 09:02:23 -0400 (EDT) Date: Thu, 11 Apr 2013 09:02:23 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build Message-ID: <20130411090223.7bf422d3@scorpio> In-Reply-To: <682843215.KC74Mq07WB@mercury.ph.man.ac.uk> References: <20130410140819.5479cde3@scorpio> <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> <20130410154400.774fe586@scorpio> <682843215.KC74Mq07WB@mercury.ph.man.ac.uk> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQnTv1y+JDxyVWaRwZocRv8WzzS7z/VmdAywpLS+yO9ZorJ2I83jGt8qb4eWbqBWDy0oS2AB X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 13:02:33 -0000 On Thu, 11 Apr 2013 12:22:22 +0000 Max Brazhnikov articulated: > From your build log: > /usr/local/include/qt4/QtCore/qbytearray.h:79: error: redefinition of > 'uint qstrlen(const char*)' /usr/local/include/qcstring.h:57: error: > 'uint qstrlen(const char*)' previously defined here > > include/qcstring.h is installed by x11-toolkits/qt33. Either you have > qt3 package installed or your system polluted with leftovers. I would vote for a seriously polluted system. When FreeBSD 10-STABLE is released, I plan to dump the entire system, reformat it from scratch and start over clean. It isn't worth the effort it takes to keep it running anymore. -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 13:41:53 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8CFA837 for ; Thu, 11 Apr 2013 13:41:53 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 8AEB6C01 for ; Thu, 11 Apr 2013 13:41:53 +0000 (UTC) Received: from [88.217.71.47] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UQHl8-0006yG-Ku for freebsd-ports@freebsd.org; Thu, 11 Apr 2013 15:41:50 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3BDfneE003863 for ; Thu, 11 Apr 2013 15:41:49 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3BDfm7J003862 for freebsd-ports@freebsd.org; Thu, 11 Apr 2013 15:41:48 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Thu, 11 Apr 2013 15:41:47 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build Message-ID: <20130411134147.GA3842@tinyCurrent> References: <20130410140819.5479cde3@scorpio> <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> <20130410154400.774fe586@scorpio> <682843215.KC74Mq07WB@mercury.ph.man.ac.uk> <20130411090223.7bf422d3@scorpio> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130411090223.7bf422d3@scorpio> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.71.47 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 13:41:53 -0000 El día Thursday, April 11, 2013 a las 09:02:23AM -0400, Jerry escribió: > On Thu, 11 Apr 2013 12:22:22 +0000 > Max Brazhnikov articulated: > > > From your build log: > > /usr/local/include/qt4/QtCore/qbytearray.h:79: error: redefinition of > > 'uint qstrlen(const char*)' /usr/local/include/qcstring.h:57: error: > > 'uint qstrlen(const char*)' previously defined here > > > > include/qcstring.h is installed by x11-toolkits/qt33. Either you have > > qt3 package installed or your system polluted with leftovers. > > I would vote for a seriously polluted system. When FreeBSD 10-STABLE is > released, I plan to dump the entire system, reformat it from scratch > and start over clean. It isn't worth the effort it takes to keep it > running anymore. All ports installed files will go away by # rm -rf /usr/local/* # rm -rf /var/db/pkg/* # rm -rf /compat/linux/* I just did this three days ago to compile after SVN updating /usr/ports matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 13:43:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 951AE8E6 for ; Thu, 11 Apr 2013 13:43:43 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog125.obsmtp.com (eu1sys200aog125.obsmtp.com [207.126.144.159]) by mx1.freebsd.org (Postfix) with ESMTP id E9B1DC20 for ; Thu, 11 Apr 2013 13:43:42 +0000 (UTC) Received: from mail-ee0-f72.google.com ([74.125.83.72]) (using TLSv1) by eu1sys200aob125.postini.com ([207.126.147.11]) with SMTP ID DSNKUWa99OCDIInqcY/1Kv8/Dj6XPR3va64+@postini.com; Thu, 11 Apr 2013 13:43:43 UTC Received: by mail-ee0-f72.google.com with SMTP id d4so1957017eek.11 for ; Thu, 11 Apr 2013 06:43:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:sender:date:from:message-id:to:subject :reply-to:in-reply-to:x-gm-message-state; bh=f7Nx999jjLT28p9PC7HoSnMYF3KrbKdcEKKerf3Tr2g=; b=BpO/1VxFQfhUuW9kmyljS+aoThfJHbaovct/QPB0o6elpSS4wGjAif2CptGEZzUX+X PGnKjwPVZe2+lDD0/dOjJVV3vJoq6AWPJ1W8jDLlsBTjj8r9edswXZ85JzUplA/s1UAD EtFhnD40Nfatp0oFGbnGnS/ieQwNYPZCO6X5edEL5iFaTl7yTWzI2sOcNPHv06fzEW2+ 8HVdpK/LuN1OJFI0NF9DVxWHL843HD/fnFfg34+xx8jrJLl4294huQTAHCcCUcPkunKh weDL6Asf9j4p7z4bV2+UDhbcQ9+8kl0v9GcDnsYOwa5vq6iDWkN2k/PTPpw6XM3n7opR 1H1g== X-Received: by 10.194.235.196 with SMTP id uo4mr10861355wjc.30.1365687795694; Thu, 11 Apr 2013 06:43:15 -0700 (PDT) X-Received: by 10.194.235.196 with SMTP id uo4mr10861350wjc.30.1365687795602; Thu, 11 Apr 2013 06:43:15 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPS id ek4sm3210113wib.11.2013.04.11.06.43.13 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 06:43:14 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r3BDhBOA018499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 11 Apr 2013 14:43:12 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r3BDhBxm018498 for freebsd-ports@freebsd.org; Thu, 11 Apr 2013 14:43:11 +0100 (BST) (envelope-from mexas) Date: Thu, 11 Apr 2013 14:43:11 +0100 (BST) From: Anton Shterenlikht Message-Id: <201304111343.r3BDhBxm018498@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build In-Reply-To: <20130411090223.7bf422d3@scorpio> X-Gm-Message-State: ALoCoQnLyS43ct5rnfjRyU4YR7wEy8/g4rWlh9G0uebn4WTyKC+/H9r3TOSiLQS3sn7XtnQz9tLrCr2GR77Vzh/X7s5sHgx/IgM6J9xBM527lcOY2RXamh/oswlo4HmxAoOHqIaVsZH7I13gOZT4yKX1aPaczLBVKskMVTlieMKhADZzJBajlmM= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 13:43:43 -0000 Date: Thu, 11 Apr 2013 09:02:23 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build On Thu, 11 Apr 2013 12:22:22 +0000 Max Brazhnikov articulated: > From your build log: > /usr/local/include/qt4/QtCore/qbytearray.h:79: error: redefinition of > 'uint qstrlen(const char*)' /usr/local/include/qcstring.h:57: error: > 'uint qstrlen(const char*)' previously defined here > > include/qcstring.h is installed by x11-toolkits/qt33. Either you have > qt3 package installed or your system polluted with leftovers. I would vote for a seriously polluted system. When FreeBSD 10-STABLE is released, I plan to dump the entire system, reformat it from scratch and start over clean. It isn't worth the effort it takes to keep it running anymore. That is unacceptable in many cases. There are enough tools in the ports tree to fix such problems, such as various portmaster diagnostics, pkgng diagnostics, perl-after-upgrade, and many more. One of the major strengths of If reformatting is easier than fixing then something is seriously wrong. I don't think I ever had to reinstall the OS because of the ports problems. Anton From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 13:48:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 177FE9EC for ; Thu, 11 Apr 2013 13:48:09 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) by mx1.freebsd.org (Postfix) with ESMTP id 93F4ACC7 for ; Thu, 11 Apr 2013 13:48:08 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id o10so1616724lbi.34 for ; Thu, 11 Apr 2013 06:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type; bh=Cye2s6gPnwDAMsy8M2Z/Ky/yQHO5YK8UfF8qxzQytUU=; b=wdyIOW8f5ZBbJpKo/b4fksMSlMHXRuaDZi2cabWAP0TNrWU7YghhWuUSae1wK/Zhv9 cniAXMVgyy+dhpUWcIk6ucPRp5lB0ns13l1W1OUkW+iWJIHVjSO6EyDqNKEv2iBW5oxM KaeCMwacVRmIkmZs3ukB/DsP6XFwnJyBzgX3j//j3ig7HdfLjHjovg7GjiZPCoX1ZE1V Dp7rQb51/rUAMomHrYnAC9KlsIR0c+pHmYdlog9lJCaHezdGEF2ojFTdXQpAcQJyOOua WidsCbru0SIKLsjrBu0OhccOWf7+FOALsnZSqz52v+Z75hL/ExusyI0rR12Z+K0Su3qF RC6Q== X-Received: by 10.112.20.106 with SMTP id m10mr3378199lbe.8.1365688087316; Thu, 11 Apr 2013 06:48:07 -0700 (PDT) Received: from [172.29.2.131] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by mx.google.com with ESMTPS id v7sm1654414laz.4.2013.04.11.06.48.05 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 06:48:06 -0700 (PDT) Message-ID: <5166BEB8.7060309@gmail.com> Date: Thu, 11 Apr 2013 16:46:32 +0300 From: Vitaly Magerya User-Agent: Thunderbird MIME-Version: 1.0 To: Matthias Apitz Subject: Re: problems with half installed ports References: <20130411101916.GA3339@tinyCurrent> <51669B48.4050905@gmail.com> In-Reply-To: <51669B48.4050905@gmail.com> Content-Type: multipart/mixed; boundary="------------000903060400040103020101" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 13:48:09 -0000 This is a multi-part message in MIME format. --------------000903060400040103020101 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Earlier I wrote: > Anyway, the problem you're describing allows for another fix. If ports/A > depends of file-B, port system could check not only that file-B exists, > but if there is also a package that installed it (via 'pkg which'), and > if not, install ports/B. This will of course slow down ports operations > somewhat. Here's a patch to that effect. (Only tested with PKGNG; should work with old pkg tools, but some tweaking may be required). Matthias, can you try to reproduce the situation you described, and see if it will be resolved after applying this patch? --------------000903060400040103020101 Content-Type: text/plain; charset=windows-1251; name="ports-pkg-which.diff.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ports-pkg-which.diff.txt" ZGlmZiAtcnVOIE1rLm9yaWcvYnNkLmNvbW1hbmRzLm1rIE1rL2JzZC5jb21tYW5kcy5tawot LS0gTWsub3JpZy9ic2QuY29tbWFuZHMubWsJMjAxMy0wMy0xOSAxMToyNzo1Mi4wMDAwMDAw MDAgKzAyMDAKKysrIE1rL2JzZC5jb21tYW5kcy5tawkyMDEzLTA0LTExIDE0OjE1OjQ5LjAw MDAwMDAwMCArMDMwMApAQCAtMTI4LDYgKzEyOCw3IEBACiBQS0dfQ1JFQVRFPz0JCSR7UEtH X0JJTn0gY3JlYXRlCiBQS0dfQUREPz0JCSR7UEtHX0JJTn0gYWRkCiBQS0dfUVVFUlk/PQkJ JHtQS0dfQklOfSBxdWVyeQorUEtHX1dISUNIPz0JCSR7UEtHX0JJTn0gd2hpY2gKIC5lbHNl CiAuaWYgZXhpc3RzKCR7TE9DQUxCQVNFfS9zYmluL3BrZ19pbmZvKQogUEtHX0NNRD89CSR7 TE9DQUxCQVNFfS9zYmluL3BrZ19jcmVhdGUKQEAgLTEzNSwxMiArMTM2LDE0IEBACiBQS0df REVMRVRFPz0JJHtMT0NBTEJBU0V9L3NiaW4vcGtnX2RlbGV0ZQogUEtHX0lORk8/PQkke0xP Q0FMQkFTRX0vc2Jpbi9wa2dfaW5mbwogUEtHX1ZFUlNJT04/PQkke0xPQ0FMQkFTRX0vc2Jp bi9wa2dfdmVyc2lvbgorUEtHX1dISUNIPz0JJHtMT0NBTEJBU0V9L3NiaW4vcGtnX2luZm8g LVcKIC5lbHNlCiBQS0dfQ01EPz0JL3Vzci9zYmluL3BrZ19jcmVhdGUKIFBLR19BREQ/PQkv dXNyL3NiaW4vcGtnX2FkZAogUEtHX0RFTEVURT89CS91c3Ivc2Jpbi9wa2dfZGVsZXRlCiBQ S0dfSU5GTz89CS91c3Ivc2Jpbi9wa2dfaW5mbwogUEtHX1ZFUlNJT04/PQkvdXNyL3NiaW4v cGtnX3ZlcnNpb24KK1BLR19XSElDSD89CS91c3Ivc2Jpbi9wa2dfaW5mbyAtVwogLmVuZGlm CiAuZW5kaWYKIApkaWZmIC1ydU4gTWsub3JpZy9ic2QucG9ydC5tayBNay9ic2QucG9ydC5t awotLS0gTWsub3JpZy9ic2QucG9ydC5tawkyMDEzLTAzLTMwIDA3OjMxOjI5LjAwMDAwMDAw MCArMDIwMAorKysgTWsvYnNkLnBvcnQubWsJMjAxMy0wNC0xMSAxNjozNTo0Mi4wMDAwMDAw MDAgKzAzMDAKQEAgLTUwNjMsNiArNTA2Myw5IEBACiAJCQkJCWlmIFsgJHtfREVQRU5EX0FM V0FZU30gPSAxIF07IHRoZW4gXAogCQkJCQkJJHtFQ0hPX01TR30gIiAgICAgICAoYnV0IGJ1 aWxkaW5nIGl0IGFueXdheSkiOyBcCiAJCQkJCQlub3Rmb3VuZD0xOyBcCisJCQkJCWVsaWYg ISAke1BLR19XSElDSH0gIiQkcHJvZyIgPi9kZXYvbnVsbDsgdGhlbiBcCisJCQkJCQkke0VD SE9fTVNHfSAiICAgICAgIChidXQgbm90IGluc3RhbGxlZCBieSBhbnkgcGFja2FnZSkiOyBc CisJCQkJCQlub3Rmb3VuZD0xOyBcCiAJCQkJCWVsc2UgXAogCQkJCQkJbm90Zm91bmQ9MDsg XAogCQkJCQlmaTsgXApAQCAtNTEwNCw2ICs1MTA3LDkgQEAKIAkJCQlpZiBbICR7X0RFUEVO RF9BTFdBWVN9ID0gMSBdOyB0aGVuIFwKIAkJCQkJJHtFQ0hPX01TR30gIiAgICAgICAoYnV0 IGJ1aWxkaW5nIGl0IGFueXdheSkiOyBcCiAJCQkJCW5vdGZvdW5kPTE7IFwKKwkJCQllbGlm ICEgJHtQS0dfV0hJQ0h9IGAke1dISUNIfSAiJCRwcm9nImAgPi9kZXYvbnVsbDsgdGhlbiBc CisJCQkJCSR7RUNIT19NU0d9ICIgICAgICAgKGJ1dCBub3QgaW5zdGFsbGVkIGJ5IGFueSBw YWNrYWdlKSI7IFwKKwkJCQkJbm90Zm91bmQ9MTsgXAogCQkJCWVsc2UgXAogCQkJCQlub3Rm b3VuZD0wOyBcCiAJCQkJZmk7IFwKQEAgLTUxNDEsMTEgKzUxNDcsMTkgQEAKIAkJCWRpcj0k JHtkaXIlJToqfTsgXAogCQlmaTsgXAogCQkke0VDSE9fTVNHfSAtbiAiPT09PiAgICR7UEtH TkFNRX0gZGVwZW5kcyBvbiBzaGFyZWQgbGlicmFyeTogJCRsaWIiOyBcCi0JCWlmICR7TERD T05GSUd9ICR7X0xEQ09ORklHX0ZMQUdTfSAtciB8ICR7R1JFUH0gLXZ3RiAtZSAiJHtQS0dD T01QQVRESVJ9IiB8ICR7R1JFUH0gLXF3RSAtZSAiLWwkJHBhdHRlcm4iOyB0aGVuIFwKKwkJ bGlicz1gJHtMRENPTkZJR30gJHtfTERDT05GSUdfRkxBR1N9IC1yIHwgJHtHUkVQfSAtdndG IC1lICIke1BLR0NPTVBBVERJUn0iYDsgXAorCQlpZiAke0VDSE9fQ01EfSAiJCRsaWJzIiB8 ICR7R1JFUH0gLXF3RSAtZSAiLWwkJHBhdHRlcm4iOyB0aGVuIFwKIAkJCSR7RUNIT19NU0d9 ICIgLSBmb3VuZCI7IFwKIAkJCWlmIFsgJHtfREVQRU5EX0FMV0FZU30gPSAxIF07IHRoZW4g XAogCQkJCSR7RUNIT19NU0d9ICIgICAgICAgKGJ1dCBidWlsZGluZyBpdCBhbnl3YXkpIjsg XAogCQkJCW5vdGZvdW5kPTE7IFwKKwkJCWVsaWYgJHtFQ0hPX0NNRH0gIiQkbGlicyIgfCAk e0dSRVB9IC13RSAtZSAiLWwkJHBhdHRlcm4iIHwgJHtTRUR9ICdzLy4qPT4gLy8nIHwgXAor CQkJCXdoaWxlIHJlYWQgbGliOyBkbyBcCisJCQkJCWlmICR7UEtHX1dISUNIfSAiJCRsaWIi ID4vZGV2L251bGw7IHRoZW4gcmV0dXJuIDE7IGZpOyBcCisJCQkJZG9uZTsgXAorCQkJdGhl biBcCisJCQkJJHtFQ0hPX01TR30gIiAgICAgICAoYnV0IG5vdCBpbnN0YWxsZWQgYnkgYW55 IHBhY2thZ2UpIjsgXAorCQkJCW5vdGZvdW5kPTE7IFwKIAkJCWVsc2UgXAogCQkJCW5vdGZv dW5kPTA7IFwKIAkJCWZpOyBcCg== --------------000903060400040103020101-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 15:16:11 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E518FB7C for ; Thu, 11 Apr 2013 15:16:11 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from felyko.com (felyko.com [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id D4DBE112 for ; Thu, 11 Apr 2013 15:16:11 +0000 (UTC) Received: from [IPv6:2601:9:4d00:3c:5156:faad:42f3:a6a1] (unknown [IPv6:2601:9:4d00:3c:5156:faad:42f3:a6a1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 61D123981E; Thu, 11 Apr 2013 08:16:11 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: devel/subversion, Sponsored by From: Rui Paulo In-Reply-To: <20130411115407.06c0a759@laptop.minsk.domain> Date: Thu, 11 Apr 2013 08:16:13 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <3D3B7906-8E34-49BA-BB59-A327B8C2CBC0@freebsd.org> References: <20130411115407.06c0a759@laptop.minsk.domain> To: Sergey V. Dyatko X-Mailer: Apple Mail (2.1503) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 15:16:12 -0000 On 2013/04/11, at 1:54, Sergey V. Dyatko = wrote: > Hi, >=20 > I think freebsd template is 'broken' after r314983. > I haven't ORGANIZATION defined on /etc/make.conf=20 > in this case string 'Sponsored by: ' should not be displayed, right? > but I have it: It will be displayed but it wasn't getting removed automatically. I = fixed it in r315775. Regards, -- Rui Paulo From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 17:38:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26F3E82C for ; Thu, 11 Apr 2013 17:38:02 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id F0CADDEB for ; Thu, 11 Apr 2013 17:38:01 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id c10so2386896ieb.3 for ; Thu, 11 Apr 2013 10:38:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=rZRWfWvYmzMCrY+Lquhvli8gYKlFJB8zxJ+BjOjkIRY=; b=ILZnniWW74IM8BJDXgWWi7GSTysPL2ooZ9KD+RGcoYioNHkRcT/VqzRL6PfvX4YH2a O+AmBosPkYFB42+3bxDMm4Z5tvvQxj7NzslwkUJdXkzVKsZ0DX1POSLDVskh7d1ouAHl pWQCnwBsdO90EdnuxR8OCXWEvQYX1VfWT2P9iNuHG69GGLmKQts2wPgZKktKaUnxJZ3c NU62HKhQglMLPrW5esQBYadJeZZBfMIfaYvtiCrv7rFzMHhKTBbmmmyrUJ0EcNTc0mpT ZNFDgWWk1WAtMDHX1kT62R55NVOWz+YCCU2TSS3BrkZ2UpffPKuKr53dWSSflhdCVnH8 2wqA== MIME-Version: 1.0 X-Received: by 10.50.197.170 with SMTP id iv10mr16524606igc.62.1365701881723; Thu, 11 Apr 2013 10:38:01 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Thu, 11 Apr 2013 10:38:01 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Thu, 11 Apr 2013 10:38:01 -0700 (PDT) In-Reply-To: <5166BEB8.7060309@gmail.com> References: <20130411101916.GA3339@tinyCurrent> <51669B48.4050905@gmail.com> <5166BEB8.7060309@gmail.com> Date: Thu, 11 Apr 2013 18:38:01 +0100 Message-ID: Subject: Re: problems with half installed ports From: Chris Rees To: Vitaly Magerya Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Matthias Apitz , FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 17:38:02 -0000 On 11 Apr 2013 14:48, "Vitaly Magerya" wrote: > > Earlier I wrote: > > Anyway, the problem you're describing allows for another fix. If ports/A > > depends of file-B, port system could check not only that file-B exists, > > but if there is also a package that installed it (via 'pkg which'), and > > if not, install ports/B. This will of course slow down ports operations > > somewhat. > > Here's a patch to that effect. > > (Only tested with PKGNG; should work with old pkg tools, but some > tweaking may be required). > > Matthias, can you try to reproduce the situation you described, and see > if it will be resolved after applying this patch? > > diff -ruN Mk.orig/bsd.commands.mk Mk/bsd.commands.mk > --- Mk.orig/bsd.commands.mk 2013-03-19 11:27:52.000000000 +0200 > +++ Mk/bsd.commands.mk 2013-04-11 14:15:49.000000000 +0300 > @@ -128,6 +128,7 @@ > PKG_CREATE?= ${PKG_BIN} create > PKG_ADD?= ${PKG_BIN} add > PKG_QUERY?= ${PKG_BIN} query > +PKG_WHICH?= ${PKG_BIN} which > .else > .if exists(${LOCALBASE}/sbin/pkg_info) > PKG_CMD?= ${LOCALBASE}/sbin/pkg_create > @@ -135,12 +136,14 @@ > PKG_DELETE?= ${LOCALBASE}/sbin/pkg_delete > PKG_INFO?= ${LOCALBASE}/sbin/pkg_info > PKG_VERSION?= ${LOCALBASE}/sbin/pkg_version > +PKG_WHICH?= ${LOCALBASE}/sbin/pkg_info -W > .else > PKG_CMD?= /usr/sbin/pkg_create > PKG_ADD?= /usr/sbin/pkg_add > PKG_DELETE?= /usr/sbin/pkg_delete > PKG_INFO?= /usr/sbin/pkg_info > PKG_VERSION?= /usr/sbin/pkg_version > +PKG_WHICH?= /usr/sbin/pkg_info -W > .endif > .endif > > diff -ruN Mk.orig/bsd.port.mk Mk/bsd.port.mk > --- Mk.orig/bsd.port.mk 2013-03-30 07:31:29.000000000 +0200 > +++ Mk/bsd.port.mk 2013-04-11 16:35:42.000000000 +0300 > @@ -5063,6 +5063,9 @@ > if [ ${_DEPEND_ALWAYS} = 1 ]; then \ > ${ECHO_MSG} " (but building it anyway)"; \ > notfound=1; \ > + elif ! ${PKG_WHICH} "$$prog" >/dev/null; then \ > + ${ECHO_MSG} " (but not installed by any package)"; \ > + notfound=1; \ > else \ > notfound=0; \ > fi; \ > @@ -5104,6 +5107,9 @@ > if [ ${_DEPEND_ALWAYS} = 1 ]; then \ > ${ECHO_MSG} " (but building it anyway)"; \ > notfound=1; \ > + elif ! ${PKG_WHICH} `${WHICH} "$$prog"` >/dev/null; then \ > + ${ECHO_MSG} " (but not installed by any package)"; \ > + notfound=1; \ > else \ > notfound=0; \ > fi; \ > @@ -5141,11 +5147,19 @@ > dir=$${dir%%:*}; \ > fi; \ > ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $$lib"; \ > - if ${LDCONFIG} ${_LDCONFIG_FLAGS} -r | ${GREP} -vwF -e "${PKGCOMPATDIR}" | ${GREP} -qwE -e "-l$$pattern"; then \ > + libs=`${LDCONFIG} ${_LDCONFIG_FLAGS} -r | ${GREP} -vwF -e "${PKGCOMPATDIR}"`; \ > + if ${ECHO_CMD} "$$libs" | ${GREP} -qwE -e "-l$$pattern"; then \ > ${ECHO_MSG} " - found"; \ > if [ ${_DEPEND_ALWAYS} = 1 ]; then \ > ${ECHO_MSG} " (but building it anyway)"; \ > notfound=1; \ > + elif ${ECHO_CMD} "$$libs" | ${GREP} -wE -e "-l$$pattern" | ${SED} 's/.*=> //' | \ > + while read lib; do \ > + if ${PKG_WHICH} "$$lib" >/dev/null; then return 1; fi; \ > + done; \ > + then \ > + ${ECHO_MSG} " (but not installed by any package)"; \ > + notfound=1; \ > else \ > notfound=0; \ > fi; \ No thanks. Ports should be happy to use files whether they're installed by ports or not. Just don't interrupt installs, and you'll be OK! Stagedir will fix this problem correctly once it's implemented. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 18:15:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 937A0974; Thu, 11 Apr 2013 18:15:57 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6181019; Thu, 11 Apr 2013 18:15:57 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id hf12so1523115vcb.21 for ; Thu, 11 Apr 2013 11:15:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=PhcNL6LKv9ggVpKn9ArqIk8udwz8NTloXjcmPJTBwRw=; b=W5SNIzet6Z7no8cls0gbf4UaKVt2Bz0SSH7ks5qAZr0p7qrNqAKT/UQrFfUO2gAS1y AVKVdKDNm/SJlVcYAPcbN4h+a072k1Nnuu1/3OaAeeFuK6r9H3rcfC63rVKXvUDIbgDa bQUxv4H77n4wtZeQBP22kIOMUJj+4W20ggvdRWncBJ9LNQQ9Q0qAoOPEHD76j9MzO/ly XwYWzBoTsuZDGkMR0IEnijY20ePxR1imq7GRhTUK1lo0MfM1jCYiNQdT+hRzUMqL1jeM g9sKj0OAHJQo9KvYgxLU58dzaJ0aI76c9B94O8VeDEGxC2PFvHJw0HivN/PhFpyifQWK ShAQ== MIME-Version: 1.0 X-Received: by 10.59.11.199 with SMTP id ek7mr5912480ved.19.1365704150903; Thu, 11 Apr 2013 11:15:50 -0700 (PDT) Received: by 10.220.115.7 with HTTP; Thu, 11 Apr 2013 11:15:50 -0700 (PDT) Date: Thu, 11 Apr 2013 14:15:50 -0400 Message-ID: Subject: FTP packages missing CHECKSUM.MD5 From: grarpamp To: freebsd-hubs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 18:15:57 -0000 Noticed that at least ports/i386/packages-9-stable is missing its CHECKSUM.MD5 file. Of course people shouldn't use it for what they think it's for, because it's not signed and uses a broken hash function. Hopefully that will be updated to signed sha1/256/3 before long. However it does make for a good 'TIMESTAMP' file to detect when new packages appear. Ftp's internal or external 'ls -tT' can't be counted on for this across mirrors because such options to ls are mirror dependant. And there's no simple way to locally sort the ftp list output by date without rigging in perl, etc. And an overwrite of the same file may not stamp the parent directory, which also doesn't appear reliably '.' while in the current directory. In short, I'd suggest making a formal TIMESTAMP file for when package updates are pushed out so people can key off that instead. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 18:48:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 782ECA0F; Thu, 11 Apr 2013 18:48:16 +0000 (UTC) (envelope-from umq.461@gmail.com) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by mx1.freebsd.org (Postfix) with ESMTP id 5129312DF; Thu, 11 Apr 2013 18:48:16 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rq13so996700pbb.6 for ; Thu, 11 Apr 2013 11:48:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:message-id:from:to:subject:user-agent:mime-version :content-type; bh=OM9o++jNDDDv9qPR4n8ex5VipF95ySpmiA+gtVgRBI0=; b=x0kDTH91sKcCMyDpxiZtKoOuuFss9HJe2Qq+0rmVp7mMaFt4dc+CQ9+ZWfU4ZAkTI/ 0Lp+/QCYU0qZnicill8mNjcbRgFAWYC0oDzGlfuK0Uoorj/45fL1eTBBUSgXANu/LeuM /TW83O/o/VdY49/4CRdEgMF8JNohL+QQNNrr+D8RsDxjAlRGbn41hoB7+NRrXK8DhxEK 2vM1hXryXDbGsb6C7s9gK7/XHScxlkbgV3Qp6GQbDwFxhyxULJ1yeeQ/jHuxme+RaQgt G8kLwFNThd/zfnRQmi6QcjWdK55H+3cAG12xCYOO335O08i4v7IIWPId8no1m1Ca9nY/ tB2A== X-Received: by 10.66.50.138 with SMTP id c10mr11086338pao.220.1365706090698; Thu, 11 Apr 2013 11:48:10 -0700 (PDT) Received: from calliope.kaumoge.org (i125-205-160-110.s10.a027.ap.plala.or.jp. [125.205.160.110]) by mx.google.com with ESMTPS id ba10sm5188274pbd.21.2013.04.11.11.48.07 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 11 Apr 2013 11:48:09 -0700 (PDT) Date: Fri, 12 Apr 2013 03:48:01 +0900 Message-ID: <86wqs8x5su.wl@mail.gmail.com> From: Hirohisa Yamaguchi To: lua@freebsd.org, freebsd-ports@freebsd.org Subject: patching lang/lua52 to honor Mk/bsd.lua.mk User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.8 Emacs/24.3 (amd64-portbld-freebsd9.1) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 18:48:16 -0000 Hi, I've made a slightly big set of patch[0] across several ports. I think that submitting PR's for individual ports obscure the overview. I want someone to coordinate this. Thanks in advance. The patch consists of five parts: - modify lang/lua52 and Mk/bsd.lua.mk to make use of ``USE_LUA=5.2''. The rest part of the patch is a trial to make components available. - check build against lua52 and add extra-patches when required; devel/lua-alien, devel/lua-gettext, devel/lua-pty, and net/luasocket. Slave ports prefixed with ``lua52-'' may be needed. - add new port devel/luaposix[1], which the author of devel/lua-posix says to be the successor[2]. - update lang/tolua to the version said to work with lua 5.2, and name it lang/tolua52[3]. - bring back lang/ruby-lua with patch to make it build with ruby 1.9, because it still remains in Mk/bsd.lua.mk. The patch is against r277024[4], but created a shell archive[5], too. [0] https://gist.github.com/5365055#file-lua52-patch [1] https://gist.github.com/5365055#file-devel_luaposix-shar [2] http://luaforge.net/projects/lposix/ [3] https://gist.github.com/5365055#file-lang_tolua52-shar [4] http://svnweb.freebsd.org/ports/head/lang/ruby-lua/?pathrev=277024 [5] https://gist.github.com/5365055#file-lang_ruby-lua-shar Regards, -- end Hirohisa Yamaguchi umq.461@gmail.com From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 04:20:15 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB3FDCD6; Fri, 12 Apr 2013 04:20:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from bsdhash.org (bsdhash.org [94.23.250.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA48E95; Fri, 12 Apr 2013 04:20:15 +0000 (UTC) Received: from [192.168.2.64] (unknown [124.13.206.82]) by bsdhash.org (Postfix) with ESMTPA id 0138450F51; Fri, 12 Apr 2013 12:20:09 +0800 (MYT) Subject: Re: FTP packages missing CHECKSUM.MD5 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) From: Martin Wilke In-Reply-To: Date: Fri, 12 Apr 2013 12:20:07 +0800 Message-Id: References: To: grarpamp X-Mailer: Apple Mail (2.1499) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-hubs@freebsd.org, freebsd-ports@freebsd.org, Martin Wilke X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 04:20:15 -0000 Hey, Thanks for your report I will take care of that. On Apr 12, 2013, at 2:15 AM, grarpamp wrote: > Noticed that at least ports/i386/packages-9-stable is missing > its CHECKSUM.MD5 file. > > Of course people shouldn't use it for what they think it's for, > because it's not signed and uses a broken hash function. > Hopefully that will be updated to signed sha1/256/3 before long. > > However it does make for a good 'TIMESTAMP' file to detect when > new packages appear. Ftp's internal or external 'ls -tT' can't be counted > on for this across mirrors because such options to ls are mirror dependant. > And there's no simple way to locally sort the ftp list output by date > without rigging in perl, etc. And an overwrite of the same file may not > stamp the parent directory, which also doesn't appear reliably '.' while > in the current directory. > > In short, I'd suggest making a formal TIMESTAMP file for when package > updates are pushed out so people can key off that instead. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 07:33:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9F4B16B7 for ; Fri, 12 Apr 2013 07:33:42 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9161463 for ; Fri, 12 Apr 2013 07:33:42 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id r6so93518wey.26 for ; Fri, 12 Apr 2013 00:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=TKtXyjdmwwXVJmm/hqp9p8lvBsqUkBHIPaCcC0Pu0c4=; b=dBumqYPfQ5PBacCqhHhZJ0AOMSSuBebJZspTPdbxc1C1lk4qQ2zollJVGqOf8dR+sA AhQn4fug1YdWVcQvoXpxPSJvsntu3/xEaqLtiL4lXWG8KO8oSa++CpJab+hdUcWHVNee CF1mc+P5RQRS/5WrxqULOV+chXJEacmHFLYYe2fFkGUorTDkvy6ATZ4FZLckX66UtY7C K9yN24na7JYI2FWW4wyBg7yL4Gtl/x4AkeNdpMFRNtKdSrubeTk1+oLLU7v2imEkBxK1 UttMVshYlJKbxzH5esVLKysVms8wnANXd1uFC6No3LTGNOPkf2lJW/sfvE2Z7UWRHKFg mZqg== MIME-Version: 1.0 X-Received: by 10.180.91.106 with SMTP id cd10mr2084180wib.6.1365752021430; Fri, 12 Apr 2013 00:33:41 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Fri, 12 Apr 2013 00:33:41 -0700 (PDT) Date: Fri, 12 Apr 2013 09:33:41 +0200 Message-ID: Subject: [patch] graphics/ruby-rmagick depends on ImageMagick with X11 From: David Demelier To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 07:33:42 -0000 Hello, There is something I don't understand very well, I've set WITHOUT_X11 and OPTIONS_UNSET=X11 in my /etc/make.conf, but installing www/redmine will break (in poudriere) because of duplicated origin for ImageMagick. Some of the ports will install ImageMagick-nox11 and some others like graphics/ruby-rmagick will install ImageMagick normal. However I see in the ImageMagick's makefile that the conditional X11 option will add the suffix -nox11 so why graphics/ruby-rmagick will pull a dependency graphics/ImageMagick and not graphics/ImageMagick-nox11? I think there is a design problem here but I guess this has been discussed a lot, for a temporarly workaround I have the following patch: --- Makefile.orig 2013-04-12 08:56:09.000000000 +0200 +++ Makefile 2013-04-12 09:05:52.000000000 +0200 @@ -13,7 +13,18 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding for ImageMagick +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT=X11 + +OPTIONSFILE?= ${PORT_DBDIR}/ruby-${PORTNAME}/options + +.include + +.if ${PORT_OPTIONS:MX11} LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick +.else +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif USE_BZIP2= yes USE_RUBY= yes -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 11:49:28 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 191FFB5D for ; Fri, 12 Apr 2013 11:49:28 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id E93B81D6 for ; Fri, 12 Apr 2013 11:49:27 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 8645A33C2A for ; Fri, 12 Apr 2013 07:49:22 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 4BA9D39860; Fri, 12 Apr 2013 07:49:20 -0400 (EDT) From: Lowell Gilbert To: freebsd-ports@freebsd.org Subject: Re: FTP packages missing CHECKSUM.MD5 References: Date: Fri, 12 Apr 2013 07:49:20 -0400 In-Reply-To: (grarpamp@gmail.com's message of "Thu, 11 Apr 2013 14:15:50 -0400") Message-ID: <44ehegarzz.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 11:49:28 -0000 grarpamp writes: > Noticed that at least ports/i386/packages-9-stable is missing > its CHECKSUM.MD5 file. > > Of course people shouldn't use it for what they think it's for, > because it's not signed and uses a broken hash function. > Hopefully that will be updated to signed sha1/256/3 before long. It was intended as a defense against accidental file corruption, not malicious file corruption. For a variety of reasons, this is much less of a problem that it used to be, but I wouldn't assume that it's irrelevant to everyone. Secure checksums for protection against malicious modifications is a different problem, and should be handled with more-automatic means, much as portsnap does. > However it does make for a good 'TIMESTAMP' file to detect when > new packages appear. Ftp's internal or external 'ls -tT' can't be counted > on for this across mirrors because such options to ls are mirror dependant. > And there's no simple way to locally sort the ftp list output by date > without rigging in perl, etc. And an overwrite of the same file may not > stamp the parent directory, which also doesn't appear reliably '.' while > in the current directory. > > In short, I'd suggest making a formal TIMESTAMP file for when package > updates are pushed out so people can key off that instead. Pretty easy and cheap. Makes sense as well. From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 13:45:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B409824B for ; Fri, 12 Apr 2013 13:45:09 +0000 (UTC) (envelope-from mvennila04@gmail.com) Received: from mail-oa0-f66.google.com (mail-oa0-f66.google.com [209.85.219.66]) by mx1.freebsd.org (Postfix) with ESMTP id 885098C7 for ; Fri, 12 Apr 2013 13:45:09 +0000 (UTC) Received: by mail-oa0-f66.google.com with SMTP id n12so605436oag.1 for ; Fri, 12 Apr 2013 06:45:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=jIo64A7nGE1kPiFtfSiWIo3FDjWGzbmIBqFlPGjX76XTN3SFqGwlg0DZnBhIzuVNl7 1tb9l/ljXLGX6Tl2tCvhTdoD23oH+sN5FxY+XjA37YEhRlQn9lTnLhN2vUUzPii51/wR 7uZ3JJvOljDTC4dpxOkLlrSsy4A9nhY5jlARmdzyk5s8ON3CqGhdV7/36Je8Zb73/Po4 aPaDT/I4IK3o4gcKL4pNeZs+oCbhxw7PomMjE6kDg4TiLPuvO4eLZHfu9bPygL+u+4JD DuUlm51swUCtG4mNFBBE4gV0OA5a2OFFFFos6B56wPeTwc7zLN/VqlafDxg/9o5k0GuP NAuQ== MIME-Version: 1.0 X-Received: by 10.60.31.42 with SMTP id x10mr3838413oeh.18.1365774303396; Fri, 12 Apr 2013 06:45:03 -0700 (PDT) Received: by 10.60.144.102 with HTTP; Fri, 12 Apr 2013 06:45:03 -0700 (PDT) Date: Fri, 12 Apr 2013 19:15:03 +0530 Message-ID: Subject: Re: www/firefox: crashing when intend to play video/streaming From: Vennila M To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 13:45:09 -0000 From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 15:52:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E03F8C1 for ; Fri, 12 Apr 2013 15:52:42 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id B7D18F8D for ; Fri, 12 Apr 2013 15:52:41 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id o7so17998wea.8 for ; Fri, 12 Apr 2013 08:52:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=3YOs+jH1VRKX9AqwcDAjBYXo++RY8fLQ7NCl6SdIoww=; b=aaO5W3wqtD4ZYZ2atvcVBP1FPZOz4CQi1uXH8eV8Q+wZp75YF38gVAkUvpd6uG3yXH kmQqemGY3gAsF2NdFWRSUc3bV6Psjw4gj/9h+BlMgsh0QZFCWV6CNKybfUIw3Qc/aZBd AoAinOWi9FcYdI/4LueRV2KKQo0a6NLQD4ZGH9wFuTgJT1RxV3WxlIjS1PV6vxY4ylDb FYvHXju6cw9QFtFOb012JmYiHKDOTDdD0DkgWOcxXswYM9F2epG+dE7kQqiE2w8S77uG fZb7J+/uqDVftS8vIVZcxtfyUzbN6/X2BkRVBQvWkFslATFJBY3Y2P+TyGt3NT9BPb+d fKFA== MIME-Version: 1.0 X-Received: by 10.180.80.3 with SMTP id n3mr4550699wix.20.1365781960886; Fri, 12 Apr 2013 08:52:40 -0700 (PDT) Received: by 10.180.125.77 with HTTP; Fri, 12 Apr 2013 08:52:40 -0700 (PDT) Date: Fri, 12 Apr 2013 17:52:40 +0200 Message-ID: Subject: redports.org No address record From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 15:52:42 -0000 Hi, I'm getting a "No address record" error[1] trying to build cad/openvsp in redports. It builds fine in my local machine and I can access the URL with the browser too. What am I missing? Thanks in advance. [1] https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.log From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 16:55:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55FF3DC7 for ; Fri, 12 Apr 2013 16:55:09 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x234.google.com (mail-ia0-x234.google.com [IPv6:2607:f8b0:4001:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id 29B0C125E for ; Fri, 12 Apr 2013 16:55:09 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id l29so2542747iag.25 for ; Fri, 12 Apr 2013 09:55:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=yE8KFjmR2oz+Se0SfG/b8uUgA948zhQSmEVNl2gpPmw=; b=aQEHePM/TtA+WgcA6EmSIq+BwpToMksRTSsTLTDZ7b8+HNkkOMcr0dJ4mp4NRrYfR2 9CZb6Y/vJM3nmZmW9/PtRlrggUPhjCz3GFoVHqyBmwSDUgkOESsRQTFoIONnf8WODo7P 7mTKqDtTypWUDFHq093+R8DwY/CAfCpmawPkoHdEHD5LovpvZxIHIUDDw8wh9XddwdyC KiW4oZLOgrE2VJUVY8CIxFJ3ZCS0oflBRd7K4tgzTc3uf3BWyzAAECBVzScLxURKctol SzEhge3SHfp2OgG5Mxg5wiHW4yAcU2ehIzebQdXdWrKZxkWS13QEphTHdXPxw8xUPrs6 oGPQ== X-Received: by 10.50.60.6 with SMTP id d6mr2187802igr.62.1365785708227; Fri, 12 Apr 2013 09:55:08 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Fri, 12 Apr 2013 09:54:38 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Fri, 12 Apr 2013 17:54:38 +0100 X-Google-Sender-Auth: W1rCX3g8_dKtTALRw5MYaC6vyXQ Message-ID: Subject: Re: redports.org No address record To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 16:55:09 -0000 On 12 April 2013 16:52, Fernando Apestegu=EDa wrote: > Hi, > > I'm getting a "No address record" error[1] trying to build cad/openvsp in > redports. > It builds fine in my local machine and I can access the URL with the > browser too. > > What am I missing? > > Thanks in advance. > > [1] > https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.l= og Network access is not allowed in any phase except the fetch phase. You need to add openvsp-2.2.3.tar.gz to DISTFILES-- are you using USE_GITHU= B? Chris From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 17:55:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 422DC5E7; Fri, 12 Apr 2013 17:55:55 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) by mx1.freebsd.org (Postfix) with ESMTP id A95E114CC; Fri, 12 Apr 2013 17:55:54 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn17so1854934wib.4 for ; Fri, 12 Apr 2013 10:55:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=U7M41WUSeJlunseuH9PCmX+IwSbeJp5mmJg4HeLC7S4=; b=OKgiKOtYLUBYEPUVg5iIh5X8jEUsnQA2aX4KWTTU7OvU9UJpkvGTbkHeyg/zQClOhT cHb96BKH7KDiyUAhtfYVofcCaTgcZREwXL+kp/iayDB0I/mog5RX5GYw5VMxPw81p2CS pn53BsCozLm5JRMvdI3DTSM6hDSVW1ExglZguIOyHqMCYdV9NvnI2ReNRfMc/N1PdGmp JZv8y8a5/UAyRseCUTAWLgcsEZGO9P7+1mYaw43sMC0Y/KFYTO+oxjKCkgzgv1hVcQvV B3c+9MQiY6Z821xSSHwSTjRs9uuSXKKYOf4Rajumh1ko7es2rbxVu2DEZ73Bj7ufXLPw WdXw== MIME-Version: 1.0 X-Received: by 10.180.92.229 with SMTP id cp5mr5665804wib.20.1365789353792; Fri, 12 Apr 2013 10:55:53 -0700 (PDT) Received: by 10.180.125.77 with HTTP; Fri, 12 Apr 2013 10:55:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 12 Apr 2013 19:55:53 +0200 Message-ID: Subject: Re: redports.org No address record From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 17:55:55 -0000 On Fri, Apr 12, 2013 at 6:54 PM, Chris Rees wrote: > On 12 April 2013 16:52, Fernando Apestegu=EDa > wrote: > > Hi, > > > > I'm getting a "No address record" error[1] trying to build cad/openvsp = in > > redports. > > It builds fine in my local machine and I can access the URL with the > > browser too. > > > > What am I missing? > > > > Thanks in advance. > > > > [1] > > > https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.l= og > > Network access is not allowed in any phase except the fetch phase. > I understand, but I'm only accessing the network in that phase via the do-fetch target, right? > > You need to add openvsp-2.2.3.tar.gz to DISTFILES-- are you using > USE_GITHUB? > I'm gonna need more help here :) The current version of the port (2.2.2) doesn't set DISTFILES. Is it necessary? Secondly, I didn't know of the existence of USE_GITHUB. I suppose I should do something like this: USE_GITHUB=3D yes GH_ACCOUNT=3D OpenVSP GH_PROJECT=3D OpenVSP GH_TAG=3D 2.2.3 GH_COMMIT=3D fb52aa2 and set MASTER_SITES =3D ${GITHUB_CLOUD} is that correct? Thanks > > Chris > From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 18:08:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6CD64C71 for ; Fri, 12 Apr 2013 18:08:34 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 340041551 for ; Fri, 12 Apr 2013 18:08:34 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id x4so370813obh.15 for ; Fri, 12 Apr 2013 11:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=YHbO9jbGanUqWaXh3TufrSKek07O43Hqrgud1V68Mx4=; b=XKVZFRpc+KFsCt9+8eGJoAW95nAFs6/0BO8d5yzudT1NcfjRRqt1dtbEFWP5ld4ER5 lvP4CclNOgMrSwekeoW/+VBTp73EXvBH9tCzD/AoKCFSZPM1m5FIRroaWrGjBo3VsTJ9 gqCVSBoIWF8EVt3ZFp1X7wBiXWKlh2a7nV2tw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding:x-gm-message-state; bh=YHbO9jbGanUqWaXh3TufrSKek07O43Hqrgud1V68Mx4=; b=nqqnalG2cL02glaCOQf+69jCc/fG8hQGiq/Xz0CvP7aA9Egi5G5tEM1/qLNkjGllzv SsdtzbiCUb+Ix5Z7nd1idzKWWlOVJA/ysiVBtwp7r4dZphf6ykcTHW7G1/jo8jgLDmKu xXR0x5VRKzxpga3CEdRVX3nK5gnDeJVEE8Hq7eMV+itexLEyPUCYvTTU4MRdoDg+y+TO JrW6eaODL6RksVLrA4RWFKkwI8EqiKic4TxfR2eTb3gVmVSSYfSnRZpee1o+goRWga/z LuMb1ghm61kBT4OAz7Q0YW46XJaplQRvp1Hlddm0QtyBcjNoQH6S7CVObU+i3wJjxYNV apLA== MIME-Version: 1.0 X-Received: by 10.60.123.116 with SMTP id lz20mr4271998oeb.94.1365790113735; Fri, 12 Apr 2013 11:08:33 -0700 (PDT) Sender: decke@bluelife.at Received: by 10.76.99.114 with HTTP; Fri, 12 Apr 2013 11:08:33 -0700 (PDT) X-Originating-IP: [2001:470:9bf5:200:21c:23ff:fe94:8591] In-Reply-To: References: Date: Fri, 12 Apr 2013 20:08:33 +0200 X-Google-Sender-Auth: ly4nrJstqWF8R8BSv1YSaYM-utw Message-ID: Subject: Re: redports.org No address record From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= , =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQm4mBV+ngBMGhhOLj3cOkpRjJOs5eTwaVG8aLD4LcYC5VICm10vItwKGLAL3AGQzAierXgk Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 18:08:34 -0000 On Fri, Apr 12, 2013 at 5:52 PM, Fernando Apestegu=EDa wrote: > Hi, > > I'm getting a "No address record" error[1] trying to build cad/openvsp in > redports. > It builds fine in my local machine and I can access the URL with the > browser too. > > What am I missing? > > Thanks in advance. > > [1] > https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.l= og That is a known limitation of the new redports setup. The long story is that the new redports backends are IPv6 only machines now in a private IPv6 address space and their only internet access is via an Squid proxy that allows FTP/HTTP/HTTPS. Since our fetch(1) does not support proxies for HTTPS connections it tries to lookup the domain himself and fails because it does not have a DNS server or direct internet access. So in the end it is a bug or missing feature of our fetch. I've CCD des@ just in case he has a good idea. The best way to workaround that right now is to add an HTTP or FTP mirror and we should add one for GITHUB in portstree because that seems to be one of the most affected one. --=20 Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 18:58:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3645638B; Fri, 12 Apr 2013 18:58:31 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 0C67516D8; Fri, 12 Apr 2013 18:58:30 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 49CDA33C2A; Fri, 12 Apr 2013 14:58:25 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 025E839860; Fri, 12 Apr 2013 14:58:23 -0400 (EDT) From: Lowell Gilbert To: Bernhard =?iso-8859-1?Q?Fr=F6hlich?= Subject: Re: redports.org No address record References: Date: Fri, 12 Apr 2013 14:58:23 -0400 In-Reply-To: ("Bernhard =?iso-8859-1?Q?Fr=F6hlich=22's?= message of "Fri, 12 Apr 2013 20:08:33 +0200") Message-ID: <44k3o78tkg.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , freebsd-ports@freebsd.org, Fernando =?iso-8859-1?Q?Apestegu=EDa?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 18:58:31 -0000 Bernhard Fr=F6hlich writes: > Since our fetch(1) does not support proxies for HTTPS connections > it tries to lookup the domain himself and fails because it does not > have a DNS server or direct internet access. So in the end it is a > bug or missing feature of our fetch. I've CCD des@ just in case he > has a good idea. Is there some reason proxy support for HTTPS would be particularly difficult? There's already per-scheme handling for proxies, as I recall. I could try to make some time to implement this, if it's just=20 a matter of coding it up. From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 19:01:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 11F844D7 for ; Fri, 12 Apr 2013 19:01:02 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) by mx1.freebsd.org (Postfix) with ESMTP id A32081704 for ; Fri, 12 Apr 2013 19:01:01 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id hr17so1906622wib.11 for ; Fri, 12 Apr 2013 12:01:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Jc1ZZvN1+Phg2Urnew3KiWhCKpqkWkcHfCjRCnaX1jc=; b=M1vfdh+n1f7TUufoO+0o42HDQ74EUjWn5Uif3OQiVYD3nCIFjZbK9w95K+viY6PN1E io54m4gVBdy2MUVMA4kneUnRprAUokhD57WdZow56gx9dgFqMjA+4SYZwWtXjlkRk9Of tYWEwLfsQeQlsh+bTgOMXJlNIYEp0At4Xtxn7JvsCXxjGwf8XsHnNz0cEe4D/+KkeIeM N5nKUICAneUMbtyvz2Hk2LGG6GW2jLYd9tBKU446lfPl0DOO8RikO2CA9iZ8nb1zXHdJ miNL9/bgW485bjgEKkRZU+Qw1rh18EnGlw2eQhmOIXvQyyF01DjHzqLI0nYuxteL094/ zEuw== MIME-Version: 1.0 X-Received: by 10.194.235.196 with SMTP id uo4mr19541187wjc.30.1365793260879; Fri, 12 Apr 2013 12:01:00 -0700 (PDT) Received: by 10.216.111.193 with HTTP; Fri, 12 Apr 2013 12:01:00 -0700 (PDT) In-Reply-To: <5101BF37.2070705@gmail.com> References: <5101BF37.2070705@gmail.com> Date: Fri, 12 Apr 2013 21:01:00 +0200 Message-ID: Subject: Re: How do I download a deleted port from svnweb? From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 19:01:02 -0000 On Fri, Jan 25, 2013 at 12:09 AM, Douglas Thrift wrote: > You could use svn to do this, something like: > > svn co -r REVISION http://svn.freebsd.org/ports/head/CATEGORY/PORT > > Yes it helps. Thanks! -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 20:10:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 872F5381 for ; Fri, 12 Apr 2013 20:10:14 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x236.google.com (mail-ia0-x236.google.com [IPv6:2607:f8b0:4001:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id 5CADC1B4E for ; Fri, 12 Apr 2013 20:10:14 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id u20so2746849iag.27 for ; Fri, 12 Apr 2013 13:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Dyd9SDJj6nNt4XtTYOiG3JpiwDU3pp5Te9TiyBVo1ks=; b=zyoebHpCWA11lsAg3yrJjzFluza5m91hAV/0LW+sKPaQkbfI52WZBFdhP6Ki+Ysy0y /t9W4KfKfrQARLgepsYonBq2i4Cs52+IuJVnp56ISgKUI+gauofD9VHoE2Nr8GpQ1Tot H/69/9hH2oUJIxzXv6wWYMf+VJoS86ZhSttp6nz5cB5cgzgZbxz+0YDjkndIau8eO40X /z21sKekBRECqEVvLRDiPmYLEe3g4tuFmDODUcoem9IQazyn3/TJvTKt9p/17O5ITvTg mx7Lw11TZEKYAHWvdzyMPQ3+HoKXCofONm93LveXdEHNRh3Ftbm2aDehuWM3iqXqsQeG TQZw== MIME-Version: 1.0 X-Received: by 10.43.58.10 with SMTP id wi10mr7208307icb.47.1365797413596; Fri, 12 Apr 2013 13:10:13 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Fri, 12 Apr 2013 13:10:13 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Fri, 12 Apr 2013 13:10:13 -0700 (PDT) In-Reply-To: References: <5101BF37.2070705@gmail.com> Date: Fri, 12 Apr 2013 21:10:13 +0100 Message-ID: Subject: Re: How do I download a deleted port from svnweb? From: Chris Rees To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 20:10:14 -0000 On 12 Apr 2013 20:01, "Torfinn Ingolfsen" wrote: > > On Fri, Jan 25, 2013 at 12:09 AM, Douglas Thrift wrote: > > > You could use svn to do this, something like: > > > > svn co -r REVISION http://svn.freebsd.org/ports/head/CATEGORY/PORT > > > > > Yes it helps. Thanks! portdowngrade category/port revision also works, and it can do recursion too. It also does dates, but svn does too. Chris From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 20:43:49 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F3EDCF4 for ; Fri, 12 Apr 2013 20:43:49 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id CAA471CA5 for ; Fri, 12 Apr 2013 20:43:48 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlwGAP9waFFR8am7/2dsb2JhbABQFoJwNsFjgQwXdIIfAQEFViIBEAsYCRYPCQMCAQIBDxgeBg0BBQIBAYd+AxMIswgNiV2MRIEHgUwHCYM4A49SgSmEJIMEilSFHIMNOoE3 Received: from 187.169-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.169.187]) by relay.skynet.be with ESMTP; 12 Apr 2013 22:42:39 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.6/8.14.6) with ESMTP id r3CKgcOu038921; Fri, 12 Apr 2013 22:42:38 +0200 (CEST) (envelope-from tijl@coosemans.org) Message-ID: <516871B5.7060102@coosemans.org> Date: Fri, 12 Apr 2013 22:42:29 +0200 From: Tijl Coosemans User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130408 Thunderbird/17.0.5 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Subject: Re: redports.org No address record References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2FSARUOUWHICDGLJAVOCD" Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 20:43:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2FSARUOUWHICDGLJAVOCD Content-Type: multipart/mixed; boundary="------------090307000904040502090404" This is a multi-part message in MIME format. --------------090307000904040502090404 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2013-04-12 19:55, Fernando Apestegu=EDa wrote: > On Fri, Apr 12, 2013 at 6:54 PM, Chris Rees wrote: >=20 >> On 12 April 2013 16:52, Fernando Apestegu=EDa >> wrote: >>> Hi, >>> >>> I'm getting a "No address record" error[1] trying to build cad/openvs= p in >>> redports. >>> It builds fine in my local machine and I can access the URL with the >>> browser too. >>> >>> What am I missing? >>> >>> Thanks in advance. >>> >>> [1] >>> >> https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.= 3.log >> >> Network access is not allowed in any phase except the fetch phase. >> >=20 > I understand, but I'm only accessing the network in that phase via the > do-fetch target, right? >=20 >=20 >> >> You need to add openvsp-2.2.3.tar.gz to DISTFILES-- are you using >> USE_GITHUB? >> >=20 > I'm gonna need more help here :) >=20 > The current version of the port (2.2.2) doesn't set DISTFILES. Is it > necessary? >=20 > Secondly, I didn't know of the existence of USE_GITHUB. >=20 > I suppose I should do something like this: >=20 > USE_GITHUB=3D yes > GH_ACCOUNT=3D OpenVSP > GH_PROJECT=3D OpenVSP > GH_TAG=3D 2.2.3 > GH_COMMIT=3D fb52aa2 >=20 > and set MASTER_SITES =3D ${GITHUB_CLOUD} >=20 > is that correct? Try the attached patch for 2.2.2. --------------090307000904040502090404 Content-Type: text/plain; charset=ISO-8859-15; name="openvsp.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="openvsp.patch" Index: cad/openvsp/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- cad/openvsp/Makefile (revision 315789) +++ cad/openvsp/Makefile (working copy) @@ -4,13 +4,11 @@ PORTNAME=3D openvsp PORTVERSION=3D 2.2.2 CATEGORIES=3D cad -MASTER_SITES=3D https://github.com/OpenVSP/OpenVSP/archive/ =20 MAINTAINER=3D fernando.apesteguia@gmail.com COMMENT=3D Create a 3D model of an aircraft defined by engineering param= eters =20 BUILD_DEPENDS=3D ${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/op= ennurbs - LIB_DEPENDS=3D pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ jpeg:${PORTSDIR}/graphics/jpeg \ drm:${PORTSDIR}/graphics/libdrm \ @@ -20,8 +18,13 @@ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ fltk:${PORTSDIR}/x11-toolkits/fltk \ xcb:${PORTSDIR}/x11/libxcb -WRKSRC=3D ${WRKDIR}/OpenVSP-OpenVSP_${PORTVERSION}/src =20 +USE_GITHUB=3D yes +GH_PROJECT=3D OpenVSP +GH_ACCOUNT=3D ${GH_PROJECT} +GH_TAGNAME=3D ${GH_PROJECT}_${PORTVERSION} +GH_COMMIT=3D 7595f55 + USES=3D cmake USE_DOS2UNIX=3D yes USE_ICONV=3D yes @@ -39,12 +42,6 @@ =20 .include =20 -do-fetch: - if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ - ${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ - ${MASTER_SITES}OpenVSP_${PORTVERSION}${EXTRACT_SUFX}; \ - fi - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vsp/vsp ${PREFIX}/bin .if ${PORT_OPTIONS:MEXAMPLES} Index: cad/openvsp/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- cad/openvsp/distinfo (revision 315789) +++ cad/openvsp/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (openvsp-2.2.2.tar.gz) =3D 93dd8978b568eb5726a9392308029b7b9967ae= 1af8c4033e8e8cba05f5a46e9b -SIZE (openvsp-2.2.2.tar.gz) =3D 2921036 +SHA256 (openvsp-2.2.2.tar.gz) =3D eefb5a113250fe8a89f580ae1e7030ad4f2d5c= 72c0c053daaaf7495fe10e3c5e +SIZE (openvsp-2.2.2.tar.gz) =3D 2921143 --------------090307000904040502090404-- ------enig2FSARUOUWHICDGLJAVOCD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iF4EAREIAAYFAlFocb0ACgkQfoCS2CCgtisOFAD/Xiu94WwBncqyGJcqst3pJMLD xwAX8bxrwJ5aB/qOwgUA/30lzcbMJuLrWMuk90Fwp//CXNZaHfOsFiPYLJkI8Asa =/tN0 -----END PGP SIGNATURE----- ------enig2FSARUOUWHICDGLJAVOCD-- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 22:06:13 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 68C70C0; Fri, 12 Apr 2013 22:06:13 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 2C9841FAB; Fri, 12 Apr 2013 22:06:12 +0000 (UTC) Received: from ds4.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 0BE178779; Fri, 12 Apr 2013 22:06:12 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id A989E9D94; Sat, 13 Apr 2013 00:06:11 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Lowell Gilbert Subject: Re: redports.org No address record References: <44k3o78tkg.fsf@lowell-desk.lan> Date: Sat, 13 Apr 2013 00:06:10 +0200 In-Reply-To: <44k3o78tkg.fsf@lowell-desk.lan> (Lowell Gilbert's message of "Fri, 12 Apr 2013 14:58:23 -0400") Message-ID: <86mwt3ieul.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Bernhard =?utf-8?Q?Fr=C3=B6hlich?= , freebsd-ports@freebsd.org, Fernando =?utf-8?Q?Apestegu=C3=ADa?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 22:06:13 -0000 Lowell Gilbert writes: > Is there some reason proxy support for HTTPS would be particularly > difficult? There's already per-scheme handling for proxies, as I > recall. I could try to make some time to implement this, if it's just=20 > a matter of coding it up. There's already a PR and a patch. I was working on it during Easter, but it got stalled because I had no way to test it, and real life intervened. I just committed it to head (r249431). DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 06:16:47 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DB734D87; Sat, 13 Apr 2013 06:16:47 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id A170813F; Sat, 13 Apr 2013 06:16:47 +0000 (UTC) Received: from [93.104.7.67] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UQtlP-0003nn-Ef; Sat, 13 Apr 2013 08:16:39 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3D6Gb0g002467; Sat, 13 Apr 2013 08:16:37 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3D6Gb7t002466; Sat, 13 Apr 2013 08:16:37 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sat, 13 Apr 2013 08:16:36 +0200 From: Matthias Apitz To: multimedia@FreeBSD.org Subject: ports/multimedia/vlc 2.0.5: conflicts with qt3 Message-ID: <20130413061636.GA2454@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.7.67 Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 06:16:47 -0000 Hello, The above port (recent from SVN) stops with: ... ===> Fetching all distfiles required by qt4-corelib-4.8.4_1 for building ===> qt4-corelib-4.8.4_1 conflicts with installed package(s): qt-3.3.8_14 They will not build together. Please remove them first with pkg_delete(1). *** [check-build-conflicts] Error code 1 Stop in /usr/ports/devel/qt4-corelib. *** [build-depends] Error code 1 Stop in /usr/ports/multimedia/vlc. Any idea for a workaround? Thanks matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 07:36:28 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B39D8B9E for ; Sat, 13 Apr 2013 07:36:28 +0000 (UTC) (envelope-from mike@skew.org) Received: from chilled.skew.org (chilled.skew.org [70.90.116.205]) by mx1.freebsd.org (Postfix) with ESMTP id 734163D5 for ; Sat, 13 Apr 2013 07:36:28 +0000 (UTC) Received: from chilled.skew.org (localhost [127.0.0.1]) by chilled.skew.org (8.14.5/8.14.4) with ESMTP id r3D7aRZl087589 for ; Sat, 13 Apr 2013 01:36:27 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.14.5/8.14.4/Submit) id r3D7aQOf087588 for ports@freebsd.org; Sat, 13 Apr 2013 01:36:26 -0600 (MDT) (envelope-from mike) From: Mike Brown Message-Id: <201304130736.r3D7aQOf087588@chilled.skew.org> Subject: Re: portaudit won't let me build some ports In-Reply-To: <201206070522.q575MIsK018463@chilled.skew.org> To: ports@freebsd.org Date: Sat, 13 Apr 2013 01:36:26 -0600 (MDT) X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL125 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 07:36:28 -0000 I'm posting this overdue followup mostly for the benefit of anyone searching for this info, and for the maintainers of bsd.port.mk and portaudit. On Jun 6, 2012, I wrote: > What's going on with portaudit? > It always prints 7 useless lines of "done" Why "/var/db/portaudit/auditfile.tbz: done" shows up at all: My environment contains BZIP2=-v. I put that in there ages ago, because I like to see the extra output when compressing files, and I grew tired of typing it by hand. Unfortunately, it also affects decompression output. Why it shows up many times in a row: portaudit decompresses its database file that many times as part of its normal operation. Perhaps there's some room for optimization there. /usr/ports/Mk/bsd.port.mk just decompresses it once, to a temp file. > and now it has started stopping me from building some ports, due to "known > vulnerabilities", even though there are no vulnerabilities in the database. I believe this is a combination of problems with portaudit and bsd.port.mk. bsd.port.mk saves portaudit's output (list of vulnerabilities in the current package) to a variable, and interprets it as having said vulnerabilities are present if it contains the string "X problem(s) found.", where X is any string of digits, including "0". vlist=`${LOCALBASE}/sbin/portaudit -X 14 "${PKGNAME}" \ 2>&1 | grep -vE '^[0-9]+ problem\(s\) found.' \ || true`; \ With BZIP2=-v in the environment, the output of portaudit will contain all the bzip2 "done" messages, and then, if there are no vulnerabilities, it might say "0 problem(s) found." Surely "0 problem(s) found." is not cause for stopping a build. The regex in bsd.port.mk should probably be '^[1-9][0-9]+ problem\(s\) found.' I'm not sure if it's possible to avoid picking up the verbose bzip2 output. portaudit could pass -q to BZIP2, but that might suppress desirable error messages. I leave that for you guys to worry about. :) > Last time I ran portmaster -a, I had to completely remove portaudit just so > I could get everything to build. Now that I've reinstalled it, it's still > causing me grief. Mental note: a better option is to define DISABLE_VULNERABILITIES before building any ports. See ports(7) man page. Thanks for reading. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 07:40:47 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 831F8D82 for ; Sat, 13 Apr 2013 07:40:47 +0000 (UTC) (envelope-from mike@skew.org) Received: from chilled.skew.org (chilled.skew.org [70.90.116.205]) by mx1.freebsd.org (Postfix) with ESMTP id 48804607 for ; Sat, 13 Apr 2013 07:40:46 +0000 (UTC) Received: from chilled.skew.org (localhost [127.0.0.1]) by chilled.skew.org (8.14.5/8.14.4) with ESMTP id r3D7ejZW087724 for ; Sat, 13 Apr 2013 01:40:46 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.14.5/8.14.4/Submit) id r3D7ejvd087723 for ports@freebsd.org; Sat, 13 Apr 2013 01:40:45 -0600 (MDT) (envelope-from mike) From: Mike Brown Message-Id: <201304130740.r3D7ejvd087723@chilled.skew.org> Subject: Re: portaudit won't let me build some ports In-Reply-To: <201206070522.q575MIsK018463@chilled.skew.org> To: ports@freebsd.org Date: Sat, 13 Apr 2013 01:40:45 -0600 (MDT) X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL125 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 07:40:47 -0000 Typo: In my suggested regex, the "+" should be a "*", of course. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 09:37:40 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCC0DD25; Sat, 13 Apr 2013 09:37:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 933469EC; Sat, 13 Apr 2013 09:37:40 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::3031:e968:43b2:9c42] (unknown [IPv6:2001:7b8:3a7:0:3031:e968:43b2:9c42]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9710C5C44; Sat, 13 Apr 2013 11:37:37 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: ports/multimedia/vlc 2.0.5: conflicts with qt3 From: Dimitry Andric In-Reply-To: <20130413061636.GA2454@tinyCurrent> Date: Sat, 13 Apr 2013 11:37:36 +0200 Content-Transfer-Encoding: 7bit Message-Id: <67001282-F202-41DB-AF63-79CEEEAC9693@FreeBSD.org> References: <20130413061636.GA2454@tinyCurrent> To: Matthias Apitz X-Mailer: Apple Mail (2.1503) Cc: freebsd-ports@FreeBSD.org, multimedia@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 09:37:40 -0000 On Apr 13, 2013, at 08:16, Matthias Apitz wrote: > The above port (recent from SVN) stops with: > > ... > ===> Fetching all distfiles required by qt4-corelib-4.8.4_1 for building > > ===> qt4-corelib-4.8.4_1 conflicts with installed package(s): > qt-3.3.8_14 > > They will not build together. > Please remove them first with pkg_delete(1). > *** [check-build-conflicts] Error code 1 > > Stop in /usr/ports/devel/qt4-corelib. > *** [build-depends] Error code 1 > > Stop in /usr/ports/multimedia/vlc. > > Any idea for a workaround? Thanks Yes, delete Qt3. Qt4 cannot build with Qt3 present on the system. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 09:45:17 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B1B3F9B; Sat, 13 Apr 2013 09:45:17 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1E08EA3A; Sat, 13 Apr 2013 09:45:16 +0000 (UTC) Received: from [93.104.7.67] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UQx1H-0002YN-0a; Sat, 13 Apr 2013 11:45:15 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3D9jDTO002991; Sat, 13 Apr 2013 11:45:13 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3D9jDre002990; Sat, 13 Apr 2013 11:45:13 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sat, 13 Apr 2013 11:45:13 +0200 From: Matthias Apitz To: Dimitry Andric Subject: Re: ports/multimedia/vlc 2.0.5: conflicts with qt3 Message-ID: <20130413094512.GA2967@tinyCurrent> References: <20130413061636.GA2454@tinyCurrent> <67001282-F202-41DB-AF63-79CEEEAC9693@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <67001282-F202-41DB-AF63-79CEEEAC9693@FreeBSD.org> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.7.67 Cc: multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 09:45:17 -0000 El día Saturday, April 13, 2013 a las 11:37:36AM +0200, Dimitry Andric escribió: > On Apr 13, 2013, at 08:16, Matthias Apitz wrote: > > The above port (recent from SVN) stops with: > > > > ... > > ===> Fetching all distfiles required by qt4-corelib-4.8.4_1 for building > > > > ===> qt4-corelib-4.8.4_1 conflicts with installed package(s): > > qt-3.3.8_14 > > > > They will not build together. > > Please remove them first with pkg_delete(1). > > *** [check-build-conflicts] Error code 1 > > > > Stop in /usr/ports/devel/qt4-corelib. > > *** [build-depends] Error code 1 > > > > Stop in /usr/ports/multimedia/vlc. > > > > Any idea for a workaround? Thanks > > Yes, delete Qt3. Qt4 cannot build with Qt3 present on the system. This is not an option because I do need Qt3 for other ports; I checked the port multimedia/vlc and it seems to build with: # make install clean BATCH=yes WITHOUT_QT4=yes WITHOUT_SKINS=yes matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 12:04:30 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 739D0B98 for ; Sat, 13 Apr 2013 12:04:30 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id DA490C5 for ; Sat, 13 Apr 2013 12:04:29 +0000 (UTC) Received: (qmail 10309 invoked by uid 89); 13 Apr 2013 11:59:06 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.98.61) by mail.grem.de with ESMTPA; 13 Apr 2013 11:59:06 -0000 Date: Sat, 13 Apr 2013 13:57:37 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: portaudit won't let me build some ports Message-ID: <20130413135737.7977ce0f@bsd64.grem.de> In-Reply-To: <201304130736.r3D7aQOf087588@chilled.skew.org> References: <201206070522.q575MIsK018463@chilled.skew.org> <201304130736.r3D7aQOf087588@chilled.skew.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: mike@skew.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 12:04:30 -0000 On Sat, 13 Apr 2013 01:36:26 -0600 (MDT) Mike Brown wrote: > I'm posting this overdue followup mostly for the benefit of anyone > searching for this info, and for the maintainers of bsd.port.mk and > portaudit. > > On Jun 6, 2012, I wrote: > > What's going on with portaudit? > > It always prints 7 useless lines of "done" > > Why "/var/db/portaudit/auditfile.tbz: done" shows up at all: > > My environment contains BZIP2=-v. > > I put that in there ages ago, because I like to see the extra output > when compressing files, and I grew tired of typing it by hand. > Unfortunately, it also affects decompression output. > > Why it shows up many times in a row: > > portaudit decompresses its database file that many times as part of > its normal operation. Perhaps there's some room for optimization > there. /usr/ports/Mk/bsd.port.mk just decompresses it once, to a temp > file. > > > and now it has started stopping me from building some ports, due to > > "known vulnerabilities", even though there are no vulnerabilities > > in the database. > > I believe this is a combination of problems with portaudit and > bsd.port.mk. > > bsd.port.mk saves portaudit's output (list of vulnerabilities in the > current package) to a variable, and interprets it as having said > vulnerabilities are present if it contains the string "X problem(s) > found.", where X is any string of digits, including "0". > > vlist=`${LOCALBASE}/sbin/portaudit -X 14 "${PKGNAME}" \ > 2>&1 | grep -vE '^[0-9]+ problem\(s\) found.' \ > || true`; \ > > With BZIP2=-v in the environment, the output of portaudit will > contain all the bzip2 "done" messages, and then, if there are no > vulnerabilities, it might say "0 problem(s) found." > > Surely "0 problem(s) found." is not cause for stopping a build. The > regex in bsd.port.mk should probably be '^[1-9][0-9]+ problem\(s\) > found.' > > I'm not sure if it's possible to avoid picking up the verbose bzip2 > output. portaudit could pass -q to BZIP2, but that might suppress > desirable error messages. I leave that for you guys to worry about. :) > > > Last time I ran portmaster -a, I had to completely remove portaudit > > just so I could get everything to build. Now that I've reinstalled > > it, it's still causing me grief. > > Mental note: a better option is to define DISABLE_VULNERABILITIES > before building any ports. See ports(7) man page. > > Thanks for reading. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" Hi Mike, I submitted a bug report for a related problem about a year ago: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168479 In that case the unrelated output line is caused by downloading the auditfile (the workaround I suggested is very simple and only fixes that particular problem). Cheers, -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 12:29:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E78E825F for ; Sat, 13 Apr 2013 12:29:29 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 430921C4 for ; Sat, 13 Apr 2013 12:29:28 +0000 (UTC) Received: (qmail 10689 invoked by uid 89); 13 Apr 2013 12:30:45 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.98.61) by mail.grem.de with ESMTPA; 13 Apr 2013 12:30:45 -0000 Date: Sat, 13 Apr 2013 14:29:26 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Open PRs Message-ID: <20130413142926.422b1d28@bsd64.grem.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 12:29:30 -0000 Hi, These PRs didn't get feedback in a while, some of them are fairly trivial patches, maybe the respective maintainers could take a look: 1. ports/171546: [PATCH] databases/mysql55-server: Allow compilation using Clang in C++11 mode http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171546 Trivial patch, also confirmed upstream, but not in there yet. PR contains all details/links. 2. ports/171523: [PATCH] devel/boost-libs: Allow building using Clang, C++11 and libc++ http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171523 This might need some review by the new maintainer, but nothing happened so far - it's possible that the problems have been solved upstream already though. 3. www/172195: PR database corrupts patches: http://www.freebsd.org/cgi/query-pr.cgi?pr=www/172195 If there is anything I could do to help resolving this please let me know? 4. ports/168479: Mk/bsd.port.mk: [patch] portaudit reports vulnerability on database update http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168479 The patch included only fixes to that specific problem, as I learned today others have similar problems under other circumstances. 5. kern/175514: [patch] Support PKI in libfetch for HTTP over SSL http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/175514 I had some discussions with des regarding indentation off list, but none about the actual patch or the functionality it provides. It's production ready, but could use some fine tuning for which I would need some feedback (not sure if that really belongs to ports@, but that's where the original discussion started) Thanks, Michael -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 13:51:14 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83E97D8F for ; Sat, 13 Apr 2013 13:51:14 +0000 (UTC) (envelope-from meta@vmeta.jp) Received: from glory.vmeta.jp (7c293911.i-revonet.jp [124.41.57.17]) by mx1.freebsd.org (Postfix) with ESMTP id 52D6C633 for ; Sat, 13 Apr 2013 13:51:13 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id B8E5AE55; Sat, 13 Apr 2013 22:42:08 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 13 Apr 2013 22:42:08 +0900 From: Koichiro IWAO To: Subject: who is responsible for unmarking a port =?UTF-8?Q?BROKEN=3F?= Message-ID: <977c63bafad9265fc8e98f5f9f99ce1e@vmeta.jp> X-Sender: meta@vmeta.jp User-Agent: Roundcube Webmail/0.8.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 13:51:14 -0000 I have a question that who is responsible for (un)marking a port. Marking a port as broken is portmgr's job. Unmarking their port is maintainer's job even if mismarked. Is this right? portmgr marked net-im/rubygem-termtter BROKEN. I asked portmgr to unmark it because the port actually works with ruby19. The port is marked as BROKEN for more than a year even if it is not actually broken.But portmgr told me to contact respective maintainer. I asked the maintainer in private e-mail but no answer for almost a year. I finally PR'd the issue and it is time to maintainer-timeout. Please do something for the PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=176902 -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 13:58:31 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 04F58F45 for ; Sat, 13 Apr 2013 13:58:31 +0000 (UTC) (envelope-from meta@vmeta.jp) Received: from glory.vmeta.jp (7c293911.i-revonet.jp [124.41.57.17]) by mx1.freebsd.org (Postfix) with ESMTP id CAFE9664 for ; Sat, 13 Apr 2013 13:58:30 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id 87A5E82; Sat, 13 Apr 2013 22:58:29 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 13 Apr 2013 22:58:29 +0900 From: Koichiro IWAO To: Subject: ports/177405 maintainer timeout Message-ID: X-Sender: meta@vmeta.jp User-Agent: Roundcube Webmail/0.8.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 13:58:31 -0000 Hi, could someone please commit ports/177405? No reply for more than 3 weeks since I first sent a patch to the maintainer. It probably can be committed under ports freeze because it fixes to build. http://www.freebsd.org/cgi/query-pr.cgi?pr=177405 -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 14:26:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1B16044F; Sat, 13 Apr 2013 14:26:57 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id D136C784; Sat, 13 Apr 2013 14:26:56 +0000 (UTC) Received: from [188.174.214.132] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UR1Pm-0002aa-Ft; Sat, 13 Apr 2013 16:26:53 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3DEQmBf002213; Sat, 13 Apr 2013 16:26:48 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3DEQmg3002212; Sat, 13 Apr 2013 16:26:48 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sat, 13 Apr 2013 16:26:47 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org, gecko@freebsd.org Subject: www/firefox (r315793, 20.0.1) does not compile Message-ID: <20130413142647.GA2196@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.214.132 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 14:26:57 -0000 # cd /usr/ports/www/firefox # svn up # make install BATCH=yes ... /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp:214:12: error: use of undeclared identifier 'malloc_usable_size'; did you mean 'moz_malloc_usable_size'? return malloc_usable_size(ptr); ^~~~~~~~~~~~~~~~~~ moz_malloc_usable_size /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp:206:1: note: 'moz_malloc_usable_size' declared here moz_malloc_usable_size(void *ptr) HIH matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 16:10:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9563CE01; Sat, 13 Apr 2013 16:10:37 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [5.9.87.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5486BA31; Sat, 13 Apr 2013 16:10:37 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 9F74BD0E5; Sat, 13 Apr 2013 18:10:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id h_gGoycwoeqZ; Sat, 13 Apr 2013 18:10:26 +0200 (CEST) Received: from nibbler-osx.fritz.box (unknown [IPv6:2001:4dd0:ff00:8bb6:d50:54ca:7aa7:2708]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 9CDF6D0D2; Sat, 13 Apr 2013 18:10:26 +0200 (CEST) Message-ID: <51698370.5000107@smeets.im> Date: Sat, 13 Apr 2013 18:10:24 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20100101 Thunderbird/23.0a1 MIME-Version: 1.0 To: Matthias Apitz , freebsd-ports@freebsd.org, gecko@freebsd.org Subject: Re: www/firefox (r315793, 20.0.1) does not compile References: <20130413142647.GA2196@tinyCurrent> In-Reply-To: <20130413142647.GA2196@tinyCurrent> X-Enigmail-Version: 1.6a1pre Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2UGAAPPJBEBEEFOVDRHJL" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 16:10:37 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2UGAAPPJBEBEEFOVDRHJL Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 13.04.13 16:26, Matthias Apitz wrote: >=20 > # cd /usr/ports/www/firefox > # svn up > # make install BATCH=3Dyes > ... > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cp= p:214:12: > error:=20 > use of undeclared identifier 'malloc_usable_size'; did you mean > 'moz_malloc_usable_size'? > return malloc_usable_size(ptr); > ^~~~~~~~~~~~~~~~~~ > moz_malloc_usable_size > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cp= p:206:1: > note:=20 > 'moz_malloc_usable_size' declared here > moz_malloc_usable_size(void *ptr) >=20 Hi, i think you mean firefox 20.0, there is no firefox 20.0.1 in ports, 20.0.1 is a Windows only fix. Anyway, even if you updated the distinfo and version yourself it should still build. Your report is missing some crucial information. Which version of FreeBSD are you using? My guess is you are trying to build on a version that's no longer supported. Quoting the commit log: - prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier are advised to upgrade - http://www.freebsd.org/security/ If this is not the case, please provide more information. Which version are you running. The selected options. The used compiler. Florian ------enig2UGAAPPJBEBEEFOVDRHJL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlFpg3EACgkQapo8P8lCvwmwGwCg2VE99Za4pmGlN5CYd6HWWpw4 3dkAniLLiNqWVnEIxwoOzUlAnP89yihq =MFy7 -----END PGP SIGNATURE----- ------enig2UGAAPPJBEBEEFOVDRHJL-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 17:07:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 19C0236A for ; Sat, 13 Apr 2013 17:07:29 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id A578EBEE for ; Sat, 13 Apr 2013 17:07:28 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id c10so464149wiw.4 for ; Sat, 13 Apr 2013 10:07:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=+sDtNPX/IJC7U2+Q7rpWM0gto7BJbPjr5NT4hPFAETg=; b=kFRnvYU8t9puUJXO8xbIvGF1OfMS0XDuePBK0qfqN8HXfgVaXW+t8PlSEeh6WTIjrZ PPTDC+cA5KOOzQPp5ViC07PXBfzSieftKP3F/Wm4csrP9IUDYW0YT0+T5HX9UtX2bCrX jSdEY9yZ7AxpfjuWM2EDvyPTuoVegUJsUADe+ejEhDHaClQrtr3I46rSNie9ds9fNsWK wuzXBruu9iE3FTu0MQnWEzhTruCyRTTB5VkH90QyONVroSgZ1xuagJU8DXX8wLrz5tyY wBwU4HlYSioMGxYhyTbDxBnJT4Uhssn7HEhYid35MUvFtX1EYP6pb86OLlkOrwue6yiS To5A== MIME-Version: 1.0 X-Received: by 10.180.92.229 with SMTP id cp5mr3790390wib.20.1365872847791; Sat, 13 Apr 2013 10:07:27 -0700 (PDT) Received: by 10.180.125.77 with HTTP; Sat, 13 Apr 2013 10:07:27 -0700 (PDT) In-Reply-To: <516871B5.7060102@coosemans.org> References: <516871B5.7060102@coosemans.org> Date: Sat, 13 Apr 2013 19:07:27 +0200 Message-ID: Subject: Re: redports.org No address record From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Tijl Coosemans Content-Type: multipart/mixed; boundary=f46d043c094ee6aa4904da410d73 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 17:07:29 -0000 --f46d043c094ee6aa4904da410d73 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, Apr 12, 2013 at 10:42 PM, Tijl Coosemans wrote= : > On 2013-04-12 19:55, Fernando Apestegu=EDa wrote: > > On Fri, Apr 12, 2013 at 6:54 PM, Chris Rees wrote: > > > >> On 12 April 2013 16:52, Fernando Apestegu=EDa > >> wrote: > >>> Hi, > >>> > >>> I'm getting a "No address record" error[1] trying to build cad/openvs= p > in > >>> redports. > >>> It builds fine in my local machine and I can access the URL with the > >>> browser too. > >>> > >>> What am I missing? > >>> > >>> Thanks in advance. > >>> > >>> [1] > >>> > >> > https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.l= og > >> > >> Network access is not allowed in any phase except the fetch phase. > >> > > > > I understand, but I'm only accessing the network in that phase via the > > do-fetch target, right? > > > > > >> > >> You need to add openvsp-2.2.3.tar.gz to DISTFILES-- are you using > >> USE_GITHUB? > >> > > > > I'm gonna need more help here :) > > > > The current version of the port (2.2.2) doesn't set DISTFILES. Is it > > necessary? > > > > Secondly, I didn't know of the existence of USE_GITHUB. > > > > I suppose I should do something like this: > > > > USE_GITHUB=3D yes > > GH_ACCOUNT=3D OpenVSP > > GH_PROJECT=3D OpenVSP > > GH_TAG=3D 2.2.3 > > GH_COMMIT=3D fb52aa2 > > > > and set MASTER_SITES =3D ${GITHUB_CLOUD} > > > > is that correct? > > Try the attached patch for 2.2.2. > I have a new patch based on the changes suggested by Tijl (thanks!). It looks fine (port test reports no errors). I would like to submit the PR based on this new patch. Do the committers agree? Thanks to all! --f46d043c094ee6aa4904da410d73 Content-Type: text/plain; charset=US-ASCII; name="update-2.2.3.patch.txt" Content-Disposition: attachment; filename="update-2.2.3.patch.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hfh1cyer0 ZGlmZiAtcnVOIC91c3IvcG9ydHMvY2FkL29wZW52c3AvTWFrZWZpbGUgY2FkL29wZW52c3AvTWFr ZWZpbGUKLS0tIC91c3IvcG9ydHMvY2FkL29wZW52c3AvTWFrZWZpbGUJMjAxMy0wMy0yMiAyMTow NjoxNC4wMDAwMDAwMDAgKzAxMDAKKysrIGNhZC9vcGVudnNwL01ha2VmaWxlCTIwMTMtMDQtMTMg MTg6NTQ6MjAuMDAwMDAwMDAwICswMjAwCkBAIC0yLDE1ICsyLDEzIEBACiAjICRGcmVlQlNEOiBj YWQvb3BlbnZzcC9NYWtlZmlsZSAzMTQ5NjAgMjAxMy0wMy0yMiAyMDowNjoxNFogbWFrYyAkCiAK IFBPUlROQU1FPQlvcGVudnNwCi1QT1JUVkVSU0lPTj0JMi4yLjIKK1BPUlRWRVJTSU9OPQkyLjIu MwogQ0FURUdPUklFUz0JY2FkCi1NQVNURVJfU0lURVM9CWh0dHBzOi8vZ2l0aHViLmNvbS9PcGVu VlNQL09wZW5WU1AvYXJjaGl2ZS8KIAogTUFJTlRBSU5FUj0JZmVybmFuZG8uYXBlc3RlZ3VpYUBn bWFpbC5jb20KIENPTU1FTlQ9CUNyZWF0ZSBhIDNEIG1vZGVsIG9mIGFuIGFpcmNyYWZ0IGRlZmlu ZWQgYnkgZW5naW5lZXJpbmcgcGFyYW1ldGVycwogCiBCVUlMRF9ERVBFTkRTPQkke0xPQ0FMQkFT RX0vbGliL2xpYm9wZW5OVVJCUy5hOiR7UE9SVFNESVJ9L2dyYXBoaWNzL29wZW5udXJicwotCiBM SUJfREVQRU5EUz0JcHRocmVhZC1zdHViczoke1BPUlRTRElSfS9kZXZlbC9saWJwdGhyZWFkLXN0 dWJzIFwKIAkJanBlZzoke1BPUlRTRElSfS9ncmFwaGljcy9qcGVnIFwKIAkJZHJtOiR7UE9SVFNE SVJ9L2dyYXBoaWNzL2xpYmRybSBcCkBAIC0yMCw5ICsxOCwxNSBAQAogCQlmb250Y29uZmlnOiR7 UE9SVFNESVJ9L3gxMS1mb250cy9mb250Y29uZmlnIFwKIAkJZmx0azoke1BPUlRTRElSfS94MTEt dG9vbGtpdHMvZmx0ayBcCiAJCXhjYjoke1BPUlRTRElSfS94MTEvbGlieGNiCi1XUktTUkM9CQkk e1dSS0RJUn0vT3BlblZTUC1PcGVuVlNQXyR7UE9SVFZFUlNJT059L3NyYwogCi1VU0VTPQkJY21h a2UKK1VTRV9HSVRIVUI9CXllcworR0hfUFJPSkVDVD0JT3BlblZTUAorR0hfQUNDT1VOVD0JJHtH SF9QUk9KRUNUfQorR0hfVEFHTkFNRT0JJHtHSF9QUk9KRUNUfV8ke1BPUlRWRVJTSU9OfQorR0hf Q09NTUlUPQlmYjUyYWEyCisKK0NNQUtFX1NPVVJDRV9QQVRIPQkke1dSS1NSQ30vc3JjCitVU0VT PQkJY21ha2U6b3V0c291cmNlCiBVU0VfRE9TMlVOSVg9CXllcwogVVNFX0lDT05WPQl5ZXMKIFVT RV9YT1JHPQlpY2Ugc20geDExIHhhdSB4ZGFtYWdlIHhkbWNwIHhleHQgeGZpeGVzIHhmdCBcCkBA IC0zMSw3ICszNSw3IEBACiBVU0VfR05PTUU9CWxpYnhtbDIKIAogUE9SVEVYQU1QTEVTPQkqCi1J TlNUQUxMX1BPUlRFWEFNUExFUz0JQChjZCAke1dSS1NSQ30vLi4vZXhhbXBsZXMvICYmICR7Q09Q WVRSRUVfU0hBUkV9IFwqICR7RVhBTVBMRVNESVJ9KQorSU5TVEFMTF9QT1JURVhBTVBMRVM9CUAo Y2QgJHtXUktTUkN9L2V4YW1wbGVzICYmICR7Q09QWVRSRUVfU0hBUkV9IFwqICR7RVhBTVBMRVNE SVJ9KQogCiBQTElTVF9GSUxFUz0JYmluL3ZzcAogCkBAIC0zOSwxNCArNDMsOCBAQAogCiAuaW5j bHVkZSA8YnNkLnBvcnQub3B0aW9ucy5taz4KIAotZG8tZmV0Y2g6Ci0JaWYgWyAhIC1mICR7RElT VERJUn0vJHtESVNUTkFNRX0ke0VYVFJBQ1RfU1VGWH0gXTsgdGhlbiBcCi0JCSR7RkVUQ0hfQklO QVJZfSAtbyAke0RJU1RESVJ9LyR7RElTVE5BTUV9JHtFWFRSQUNUX1NVRlh9IFwKLQkJCSR7TUFT VEVSX1NJVEVTfU9wZW5WU1BfJHtQT1JUVkVSU0lPTn0ke0VYVFJBQ1RfU1VGWH07IFwKLQlmaQot CiBkby1pbnN0YWxsOgotCUAke0lOU1RBTExfUFJPR1JBTX0gJHtXUktTUkN9L3ZzcC92c3AgJHtQ UkVGSVh9L2JpbgorCUAke0lOU1RBTExfUFJPR1JBTX0gJHtCVUlMRF9XUktTUkN9L3ZzcC92c3Ag JHtQUkVGSVh9L2JpbgogLmlmICR7UE9SVF9PUFRJT05TOk1FWEFNUExFU30KIAlAJHtNS0RJUn0g JHtFWEFNUExFU0RJUn0KIAlAJHtJTlNUQUxMX1BPUlRFWEFNUExFU30KZGlmZiAtcnVOIC91c3Iv cG9ydHMvY2FkL29wZW52c3AvZGlzdGluZm8gY2FkL29wZW52c3AvZGlzdGluZm8KLS0tIC91c3Iv cG9ydHMvY2FkL29wZW52c3AvZGlzdGluZm8JMjAxMy0wMi0yMCAxOTowNzoxOS4wMDAwMDAwMDAg KzAxMDAKKysrIGNhZC9vcGVudnNwL2Rpc3RpbmZvCTIwMTMtMDQtMTMgMTg6NTM6NDMuMDAwMDAw MDAwICswMjAwCkBAIC0xLDIgKzEsMiBAQAotU0hBMjU2IChvcGVudnNwLTIuMi4yLnRhci5neikg PSA5M2RkODk3OGI1NjhlYjU3MjZhOTM5MjMwODAyOWI3Yjk5NjdhZTFhZjhjNDAzM2U4ZThjYmEw NWY1YTQ2ZTliCi1TSVpFIChvcGVudnNwLTIuMi4yLnRhci5neikgPSAyOTIxMDM2CitTSEEyNTYg KG9wZW52c3AtMi4yLjMudGFyLmd6KSA9IDBhZTE0M2MzMWMwOWNkOGJkOTNlYWQ0ODBjMzIzNDNk MGIzNjBlZjEzMmUxY2U1ZDNkMmJlZWMzNDU3YzdhNjMKK1NJWkUgKG9wZW52c3AtMi4yLjMudGFy Lmd6KSA9IDI5MjEzNDQKZGlmZiAtcnVOIC91c3IvcG9ydHMvY2FkL29wZW52c3AvZmlsZXMvcGF0 Y2gteG1sdnNwLUNNYWtlTGlzdHMudHh0IGNhZC9vcGVudnNwL2ZpbGVzL3BhdGNoLXhtbHZzcC1D TWFrZUxpc3RzLnR4dAotLS0gL3Vzci9wb3J0cy9jYWQvb3BlbnZzcC9maWxlcy9wYXRjaC14bWx2 c3AtQ01ha2VMaXN0cy50eHQJMjAxMi0wNy0xNCAxNDo1NjoxNC4wMDAwMDAwMDAgKzAyMDAKKysr IGNhZC9vcGVudnNwL2ZpbGVzL3BhdGNoLXhtbHZzcC1DTWFrZUxpc3RzLnR4dAkyMDEzLTA0LTEz IDE4OjM1OjUxLjAwMDAwMDAwMCArMDIwMApAQCAtMSw1ICsxLDUgQEAKIC0tLSAvaG9tZS9mZXJu YXBlL3BvcnRpbmcvb3BlbnZzcC9vcmlnaW5hbC9PcGVuVlNQXzIuMF9jb21tdW5pdHlfc3JjL3Ny Yy94bWx2c3AvQ01ha2VMaXN0cy50eHQJMjAxMi0wNC0wNCAyMTowMzo1NC4wMDAwMDAwMDAgKzAy MDAKLSsrKyB4bWx2c3AvQ01ha2VMaXN0cy50eHQJMjAxMi0wNC0wNCAyMDoyOTowOC4wMDAwMDAw MDAgKzAyMDAKKysrKyBzcmMveG1sdnNwL0NNYWtlTGlzdHMudHh0CTIwMTItMDQtMDQgMjA6Mjk6 MDguMDAwMDAwMDAwICswMjAwCiBAQCAtMiw3ICsyLDcgQEAKICAKICBGSU5EX1BBQ0tBR0UoTGli WG1sMiBSRVFVSVJFRCkK --f46d043c094ee6aa4904da410d73-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 17:34:56 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C3D29824; Sat, 13 Apr 2013 17:34:56 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 484C9D61; Sat, 13 Apr 2013 17:34:56 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:36550] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r3DHYm28029776 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 13 Apr 2013 21:34:48 +0400 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org, Matthias Apitz Subject: Re: ports/multimedia/vlc 2.0.5: conflicts with qt3 Date: Sat, 13 Apr 2013 17:36:18 +0000 Message-ID: <9758005.OvfbxInq9b@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.2 (FreeBSD/9.1-STABLE; KDE/4.10.2; amd64; ; ) In-Reply-To: <20130413094512.GA2967@tinyCurrent> References: <20130413061636.GA2454@tinyCurrent> <67001282-F202-41DB-AF63-79CEEEAC9693@FreeBSD.org> <20130413094512.GA2967@tinyCurrent> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Cc: Dimitry Andric , multimedia@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 17:34:56 -0000 On Sat, 13 Apr 2013 11:45:13 +0200 Matthias Apitz wrote: > El d=EDa Saturday, April 13, 2013 a las 11:37:36AM +0200, Dimitry And= ric escribi=F3: >=20 > > On Apr 13, 2013, at 08:16, Matthias Apitz wrote:= > > > The above port (recent from SVN) stops with: > > >=20 > > > ... > > > =3D=3D=3D> Fetching all distfiles required by qt4-corelib-4.8.4_1= for building > > >=20 > > > =3D=3D=3D> qt4-corelib-4.8.4_1 conflicts with installed package(= s): > > > qt-3.3.8_14 > > >=20 > > > They will not build together. > > > Please remove them first with pkg_delete(1). > > > *** [check-build-conflicts] Error code 1 > > >=20 > > > Stop in /usr/ports/devel/qt4-corelib. > > > *** [build-depends] Error code 1 > > >=20 > > > Stop in /usr/ports/multimedia/vlc. > > >=20 > > > Any idea for a workaround? Thanks > >=20 > > Yes, delete Qt3. Qt4 cannot build with Qt3 present on the system. >=20 > This is not an option because I do need Qt3 for other ports; The problem with Qt3 (btw, the same with KDE 3/KDE 4) is that it instal= ls headers directly to ${LOCALBASE}/include. Quite often these headers are= mistakenly included instead of Qt4's, resulting weird build errors. Qt3 and Qt4 packages don't conflict, you can have them both installed. = But you can't build (or upgrade) Qt4 ports if Qt3 is already presented. You hav= e to deinstall Qt3 before upgrading ports and reinstall it after. > I > checked the port multimedia/vlc and it seems to build with: >=20 > # make install clean BATCH=3Dyes WITHOUT_QT4=3Dyes WITHOUT_SKINS=3Dye= s >=20 > =09matthias > From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 17:36:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 801AF911; Sat, 13 Apr 2013 17:36:34 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1AE06D82; Sat, 13 Apr 2013 17:36:33 +0000 (UTC) Received: from [188.174.214.132] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UR4NM-0005yN-2x; Sat, 13 Apr 2013 19:36:32 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3DHaUJB002654; Sat, 13 Apr 2013 19:36:30 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3DHaTPt002653; Sat, 13 Apr 2013 19:36:29 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sat, 13 Apr 2013 19:36:29 +0200 From: Matthias Apitz To: Florian Smeets Subject: Re: www/firefox (r315793, 20.0.1) does not compile Message-ID: <20130413173629.GA2627@tinyCurrent> References: <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <51698370.5000107@smeets.im> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.214.132 Cc: gecko@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 17:36:34 -0000 El día Saturday, April 13, 2013 a las 06:10:24PM +0200, Florian Smeets escribió: > On 13.04.13 16:26, Matthias Apitz wrote: > > > > # cd /usr/ports/www/firefox > > # svn up > > # make install BATCH=yes > > ... > > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp:214:12: > > error: > > use of undeclared identifier 'malloc_usable_size'; did you mean > > 'moz_malloc_usable_size'? > > return malloc_usable_size(ptr); > > ^~~~~~~~~~~~~~~~~~ > > moz_malloc_usable_size > > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp:206:1: > > note: > > 'moz_malloc_usable_size' declared here > > moz_malloc_usable_size(void *ptr) > > > > Hi, > > i think you mean firefox 20.0, there is no firefox 20.0.1 in ports, > 20.0.1 is a Windows only fix. Anyway, even if you updated the distinfo > and version yourself it should still build. Hi, The system is: # uname -a FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235646: Sat May 19 15:52:36 CEST 2012 guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 and the ports tree is from SVN r315646; this have had some 19.x version in www/firefox with the same problem as shown above; that's why I have update www/firefox (only) with 'svn up' to r315793 and the resulting version in Makefile is DISTVERSION= 20.0 PORTEPOCH= 1 (that's why I said 20.0.1, which was wrong); in any case, the problem remained and I did for now the following workaround: # diff -c work/mozilla-release/memory/mozalloc/mozalloc.cpp* *** work/mozilla-release/memory/mozalloc/mozalloc.cpp Sat Apr 13 16:32:42 2013 --- work/mozilla-release/memory/mozalloc/mozalloc.cpp.orig Tue Mar 26 23:17:58 2013 *************** *** 211,217 **** #if defined(XP_MACOSX) return malloc_size(ptr); #elif defined(HAVE_MALLOC_USABLE_SIZE) || defined(MOZ_MEMORY) ! return moz_malloc_usable_size(ptr); #elif defined(XP_WIN) return _msize(ptr); #else --- 211,217 ---- #if defined(XP_MACOSX) return malloc_size(ptr); #elif defined(HAVE_MALLOC_USABLE_SIZE) || defined(MOZ_MEMORY) ! return malloc_usable_size(ptr); #elif defined(XP_WIN) return _msize(ptr); #else With this it seems to build fine (still compiling, but behind the point of the above problem already). HIH matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 18:04:26 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9E5ADFB3 for ; Sat, 13 Apr 2013 18:04:26 +0000 (UTC) (envelope-from eddy.vervest@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC69E83 for ; Sat, 13 Apr 2013 18:04:25 +0000 (UTC) Received: from [172.31.1.170] (vervest.org [83.160.99.54]) (authenticated bits=0) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id r3DI4NMW063791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 13 Apr 2013 20:04:24 +0200 (CEST) (envelope-from eddy.vervest@xs4all.nl) Message-ID: <51699E21.1020200@xs4all.nl> Date: Sat, 13 Apr 2013 20:04:17 +0200 From: Eddy Vervest User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: ports@freebsd.org Subject: FreeBSD Port: net/htpdate Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 18:04:26 -0000 Hi, A new release is out 1.0.5! The master domain (clevervest.com) will soon go offline, please update WWW:http://www.vervest.org/htp/ and master sites 3.http://www.vervest.org/htp/archive/c/ Regards, Eddy (Author of htpdate From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 18:15:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3CCAD479; Sat, 13 Apr 2013 18:15:24 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id F11CEED5; Sat, 13 Apr 2013 18:15:22 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1UR4ys-0003hO-V6; Sat, 13 Apr 2013 22:15:21 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=dmFv377Pf1cjgomYt9Lz4B4ukkSsoihAR4D2pfq3nDc=; b=T51r9Eit4x3tYm/+nJNInN9UJxBKAUGgbO4gQWpHAxEQq1fbfd2otpjU80XsOmhbM2L9d2NjU41E46U+bH3BZZ/Dybr3ZsWyZK6TUEyPCBDyXAYR+tVysDolh8yyhtAGz8uygoU75arG8CUC5qCkldH1ywfqm3JsDK0STVJrQBg=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1UR4wA-000Fut-76; Sat, 13 Apr 2013 18:12:31 +0000 From: Jan Beich To: Matthias Apitz Subject: Re: www/firefox (r315793, 20.0.1) does not compile In-Reply-To: <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> (Matthias Apitz's message of "Sat, 13 Apr 2013 19:36:29 +0200") Date: Sat, 13 Apr 2013 13:13:46 -0500 References: <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1UR4wA-000Fut-76@internal.tormail.org> Cc: gecko@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 18:15:24 -0000 Matthias Apitz writes: > # uname -a > FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235646: Sat May 19 15:52:36 CEST 2012 guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 > At that time jemalloc 3.0.0 was imported, expect regressions. /head had recently imported clang 3.3 so www/firefox may have compile and runtime regressions. Be prepared or add USE_GCC=yes to Makefile.local. > # diff -c work/mozilla-release/memory/mozalloc/mozalloc.cpp* > *** work/mozilla-release/memory/mozalloc/mozalloc.cpp Sat Apr 13 > 16:32:42 2013 > --- work/mozilla-release/memory/mozalloc/mozalloc.cpp.orig Tue Mar > 26 23:17:58 2013 > *************** > *** 211,217 **** > #if defined(XP_MACOSX) > return malloc_size(ptr); > #elif defined(HAVE_MALLOC_USABLE_SIZE) || defined(MOZ_MEMORY) > ! return moz_malloc_usable_size(ptr); > #elif defined(XP_WIN) > return _msize(ptr); > #else > --- 211,217 ---- > #if defined(XP_MACOSX) > return malloc_size(ptr); > #elif defined(HAVE_MALLOC_USABLE_SIZE) || defined(MOZ_MEMORY) > ! return malloc_usable_size(ptr); > #elif defined(XP_WIN) > return _msize(ptr); > #else Are you trying to make the function recursive? malloc_usable_size() is part of libc since 7.0R when phkmalloc was replaced by jemalloc. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 18:20:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 072F75CF; Sat, 13 Apr 2013 18:20:48 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id C1259F0C; Sat, 13 Apr 2013 18:20:47 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) with esmtp (envelope-from ) id <1UR54A-003NbS-NX>; Sat, 13 Apr 2013 20:20:46 +0200 Received: from g231209172.adsl.alicedsl.de ([92.231.209.172] helo=[192.168.0.128]) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) with esmtpsa (envelope-from ) id <1UR54A-000PGD-IY>; Sat, 13 Apr 2013 20:20:46 +0200 Subject: CURRENT (r249438): (devel/libiconv)./unistd.h:686:5: error: invalid token at start of a preprocessor expression : #if @GNULIB_EUIDACCESS@ From: "O. Hartmann" To: FreeBSD ports , FreeBSD Current Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-nV5J71KIUqLLECZ+DLVS" Date: Sat, 13 Apr 2013 20:20:46 +0200 Message-ID: <1365877246.2093.20.camel@thor.walstatt.dyndns.org> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Originating-IP: 92.231.209.172 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 18:20:48 -0000 --=-nV5J71KIUqLLECZ+DLVS Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Trying to recompile converters/libiconv on FreeBSD 10.0-CUR/r49438 (with bran new CLANG 3.3) results with the errors below. This error shows up on boxes having FBSD 10 and X11. It doesn't show up on those boxes running without a full X11 (that is the only difference I can figure out at the moment since the different systems share a lot of configuration stuff, having different CPU types (C2D, Sandy-Bridge, Ivy-Bridge) but nothing I can figure out as the source of the strange behaviour and error). Maybe someone has a hint what this could be ... Thanks in advance and regards, Oliver converters/libiconv: [...] rm -f unitypes.h-t unitypes.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; cat ./unitypes.in.h; } > unitypes.h-t && mv -f unitypes.h-t unitypes.h rm -f uniwidth.h-t uniwidth.h && { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; cat ./uniwidth.in.h; } > uniwidth.h-t && mv -f uniwidth.h-t uniwidth.h make all-am cc -DHAVE_CONFIG_H -DEXEEXT=3D\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=3D1 -DDEPENDS_ON_LIBINTL=3D1 -O2 -pipe -O3 -march=3Dnative -fno-strict-aliasing -c allocator.c cc -DHAVE_CONFIG_H -DEXEEXT=3D\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=3D1 -DDEPENDS_ON_LIBINTL=3D1 -O2 -pipe -O3 -march=3Dnative -fno-strict-aliasing -c areadlink.c In file included from areadlink.c:27: In file included from ./careadlinkat.h:23: In file included from ./fcntl.h:62: ./unistd.h:694:5: error: invalid token at start of a preprocessor expression #if @GNULIB_EUIDACCESS@ ^ 1 error generated. *** [areadlink.o] Error code 1 Stop in /usr/ports/converters/libiconv/work/libiconv-1.14/srclib. *** [all] Error code 1 Stop in /usr/ports/converters/libiconv/work/libiconv-1.14/srclib. *** [all] Error code 1 Stop in /usr/ports/converters/libiconv/work/libiconv-1.14. *** [do-build] Error code 1 Stop in /usr/ports/converters/libiconv. *** [install] Error code 1 Stop in /usr/ports/converters/libiconv. *** [reinstall] Error code 1 Stop in /usr/ports/converters/libiconv. --=-nV5J71KIUqLLECZ+DLVS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAABAgAGBQJRaaH+AAoJEOgBcD7A/5N82VEH/1vwcWLXdaGlJ7mPDd1HUQRV gWwmNSe/pOtEXfhTMBGSqrErYBObPiQMdvW6HWJygiWBICdyYgjR9R8rN3divoch eZUYOyv7R/A3oVFkWAWUIs6/DB7oRsv67o/x4K/oyZgmClTiEUWbiYxYjf3nn2Ug Q6o1agYNrCKM0AtG45LRt4ByFVzwhLEbuq5VmSfzmQ9BA/aBrPWU17PUsi4wrdaG k7j5uRmEq39e/ig1HQ6PWhc+3M7YSx2KvpGUlylyX+GhYNAyzZi6MADERyYQwwBt YmTEOqNxCDwu9+4IMewf9XXqgOjl4XyQghXhTx3TFPcQ1Hxj7wJxD4SO6wDOBZM= =52yv -----END PGP SIGNATURE----- --=-nV5J71KIUqLLECZ+DLVS-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 18:45:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B7F7D52; Sat, 13 Apr 2013 18:45:31 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id DAD1FFC0; Sat, 13 Apr 2013 18:45:30 +0000 (UTC) Received: from [89.204.135.33] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UR5S2-0005v6-2p; Sat, 13 Apr 2013 20:45:27 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id r3DIjRbu001267; Sat, 13 Apr 2013 20:45:28 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id r3DIjQ6Q001266; Sat, 13 Apr 2013 20:45:26 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Sat, 13 Apr 2013 20:45:26 +0200 From: Matthias Apitz To: Jan Beich Subject: Re: www/firefox (r315793, 20.0.1) does not compile Message-ID: <20130413184525.GA1205@tiny.Sisis.de> References: <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> <1UR4wA-000Fut-76@internal.tormail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1UR4wA-000Fut-76@internal.tormail.org> X-Operating-System: FreeBSD 10.0-CURRENT r226986 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.135.33 Cc: gecko@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 18:45:31 -0000 El día Saturday, April 13, 2013 a las 01:13:46PM -0500, Jan Beich escribió: > Matthias Apitz writes: > > > # uname -a > > FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235646: Sat May 19 15:52:36 CEST 2012 guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 > > > > At that time jemalloc 3.0.0 was imported, expect regressions. > > /head had recently imported clang 3.3 so www/firefox may have compile > and runtime regressions. Be prepared or add USE_GCC=yes to Makefile.local. > > > # diff -c work/mozilla-release/memory/mozalloc/mozalloc.cpp* > > *** work/mozilla-release/memory/mozalloc/mozalloc.cpp Sat Apr 13 > > 16:32:42 2013 > > --- work/mozilla-release/memory/mozalloc/mozalloc.cpp.orig Tue Mar > > 26 23:17:58 2013 ... > > Are you trying to make the function recursive? Seems I have not checked deep enough and only followed the suggestion of the compiler about the missing symbol... :-( > malloc_usable_size() is > part of libc since 7.0R when phkmalloc was replaced by jemalloc. yes, the man page malloc_usable_size(3) states this clearly; what is your suggestion how to fix this? Thanks matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 19:55:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55E5458E for ; Sat, 13 Apr 2013 19:55:24 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id A52D211B1 for ; Sat, 13 Apr 2013 19:55:22 +0000 (UTC) Received: (qmail 15943 invoked by uid 89); 13 Apr 2013 19:48:40 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.98.61) by mail.grem.de with ESMTPA; 13 Apr 2013 19:48:40 -0000 Date: Sat, 13 Apr 2013 21:48:39 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Setting fetch environment in pkg.conf (pkgng) Message-ID: <20130413214839.3d59a743@bsd64.grem.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 19:55:24 -0000 Hi, I recently converted a host from to pkgng and getting the following error: Checking for packages with security vulnerabilities: pkg: http://portaudit.FreeBSD.org/auditfile.tbz: No route to host pkg: Cannot fetch audit file! Portaudit was configured to use a proxy in /usr/local/etc/portaudit.conf: portaudit_fetch_env="HTTP_PROXY=http://192.168.1.2:8080/" I'm aware that pkg uses libfetch directly, but since most configuration in libfetch happens through setting environment variables, it would be great if it could be set before calls to libfetch's fetchGet* functions instead of setting it in the environment used (modify cron jobs etc.). Since there are different applications for fetch in pkg I would suggest the following settings (examples): # environment for fetching auditfile (pkg-audit(8)) audit_fetch_env = "HTTP_PROXY=http://192.168.1.2:8080/" # environment for talking to the repo (pkg-update(8), pkg-upgrade(8)...) repo_fetch_env = "SSL_CLIENT_KEY_FILE=/etc/ssl/pkgclient01.key \ SSL_CLIENT_CERT_FILE=/etc/ssl/pkgclient01.crt \ SSL_CA_CERT_FILE=/etc/ssl/pkgmaster.pem" In case there are other uses of libfetch in the code, further settings could be added - also for talking to multiple repositories. Thoughts? Cheers, Michael PS: The example for repo_fetch_env assumes that http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/175514 has been applied. -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 20:01:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B19699C6 for ; Sat, 13 Apr 2013 20:01:54 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 0990D11EC for ; Sat, 13 Apr 2013 20:01:53 +0000 (UTC) Received: (qmail 16141 invoked by uid 89); 13 Apr 2013 20:01:52 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.98.61) by mail.grem.de with ESMTPA; 13 Apr 2013 20:01:52 -0000 Date: Sat, 13 Apr 2013 22:01:52 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: www/nginx pkg-plist + pkgng (detectable?) Message-ID: <20130413220152.51ef2cb3@bsd64.grem.de> In-Reply-To: <20130410135632.0971caef@bsd64.grem.de> References: <20130330034028.0f8cefc8@bsd64.grem.de> <5156C0D9.50909@FreeBSD.org> <20130330142320.38010126@bsd64.grem.de> <20130408103118.67ea695a@bsd64.grem.de> <20130409205950.677a6812@bsd64.grem.de> <20130410061331.GA74304@ithaqua.etoilebsd.net> <20130410135632.0971caef@bsd64.grem.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 20:01:54 -0000 On Wed, 10 Apr 2013 13:56:32 +0200 Michael Gmelin wrote: > On Wed, 10 Apr 2013 09:02:29 +0100 > Chris Rees wrote: > > > On 10 April 2013 07:13, Baptiste Daroussin wrote: > > > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > > >> On Tue, 9 Apr 2013 19:43:15 +0100 > > >> Chris Rees wrote: > > >> > > >> > > >> > > > >> > No, it's a bug in pkgng; it should respect @cwd. > > >> > > > > > > > No it is not. > > > > > > While i agree with pkgng that should repect @cwd (it surely does) > > > > > > There is nothing written anywhere that will waranty you that the > > > @exec line will be parsed in order ro prepend @cwd path to a path > > > you provide. the only thing doing that is %D. > > > > > > A user MUST add %D and have complete path in @exec lines > > > > > > In fact in that case it works by chance becauce of how pkg_install > > > treat plist. > > > > Am I misunderstanding the meaning of "current working directory"? > > > > When mkdir is called, it should create the directory in @cwd. > > pkg_install's behaviour is correct here, and pkgng's is not. > > > > Chris > > pkg_create(1) says: > > @cwd [directory] > Set the internal directory pointer to point to directory. > All subsequent *filenames* will be assumed relative to > this directory. If no directory argument is given, it will set > the internal directory pointer to the first prefix value. > Note: @cd is also an alias for this command. > > but as far as the package manager is concerned, www/nginx-dist is an > argument to mkdir in the exec call (@exec mkdir -p -m 755 > www/nginx-dist) and not a filename. > > Also the porters handbook uses %D in all its examples, but offers no > explicit explanation. > > That said, the way pkg_add is implemented, it changes to directories > as a side effect of using its PUSHOUT macro in > usr.sbin/pkg_install/add/extract.c (I only glanced at that, but that > seems to be the reason why this is happening). So commands get > executed within `pwd` == @cwd. > > So there is definitely a backwards compatibility problem for the sheer > reason of that "it worked before". I don't thing pkg should adopt this > behavior (it seems like a bad idea long term), but it should detect it > somehow. A simple approach to detect this could be chdiring > to /var/empty in pkg before executing the call so it will fail in case > the path used within @exec is relative. > > Cheers, > Michael > So what now? Is anybody looking into this? Should I open a PR for nginx and supply a patch that fixes this (theoretically it should be applied despite the port freeze, since it's a build problem). Regarding pkgng: Will anybody consider implementing automatic checks to prevent something like this from happening (e.g. the simplistic approach I suggested). Even if the files wouldn't be left behind, the fact that something gets touched in pwd is really bad - as an admin it should be safe to assume that I can start pkg from any directory without altering it state (and be it temporarily). -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 20:10:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CD89EB12 for ; Sat, 13 Apr 2013 20:10:44 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 669D1122D for ; Sat, 13 Apr 2013 20:10:44 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hj8so514702wib.1 for ; Sat, 13 Apr 2013 13:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=L1QrZG50SHRYTOH8xBwqogX89lPkkJTcj2WWRK/R3gg=; b=w1s32btzIAEpL+/z4zwJKxVfCu71d5ip/XG50quluRvVhYIN1hTUwHZ0daoPdd5/34 +aEpgQSssKZchtPOgtBlManu6RCwoSZ9IIB7in9XuarPC1fDlcrlcmtHZY0BPcgrLA9S 9gK/LucbOEc7e1Z5Lw6APnU0Vyo+rMtXQbXCNFSKUzDaZQb1X3Br/3PQZwLJB0+B8vJ8 BxaaUdwr4EcE0sKhvLJwhBEAIw6FRovq1wPm2ScbnAg1KX5uxArvp2MOpYIet/dy2gdk Vd3EOuXe63ODWJaxinoyHOUa9kdK3kh5TPdQtL/khDHYzWrmI1X1JsEcr2IJ80nYi7Ky fhMg== X-Received: by 10.194.89.234 with SMTP id br10mr24288623wjb.43.1365883843059; Sat, 13 Apr 2013 13:10:43 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id s2sm5412337wib.4.2013.04.13.13.10.41 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 13 Apr 2013 13:10:41 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 13 Apr 2013 22:10:39 +0200 From: Baptiste Daroussin To: Michael Gmelin Subject: Re: Setting fetch environment in pkg.conf (pkgng) Message-ID: <20130413201039.GL95891@ithaqua.etoilebsd.net> References: <20130413214839.3d59a743@bsd64.grem.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iAzLNm1y1mIRgolD" Content-Disposition: inline In-Reply-To: <20130413214839.3d59a743@bsd64.grem.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 20:10:44 -0000 --iAzLNm1y1mIRgolD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 13, 2013 at 09:48:39PM +0200, Michael Gmelin wrote: > Hi, >=20 > I recently converted a host from to pkgng and getting the following > error: >=20 > Checking for packages with security vulnerabilities: > pkg: http://portaudit.FreeBSD.org/auditfile.tbz: No route to host > pkg: Cannot fetch audit file! >=20 > Portaudit was configured to use a proxy > in /usr/local/etc/portaudit.conf: >=20 > portaudit_fetch_env=3D"HTTP_PROXY=3Dhttp://192.168.1.2:8080/" >=20 > I'm aware that pkg uses libfetch directly, but since most > configuration in libfetch happens through setting environment > variables, it would be great if it could be set before calls to > libfetch's fetchGet* functions instead of setting it in the > environment used (modify cron jobs etc.). Since there are different > applications for fetch in pkg I would suggest the following settings > (examples): >=20 > # environment for fetching auditfile (pkg-audit(8)) > audit_fetch_env =3D "HTTP_PROXY=3Dhttp://192.168.1.2:8080/" >=20 > # environment for talking to the repo (pkg-update(8), pkg-upgrade(8)...) > repo_fetch_env =3D "SSL_CLIENT_KEY_FILE=3D/etc/ssl/pkgclient01.key \ > SSL_CLIENT_CERT_FILE=3D/etc/ssl/pkgclient01.crt \ > SSL_CA_CERT_FILE=3D/etc/ssl/pkgmaster.pem" >=20 > In case there are other uses of libfetch in the code, further settings > could be added - also for talking to multiple repositories. >=20 > Thoughts? >=20 Just add HTTP_PROXY=3D... in pkg.conf and pkgng will do it :) regards, Bapt --iAzLNm1y1mIRgolD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlFpu78ACgkQ8kTtMUmk6EwWHQCfZIeJ9ucH7gy+RXjCEUTF3kfZ QVkAoJNEWqXrutiN4pRZXfUE2J6Z32SB =AswS -----END PGP SIGNATURE----- --iAzLNm1y1mIRgolD-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 20:27:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D40A6DA5 for ; Sat, 13 Apr 2013 20:27:23 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 48F9D12AF for ; Sat, 13 Apr 2013 20:27:22 +0000 (UTC) Received: (qmail 16470 invoked by uid 89); 13 Apr 2013 20:27:21 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.98.61) by mail.grem.de with ESMTPA; 13 Apr 2013 20:27:21 -0000 Date: Sat, 13 Apr 2013 22:27:21 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: Setting fetch environment in pkg.conf (pkgng) Message-ID: <20130413222721.250b678a@bsd64.grem.de> In-Reply-To: <20130413201039.GL95891@ithaqua.etoilebsd.net> References: <20130413214839.3d59a743@bsd64.grem.de> <20130413201039.GL95891@ithaqua.etoilebsd.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 20:27:23 -0000 On Sat, 13 Apr 2013 22:10:39 +0200 Baptiste Daroussin wrote: > On Sat, Apr 13, 2013 at 09:48:39PM +0200, Michael Gmelin wrote: > > Hi, > > > > I recently converted a host from to pkgng and getting the following > > error: > > > > Checking for packages with security vulnerabilities: > > pkg: http://portaudit.FreeBSD.org/auditfile.tbz: No route to host > > pkg: Cannot fetch audit file! > > > > Portaudit was configured to use a proxy > > in /usr/local/etc/portaudit.conf: > > > > portaudit_fetch_env="HTTP_PROXY=http://192.168.1.2:8080/" > > > > I'm aware that pkg uses libfetch directly, but since most > > configuration in libfetch happens through setting environment > > variables, it would be great if it could be set before calls to > > libfetch's fetchGet* functions instead of setting it in the > > environment used (modify cron jobs etc.). Since there are different > > applications for fetch in pkg I would suggest the following settings > > (examples): > > > > # environment for fetching auditfile (pkg-audit(8)) > > audit_fetch_env = "HTTP_PROXY=http://192.168.1.2:8080/" > > > > # environment for talking to the repo (pkg-update(8), > > pkg-upgrade(8)...) repo_fetch_env = > > "SSL_CLIENT_KEY_FILE=/etc/ssl/pkgclient01.key \ > > SSL_CLIENT_CERT_FILE=/etc/ssl/pkgclient01.crt \ > > SSL_CA_CERT_FILE=/etc/ssl/pkgmaster.pem" > > > > In case there are other uses of libfetch in the code, further > > settings could be added - also for talking to multiple repositories. > > > > Thoughts? > > > > Just add HTTP_PROXY=... in pkg.conf and pkgng will do it :) > > regards, > Bapt Does that work for all environment variables in pkg.conf (couldn't find anything in the man page)? I'm asking because I'm using a specific setup that requires me to set a couple of SSL_ environment variables (that patch to libfetch, you know), which would be great if I could do that on pkg.conf right away. But this also means that those settings will be the same for all repos and auditfile though, so there is no way to have different settings for auditfile and individual repos, right? Cheers, -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sat Apr 13 21:20:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CB12BD8A for ; Sat, 13 Apr 2013 21:20:37 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 3EE151481 for ; Sat, 13 Apr 2013 21:20:35 +0000 (UTC) Received: (qmail 17072 invoked by uid 89); 13 Apr 2013 21:13:53 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.98.61) by mail.grem.de with ESMTPA; 13 Apr 2013 21:13:53 -0000 Date: Sat, 13 Apr 2013 23:13:53 +0200 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: Setting fetch environment in pkg.conf (pkgng) Message-ID: <20130413231353.20eea473@bsd64.grem.de> In-Reply-To: <20130413201039.GL95891@ithaqua.etoilebsd.net> References: <20130413214839.3d59a743@bsd64.grem.de> <20130413201039.GL95891@ithaqua.etoilebsd.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 21:20:37 -0000 On Sat, 13 Apr 2013 22:10:39 +0200 Baptiste Daroussin wrote: > On Sat, Apr 13, 2013 at 09:48:39PM +0200, Michael Gmelin wrote: > > Hi, > > > > I recently converted a host from to pkgng and getting the following > > error: > > > > Checking for packages with security vulnerabilities: > > pkg: http://portaudit.FreeBSD.org/auditfile.tbz: No route to host > > pkg: Cannot fetch audit file! > > > > Portaudit was configured to use a proxy > > in /usr/local/etc/portaudit.conf: > > > > portaudit_fetch_env="HTTP_PROXY=http://192.168.1.2:8080/" > > > > I'm aware that pkg uses libfetch directly, but since most > > configuration in libfetch happens through setting environment > > variables, it would be great if it could be set before calls to > > libfetch's fetchGet* functions instead of setting it in the > > environment used (modify cron jobs etc.). Since there are different > > applications for fetch in pkg I would suggest the following settings > > (examples): > > > > # environment for fetching auditfile (pkg-audit(8)) > > audit_fetch_env = "HTTP_PROXY=http://192.168.1.2:8080/" > > > > # environment for talking to the repo (pkg-update(8), > > pkg-upgrade(8)...) repo_fetch_env = > > "SSL_CLIENT_KEY_FILE=/etc/ssl/pkgclient01.key \ > > SSL_CLIENT_CERT_FILE=/etc/ssl/pkgclient01.crt \ > > SSL_CA_CERT_FILE=/etc/ssl/pkgmaster.pem" > > > > In case there are other uses of libfetch in the code, further > > settings could be added - also for talking to multiple repositories. > > > > Thoughts? > > > > Just add HTTP_PROXY=... in pkg.conf and pkgng will do it :) > > regards, > Bapt Thanks for your response. Just for the records: It's HTTP_PROXY: ... (not =) and it works only for HTTP_PROXY and a couple of other fetch related variables (like max retry), but not in a generic way - besides the SSL variables I need libfetch also offers a couple of other useful settings. Also, these variables (including HTTP_PROXY) are not mentioned in pkg.conf(5). So unfortunately no other configuration options can be set for fetch. Do you think it would be possible to add a facility to pkg.conf that allows setting of arbitrary environment variables (either like I suggested or in an even more generic way)? Cheers, Michael -- Michael Gmelin