Re: Out of memory building lang/ghc-8.8.3

2020-05-05 Thread andrew clarke
On 2020-05-05 14:19:50, Gleb Popov (arr...@freebsd.org) wrote: > On Tue, May 5, 2020 at 1:37 PM andrew clarke wrote: > > > Beware anyone building lang/ghc-8.8.3 from the ports tree. Building it > > here on FreeBSD 12.1-REL AMD64 with Poudriere, the build ran out of swap,

Out of memory building lang/ghc-8.8.3

2020-05-05 Thread andrew clarke
Beware anyone building lang/ghc-8.8.3 from the ports tree. Building it here on FreeBSD 12.1-REL AMD64 with Poudriere, the build ran out of swap, despite the PC having 8 GB RAM, 8 GB swap and not much else running. My /usr/local/etc/poudriere.conf: BASEFS=/poudriere ZPOOL=zroot FREEBSD_HOST=http:/

Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-18 Thread andrew clarke
On 2020-04-18 09:34:39, Matthew Seaman (matt...@freebsd.org) wrote: > On 18/04/2020 03:19, Robert Huff wrote: > > a) according to the Makefile, is it possible to build this with > > python-37? (Or even -36?) > > If the Makefile for the port says: > > USES= python:27 > > then t

Re: devel/dee Python27

2019-08-14 Thread andrew clarke
On Thu 2019-08-15 13:10:05 UTC+1000, Andrew Johnson (dae...@optushome.com.au) wrote: > Is there any plan to drop the Python2.7 dependency of devel/dee? It's probably out of scope of FreeBSD Ports to supply patches to the Python part of the libdee code that rewrites it to use Python 3.x instead o

Re: category qt?

2018-12-24 Thread andrew clarke
On Mon 2018-12-24 11:06:56 UTC+0100, Walter Schwarzenfeld (w.schwarzenf...@utanet.at) wrote: > The qt* ports spreads around in the whole portstree. > > It is reasonable to concentrate all these ports in a qt category? I think it > is easier to find (and also easier to maintain). Why? You'd end

Re: Updating poudriere jail

2018-12-14 Thread andrew clarke
On Fri 2018-12-14 11:13:16 UTC+, Carmel NY (carmel...@outlook.com) wrote: > ># build Postfix with Cyrus SASL support > >mail_postfix_SET=SASL > > > >Of course, be sure to point your FreeBSD 12.0-REL systems to your new 12.0 > >repo, instead of your old 11.x repo. > > > >Regards > >Andrew > >

Re: Updating poudriere jail

2018-12-13 Thread andrew clarke
On Thu 2018-12-13 19:43:30 UTC+, Carmel NY (carmel...@outlook.com) wrote: > I am using FreeBSD 11.2-RELEASE-p6. If I use freebsd-update to install the > new version 12, what do I have to do to update the poudriere jail? Plus, if I > do update, will I have to rebuild all of my installed applica

Re: Correct __cplusplus where std::tr1::function turns into std::function ?

2017-11-29 Thread andrew clarke
On Wed 2017-11-29 13:32:32 UTC-0800, Yuri (y...@freebsd.org) wrote: > |This code picks the latter (tr1) version on 11,1-STABLE while the correct > choice is the former variant. #elif __cplusplus >= 201103L || > (defined(_MSC_VER) && _MSC_VER >= 1800) using std::function; #else using > std::tr1::fu

Re: Procmail Vulnerabilities check

2017-11-26 Thread andrew clarke
On Sat 2017-11-25 22:20:13 UTC-0500, Kevin P. Neal (k...@neutralgood.org) wrote: > Is that the consensus to replace use of procmail with maildrop? > > A little googling makes it look like maildrop has the easy integration > with sendmail just like procmail. But is maildrop going to be around for

Re: Time for a firefox-56 port?

2017-11-26 Thread andrew clarke
On Fri 2017-11-24 12:11:04 UTC+1100, Greg 'groggy' Lehey (g...@freebsd.org) wrote: > I'm sure I'm not the only person who relies on old addons. How about > a firefox-56 port until the current problems die down? Is using www/firefox-esr an option? ___

misc/jive deleted

2016-10-21 Thread andrew clarke
At the risk of this developing into a flame war, I thought this was curious: https://lists.freebsd.org/pipermail/svn-ports-head/2016-August/126687.html Is this the first time a port has been deleted for being "offensive"? ___ freebsd-ports@freebsd.org m

pkg updating crash in pkg-1.8.0

2016-05-23 Thread andrew clarke
Hi, The command "pkg updating" crashes since pkg-1.8.0. Out of curiosity I rebuilt it from source, then single-stepped pkg-static using gdb: $ uname -a FreeBSD blizzard.phoenix 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 r...@releng1.nyi.freebsd.org:/usr/obj/usr/sr

