June 29, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:03:16] <Guiri> py27-wxpython is complaining that the architecture of wxwidgets is x86_64, whereas its trying to build i386. I'm a bit confused b/c wxwidgets doesn't have a +universal flag available. Maybe I should have built python27 with +universal?
[00:03:30] *** aber has quit IRC
[00:05:39] <too1-a> Hi, when I install "$ port install boost", will boost be compiled with the gcc in my path?  So if I've installed "$port install gcc44" and added it to my PATH , will boost be compiled with it -- or does it use the default system gcc?
[00:06:23] <neverpanic> too1-a: it will use the default
[00:06:37] <oxseyn_> Is there a way to make scripts that execute using /usr/bin/env python to use ports python over osx python?
[00:08:23] <jmr_mp> Guiri: that's odd, py27-wxpython sets configure.build_arch i386
[00:08:43] <jmr_mp> oxseyn_: set your environment accordingly
[00:08:54] <too1-a> neverpanic: I see; the reason I ask is because I'm compiling something with gcc44, and as you say, boost was compiled with default, and I'm getting a linking error about local thread storage (undefined symbol __emutls....).  I'd like to try compiling boost with gcc44, although I'm not sure that this will help...
[00:09:01] <too1-a> thanks
[00:09:15] <jmr_mp> you can override configure.compiler on the command line (sunsupported)
[00:11:28] <oxseyn_> too1-a: Can you expand on that at all?
[00:12:37] <too1-a> oxseyn: which part?
[00:12:55] <jmr_mp> Guiri: or rather, that's odd, wxWidgets only builds for i386 (and ppc)
[00:14:07] <oxseyn_> What should I do to set my env accordingly so that scripts that execute using /usr/bin/env python execute using the python executable located at /opt/local/bin/python instead of /usr/bin/python - and if i make that change will it break osx at all?
[00:14:31] <jmr_mp> put /opt/local/bin before /usr/bin in PATH
[00:14:35] <jmr_mp> and no
[00:15:03] <oxseyn_> jmr_mp: I have already done that, it does not seem to accomplish what I'm asking.
[00:15:25] <Guiri> Yes, I see that on line 86 of the Portfile for wxWidgets.
[00:15:30] <jmr_mp> how are you executing these scripts?
[00:15:34] <Guiri> Can I force an architecture jmr?
[00:15:43] <oxseyn_> ./script.py
[00:15:45] <jmr_mp> Guiri: so how did you install it for x86_64?
[00:16:01] <jmr_mp> oxseyn_: and what does 'echo $PATH' say in the shell you do that from?
[00:16:02] <Guiri> Not sure. Just did the regular sudo port install wxWidgets
[00:16:03] <oxseyn_> python script.py uses the /opt/local/bin/python
[00:16:17] <oxseyn_> PATH=/opt/local/bin:/opt/local/sbin:/opt/local/libexec/gnubin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
[00:17:25] <jmr_mp> env must be doing something to it then... it's not meant to though
[00:17:42] <neverpanic> oxseyn_: works fine for me: http://pbot.rmdir.de/fd3ea43da678981907c1a0b9f5860b7b
[00:20:07] <jmr_mp> also works here with a script using "#!/usr/bin/env python" that prints sys.version
[00:20:44] <oxseyn_> Yeah, I'm sorry.  It appears I somehow installed python3.2 as well, so it was running instead of 2.7, which had the module I required
[00:21:18] <oxseyn_> I thought it was executing using the BSD python executable instead of the port executable - it was using the wrong port executable cause i hadn't configured it correctly :/  My bad.
[00:21:58] <too1-a> So I've copied the boost Portfile to use as a local source, but when I do "$ port search boost", how do I verify that it's picking up my local one?
[00:22:45] <neverpanic> too1-a: run portindex in the directory containing the local port tree, make sure it's in your sources.conf
[00:22:56] <neverpanic> but that's not necessary to override configure.compiler
[00:23:30] <too1-a> neverpanic: I've performed those steps already.  Don't I have to set configure.compiler in the Portfile?
[00:24:06] <neverpanic> you can set it from the commandline
[00:25:19] <too1-a> How is that? Would this work: configure.compiler=my-gcc; port install boost
[00:26:11] <neverpanic> port install boost configure.compiler=/some/other/gcc should do
[00:26:25] <neverpanic> but I'm a novice on that, I can't guarantee for anything
[00:26:46] <neverpanic> tried finding it in man port (I know it's in there somewhere), but couldn't
[00:28:20] <too1-a> neverpanic: I'll play around with it and see... thanks
[00:29:40] <Guiri> Alright I think I have it working. Thanks for the help jmr_mp. Also if that was you thanks for fixing my ticket. I don't file a lot of bugs but tried to read the documentation on it.
[00:30:53] <neverpanic> Guiri: ticket #?
[00:35:32] *** hobodave has quit IRC
[00:37:51] *** macUzer has quit IRC
[00:39:04] <neverpanic> does macports set the nice value when building?
[00:39:09] <neverpanic> rather than increasing it?
[00:40:27] <neverpanic> because if I nice down the port command to 20 it seems the child processes are still niced at 5
[00:56:40] *** deric has quit IRC
[00:59:36] <CIA-46> jmr at macports dot org * r79870 /contrib/mpab/mpsync.sh:
[00:59:36] <CIA-46> http://trac.macports.org/changeset/79870
[00:59:36] <CIA-46> mpab: fix path in mpsync.sh
[01:10:49] *** deric has joined #macports
[01:22:28] *** livinded has joined #macports
[01:28:01] <CIA-46> ryandesign at macports dot org * r79871 /trunk/dports/graphics/wxWidgets/ (Portfile files/patch-chkconf.diff):
[01:28:01] <CIA-46> http://trac.macports.org/changeset/79871
[01:28:01] <CIA-46> wxWidgets: fix patch failure on 10.6.8+; see #29958
[01:32:41] *** livinded has quit IRC
[01:39:22] <CIA-46> jeremyhu at macports dot org * r79872 /trunk/dports/x11/openmotif/ (Portfile files/patch-lib-XmP.h.diff):
[01:39:22] <CIA-46> http://trac.macports.org/changeset/79872
[01:39:22] <CIA-46> openmotif: clang build fix
[01:41:36] *** mf2k_mp has quit IRC
[01:41:39] *** too1-a has quit IRC
[01:42:23] *** wasd has joined #macports
[01:45:44] <CIA-46> jeremyhu at macports dot org * r79873 /trunk/dports/print/psutils/ (Portfile files/ files/clang.patch):
[01:45:44] <CIA-46> http://trac.macports.org/changeset/79873
[01:45:44] <CIA-46> psutils: clang build fix and nomaintainer (maintainer 550s)
[01:47:10] <CIA-46> jeremyhu at macports dot org * r79874 /trunk/dports/textproc/aspell/Portfile:
[01:47:10] <CIA-46> http://trac.macports.org/changeset/79874
[01:47:10] <CIA-46> aspell: Use llvm-gcc rather than clang due to C++ issues
[01:52:31] <CIA-46> ryandesign at macports dot org * r79875 /trunk/dports/python/py26-flask/Portfile:
[01:52:31] <CIA-46> http://trac.macports.org/changeset/79875
[01:52:31] <CIA-46> py26-flask: update to 0.7
[01:52:43] <CIA-46> ryandesign at macports dot org * r79876 /trunk/dports/www/websvn/Portfile:
[01:52:43] <CIA-46> http://trac.macports.org/changeset/79876
[01:52:43] <CIA-46> websvn: update to 2.3.3
[01:58:47] *** youknowone has joined #macports
[02:15:53] *** Guiri has quit IRC
[02:19:31] *** wasd has quit IRC
[02:21:18] <CIA-46> ryandesign at macports dot org * r79877 /trunk/dports/x11/winetricks/Portfile:
[02:21:18] <CIA-46> http://trac.macports.org/changeset/79877
[02:21:18] <CIA-46> winetricks: update to 20110628
[02:26:18] *** _wms has joined #macports
[02:37:57] *** stevenborden has joined #macports
[02:38:14] <jmr_mp> _wms: hi
[02:38:55] <stevenborden> Hi - I'm trying to install bibutils via MacPorts on my recent macbook. It's failing as it can't find the powerpc version of llvm. I haven't asked it to build any kind of universal file. any ideas?
[02:39:32] <CIA-46> jmr at macports dot org * r79878 /users/jmr/master.cfg:
[02:39:32] <CIA-46> http://trac.macports.org/changeset/79878
[02:39:32] <CIA-46> WIP buildbot config
[02:40:39] <jmr_mp> stevenborden: it may be hardcoded to build for particular archs; file a ticket if there isn't one
[02:50:44] *** stevenborden has quit IRC
[02:58:44] *** ekl has quit IRC
[03:18:18] *** iamdaijo has joined #macports
[03:18:48] *** cleaner_ has quit IRC
[03:32:41] *** cleaner_ has joined #macports
[03:43:49] *** livinded has joined #macports
[03:46:52] *** Guiri has joined #macports
[03:48:09] <CIA-46> ryandesign at macports dot org * r79879 /trunk/dports/devel/libnewt/ (4 files in 2 dirs):
[03:48:09] <CIA-46> http://trac.macports.org/changeset/79879
[03:48:09] <CIA-46> libnewt: update to 0.52.13
[04:19:26] <CIA-46> jmr at macports dot org * r79880 /contrib/mpab/ (3 files in 2 dirs):
[04:19:26] <CIA-46> http://trac.macports.org/changeset/79880
[04:19:26] <CIA-46> mpab:
[04:19:26] <CIA-46> * make more noise on stdout
[04:19:26] <CIA-46> * don't skip building ports that already have an archive
[04:33:28] <CIA-46> jeremyhu at macports dot org * r79881 /trunk/dports/gnome/glib-networking/ (. Portfile):
[04:33:28] <CIA-46> http://trac.macports.org/changeset/79881
[04:33:28] <CIA-46> glib-networking: New port to support TLS gio #29962
[04:34:51] *** leepa has quit IRC
[04:35:54] *** leepa has joined #macports
[04:36:09] <CIA-46> jeremyhu at macports dot org * r79882 /trunk/dports/gnome/libsoup/Portfile:
[04:36:09] <CIA-46> http://trac.macports.org/changeset/79882
[04:36:09] <CIA-46> libsoup: Version bump, #28933
[04:37:36] *** macUzer has joined #macports
[04:41:18] <CIA-46> jmr at macports dot org * r79883 /contrib/mpab/chroot-scripts/buildports:
[04:41:18] <CIA-46> http://trac.macports.org/changeset/79883
[04:41:18] <CIA-46> mpab: avoid some awk-fu
[04:45:19] <CIA-46> jmr at macports dot org * r79884 /users/jmr/master.cfg:
[04:45:19] <CIA-46> http://trac.macports.org/changeset/79884
[04:45:19] <CIA-46> update buildbot cfg
[04:46:49] *** drw has quit IRC
[04:46:54] <CIA-46> jmr at macports dot org * r79885 /users/jmr/master.cfg:
[04:46:54] <CIA-46> http://trac.macports.org/changeset/79885
[04:46:54] <CIA-46> syntax
[04:51:12] <jmr_mp> _wms: I think this is looking pretty good now, just let me know what else you need before you could start deploying it
[04:53:23] <CIA-46> ryandesign at macports dot org * r79886 /trunk/dports/gnome/glib-networking/Portfile:
[04:53:23] <CIA-46> http://trac.macports.org/changeset/79886
[04:53:23] <CIA-46> glib-networking: allow glib2-devel to satisfy glib2 dependency
[05:00:35] *** mdel has joined #macports
[05:10:27] *** iamdaijo has quit IRC
[05:16:57] *** iamdaijo has joined #macports
[05:17:59] <_wms> jmr_mp: cool I'll check it out this week
[05:21:16] <CIA-46> jeremyhu at macports dot org * r79887 /trunk/dports/gnome/glib-networking/Portfile:
[05:21:16] <CIA-46> http://trac.macports.org/changeset/79887
[05:21:16] <CIA-46> glib-networking: Fix my boneheaded mistake with ca-certificates handling
[05:24:41] *** oxseyn_ has quit IRC
[05:31:47] <CIA-46> ryandesign at macports dot org * r79888 /trunk/dports/www/libmicrohttpd/Portfile:
[05:31:47] <CIA-46> http://trac.macports.org/changeset/79888
[05:31:47] <CIA-46> libmicrohttpd: use gnu fetch group, so that we have http sources, so that the distfiles mirrors can mirror it
[05:46:30] *** julian9 has quit IRC
[05:50:31] <CIA-46> jmr at macports dot org * r79889 /contrib/mpab/mpsync.sh:
[05:50:31] <CIA-46> http://trac.macports.org/changeset/79889
[05:50:31] <CIA-46> more verbosity
[06:06:36] *** preller has quit IRC
[06:16:53] *** preller has joined #macports
[06:21:04] <CIA-46> jmr at macports dot org * r79890 /contrib/mpab/mpsync.sh:
[06:21:04] <CIA-46> http://trac.macports.org/changeset/79890
[06:21:04] <CIA-46> mpab: fix rsync path
[06:26:47] *** xp_prg has joined #macports
[06:29:32] <xp_prg> anyone know if it is possible to get php 5.3.6 with macports?
[06:29:38] <xp_prg> I don't see a package with this latest version
[06:31:20] <jmr_mp> !port version php5
[06:31:21] <mpbot_> version: 5.3.6	revision: 0
[06:32:00] <CIA-46> jeremyhu at macports dot org * r79891 /trunk/dports/gnome/file-roller/ (Portfile files/ files/fixreturn.patch):
[06:32:00] <CIA-46> http://trac.macports.org/changeset/79891
[06:32:00] <CIA-46> file-roller: Fix a bad return statement found by clang
[06:36:35] <CIA-46> jeremyhu at macports dot org * r79892 /trunk/dports/audio/id3lib/ (Portfile files/id3lib-main.patch):
[06:36:35] <CIA-46> http://trac.macports.org/changeset/79892
[06:36:35] <CIA-46> id3lib: clang build fix
[06:39:57] *** subik|mac_ has joined #macports
[06:41:28] <xp_prg> oh I searched before I did a port selfupdate, sorry and thanks for the help jmr_mp, I heart you
[06:47:00] *** drw has joined #macports
[06:51:46] *** noganex_ has joined #macports
[06:54:49] *** _wms has quit IRC
[06:55:08] *** noganex has quit IRC
[06:58:22] *** _wms has joined #macports
[07:04:38] *** iamdaijo has quit IRC
[07:06:02] *** geekosaur has quit IRC
[07:06:29] *** geekosaur has joined #macports
[07:12:01] *** rampr has joined #macports
[07:13:21] *** _wms has quit IRC
[07:14:58] <CIA-46> jmr at macports dot org * r79893 /contrib/mpab/ (deploy_archives.sh do_status.sh):
[07:14:58] <CIA-46> http://trac.macports.org/changeset/79893
[07:14:58] <CIA-46> mpab: move complicated bits from buildbot config here
[07:15:41] <CIA-46> jmr at macports dot org * r79894 /users/jmr/master.cfg:
[07:15:41] <CIA-46> http://trac.macports.org/changeset/79894
[07:15:41] <CIA-46> update buildbot cfg
[07:19:33] <CIA-46> jeremyhu at macports dot org * r79895 /trunk/dports/multimedia/VLC/ (Portfile files/patch-compat.diff):
[07:19:33] <CIA-46> http://trac.macports.org/changeset/79895
[07:19:33] <CIA-46> VLC: Mode darwin11 fixups (almost there)
[07:24:22] <CIA-46> jmr at macports dot org * r79896 /users/jmr/master.cfg:
[07:24:22] <CIA-46> http://trac.macports.org/changeset/79896
[07:24:22] <CIA-46> fix shell expansion
[07:29:25] *** iamdaijo has joined #macports
[07:30:50] <CIA-46> jeremyhu at macports dot org * r79897 /trunk/dports/graphics/graphviz/ (Portfile files/ files/libltdl.patch):
[07:30:50] <CIA-46> http://trac.macports.org/changeset/79897
[07:30:50] <CIA-46> graphviz: Build fix on platforms without /usr/lib/libltdl.a
[07:30:50] <CIA-46> dev timeout via email x 2
[07:32:02] *** rockstar1 has joined #macports
[07:34:21] <CIA-46> jmr at macports dot org * r79898 /contrib/mpab/mpsync.sh:
[07:34:21] <CIA-46> http://trac.macports.org/changeset/79898
[07:34:21] <CIA-46> mpab: don't delete PortIndex when syncing
[07:43:11] *** subik|mac_ has quit IRC
[07:44:32] *** robgleeson has quit IRC
[07:44:36] *** macUzer has quit IRC
[07:47:17] *** rockstar1 has quit IRC
[07:54:03] <CIA-46> jmr at macports dot org * r79899 /contrib/mpab/chroot-scripts/buildports:
[07:54:03] <CIA-46> http://trac.macports.org/changeset/79899
[07:54:03] <CIA-46> mpab: have to use PIPESTATUS to get port's exit status instead of tee's
[08:17:54] <CIA-46> jmr at macports dot org * r79900 /contrib/mpab/mpsync.sh:
[08:17:54] <CIA-46> http://trac.macports.org/changeset/79900
[08:17:54] <CIA-46> mpab: fix exclude rule
[08:18:46] <CIA-46> jmr at macports dot org * r79901 /trunk/dports/audio/a52dec/Portfile:
[08:18:47] <CIA-46> http://trac.macports.org/changeset/79901
[08:18:47] <CIA-46> a52dec: change to use_autoreconf to get correct deps
[08:20:18] *** JaRoel|4D has quit IRC
[08:31:03] <CIA-46> jmr at macports dot org * r79902 /contrib/mpab/ (deploy_archives.sh do_status.sh):
[08:31:03] <CIA-46> http://trac.macports.org/changeset/79902
[08:31:03] <CIA-46> mpab: fix path in status script, and print message when archive is not distributable
[08:31:51] *** rampr has quit IRC
[08:32:06] *** rampr has joined #macports
[08:33:15] *** noganex_ is now known as noganex
[08:37:58] <xp_prg> can anyone help me? http://pastebin.ubuntu.com/634820/
[08:38:08] <xp_prg> tried to do sudo port install php5 and it errored out :(
[08:44:33] *** iamdaijo has quit IRC
[08:45:15] *** iamdaijo has joined #macports
[08:53:00] *** rampr has quit IRC
[08:54:33] *** drw has quit IRC
[08:57:32] <jmr_mp> https://trac.macports.org/wiki/ProblemHotlist#perl5-image-error
[09:02:17] *** livinded has quit IRC
[09:02:41] *** rampr has joined #macports
[09:06:45] *** xp_prg has quit IRC
[09:07:10] *** JaRoel|4D has joined #macports
[09:11:37] *** youknowone has quit IRC
[09:13:11] *** thierryp has joined #macports
[09:13:27] *** youknowone has joined #macports
[09:25:05] *** bricks has joined #macports
[09:25:52] *** elliottcable is now known as c---I-I-I-I{
[09:27:35] *** c---I-I-I-I{ is now known as d|O_O|b
[09:31:44] *** d|O_O|b is now known as |-O-|
[09:34:50] *** |-O-| is now known as c[||]
[09:36:23] <CIA-46> jochen at macports dot org * r79903 /trunk/dports/tex/bibutils/Portfile:
[09:36:23] <CIA-46> http://trac.macports.org/changeset/79903
[09:36:23] <CIA-46> upgrade to 4.12
[09:37:05] *** c[||] is now known as EO3
[09:37:20] <CIA-46> jeremyhu at macports dot org * r79904 /trunk/dports/multimedia/x264/Portfile:
[09:37:20] <CIA-46> http://trac.macports.org/changeset/79904
[09:37:20] <CIA-46> x264: Version bump to 20110628
[09:38:10] <CIA-46> jeremyhu at macports dot org * r79905 /trunk/dports/multimedia/ (7 files in 7 dirs):
[09:38:10] <CIA-46> http://trac.macports.org/changeset/79905
[09:38:10] <CIA-46> multimedia: Revision bumps to force rebuild against new x264
[09:38:33] <CIA-46> jeremyhu at macports dot org * r79906 /trunk/dports/graphics/opencv/Portfile:
[09:38:33] <CIA-46> http://trac.macports.org/changeset/79906
[09:38:33] <CIA-46> opencv: Revision bumps to force rebuild against new x264
[09:38:43] *** EO3 is now known as t|o_ot|
[09:39:49] *** t|o_ot| is now known as elliottcable
[09:40:01] <CIA-46> jeremyhu at macports dot org * r79907 /trunk/dports/gnome/gst-plugins-ugly/Portfile:
[09:40:01] <CIA-46> http://trac.macports.org/changeset/79907
[09:40:01] <CIA-46> gst-plugins-ugly: Revision bumps to force rebuild against new x264
[09:41:05] <CIA-46> jeremyhu at macports dot org * r79908 /trunk/dports/multimedia/mplayer-devel/ (Portfile files/configure.clang.patch):
[09:41:05] <CIA-46> http://trac.macports.org/changeset/79908
[09:41:05] <CIA-46> mplayer-devel: Updated to latest versions to fix clang build issues
[09:42:05] <CIA-46> jeremyhu at macports dot org * r79909 /trunk/dports/multimedia/ffmpeg-devel/ (Portfile files/patch-Makefile.diff):
[09:42:05] <CIA-46> http://trac.macports.org/changeset/79909
[09:42:05] <CIA-46> ffmpeg-devel: Update to current ffmpeg git, clang build fixes
[09:43:28] *** Guiri has quit IRC
[09:45:38] *** rampr has quit IRC
[09:49:25] *** youknowone has quit IRC
[09:57:47] *** youknowone has joined #macports
[10:02:40] *** youknowone has quit IRC
[10:17:13] <CIA-46> jmr at macports dot org * r79910 /trunk/dports/multimedia/ffmpeg-devel/Portfile:
[10:17:13] <CIA-46> http://trac.macports.org/changeset/79910
[10:17:13] <CIA-46> ffmpeg-devel: move git to depends_fetch
[10:22:57] <CIA-46> ryandesign at macports dot org * r79911 /trunk/dports/net/ (ola/Portfile ola-examples/Portfile):
[10:22:57] <CIA-46> http://trac.macports.org/changeset/79911
[10:22:57] <CIA-46> ola: update to 0.8.11 (#29953); ola-examples: replaced_by ola (#29911)
[10:36:32] *** jkyle has quit IRC
[10:40:01] <CIA-46> and.damore at macports dot org * r79912 /trunk/dports/aqua/qtoctave-mac/Portfile:
[10:40:01] <CIA-46> http://trac.macports.org/changeset/79912
[10:40:01] <CIA-46> port qtoctave-mac: added octave-devel to "path:" dependency, fixes #29957
[10:42:32] *** youknowone has joined #macports
[10:42:49] <CIA-46> ryandesign at macports dot org * r79913 /trunk/dports/sysutils/parallel/Portfile:
[10:42:49] <CIA-46> http://trac.macports.org/changeset/79913
[10:42:49] <CIA-46> parallel: update to 20110622; see #29922
[10:43:58] <CIA-46> and.damore at macports dot org * r79914 /trunk/dports/aqua/qtoctave-mac/Portfile:
[10:43:58] <CIA-46> http://trac.macports.org/changeset/79914
[10:43:58] <CIA-46> port qtoctave-mac, whitespace changes
[10:47:12] *** anddam has joined #macports
[10:47:13] <mpbot_> anddam is and.damore and maintainer of dineroIV, libticalcs2, drc-fir, and lua-xavante (of 35 total)
[10:47:15] <anddam> hi
[10:49:45] <Wafelijzer> heey
[10:49:56] *** drw has joined #macports
[10:53:17] <anddam> jmr_mp: is there a policy for shared icons like $prefix/share/icons?
[10:53:37] <anddam> or should I put those in $prefix/share/$name?
[10:56:11] *** robgleeson has joined #macports
[10:57:11] *** rampr has joined #macports
[11:02:01] <CIA-46> ryandesign at macports dot org * r79915 /trunk/dports/multimedia/avidemux/Portfile:
[11:02:01] <CIA-46> http://trac.macports.org/changeset/79915
[11:02:01] <CIA-46> avidemux: use built-in reinplace instead of external dos2unix to fix line endings
[11:12:20] *** rampr has quit IRC
[11:13:03] *** youknowone has quit IRC
[11:16:16] <CIA-46> ryandesign at macports dot org * r79916 /trunk/dports/graphics/graphviz-devel/ (. Portfile files/ files/libltdl.patch files/libltdl.patch):
[11:16:16] <CIA-46> http://trac.macports.org/changeset/79916
[11:16:16] <CIA-46> graphviz-devel: merge r79897 from graphviz: Build fix on platforms without /usr/lib/libltdl.a
[11:16:32] *** macUzer has joined #macports
[11:18:17] <anddam> nope it's cmakefile-hell, qtoctave is better to stay like it is now
[11:21:48] *** rampr has joined #macports
[11:25:36] <anddam> actually I see the port should be upgraded
[11:32:32] <CIA-46> ryandesign at macports dot org * r79917 /trunk/dports/python/ (py25-pypdf/Portfile py26-pypdf/Portfile py27-pypdf/Portfile):
[11:32:32] <CIA-46> http://trac.macports.org/changeset/79917
[11:32:32] <CIA-46> py*-pypdf is noarch
[11:34:03] *** aber has joined #macports
[11:35:14] <CIA-46> ryandesign at macports dot org * r79918 /trunk/dports/print/pdfposter/ (. Portfile):
[11:35:14] <CIA-46> http://trac.macports.org/changeset/79918
[11:35:14] <CIA-46> pdfposter: new port, version 0.5.0; see #29767
[11:40:58] <CIA-46> ryandesign at macports dot org * r79919 /trunk/dports/python/ (4 files in 4 dirs):
[11:40:58] <CIA-46> http://trac.macports.org/changeset/79919
[11:40:58] <CIA-46> py25-pypdf, py26-pypdf: update to 1.13
[11:45:13] <CIA-46> ryandesign at macports dot org * r79920 /trunk/dports/graphics/libpano13/Portfile:
[11:45:13] <CIA-46> http://trac.macports.org/changeset/79920
[11:45:13] <CIA-46> libpano13: update to 2.9.18; see #29894
[11:51:40] <anddam> Ryan is like a Tcl-based Terminator T-1000
[11:51:57] <anddam> Terminator Lint-1000
[11:52:00] <anddam> actually
[11:58:03] *** rampr has quit IRC
[12:01:27] *** iamdaijo has quit IRC
[12:08:26] *** rampr has joined #macports
[12:23:08] *** macUzer has quit IRC
[12:27:49] *** RanX_XeroX has joined #macports
[12:43:58] *** xanderbeedle has joined #macports
[12:44:36] <xanderbeedle> How can I install an older version of a port?
[12:44:45] <xanderbeedle> sudo port install mongodb @1.6.0 isn't working
[12:46:55] <jmr_mp> https://trac.macports.org/wiki/howto/InstallingOlderPort
[12:55:29] *** afb has joined #macports
[12:57:09] <CIA-46> afb at macports dot org * r79921 /trunk/dports/databases/db51/Portfile:
[12:57:09] <CIA-46> http://trac.macports.org/changeset/79921
[12:57:09] <CIA-46> berkeleydb: livecheck broken (again)
[13:00:15] <CIA-46> afb at macports dot org * r79922 /trunk/dports/databases/db52/ (. Portfile):
[13:00:15] <CIA-46> http://trac.macports.org/changeset/79922
[13:00:15] <CIA-46> db52: new port/major
[13:00:57] <anddam> xanderbeedle: check FAQ, you have to download an older version of the portfile
[13:01:04] <anddam> I assume you're on rsync
[13:02:40] <afb> and of course, that might include downgrading all the dependencies as well
[13:03:32] <afb> which usually/sometimes works if using a snapshot or earlier svn release of dports
[13:07:15] <anddam> afb: I'm assuming he's not time travelling 10 years
[13:08:18] <afb> this new "macports" user is fun, like for ports who like monkeying around in the prefix
[13:09:13] <afb> it and the need to install everything before packaging is going to be lotsa exciting
[13:09:22] <CIA-46> and.damore at macports dot org * r79923 /trunk/dports/aqua/qtoctave-mac/ (Portfile files/):
[13:09:22] <CIA-46> http://trac.macports.org/changeset/79923
[13:09:22] <CIA-46> port qtoctave-mac: upgrade to 0.10.1; upstream merged patches, removed patchfiles
[13:10:09] <anddam> bye
[13:10:10] *** anddam has quit IRC
[13:17:29] <CIA-46> ryandesign at macports dot org * r79924 /trunk/dports/security/afflib/files/:
[13:17:29] <CIA-46> http://trac.macports.org/changeset/79924
[13:17:29] <CIA-46> afflib: remove unused patchfiles
[13:24:31] *** xanderbeedle has quit IRC
[13:28:28] <CIA-46> ryandesign at macports dot org * r79925 /trunk/dports/comms/minicom/Portfile:
[13:28:28] <CIA-46> http://trac.macports.org/changeset/79925
[13:28:28] <CIA-46> minicom: update to 2.5; see #28942
[13:30:30] *** TzilTzal has joined #macports
[13:31:08] *** rampr has quit IRC
[13:31:53] *** afb has quit IRC
[13:44:24] <CIA-46> ryandesign at macports dot org * r79926 /trunk/dports/devel/libftd2xx/Portfile:
[13:44:24] <CIA-46> http://trac.macports.org/changeset/79926
[13:44:24] <CIA-46> libftd2xx: update to 1.0.4 (#29762), add universal variant and don't install universal software when the universal variant is not selected
[13:46:05] *** TzilTzal has quit IRC
[13:47:49] <CIA-46> ryandesign at macports dot org * r79927 /trunk/dports/devel/sbt/Portfile:
[13:47:49] <CIA-46> http://trac.macports.org/changeset/79927
[13:47:49] <CIA-46> sbt: update to 0.7.7; see #29711 (maintainer timeout)
[13:52:32] *** JaRoel|4D has quit IRC
[13:55:13] *** rampr has joined #macports
[14:02:16] *** TzilTzal has joined #macports
[14:02:51] *** JaRoel|4D has joined #macports
[14:02:52] <CIA-46> ryandesign at macports dot org * r79928 /trunk/dports/python/py26-hgsubversion/ (Portfile files/):
[14:02:52] <CIA-46> http://trac.macports.org/changeset/79928
[14:02:52] <CIA-46> py26-hgsubversion: update to 1.2.1 (#29609), indicate this is noarch
[14:03:24] *** vokimon_home is now known as vokimon
[14:11:42] *** neverpanic has quit IRC
[14:12:03] *** phrozen77 has quit IRC
[14:12:05] *** neverpanic has joined #macports
[14:12:07] <mpbot_> neverpanic is cal and is in Erlangen, Germany; local time is Wed 12:15 UTC
[14:12:31] *** leepa has quit IRC
[14:14:48] *** phrozen77 has joined #macports
[14:14:50] *** Bemmu has quit IRC
[14:17:00] *** rampr has quit IRC
[14:17:24] *** rampr has joined #macports
[14:18:56] *** xrj has quit IRC
[14:20:31] <neverpanic> how do I specify the timezone for mpbot_? apparently "+2" is not valid.
[14:23:34] *** phrozen77 has quit IRC
[14:23:34] *** phrozen77 has joined #macports
[14:27:23] *** Rapp has joined #macports
[14:27:30] <Rapp> hi everybody!
[14:28:08] <Rapp> how can i query which variant of a package i have installed? "port installed qt4-mac" does not tell me if i have the +debug variant or not.
[14:30:59] <neverpanic> port -v installed qt4-mac
[14:31:46] <Rapp> neverpanic: thanks, did not work. but this works:
[14:31:55] <Rapp> port installed variant:debug
[14:32:05] <Rapp> then i just grep for qt4-mac, and it shows up
[14:33:43] *** Bemmu has joined #macports
[14:41:57] *** Bemmu has quit IRC
[15:00:31] *** zeeble has joined #macports
[15:01:02] <zeeble> hello all. am a very very new mac osx user. is there a howto that helps newbies install macports?
[15:02:37] <neverpanic> zeeble: http://guide.macports.org/#installing.macports.binary
[15:03:10] <zeeble> neverpanic: thanks :)
[15:06:46] *** ToHellWithGA has joined #macports
[15:06:46] *** ToHellWithGA has joined #macports
[15:06:47] <mpbot_> ToHellWithGA is Ryan Stonecipher (rmstonecipher) and maintainer of libogg, py26-gst-python, mpd, and gst-plugins-good (of 31 total) and is in Columbia, MO; local time is Wed 08:10 CDT
[15:07:53] *** rampr has quit IRC
[15:09:28] *** rampr has joined #macports
[15:12:48] *** Bemmu has joined #macports
[15:19:54] *** loadbang has joined #macports
[15:21:23] *** xrj has joined #macports
[15:23:25] *** loadbang has quit IRC
[15:25:09] *** rampr has quit IRC
[15:25:44] *** rampr has joined #macports
[15:35:38] *** _wms has joined #macports
[15:38:51] *** deric_ has joined #macports
[15:40:55] *** deric has quit IRC
[15:40:55] *** deric_ is now known as deric
[15:50:12] *** oxseyn has joined #macports
[15:50:35] *** zeeble has quit IRC
[16:06:51] *** mf2k_mp has joined #macports
[16:06:52] <mpbot_> mf2k_mp is Frank (macsforever2000) and maintainer of fasthenry-wr, kst, slimdata, and py26-scikits-umfpack (of 14 total) and is in Boulder, CO; local time is Wed 08:10 MDT
[16:17:19] *** xrj has quit IRC
[16:32:34] *** saispo has quit IRC
[16:32:44] *** saispo has joined #macports
[16:32:46] <mpbot_> saispo is maintainer of icewm, py25-hgsvn, py-hgsvn, and gst (of 5 total) and is at local time Wed 14:36 UTC
[16:51:32] *** TzilTzal has quit IRC
[16:55:10] *** too1-a has joined #macports
[17:06:08] *** xrj has joined #macports
[17:17:33] *** rampr has quit IRC
[17:17:38] *** _wms has quit IRC
[17:18:49] *** bricks has left #macports
[17:28:07] *** rampr has joined #macports
[17:29:59] *** thierryp has quit IRC
[17:37:53] *** JaRoel|4D has quit IRC
[17:38:47] *** _wms has joined #macports
[17:40:42] *** fisk has quit IRC
[17:58:02] *** juanger has joined #macports
[18:00:52] *** lacyrhoades has joined #macports
[18:01:06] *** JaRoel|4D has joined #macports
[18:03:57] *** _wms has quit IRC
[18:12:41] *** galaxywatcher has quit IRC
[18:12:59] *** galaxywatcher has joined #macports
[18:15:00] <geekosaur> wait, since when does "port installed" not show variants?  I get them attached to the version (e.g. "qt4-mac @4.7.3_0+quartz+universal (active)")
[18:15:30] *** rockstar1 has joined #macports
[18:23:16] *** rockstar1 has quit IRC
[18:26:20] *** wasd has joined #macports
[18:28:06] *** deric has quit IRC
[18:29:46] *** rockstar1 has joined #macports
[18:31:46] *** rockstar1 has quit IRC
[18:45:57] *** xrj has quit IRC
[19:01:14] *** jkyle has joined #macports
[19:11:55] <CIA-46> jeremyhu at macports dot org * r79929 /trunk/dports/perl/p5-net-libidn/Portfile:
[19:11:55] <CIA-46> http://trac.macports.org/changeset/79929
[19:11:55] <CIA-46> p5-net-libidn: Build fix (clang or llvm-gcc, I forget which). Developer ack via email.
[19:15:32] *** otibom has joined #macports
[19:15:41] *** hobodave has joined #macports
[19:22:17] *** nicdev has joined #macports
[19:23:02] *** rampr has quit IRC
[19:23:09] <CIA-46> jeremyhu at macports dot org * r79930 /trunk/dports/multimedia/ffmpeg-devel/Portfile:
[19:23:09] <CIA-46> http://trac.macports.org/changeset/79930
[19:23:09] <CIA-46> ffmpeg-devel: Use fetch.type git rather than reinventing the wheel
[19:23:18] *** too1-a has left #macports
[19:24:03] <nicdev> currently my installation of macports has installed three versions of python, 2.5, 2.6, and 2.7. I did not install python intentionally but it was installed as dependency to some other projects
[19:24:21] <nicdev> what would be the best way to clean this up so i am only left with one installation?
[19:26:42] *** deric has joined #macports
[19:27:01] *** RanX_XeroX has quit IRC
[19:30:25] *** deric has quit IRC
[19:43:44] <CIA-46> mww at macports dot org * r79931 /trunk/dports/databases/sqlite3/Portfile:
[19:43:44] <CIA-46> http://trac.macports.org/changeset/79931
[19:43:44] <CIA-46> version 3.7.7.1
[19:49:12] *** xrj has joined #macports
[19:49:41] <Raim> nicdev: take a look at 'port rdependents python26' to see why you have them installed
[20:07:50] *** nicdev has quit IRC
[20:43:26] *** preller has quit IRC
[20:43:36] *** preller has joined #macports
[20:45:29] *** preller has quit IRC
[20:46:06] *** preller has joined #macports
[20:46:08] *** preller has joined #macports
[20:48:18] *** livinded has joined #macports
[20:49:32] *** robink has joined #macports
[20:49:32] *** robink has joined #macports
[20:52:26] *** galaxywatcher has quit IRC
[21:12:32] *** _wms has joined #macports
[21:23:12] *** Ionic has quit IRC
[21:25:32] *** Ionic has joined #macports
[21:25:34] 
[21:50:29] *** echelog has joined #macports
[21:54:41] *** robink has quit IRC
[21:54:46] *** elliottcable is now known as ec|detached
[21:57:33] *** macUzer has joined #macports
[21:58:46] *** robink has joined #macports
[22:07:46] *** robink has quit IRC
[22:09:58] *** wasd has quit IRC
[22:15:54] *** buttons has joined #macports
[22:16:45] <buttons> can someone tell me where the imagemagick config files are for the imagemagick port?
[22:18:44] <CIA-46> macsforever2000 at macports dot org * r79932 /trunk/dports/python/py27-mlpy/ (. Portfile files/ files/patch-setup.py.diff):
[22:18:44] <CIA-46> http://trac.macports.org/changeset/79932
[22:18:44] <CIA-46> Added new port py27-mlpy. (#29971)
[22:20:49] <buttons> CIA is that for me?
[22:21:25] <mf2k_mp> buttons: CIA is a bot
[22:21:37] <buttons> oh
[22:22:03] <buttons> do you know the answer to my question?
[22:22:13] <mf2k_mp> not really
[22:22:31] <mf2k_mp> look at "port contents imagemagick" for clues
[22:23:41] <CIA-46> macsforever2000 at macports dot org * r79933 /trunk/dports/python/py26-mlpy/ (. Portfile files/ files/patch-setup.py.diff):
[22:23:41] <CIA-46> http://trac.macports.org/changeset/79933
[22:23:41] <CIA-46> Added new port py26-mlpy.
[22:24:06] <CIA-46> jeremyhu at macports dot org * r79934 /trunk/dports/lang/guile/Portfile:
[22:24:06] <CIA-46> http://trac.macports.org/changeset/79934
[22:24:06] <CIA-46> guile: clang build fix
[22:25:23] <buttons> thanks found the file I was looking for
[22:25:36] <mf2k_mp> np
[22:29:08] <CIA-46> stromnov at macports dot org * r79935 /trunk/dports/python/py27-sympy/Portfile:
[22:29:08] <CIA-46> http://trac.macports.org/changeset/79935
[22:29:08] <CIA-46> py27-sympy: fix manpage name
[22:30:36] <CIA-46> stromnov at macports dot org * r79936 /trunk/dports/python/py27-sympy/Portfile:
[22:30:36] <CIA-46> http://trac.macports.org/changeset/79936
[22:30:36] <CIA-46> py27-sympy: update to version 0.7.0
[22:33:36] *** bittin has joined #macports
[22:54:36] *** buttons has quit IRC
[22:55:43] *** _wms has quit IRC
[22:57:10] *** otibom has quit IRC
[23:08:17] <jmr_mp> Rapp: 'port installed variant:debug' tells you which of your installed ports *has* a debug variant, not which ones have it selected
[23:08:55] <jmr_mp> geekosaur: it does indeed
[23:08:59] *** robink has joined #macports
[23:08:59] *** robink has joined #macports
[23:11:26] <jmr_mp> Rapp: or rather, 'variant:debug' selects those; 'port installed' will show you the installed variants whether you use a selector or just the name
[23:17:05] *** hobodave_ has joined #macports
[23:18:46] *** hobodave has quit IRC
[23:35:45] <CIA-46> jmr at macports dot org * r79937 /trunk/dports/cad/xgsch2pcb/Portfile:
[23:35:45] <CIA-46> http://trac.macports.org/changeset/79937
[23:35:45] <CIA-46> xgsch2pcb: use 'file delete' for single possibly-nonexistent file (#29969)
[23:36:29] *** otibom has joined #macports
[23:39:25] *** fisk has joined #macports
[23:57:26] *** lacyrhoades has quit IRC

top