July 19, 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 | 31

[00:01:35] *** edulterado_ has joined #macports
[00:03:48] <CIA-46> dports at macports dot org * r80841 /trunk/dports/tex/texlive-lang-ukenglish/Portfile:
[00:03:48] <CIA-46> http://trac.macports.org/changeset/80841
[00:03:48] <CIA-46> texlive-lang-ukenglish stub: error out in pre-configure rather than pre-fetch
[00:05:06] <CIA-46> dports at macports dot org * r80842 /users/dports/ports/tex/texlive-lang-ukenglish/ (. Portfile):
[00:05:06] <CIA-46> http://trac.macports.org/changeset/80842
[00:05:06] <CIA-46> merge r80841 to my TL2011 branch
[00:07:59] <CIA-46> derek at macports dot org * r80843 /branches/gsoc11-statistics/stats-server/app/models/ (installed_port.rb port.rb user.rb): (log message trimmed)
[00:08:00] <CIA-46> http://trac.macports.org/changeset/80843
[00:08:00] <CIA-46> Updated models: Added associations and light validations
[00:08:00] <CIA-46> Port
[00:08:00] <CIA-46> InstalledPort
[00:33:38] <CIA-46> derek at macports dot org * r80844 /branches/gsoc11-statistics/stats-server/app/models/submission.rb: (log message trimmed)
[00:33:39] <CIA-46> http://trac.macports.org/changeset/80844
[00:33:39] <CIA-46> Changes to way existing records are queried
[00:33:39] <CIA-46> add_os_data
[00:33:39] <CIA-46> add_port
[00:36:49] *** loadbang has quit IRC
[00:37:39] <CIA-46> derek at macports dot org * r80845 /branches/gsoc11-statistics/stats-server/db/migrate/ (3 files): (log message trimmed)
[00:37:40] <CIA-46> http://trac.macports.org/changeset/80845
[00:37:40] <CIA-46> Added indices to installed_ports, os_statistics and ports tables
[00:37:40] <CIA-46> installed_ports
[00:37:40] <CIA-46> os_statistics
[00:39:15] <CIA-46> derek at macports dot org * r80846 /branches/gsoc11-statistics/stats-server/db/migrate/ (2 files):
[00:39:15] <CIA-46> http://trac.macports.org/changeset/80846
[00:39:15] <CIA-46> Remove month, year columns from installed_ports
[00:40:46] <CIA-46> derek at macports dot org * r80847 /branches/gsoc11-statistics/stats-server/db/schema.rb:
[00:40:46] <CIA-46> http://trac.macports.org/changeset/80847
[00:40:46] <CIA-46> Updated schema
[00:56:23] <CIA-46> dports at macports dot org * r80848 /users/dports/ports/fuse/fuse4x/files/patch-configure.in.diff:
[00:56:23] <CIA-46> http://trac.macports.org/changeset/80848
[00:56:23] <CIA-46> fuse4x: update configure patch
[01:06:41] *** ries has joined #macports
[01:07:05] <ries> hey guys, how do I let cmake pick gcc from macports reather then the gcc compiler found in /usr/bin ?
[01:08:02] *** Exstatica has joined #macports
[01:08:23] *** _wms has quit IRC
[01:12:55] *** hilbert has joined #macports
[01:16:51] <jmr_mp> ries: you might have better luck asking in #cmake
[01:17:52] <ries> jmr_mp: isn't this also not have something todo with how macports is configured? I did see this : https://trac.macports.org/wiki/UsingTheRightCompiler but I couldn't make gcc_select work, hence the question here
[01:18:37] <jmr_mp> ries: it shouldn't be any different than making cmake use any other compiler in a specific path
[01:19:39] *** macUzer has joined #macports
[01:19:42] <jmr_mp> ries: what are you doing with gcc_select and how is it not working?
[01:20:16] <ries> jmr_mp:  I executed sudo port install gcc_select to install it
[01:20:41] <ries> but I don't fins gcc_select to be installed.... I am trying to compile a program and trying to use a 4.4 version of gcc rather then teh default 4.2
[01:21:35] <jmr_mp> what do you mean you don't find gcc_select to be installed?
[01:21:56] <jmr_mp> 'port installed gcc_select' doesn't show it?
[01:22:27] <ries> gcc_select @0.1_5 (active)
[01:22:33] <ries> But how do I execute gcc_select?
[01:23:00] <jmr_mp> you don't execute it as such, you run 'port select gcc ...'
[01:23:09] <ries> I don't have a gcc_select program, unless I understand feature incorrectly
[01:23:10] <jmr_mp> as 'port info gcc_select' says
[01:24:05] <jmr_mp> also see 'port help select'
[01:25:43] <ries> jmr_mp: well, that wasn't clear to me :)
[01:26:56] <ries> when I run port select --list gcc I get mp-gcc44 as a option, how do I active that?
[01:27:29] <jmr_mp> port select --set gcc mp-gcc44
[01:28:03] <ries> Ahh I kept getting Error: The 'set' command expects two arguments: <group>, <version>
[01:28:12] <Exstatica> I'm turning to you folks, because well you probably do a lot more advanced things than the average user. I can't cat /private/etc/hosts >> sHosts from a perl script, but it works from a command line, anyone know why that might be?
[01:28:24] <ries> so I used sudo port select --set gcc, mp-gcc44 ( with a comma)
[01:31:08] <jmr_mp> Exstatica: hard to say without knowing what else the script does
[01:31:39] <Exstatica> `cat /private/etc/hosts >> shosts`
[01:31:40] <Exstatica> thats it
[01:31:46] *** bittin has quit IRC
[01:31:52] <Exstatica> I can't read the hosts file either with perl, I get permission denied
[01:32:11] <ries> I always use /etc/hosts
[01:32:12] <Exstatica> I guess I can probably do it with sudo, but seems insecure
[01:32:22] <Exstatica> I tried using /etc/hosts, it didn't work either
[01:32:32] <Exstatica> and since /etc/hosts is a sym link to /private/etc/
[01:32:39] <Exstatica> it thought that it might be the problem
[01:32:54] <ries> what does ls -ial /etc/hosts give you?
[01:33:01] <Exstatica> btw, on a different note, I upgraded to Lion, and most of my ports still work, except fping will not compile
[01:33:16] <Exstatica> I can type cat /etc/hosts >> shosts and it works fine
[01:33:25] <Exstatica> but when I try to run it in a perl script it fails
[01:33:27] *** pixilla has quit IRC
[01:34:12] <ries> can you try this in your perl?
[01:34:16] <ries> `cat /private/etc/hosts >> /tmp/shosts`
[01:34:36] <ries> I don't know enything about perl though, but may by you are trying to write shosts to the /etc directory as a normal user?
[01:34:56] <Exstatica> well i'm in a different dir
[01:35:15] <Exstatica> I tried reading the hosts file using perl, instead of cat it somewhere else, and that didn't work either
[01:35:20] <ries> may be perl does some magick? really I don't know perl... I would try that
[01:37:21] <Exstatica> I dunno, its strange though
[01:37:29] <Exstatica> anyway I think fping is broken because of IPV6
[01:37:38] <Exstatica> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c fping.c -o fping6.o -DIPV6
[01:37:38] <Exstatica> fping.c: In function 'main':
[01:37:39] <Exstatica> fping.c:461: error: 'IPV6_HOPOPTS' undeclared (first use in this function)
[01:38:48] *** pixilla has joined #macports
[01:39:00] <jmr_mp> I don't know if I would describe it as "because of IPv6"...
[01:39:17] <jmr_mp> more like "because it's doing IPv6 wrong" :)
[01:39:57] <jmr_mp> as in not including the right header
[01:41:17] <Exstatica> well, thats what I mean, ipv6 is involved, code wise
[01:41:59] <jmr_mp> https://trac.macports.org/query?status=assigned&status=new&status=reopened&order=priority&port=%7Efping
[01:49:09] *** kevinburke has joined #macports
[01:49:40] <kevinburke> Hi, I'm working on a macport & wondering if you had an example of a simple configure & Makefile script for macports
[01:49:59] *** fink has joined #macports
[01:51:01] <jmr_mp> kevinburke: http://guide.macports.org/chunked/development.examples.html ?
[01:51:08] *** otibom has quit IRC
[01:51:29] <kevinburke> my portfile's ok
[01:51:36] <kevinburke> i've never used configure or makefiles before though
[01:52:15] <jmr_mp> I guess I'm not sure what you're after
[01:52:19] *** Gallomimia has joined #macports
[01:54:07] *** youknowone has joined #macports
[01:55:02] <kevinburke> right - i wrote a portfile which downloads a .tar.gz file and checksums it, that much is fine
[01:55:45] <kevinburke> however i'm not sure how to write a configure script or a makefile
[01:56:54] <Exstatica> jmr_mp: thanks
[01:57:07] <kevinburke> which macports uses with 'make install DESTDIR={destroot}'. I learn pretty well from simple examples like a simple macports makefile.
[01:58:16] <jmr_mp> kevinburke: why do you need to write them? they normally just come in the tarball
[01:58:32] <kevinburke> i am creating the tarball
[01:58:34] <kevinburke> for my port
[01:58:55] <Exstatica> jmr_mp: thanks, it worked
[01:58:57] <jmr_mp> ok, well, how do you normally build your software?
[01:59:01] <jmr_mp> Exstatica: yw
[01:59:23] <Exstatica> I was having an issue with mtr on my other 10.7 system, I'll have to look into that one too
[01:59:26] <jmr_mp> you don't necessarily need a configure script or a makefile
[02:06:35] *** kevinburke has quit IRC
[02:11:18] *** macUzer has quit IRC
[02:12:01] *** kevinburke has joined #macports
[02:26:02] *** fink has quit IRC
[03:09:36] *** macUzer has joined #macports
[03:21:16] <ries> for what architecture does ports build? i386 or x86_64 ? And, is it possible to force a specific architecture?
[03:23:22] *** elliottcable is now known as ec|fkn_away_nick
[03:43:23] *** hilbert has quit IRC
[03:44:11] *** _wms has joined #macports
[03:48:42] <geekosaur> the default is always your machine's architecture.  you can change this to some extent; not all ports can be built for non-native archs.
[03:49:23] <geekosaur> mress:10008 Z# grep universal /opt/local/etc/macports/macports.conf
[03:49:23] <geekosaur> # CPU architectures to use for Universal Binaries (+universal variant)
[03:49:23] <geekosaur> universal_archs		x86_64 i386
[03:58:09] *** macUzer has quit IRC
[03:58:40] *** hilbert has joined #macports
[03:59:56] *** iamdaijo has joined #macports
[04:00:44] <ries> geekosaur: I am trying to build everything on i386 now... I get linker errors for the tool I am biolding that x86_64 doesn't exists form QuickTIme, if I build this software with i386 I get it on other files again :s
[04:02:41] <geekosaur> if you changed the architecture things buid for, thn naturally nough eveyrhting will have to be rebuilt
[04:04:12] <geekosaur> https://trac.macports.org/wiki/Migration
[04:05:10] <geekosaur> (the page talks about migrating from Leopard to SL or i386 to x86_64, but the steps to migrate in the ther direction are the same)
[04:10:16] <ries> I am re-compiling everything now, see hpw that goes..
[04:14:19] *** macUzer has joined #macports
[04:15:46] *** _wms has quit IRC
[04:21:29] <CIA-46> blair at macports dot org * r80849 /trunk/dports/www/serf0/Portfile:
[04:21:29] <CIA-46> http://trac.macports.org/changeset/80849
[04:21:29] <CIA-46> serf0: correct livecheck to use "serf" instead of "serf0" and to only
[04:21:29] <CIA-46> look for older 0.7.x releases on the download page.
[04:23:16] <CIA-46> blair at macports dot org * r80850 /trunk/dports/www/serf1/Portfile:
[04:23:17] <CIA-46> http://trac.macports.org/changeset/80850
[04:23:17] <CIA-46> serf1: correct livecheck to use "serf" instead of "serf1" and use the
[04:23:17] <CIA-46> download page instead of the home page.
[04:25:30] *** macUzer has quit IRC
[04:30:39] *** klickverbot has quit IRC
[04:47:42] *** ries has left #macports
[04:53:27] *** Gallomimia has quit IRC
[04:57:29] *** Gallomimia has joined #macports
[05:00:40] *** galaxywatcher has quit IRC
[05:15:01] *** kevinburke has left #macports
[05:28:34] *** galaxywatcher has joined #macports
[05:28:34] *** galaxywatcher has joined #macports
[05:41:10] *** galaxywatcher has quit IRC
[05:45:59] *** nicdev has joined #macports
[05:55:01] *** nicdev has left #macports
[06:04:36] <CIA-46> jmr at macports dot org * r80851 /trunk/dports/perl/p5-extutils-cbuilder/Portfile:
[06:04:37] <CIA-46> http://trac.macports.org/changeset/80851
[06:04:37] <CIA-46> p5-extutils-cbuilder: license
[06:08:42] <CIA-46> jmr at macports dot org * r80852 /trunk/dports/devel/libtasn1/Portfile:
[06:08:42] <CIA-46> http://trac.macports.org/changeset/80852
[06:08:42] <CIA-46> libtasn1: license
[06:11:37] *** livinded has joined #macports
[06:20:06] *** iamdaijo has quit IRC
[06:25:34] *** _wms has joined #macports
[06:26:32] *** iamdaijo has joined #macports
[06:28:12] <jmr_mp> Raim: do you remember why you added openssl to qemu's dependencies? I can't see it being used anywhere.
[06:32:33] *** galaxywatcher has joined #macports
[06:32:34] *** galaxywatcher has joined #macports
[06:37:31] <CIA-46> jmr at macports dot org * r80853 /trunk/dports/graphics/openjpeg/Portfile:
[06:37:32] <CIA-46> http://trac.macports.org/changeset/80853
[06:37:32] <CIA-46> openjpeg: license
[06:49:10] *** livinded has quit IRC
[07:16:37] *** _1amzave has quit IRC
[07:29:13] *** fidencio has joined #macports
[07:32:24] *** fidencio is now known as fidencio[AWAY]
[07:32:59] *** fidencio[AWAY] is now known as fidencio
[07:34:06] <fidencio> Guys, I want to install specific libraries in a specific local. To clarify, I want that libpng, for example, be installed in $HOME/Framework/libpng.dylib. Is there a way to do it using MacPorts?
[07:39:19] <geekosaur> you'd need a separate macports install in $HOME, and even then it's $HOME/Library/Frameworks/...
[07:39:38] *** _wms has quit IRC
[07:57:14] *** fidencio is now known as fidencio[AWAY]
[08:08:22] <Raim> jmr_mp: actually, no idea anymore... seems to be a wrong dependency
[08:11:02] <CIA-46> ryandesign at macports dot org * r80854 /trunk/dports/www/uzbl/Portfile:
[08:11:02] <CIA-46> http://trac.macports.org/changeset/80854
[08:11:02] <CIA-46> uzbl: update to 2011.07.17
[08:12:04] *** fidencio[AWAY] is now known as fidencio
[08:14:36] *** JaRoel|4D has quit IRC
[08:24:24] <CIA-46> dports at macports dot org * r80855 /users/dports/ports/fuse/ (5 files in 4 dirs): (log message trimmed)
[08:24:24] <CIA-46> http://trac.macports.org/changeset/80855
[08:24:24] <CIA-46> fuse4x, fuse4x-kext: install the fuse4x kext into
[08:24:24] <CIA-46> ${prefix}/Library/Extensions rather than /System/Library/Extensions.
[08:24:24] <CIA-46> The library loads the kext using a setuid program, so it doesn't have
[08:24:25] <CIA-46> to go into /System/Library/Extensions (or any other particular place,
[08:24:26] <CIA-46> really.) We might as well keep it in ${prefix}, and avoid violating
[08:35:38] *** ftrvxmtrx has quit IRC
[08:37:13] *** JaRoel|4D has joined #macports
[08:57:52] *** RanX_XeroX has joined #macports
[08:58:01] *** cilly has joined #macports
[08:58:34] *** galaxywatcher has quit IRC
[09:01:50] *** galaxywatcher has joined #macports
[09:01:51] *** galaxywatcher has joined #macports
[09:02:52] *** noganex_ is now known as noganex
[09:04:31] <CIA-46> jwa at macports dot org * r80856 /trunk/dports/graphics/wxWidgets-devel/Portfile:
[09:04:31] <CIA-46> http://trac.macports.org/changeset/80856
[09:04:31] <CIA-46> added default variant sdl, closes ticket #30208
[09:20:23] *** bittin has joined #macports
[09:20:52] *** cilly has quit IRC
[09:31:56] *** cilly has joined #macports
[09:34:33] *** subik|mac_ has joined #macports
[09:38:57] *** bittin has quit IRC
[09:44:04] *** saijanai_ has quit IRC
[09:46:38] *** saijanai_ has joined #macports
[10:03:50] *** Gallomimia has quit IRC
[10:06:55] *** fidencio is now known as fidencio[AWAY]
[10:13:08] *** rampr has joined #macports
[10:26:07] *** youknowone has quit IRC
[10:26:21] *** bittin has joined #macports
[10:26:22] *** bittin has joined #macports
[10:31:41] *** fidencio[AWAY] has quit IRC
[10:35:50] *** jkyle has quit IRC
[10:54:13] *** rampr has quit IRC
[11:41:31] *** Gallomimia has joined #macports
[11:57:52] *** robgleeson has quit IRC
[12:00:29] *** cilly has quit IRC
[12:00:45] *** iamdaijo has quit IRC
[12:01:26] *** robgleeson has joined #macports
[12:04:11] *** cilly has joined #macports
[12:15:50] *** ftrvxmtrx has joined #macports
[12:29:23] *** ferdy- has quit IRC
[12:38:58] *** hilbert has quit IRC
[13:01:40] *** robgleeson has quit IRC
[13:12:27] *** robgleeson has joined #macports
[13:17:24] <CIA-46> snc at macports dot org * r80857 /trunk/dports/net/quvi/Portfile:
[13:17:24] <CIA-46> http://trac.macports.org/changeset/80857
[13:17:24] <CIA-46> quvi: update to 0.2.18
[13:20:23] *** nopetw has joined #macports
[13:25:45] *** xrj has joined #macports
[13:42:28] *** nopetw has left #macports
[14:50:59] *** xrj has quit IRC
[15:03:24] *** vokimon_home has quit IRC
[15:06:21] *** bittin has quit IRC
[15:07:43] *** jrickman has joined #macports
[15:38:18] *** nopetw has joined #macports
[15:44:02] *** _wms has joined #macports
[15:44:40] *** unicum has quit IRC
[15:53:43] *** xrj has joined #macports
[16:26:00] <CIA-46> jmr at macports dot org * r80858 /trunk/dports/emulators/qemu/Portfile:
[16:26:00] <CIA-46> http://trac.macports.org/changeset/80858
[16:26:00] <CIA-46> qemu: remove redundant deps (openssl in particular doesn't seem to be used directly at all), add likely fix for reported "virtual memory exhausted" make error on 10.4
[16:29:30] *** loadbang has joined #macports
[16:48:30] *** youknowone has joined #macports
[17:11:50] *** jrickman has quit IRC
[17:14:11] *** JaRoel|4D has quit IRC
[17:14:32] *** subik|mac_ has quit IRC
[17:15:04] *** JaRoel|4D has joined #macports
[17:16:39] *** loadbang has quit IRC
[17:16:46] *** noganex_ has joined #macports
[17:16:50] *** noganex has quit IRC
[17:22:14] *** fried1 has joined #macports
[17:23:13] <fried1> for lion compatibility, do i need to use the svn portfiles, as well as the svn binaries?
[17:25:08] *** noganex_ is now known as noganex
[17:29:22] *** JaRoel|4D has quit IRC
[17:29:45] *** RaceCondition has joined #macports
[17:29:47] <RaceCondition> jmr_mp: thanks for the tip yesterday :)
[17:30:07] *** RaceCondition has quit IRC
[17:30:23] *** RaceCondition has joined #macports
[17:37:03] *** _wms has quit IRC
[17:40:17] *** bittin has joined #macports
[17:40:22] *** bittin has joined #macports
[17:40:50] *** bittin has quit IRC
[17:52:11] *** loadbang has joined #macports
[17:59:30] <jmr_mp> fried1: there's only one possible (official) set of portfiles, but yes, you should be using 2.0.0-rc1 on the lion seeds
[18:00:23] <fried1> jmr_mp: so i should check out trunk, instead of base, install, and use portfiles from the trunk?
[18:00:42] <jmr_mp> fried1: portfiles always come from trunk
[18:01:00] <fried1> so, i don't need to sync them locally then?
[18:01:06] <fried1> just pull them via rsync?
[18:01:14] <jmr_mp> well you need to sync, but it doesn't matter how you do it
[18:01:41] <fried1> cool.  that's where i was confused.  just checked out the latest svn, installed, and now at 2.0.99
[18:02:12] <jmr_mp> you don't need to use trunk
[18:02:29] <fried1> right, i'm only pulling base from svn
[18:02:51] <jmr_mp> you can if you want, but naturally there are consequences
[18:03:30] <jmr_mp> I'm including trunk/base when I say trunk
[18:04:01] <fried1> ok.  from what i've seen online, the only way to run on lion is to pull from svn.  is there another way?
[18:04:40] <jmr_mp> yes, you can also use the 2.0.0-rc1 tarball
[18:04:41] <fried1> like from here: http://distfiles.macports.org/MacPorts/testing/
[18:04:47] <jmr_mp> exactly
[18:05:03] <fried1> cool.  just saw this, actually.  thanks!
[18:08:29] *** _wms has joined #macports
[18:08:42] *** _wms_ has joined #macports
[18:08:52] *** _wms_ has quit IRC
[18:16:47] *** livinded has joined #macports
[18:17:18] *** inf1010 has joined #macports
[18:17:30] *** ec|fkn_away_nick is now known as elliottcable
[18:17:55] <inf1010> hi guys, just filled ticket https://trac.macports.org/ticket/30239
[18:18:36] <inf1010> libidn isn't compiling for myself and another co-worker. libidn is used everywhere so this is a big issue for us
[18:18:59] <inf1010> Is there an easy temporary workaround?
[18:19:14] *** bittin has joined #macports
[18:19:27] <inf1010> to say for example bypass the update to libidn?
[18:33:33] <gh1> you probably need to attach your entire configure output, there's not much to go on there
[18:33:47] <gh1> you can also do installs of ports with 'port -n' to avoid updating
[18:49:06] <jmr_mp> inf1010: uninstall nawk maybe
[18:49:22] *** ftrvxmtrx_ has joined #macports
[18:54:59] *** ftrvxmtrx has quit IRC
[19:00:08] *** hilbert has joined #macports
[19:02:15] <inf1010> posying full configure output now, one moment
[19:03:19] <inf1010> uninstalling nawk and rerunning update fixed the issue.
[19:04:05] *** cilly has quit IRC
[19:04:08] *** cleaner_ has quit IRC
[19:05:48] <inf1010> actually what also worked was I had 2 versions of nawk, and I switched to the old version, and that worked too
[19:06:00] <inf1010> switching to 20100523_0 fixed it
[19:06:50] *** ftrvxmtrx_ has quit IRC
[19:11:18] *** jrickman has joined #macports
[19:13:30] *** unicum has joined #macports
[19:15:04] *** RanX_XeroX has quit IRC
[19:16:06] <inf1010> gh1: config output attached
[19:44:27] *** nopetw has quit IRC
[19:49:16] *** weichkaes has joined #macports
[19:58:13] *** JaRoel|4D has joined #macports
[20:01:38] *** cleaner has joined #macports
[20:04:43] *** ftrvxmtrx has joined #macports
[20:22:21] <CIA-46> blair at macports dot org * r80859 /trunk/dports/devel/gdb/Portfile:
[20:22:21] <CIA-46> http://trac.macports.org/changeset/80859
[20:22:21] <CIA-46> gdb: resolve #30002 by renaming fsf-gdb* to ggdb* and making links in
[20:22:21] <CIA-46> ${prefix}/libexec/gnubin.
[20:25:31] <CIA-46> blair at macports dot org * r80860 /trunk/dports/devel/gdb/Portfile:
[20:25:31] <CIA-46> http://trac.macports.org/changeset/80860
[20:25:31] <CIA-46> gdb: whitespace fix.
[20:36:42] *** balrog has quit IRC
[20:36:45] <CIA-46> blair at macports dot org * r80861 /trunk/dports/devel/gdb/Portfile:
[20:36:45] <CIA-46> http://trac.macports.org/changeset/80861
[20:36:45] <CIA-46> gdb: following the convention of the other GNU ports, rename all the
[20:36:45] <CIA-46> gdb* info files to ggdb*, but don't do this to any of the other info
[20:36:45] <CIA-46> files it provides.
[20:38:43] *** balrog has joined #macports
[20:42:12] *** uebera|| has quit IRC
[20:42:46] *** uebera|| has joined #macports
[20:45:12] *** iamphi has joined #macports
[20:47:43] *** iamphi_ has joined #macports
[20:48:41] <iamphi_> i am trying to install pygtk with python25 using these instructions: http://www.php-architect.com/blog/2009/02/25/installing-python-pygtk-on-mac-osx/  .
[20:49:09] <iamphi_> I think it's taking way too long, and installing 'weird' stuff, like python27
[20:49:29] <iamphi_> I am using macports from svn on lion
[20:49:53] *** iamphi has quit IRC
[20:49:54] *** iamphi_ is now known as iamphi
[20:58:49] <CIA-46> jmr at macports dot org * r80862 /trunk/dports/devel/caml-ulex/Portfile:
[20:58:49] <CIA-46> http://trac.macports.org/changeset/80862
[20:58:49] <CIA-46> caml-ulex: change build.target to all.opt (#25852)
[21:13:02] *** livinded has quit IRC
[21:16:23] *** subik|mac_ has joined #macports
[21:32:39] *** theAdib has joined #macports
[21:41:47] *** tconant has joined #macports
[21:50:47] *** edulterado has joined #macports
[21:56:09] <CIA-46> ryandesign at macports dot org * r80863 /trunk/dports/devel/caml-ulex/Portfile:
[21:56:09] <CIA-46> http://trac.macports.org/changeset/80863
[21:56:09] <CIA-46> caml-ulex: increase revision to force rebuild after r80862 and also indicate this is noarch
[22:00:02] <pjl> iamphi: if you use `port rdeps name_of_port` you can see what's pulling in python27
[22:00:44] <pjl> iamphi: looks like one culprit already is gnome-doc-utils, which you can get around by using the python25 variant
[22:02:07] <pjl> iamphi: looks like if you install using `sudo port install gnome-themes +python25`, python27 isn't pulled in in any of the deps
[22:03:38] *** drw has quit IRC
[22:07:24] <iamphi> pjl: i will try that.  thanks
[22:07:41] <pjl> iamphi: np
[22:08:34] *** jrickman has quit IRC
[22:20:42] *** vokimon_home has joined #macports
[22:48:22] *** gee_totes has joined #macports
[22:49:28] <gee_totes> I wrote a portfile to install dbxml it's failing when it tries to do "command_exec_build"
[22:52:17] <gee_totes> can you even have a portfile pointing to a local source?
[22:53:52] <gee_totes> above that, it's telling me that :info:build shell command  returned error 1
[23:02:27] <CIA-46> eborisch at macports dot org * r80864 /trunk/dports/math/eigen3/Portfile:
[23:02:27] <CIA-46> http://trac.macports.org/changeset/80864
[23:02:27] <CIA-46> eigen3: Updated checksums for stealth archive update. Verified no changes in archive contents. See #30241
[23:03:13] *** subik|mac_ has quit IRC
[23:13:49] *** sierk_ has joined #macports
[23:14:24] *** sierk_ has left #macports
[23:22:43] *** snc has joined #macports
[23:22:45] <mpbot> snc is Jeremy and maintainer of xml-security-c, kde-l10n-cs, kde-l10n-en_GB, and ddclient (of 169 total) and is in Boston; local time is Tue 17:27 EDT
[23:24:37] <CIA-46> ryandesign at macports dot org * r80865 /trunk/dports/devel/caml-ulex/Portfile:
[23:24:37] <CIA-46> http://trac.macports.org/changeset/80865
[23:24:37] <CIA-46> caml-ulex: on second thought it's not noarch anymore
[23:26:18] *** iamphi has quit IRC
[23:28:32] <jmr_mp> gee_totes: if it's making it to the build phase there can't be too much wrong with the portfile; your build command is just failing for some reason
[23:35:49] *** snc has quit IRC
[23:43:38] <CIA-46> jmr at macports dot org * r80866 /trunk/dports/net/curl-ca-bundle/Portfile:
[23:43:38] <CIA-46> http://trac.macports.org/changeset/80866
[23:43:38] <CIA-46> curl-ca-bundle: license (maintainer approved)
[23:44:58] *** theAdib has quit IRC
[23:45:22] <CIA-46> jmr at macports dot org * r80867 /trunk/dports/devel/mercurial/Portfile:
[23:45:22] <CIA-46> http://trac.macports.org/changeset/80867
[23:45:22] <CIA-46> mercurial: fix license format
[23:46:28] *** snc has joined #macports
[23:46:29] <mpbot> snc is Jeremy and maintainer of py27-mustache, kdelibs4, libnet11, and py27-shapely (of 169 total) and is in Boston; local time is Tue 17:50 EDT
[23:48:56] *** loadbang has quit IRC
[23:49:40] *** otibom has joined #macports
[23:51:26] *** otibom has quit IRC
[23:54:12] <CIA-46> jmr at macports dot org * r80868 /trunk/dports/x11/xorg-videoproto/Portfile:
[23:54:13] <CIA-46> http://trac.macports.org/changeset/80868
[23:54:13] <CIA-46> xorg-videoproto: license
[23:54:29] *** weichkaes has quit IRC
[23:57:02] *** edulterado has quit IRC
[23:57:27] <CIA-46> jmr at macports dot org * r80869 /trunk/dports/x11/xorg-recordproto/Portfile:
[23:57:27] <CIA-46> http://trac.macports.org/changeset/80869
[23:57:27] <CIA-46> xorg-recordproto: license

top