Re: damage to pkg's sqlite data base

2015-05-13 Thread andrew clarke
On Wed 2015-05-13 19:00:27 UTC+1000, Peter Jeremy (pe...@rulingia.com) wrote: > On 2015-May-13 18:12:44 +1000, andrew clarke wrote: > >You can reinstall just those ports. Check /var/log/messages, eg. > > > >$ grep pkg /var/log/messages > >May 12 14:34:38 blizzard pkg

Re: damage to pkg's sqlite data base

2015-05-13 Thread andrew clarke
On Tue 2015-05-12 23:47:02 UTC-0700, Chris H (bsd-li...@bsdforge.com) wrote: > I whined about it the first time my DB blew up. It's become > corrupted several times since on different boxes/versions. *but* > after the first time, I made it a habit of making a copy of it *before* > embarking on an

Re: damage to pkg's sqlite data base

2015-05-13 Thread andrew clarke
On Wed 2015-05-13 17:55:26 UTC+1000, andrew clarke (m...@ozzmosis.com) wrote: > $ sqlite3 local.sqlite.new > SQLite version 3.8.10.1 2015-05-09 12:14:55 > Enter ".help" for usage hints. > sqlite> .read local.sqlite.dump > sqlite> .quit > > Now we can use our

Re: damage to pkg's sqlite data base

2015-05-13 Thread andrew clarke
On Wed 2015-05-13 00:12:51 UTC-0500, Scott Bennett (benn...@sdf.org) wrote: > > Simply rename your (now) corrupt db, and copy the backup over. > > However, if I do that, then what happens to all the ports that have > been updated or added since that version of the data base was backed up? >

Re: damage to pkg's sqlite data base

2015-05-13 Thread andrew clarke
On Tue 2015-05-12 01:17:46 UTC-0500, Scott Bennett (benn...@sdf.org) wrote: > For nearly two weeks I've been stymied by an apparently damaged record > in the sqlite data base used by pkg(8) and pkg-static(8). Unfortunately, > it is a record for a port that is depended upon rather heavily, la

Re: FreeBSD Port: exif-0.6.21

2014-12-12 Thread andrew clarke
On Fri 2014-12-12 15:51:25 UTC+, James McGuire (james.a.mcguir...@virgin.net) wrote: > Hi there, > > I recently used your port to attempt to clear the exif tags from a set > of jpeg files I had taken while on holiday. > > The port failed to clear the model of camera used, the latitude and

Re: Shared object "libiconv.so.2" not found

2014-12-12 Thread andrew clarke
On Fri 2014-12-12 09:44:10 UTC+0100, Joel Dahl (j...@vnode.se) wrote: > I installed 10.1 on a new box. Rebooted. Did a ”pkg install tmux zsh > open-vm-tools-nox11”. Added the vmware_guestd options to rc.conf. > Rebooted again. > > Now I see the following during boot: > > /dev/da0p2: FILE SYSTEM

Re: port www/elog

2014-12-10 Thread andrew clarke
On Wed 2014-12-10 14:44:38 UTC+0100, Torsten Zuehlsdorff (mailingli...@toco-domains.de) wrote: > >> I am not familiar with elog and wouldn't know where to find it. > > have a look at the old files in SVN: > http://svnweb.freebsd.org/ports/head/www/elog/?pathrev=360228 I was under the wrong impr

Re: port www/elog

2014-12-10 Thread andrew clarke
On Wed 2014-12-10 03:18:39 UTC-0800, Thomas Mueller (mueller6...@bellsouth.net) wrote: > > I am using this software with outdated version of FreeBSD. As I can see, > > this port is DEPRECATED and no longer available. > > > Can any step up to maintain it? Please! > > -Chen > > I just looked fou

poudriere ports -u, divide by zero

2014-12-09 Thread andrew clarke
I'm assuming this is just a superficial bug in the output. Possibly related: I have pkg-1.4.0 installed. # poudriere ports -u [00:00:00] >> Updating portstree "default" Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found. Fetching snapshot tag from ec2-ap-southeast-2.portsnap.freebsd.o

Re: virtualbox issue

2014-11-27 Thread andrew clarke
On Tue 2014-11-25 09:34:17 UTC-0500, R. Scott Evans (freebsd-emulat...@rsle.net) wrote: > I sucessfully updated virtualbox on my 9.3-RELEASE (amd64) hosts today > without incident but trying to update an existing virtualbox-ose-4.3.18 > port to 4.3.20 on a 10.1-RELEASE (amd64) box and I get a f

Re: archivers/arj fails to build

2014-11-17 Thread andrew clarke
On Mon 2014-11-17 20:00:01 UTC+0100, Kurt Jaeger (li...@opsec.eu) wrote: > > Unfortunately, archivers/arj fails to build: > > I just tested it on my reference install (10.1, amd64). It just builds. ARJ builds OK here on 10.1. My first thought is the OP has something unusual in /etc/make.conf.

Re: Deleting ports distfiles

2014-11-16 Thread andrew clarke
On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@uos.de) wrote: > I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My > hopefully not too stupid question is: Can I safely delete all files > under /usr/ports/distfiles, e.g. > > # rm -rf /usr/ports/distfiles/* > > I s

Re: cannot find -legacy error building /usr/lib32 with FreeBSD 10.1-RC3

2014-11-02 Thread andrew clarke
On Thu 2014-10-23 22:45:52 UTC+1100, andrew clarke (m...@ozzmosis.com) wrote: > My intention was to build virtualbox-ose-additions-4.3.18 from ports... > > # uname -a > FreeBSD vbox-freebsd10 10.1-RC3 FreeBSD 10.1-RC3 #0 r273437: Tue Oct 21 > 23:55:15 UTC 2014 > r...@relen

cannot find -legacy error building /usr/lib32 with FreeBSD 10.1-RC3

2014-10-23 Thread andrew clarke
My intention was to build virtualbox-ose-additions-4.3.18 from ports... # uname -a FreeBSD vbox-freebsd10 10.1-RC3 FreeBSD 10.1-RC3 #0 r273437: Tue Oct 21 23:55:15 UTC 2014 r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 # cd /usr/ports/emulators/virtualbox-ose-additions # make

Re: multimedia/mkvtoolnix gui

2014-10-01 Thread andrew clarke
On Wed 2014-10-01 21:01:59 UTC-0700, Russell L. Carter (rcar...@pinyon.org) wrote: > So my stupid question is, how do you invoke the gui? It should be at /usr/local/bin/mmg . ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/l

pkg 1.3.6 output bug

2014-08-24 Thread andrew clarke
Installing a package built on another system I noticed pkg 1.3.6 shows incorrect output when installing with a dependency: # ls -l total 41123 -rw-r--r-- 1 ozzmosis ozzmosis 2428 24 Aug 18:07 clang-devel-3.6.r216160.txz -rw-r--r-- 1 ozzmosis ozzmosis 19728928 24 Aug 18:08 llvm-devel-3.

Re: Who was the mental genius

2014-06-07 Thread andrew clarke
On Fri 2014-06-06 17:17:40 UTC+0200, Baptiste Daroussin (b...@freebsd.org) wrote: > Yes it would have been a good idea to give a warning to the user about > the fact that the ports tree won't be support long on after EOL of > 8.3, given the ports tree will break again quite soon after EOL of 8.4

Re: editors/uemacs

2014-05-11 Thread andrew clarke
On Mon 2014-05-12 10:13:46 UTC+1000, andrew clarke (m...@ozzmosis.com) wrote: > I'm the listed maintainer of editors/uemacs, which is currently > unstaged. > > Since I switched to JED some time ago I haven't used MicroEMACS, so > have little motivation in working throu

Re: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st.

2014-05-11 Thread andrew clarke
On Sat 2014-05-10 10:47:42 UTC-0500, Bryan Drewery (bdrew...@freebsd.org) wrote: > On 5/10/2014 10:33 AM, Bryan Drewery wrote: > > You are receiving this mail as it affects FreeBSD ports that you maintain. > > > > You can see the full list here: > > http://people.freebsd.org/~bapt/notstaged.txt

editors/uemacs

2014-05-11 Thread andrew clarke
On Sat 2014-05-10 10:33:52 UTC-0500, Bryan Drewery (bdrew...@freebsd.org) wrote: > On June 31st, all unstaged ports will be marked DEPRECATED and have > their MAINTAINER reset. > On August 31st, all unstaged ports will be removed from the ports tree. I'm the listed maintainer of editors/uemacs, w

Re: pkg audit -F segfault

2013-12-12 Thread andrew clarke
On Tue 2013-12-10 21:53:16 UTC-0500, Phil Stone (phil.st...@gmx.com) wrote: > Hi, > I've just installed pkg-1.2.3 on FreeBSD 8.4-RELEASE-p6. It's also segfaulting on 9.2-RELEASE-p2 here. I noticed the segfault in my syslog just now, since pkg audit -F is run daily from /usr/local/etc/periodic/se

portmaster glitch with /usr/ports/MOVED

2013-11-26 Thread andrew clarke
I made the mistake of telling portmaster-3.17.3 to build mail/mutt-devel instead of mail/mutt. Evidently portmaster sees the port has moved based on /usr/ports/MOVED, which is good, but it erroneously calls pkg, apparently without arguments, and the remaining output looks a bit broken. Regards An

Re: www/aria2 dependencies & lang/llvm33 build error

2013-11-22 Thread andrew clarke
On Fri 2013-11-22 15:51:14 UTC+0100, Michael Gmelin (free...@grem.de) wrote: > > Then the obvious question is... How did you get aria2 to build in 9.1 > > when I can't get it to build in 9.2? ;-) > > I built 9.1 from source using: > > WITH_LIBCPLUSPLUS=YES > (and later WITH_CLANG_EXTRAS=1) > >

Re: www/aria2 dependencies & lang/llvm33 build error

2013-11-22 Thread andrew clarke
On Fri 2013-11-22 15:37:56 UTC+0100, Michael Gmelin (free...@grem.de) wrote: > > > I just built sudo successfully on 9.1 using system clang 3.1 and > > > CXX=clang++ > > > CXXFLAGS+=-std=c++11 -stdlib=libc++ > > > > Yeah, I have no problem building sudo with clang. The sudo code is all > > C thou

Re: www/aria2 dependencies & lang/llvm33 build error

2013-11-22 Thread andrew clarke
On Sun 2013-11-17 14:15:02 UTC+0100, Michael Gmelin (free...@grem.de) wrote: > > > www/aria2 1.18.1 requires lang/clang33. Is this really necessary? > > > Previous aria2 versions didn't require clang. > > > > I've now had a chance to check the aria2 sources and evidently it now > > requires C++11

Re: www/aria2 dependencies & lang/llvm33 build error

2013-11-17 Thread andrew clarke
Following up on my question from yesterday... On Sun 2013-11-17 00:22:13 UTC+1100, andrew clarke (m...@ozzmosis.com) wrote: > I'm running FreeBSD 8.4-RELEASE-p4. > > www/aria2 1.18.1 requires lang/clang33. Is this really necessary? > Previous aria2 versions didn't require

www/aria2 dependencies & lang/llvm33 build error

2013-11-16 Thread andrew clarke
Hi, I'm running FreeBSD 8.4-RELEASE-p4. www/aria2 1.18.1 requires lang/clang33. Is this really necessary? Previous aria2 versions didn't require clang. If so, I already have lang/clang-devel (3.4) installed, but the port still wants to build lang/clang33, which of course requires devel/llvm33.

Re: Should /usr/bin/perl be a link to /usr/local/bin/perl ?

2013-10-21 Thread andrew clarke
On Mon 2013-10-21 09:47:29 UTC-0700, Yuri (y...@rawbw.com) wrote: > I found that many ports specify /usr/bin/perl as an interpreter. This > comes from Linux. Examples: valgrind-snapshot, windowmaker, enscript-a4, > a2ps, svgalib > /usr/bin/perl isn't installed by perl port. > > There are severa

Re: net/tcpflow

2013-06-12 Thread andrew clarke
On Wed 2013-06-12 22:38:47 UTC+1000, andrew clarke (m...@ozzmosis.com) wrote: > Ah, you're right. I wasn't expecting that. That removes the dependency > count considerably. Thank you! Erm. s/removes/lowers/ :-) ___ freebsd-ports@fre

Re: net/tcpflow

2013-06-12 Thread andrew clarke
On Wed 2013-06-12 13:48:31 UTC+0200, Antoine Brodin (anto...@freebsd.org) wrote: > Yes, cairo is needed to have a nice 1 page PDF summary. > You can compile cairo with custom options if you don't want x11 etc. Ah, you're right. I wasn't expecting that. That removes the dependency count considerab

net/tcpflow

2013-06-12 Thread andrew clarke
Maybe it would be useful to have a "make config" option to disable cairo in the net/tcpflow port? The Cairo dependency pulls in about twenty X11 libraries that I'd prefer not to install on my server. This was my quick & dirty Makefile hack to disable Cairo: --- Makefile.orig 2013-06-12 04:4

Re: State of pkgng?

2013-02-20 Thread andrew clarke
On Wed 2013-02-20 17:45:52 UTC-0800, Darren Pilgrim (list_free...@bluerosetech.com) wrote: > Reading the pkgng page on the wiki: > > "As a consequence of the security incident on 11th November 2012, for > the time being pre-compiled packages for pkgng are not available from > any official Free

Re: [CFT] fusefs-ntfs and fusefs-libs updates

2012-10-25 Thread andrew clarke
On Thu 2012-10-25 16:44:08 UTC+0200, Dominic Fandrey (kamik...@bsdforen.de) wrote: > > Yes, I'm aware of the problems. We are working on making the fuse import > > from head work on older releases and update the fusefs-kmod with that. > > Also we are currently looking into the problem why certain

Re: 'pkg check -d' showing missing dependencies after upgrading lang/perl

2012-10-25 Thread andrew clarke
On Wed 2012-10-24 14:48:59 UTC-0500, Mark Felder (f...@feld.me) wrote: > > I noticed at some point after installing and switching to pkgng, then > > upgrading Perl from 5.12 to 5.14 with 'portmaster -o lang/perl5.14 > > lang/perl5.12', the 'pkg check -d' command would still list some ports > > wit

'pkg check -d' showing missing dependencies after upgrading lang/perl

2012-10-24 Thread andrew clarke
I noticed at some point after installing and switching to pkgng, then upgrading Perl from 5.12 to 5.14 with 'portmaster -o lang/perl5.14 lang/perl5.12', the 'pkg check -d' command would still list some ports with perl5.12 as a missing dependency: devel/gamin has a missing dependency: lang/perl5.12

Re: editors/uemacs

2012-10-19 Thread andrew clarke
On Fri 2012-10-19 13:18:32 UTC-0400, Eitan Adler (li...@eitanadler.com) wrote: > > Is it reasonable to provide an alternate download location? > > absolutely. would you like to help maintain the port? > > As there does not appear to be active development this would mostly be > updating the port

editors/uemacs

2012-10-19 Thread andrew clarke
I still use MicroEMACS occasionally. I noticed this in the Makefile for the FreeBSD port (editors/uemacs): DEPRECATED= No more public distfiles EXPIRATION_DATE= 2012-10-20 Evidently the distfile download links are broken: ftp://www.aquest.com/pub/uemacs400/disk2/ue400dev.zip is extremely slow, t

mail/maildrop-2.6.0's maildirmake

2012-09-30 Thread andrew clarke
I just discovered the maildirmake command has been inexplicably renamed maildrop-maildirmake between maildrop-2.5.5 and maildrop-2.6.0, which broke my maildrop rules. Maybe this should go into /usr/ports/UPDATING? Cheers. ___ freebsd-ports@freebsd.org ma

Re: FreeBSD Port: fusefs-encfs-1.7.4_1

2012-09-28 Thread andrew clarke
On Thu 2012-09-27 13:09:09 UTC-0300, Joseph Mingrone (j...@ftfl.ca) wrote: > It looks like encfs is crashing. ... > zsh: segmentation fault (core dumped) encfs -d /usr/home/jrm/.crypt > /usr/home/jrm/files/crypt I'm also experiencing segfaults with encfs on 8.3-RELEASE-p3 amd64. fusefs-kmod-0.3

Re: Introducing fpart - a file partitioning tool

2012-01-06 Thread andrew clarke
On Fri 2012-01-06 11:36:56 UTC+0100, Ganael LAPLANCHE (ganael.laplan...@martymac.org) wrote: > Have you ever wondered how you could split a file tree into parts of the > same size, or into parts with a limited size or file number ? > > I have developed a small BSD-licensed tool called fpart that

editors/nano-devel makefile typo

2011-11-06 Thread andrew clarke
The makefile for editors/nano-devel has a trivial typo that you may have already fixed by the time you read this. Below is a patch to fix it... Aside, I'm not sure the ports tree supports FreeBSD pre-7.0, so the OS version check may be redundant? --- Makefile.orig 2011-11-07 15:24:54.0

Re: Replacing procmail with maildrop

2011-09-28 Thread andrew clarke
On Sun 2011-09-25 22:01:13 UTC-0600, Warren Block (wbl...@wonkity.com) wrote: > Recent discussion here about the desirability of replacing procmail > finally convinced me to switch to maildrop. It turned out to be > relatively painless. I took some notes that may be helpful for others > consi

Upgrading sshguard

2011-06-15 Thread andrew clarke
Hi, A recent FreeBSD ports change upgrades sshguard to 1.5. I'm not sure about other variants, but with sshguard-ipfw at least, from what I can tell, installing the port erroneously comments-out the following existing line from /etc/syslog.conf: auth.info;authpriv.info |

Re: Portmaster 3.1 upgrade

2010-10-31 Thread andrew clarke
On Sun 2010-10-31 19:27:17 UTC+0100, Michal Varga (varga.mic...@gmail.com) wrote: > > UPDATING should probably be amended upstream to correct this... > > > > Regards > > Andrew > > While I'm certainly no authority on the issue, I think that's the wrong > approach and generally (really not speak

Re: Portmaster 3.1 upgrade

2010-10-31 Thread andrew clarke
On Sun 2010-10-31 17:57:52 UTC+0100, Alexandre (axel...@ymail.com) wrote: > I read in /usr/ports/UPGRADING the instructions to properly upgrade > PORTMASTER 3.1. > It is written to do : > > # pkg_delete -f portmaster* > > # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean

devel/autotools267 install error

2010-09-16 Thread andrew clarke
Hi, $ uname -a FreeBSD blizzard.phoenix 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 $ pwd /usr/ports/devel/autoconf267 $ make reinstall : install -o root -g wheel -m 444 ./autoconf-2.67.info '/usr

textproc/uni2ascii build failure on FreeBSD 7.3

2010-08-30 Thread andrew clarke
Hi, uni2ascii no longer builds on FreeBSD 7.3: cc -DNEWSUMMARY -O2 -fno-strict-aliasing -pipe -o ascii2uni ascii2uni.o enttbl.o GetWord.o putu8.o SetFormat.o ascii2uni.o(.text+0xb23): In function main': : undefined reference to getline' Quoting the ChangeLog: > 2010-08-29 Bill Poser >

Re: devel/subversion

2010-07-06 Thread andrew clarke
On Wed 2010-07-07 02:06:39 UTC+1000, andrew clarke (m...@ozzmosis.com) wrote: > Can anyone confirm that subversion fails to build with www/neon28 and > requires www/neon29? This is not mentioned in UPDATING. Building subversion 1.6.11_3 with neon28-0.28.6_1 installed: ===> Config

devel/subversion

2010-07-06 Thread andrew clarke
Can anyone confirm that subversion fails to build with www/neon28 and requires www/neon29? This is not mentioned in UPDATING. Running FreeBSD 7.3-REL. Thanks, Regards Andrew ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: Call for testers: www/shellinabox (Shell in a Box)

2010-06-24 Thread andrew clarke
On Fri 2010-06-25 00:51:12 UTC+0200, Olivier Cochard-Labb? (oliv...@freenas.org) wrote: > I've just finished my port of Shell in a Box: It's a secure web server > that provide ajax terminal emulator. Very cool :-) > More information on the official website: > http://code.google.com/p/shellinab

Re: MPlayer - Invalid and inefficient vfw-avi packed B frames detected

2010-05-24 Thread andrew clarke
On Sat 2010-05-22 23:06:11 UTC+0900, Byung-Hee HWANG (b...@izb.knu.ac.kr) wrote: > Recently, i upgraded packages all by csup(fetch: 2010-05-14) + > portupgrade. I did mplayer, too. After all that, when i launched mplayer > with some avi movie file, mplayer said "Invalid and inefficient vfw-avi >

gio-querymodules in devel/glib20

2010-05-10 Thread andrew clarke
Running FreeBSD 7.3-REL, while building glib-2.24.1 the post-install part stalls, so the port never finishes installing. The offending line is: /usr/local/bin/gio-querymodules /usr/local/lib/gio/modules/ Running this manually produces the same result - gio-querymodules stalls with no output. ___

Re: misc/mc build failure with portconf installed

2010-01-24 Thread andrew clarke
On Mon 2010-01-25 05:43:31 UTC+1100, andrew clarke (m...@ozzmosis.com) wrote: > ===> Configuring for mc-4.7.0.1 > configure: error: invalid variable name: + > ===> Script "configure" failed unexpectedly. > > I tracked this error down to some settings portco

misc/mc build failure with portconf installed

2010-01-24 Thread andrew clarke
Hi, ===> Configuring for mc-4.7.0.1 configure: error: invalid variable name: + ===> Script "configure" failed unexpectedly. I tracked this error down to some settings portconf-1.4 adds to /etc/make.conf: # Begin portconf settings # Do not touch these lines .if !empty(.CURDIR:M/usr/ports*) && e

editors/jed 0.99.19 freezing

2009-12-15 Thread andrew clarke
Hi, After upgrading to the latest version of Jed from ports, Jed is now freezing when run from sh with the -c option: $ sh -c jed loading /usr/local/lib/jed/lib/emacs.sl I had to open another terminal and kill -9 the process. $ jed --version jed version: 0.99.19/Unix Compiled with GNU C 4.2 S

Re: sqlite and tcl

2009-11-10 Thread andrew clarke
On Tue 2009-11-10 15:51:11 UTC+0100, Alex Dupre (a...@freebsd.org) wrote: > As you have seen, the up-to-date sqlite port requires tcl for > *building*. A few of you complained about it, but I don't understand why > you are not complaining about ports that have perl or python configure > scripts, t

Building databases/sqlite3 without TCL?

2009-11-02 Thread andrew clarke
Hi, I notice TCL seems to be a dependency of sqlite3-3.6.19 even with TCL support disabled (using "make config"). Is this correct? This was not true for sqlite3-3.6.14.2, the previous version of databases/sqlite3 in the ports tree. 3:36 ozzmo...@blizzard [/usr/ports/databases/sqlite3]sudo make

Re: net/p5-Net-Twitter broken

2009-07-30 Thread andrew clarke
On Thu 2009-07-30 09:21:27 UTC+0200, Cezary Morga (c...@therek.net) wrote: > >Warning: prerequisite MooseX::MultiInitArg 0 not found. > >Writing Makefile for Net::Twitter > > > >Is MooseX::MultiInitArg hidden somewhere in the ports tree? > > Nope. It's a missing dependency (also visible here > ht

Re: net/p5-Net-Twitter broken

2009-07-30 Thread andrew clarke
On Thu 2009-07-30 10:07:28 UTC+0300, Sergey V. Dyatko (sergey.dya...@gmail.com) wrote: > AC> Warning: prerequisite MooseX::MultiInitArg 0 not found. > AC> Writing Makefile for Net::Twitter > > AC> Is MooseX::MultiInitArg hidden somewhere in the ports tree? > > No, we haven't it. You may try inst

Re: net/p5-Net-Twitter broken

2009-07-29 Thread andrew clarke
On Mon 2009-07-13 21:31:38 UTC+0200, Cezary Morga (c...@therek.net) wrote: > First off, I'd start from something like following an look for any > 'missing' modules, or ones that have wrong (too old) version number. > > cd /usr/ports/net/p5-Net-Twitter && make clean configure Net::Twitter 3.03000

Re: net/p5-Net-Twitter broken

2009-07-13 Thread andrew clarke
> > >I've been trying to get Twirssi (http://www.twirssi.com/) running > > >under Irssi but am encountering an error relating to Net::Twitter. My > > >Perl knowledge is very limited, so I'm not too sure what's going on. > > >The same error (below) occurs when I try to use this module from my > > >

Re: net/p5-Net-Twitter broken

2009-07-13 Thread andrew clarke
On Mon 2009-07-13 21:31:38 UTC+0200, Cezary Morga (c...@therek.net) wrote: > >I've been trying to get Twirssi (http://www.twirssi.com/) running > >under Irssi but am encountering an error relating to Net::Twitter. My > >Perl knowledge is very limited, so I'm not too sure what's going on. > >The s

net/p5-Net-Twitter broken

2009-07-12 Thread andrew clarke
FreeBSD blizzard.phoenix 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 p5-Net-Twitter-3.01000 = up-to-date with index p5-Moose-0.81 = up-to-date with index p5-Moos

www/youtube_dl build failure

2009-06-14 Thread andrew clarke
On FreeBSD 7.2-REL: 16:40 ozzmo...@blizzard [/usr/ports/www/youtube_dl]sudo make ===> Vulnerability check disabled, database not found ===> Extracting for youtube_dl-2009.05.30_1 cannot open 2009.05.30/youtube-dl: No such file or directory *** Error code 2 Stop in /usr/ports/www/youtube_dl. Th

misc/e2fsprogs-libuuid build failure

2009-04-26 Thread andrew clarke
Hi, misc/e2fsprogs-libuuid is fails to build on my FreeBSD 6.4 machine: # uname -a FreeBSD blizzard.phoenix 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 # pwd /usr/ports/misc/e2fsprogs-libuuid #

textproc/asciidoc port with shells/bash dependency

2009-03-14 Thread andrew clarke
Hi, With the recent problems involving the FreeBSD port of bash-4.0 got me curious as to why the bash shell was installed at all on my system, as it is not a standard component of FreeBSD. It turns out the only software on my system that requires bash is AsciiDoc, as a run dependency. Further in

Re: shells/bash-4.0 port horribly broken

2009-03-12 Thread andrew clarke
On Thu 2009-03-12 08:03:23 UTC+1100, andrew clarke (m...@ozzmosis.com) wrote: > $ sudo make > ===> Vulnerability check disabled, database not found > => bash-4.tar.gz is not in /usr/ports/shells/bash/distinfo. > => Either /usr/ports/shells/bash/distinfo is out of date, or

shells/bash-4.0 port horribly broken

2009-03-11 Thread andrew clarke
Apologies in advance if this is already fixed... $ uname -a FreeBSD blizzard.phoenix 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 $ sudo portsnap fetch update Looking up portsnap.FreeBSD.org mirrors...

python25-2.5.4_1 build failure

2009-02-26 Thread andrew clarke
Hi, python25-2.5.4_1 is failing to build on 6.4-REL-p1, and waits for input on stdin: # uname -a FreeBSD blizzard.phoenix 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 # pwd /usr/ports/lang/python25 #

Re: Unable to build strace-4.5.18 under FreeBSD 6.4

2008-12-27 Thread andrew clarke
On Sat 2008-12-27 02:57:04 UTC+1100, andrew clarke (m...@ozzmosis.com) wrote: > ===> Building for strace-4.5.18 > make all-am > cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd > -Wall -O2 -fno-strict-aliasing -pipe -MT strace.o -MD -MP -MF > .

Unable to build strace-4.5.18 under FreeBSD 6.4

2008-12-26 Thread andrew clarke
# uname -a FreeBSD blizzard.phoenix 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 11:43:51 UTC 2008 r...@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 # make ===> Vulnerability check disabled, database not found ===> Extracting for strace-4.5.18 => MD5 Checksum OK for strace-

Re: [ImageMagick] build problem

2008-12-12 Thread andrew clarke
On Thu 2008-12-11 05:27:40 UTC-0800, David Wolfskill (da...@catwhisker.org) wrote: > On Thu, Dec 11, 2008 at 11:48:07AM +0100, regisr wrote: > > When building ImageMagick-6.4.7-5 on FreeBSD 6.4 I have a build error: > > > > /usr/obj/home/ports/graphics/ImageMagick/work/ImageMagick-6.4.7-5/tests/

Re: sshguard-ipfw mashes /etc/syslog.conf

2008-12-08 Thread andrew clarke
On Mon 2008-12-08 14:12:30 UTC+0900, Randy Bush ([EMAIL PROTECTED]) wrote: > if you already run sshguard-ipfw you have an entry in /etc/syslog.conf > that you like. it would be nice if upgrade of sshguard-ipfw did not > mash it with a new one that is commented out. it is the commenting out > tha

Re: unable to build dovecot-1.1.6

2008-11-16 Thread andrew clarke
On Sat 2008-11-15 21:02:30 UTC-0800, Jeremy Chadwick ([EMAIL PROTECTED]) wrote: > > You're right, there is. Our (FreeBSD porters) automated build/tester > > application called QAT caught that: > > > > http://lists.freebsd.org/pipermail/cvs-ports/2008-November/159599.html > > http://lists.freebsd

unable to build dovecot-1.1.6

2008-11-15 Thread andrew clarke
Maybe this has been fixed by now but dovecot-1.1.6 is not building for me. It looks like there might be a stray carriage return in the Makefile or distinfo file? I wonder how that got in there? Thanks. Regards Andrew $ uname -a FreeBSD blizzard.phoenix 6.3-RELEASE-p5 FreeBSD 6.3-RELEASE-p5 #0:

Re: ports missing their packages.

2008-10-29 Thread andrew clarke
On Wed 2008-10-29 04:42:18 UTC-0500, Scot Hetzel ([EMAIL PROTECTED]) wrote: > So you are advocating that port maintainers have to create packages > for all the supported FreeBSD architecture's (amd64, arm, i386, ia64, > mips, pc98, powerpc, sparc64, sun4v). That would be 9 packages > needing to b

Re: FreeBSD Port: kdenetwork-kopete-0.12.8

2008-10-26 Thread andrew clarke
On Sun 2008-10-26 19:28:55 UTC+0800, FBSD1 ([EMAIL PROTECTED]) wrote: > After researching in greater detail it seem that kopete has never had a > package generated for it. The freebsd.org folks only have limited resources. Not all the ports have packages made for them. > I did ftp of the packag

Re: FreeBSD Port: kdenetwork-kopete-0.12.8

2008-10-26 Thread andrew clarke
On Sun 2008-10-26 18:43:38 UTC+0800, joeb ([EMAIL PROTECTED]) wrote: >> > http://www.freebsd.org/cgi/pds.cgi?ports/net-im/kopete >> >> Are you saying the download fails? It looks fine to me. > > No what I am saying is when I go to that link it replies with no > sources found. Ah, I see. You ne

Re: FreeBSD Port: kdenetwork-kopete-0.12.8

2008-10-26 Thread andrew clarke
On Sun 2008-10-26 18:17:48 UTC+0800, FBSD1 ([EMAIL PROTECTED]) wrote: > This returns no sources found. > What is the current status of this port/package? > > http://www.freebsd.org/cgi/pds.cgi?ports/net-im/kopete Are you saying the download fails? It looks fine to me. $ cd /usr/ports/net-im/

Re: It is illogical layout of ports

2008-10-11 Thread andrew clarke
On Sat 2008-10-11 10:35:44 UTC+0300, Sokolov Alexey ([EMAIL PROTECTED]) wrote: > The location of some ports contradictory. They need all rank in the > categories you want. For me in most cases the category is superfluous. I will usually just use: cd /usr/ports/*/portname > www/firefox-i18n > m

Re: Portupgrade -- sshguard compile failure

2008-10-04 Thread andrew clarke
On Sat 2008-10-04 07:11:05 UTC-0700, David Southwell ([EMAIL PROTECTED]) wrote: > cd .. && /bin/sh /usr/ports/security/sshguard/work/sshguard-1.2/missing --run > autoheader > aclocal.m4:14: error: this file was generated for autoconf 2.61. This was fixed in sshguard 1.3. Update your ports tree.

Re: php4 port - undefined ref to getopt_long

2007-03-14 Thread andrew clarke
On Wed, Mar 14, 2007 at 12:37:48PM -0700, Chuck Swiger wrote: > Please be aware that FreeBSD 4.11 is no longer supported-- the ports > framework has been updated in a fashion which is no longer backwards > compatible with that version of the OS, so you're going to be rolling > your own softw