[00:04:40] *** ftrvxmtrx_ has joined #macports [00:06:50] *** ftrvxmtrx_ has quit IRC [00:07:21] *** ftrvxmtrx has quit IRC [00:07:37] *** hilbert has quit IRC [00:08:55] *** ndrs__ has quit IRC [00:40:37] *** RenJuan has joined #macports [00:40:50] <RenJuan> does a build of gcc take hours? [00:41:05] <aber> yes [00:41:18] <RenJuan> apparently not [00:41:27] <RenJuan> sorry just finished after I asked [00:44:17] <RenJuan> was at least a half hour though I think [00:44:28] *** RenJuan has quit IRC [00:47:23] <EM03> gcc takes a while [00:57:21] *** juanger has quit IRC [00:59:15] *** disappearedng has joined #macports [01:30:21] *** _wms has quit IRC [01:48:43] <CIA-35> mk at macports dot org * r79452 /trunk/dports/graphics/makeicns/Portfile: [01:48:43] <CIA-35> http://trac.macports.org/changeset/79452 [01:48:43] <CIA-35> makeicns: update to 1.4.5 [01:57:48] *** youknowone has joined #macports [02:00:00] *** mf2k_mp has quit IRC [02:01:07] *** xrj has joined #macports [02:04:16] *** pjl has quit IRC [02:04:36] *** pjl has joined #macports [02:04:36] *** pjl has joined #macports [02:04:37] <mpbot> pjl is perry and maintainer of py26-webhelpers, py26-weberror, py26-pylons, and py26-facebook-sdk (of 27 total) and is in Sunnyvale, CA; local time is Mon 17:07 PDT [02:15:50] *** jrickman has joined #macports [02:19:57] *** maroloccio has joined #macports [02:23:56] *** maroloccio has quit IRC [02:26:19] *** disappearedng has quit IRC [02:26:40] *** jrickman has quit IRC [02:34:40] <CIA-35> mk at macports dot org * r79453 /trunk/dports/graphics/makeicns/Portfile: [02:34:40] <CIA-35> http://trac.macports.org/changeset/79453 [02:34:40] <CIA-35> makeicns: update to 1.4.6 [02:57:34] *** Guiri has joined #macports [02:58:23] *** noganex has joined #macports [02:58:35] <Guiri> Hi all. gtk-doc is keeping a number of dependencies for winetricks from building. Could someone help me troubleshoot? I've tried using the -p option. http://fpaste.org/DnEq/ [03:01:41] *** noganex_ has quit IRC [03:03:45] <Guiri> it seems this is bug 26151. I'll try reinstalling docbooks [03:12:56] <CIA-35> mk at macports dot org * r79454 /trunk/dports/graphics/makeicns/Portfile: [03:12:57] <CIA-35> http://trac.macports.org/changeset/79454 [03:12:57] <CIA-35> makeicns: update to 1.4.7 [03:16:14] *** EM03 has left #macports [03:36:03] *** aber has quit IRC [03:41:42] *** aber has joined #macports [03:51:21] *** aber has quit IRC [03:51:21] *** loadbang has quit IRC [03:57:49] *** preller has quit IRC [03:57:52] *** aber has joined #macports [04:02:07] *** preller has joined #macports [04:02:07] *** preller has joined #macports [04:06:37] *** macUzer has joined #macports [04:24:56] *** aber has quit IRC [04:24:58] *** preller has quit IRC [04:30:02] *** elliottcable is now known as ec|detached [04:31:33] *** preller has joined #macports [04:47:41] *** macUzer has quit IRC [05:00:39] *** livinded has joined #macports [05:15:34] *** pitlimit has joined #macports [05:15:54] <pitlimit> I'm trying to install snort with ipv6 support... can anyone tell me how I might do this with macports? [05:34:53] <deric> pitlimit: you want to add a variant that adds --ipv6 to configure.args is my guess [05:35:00] <pitlimit> hm [05:35:07] <pitlimit> i gvae up and removed it from macports [05:35:14] <pitlimit> instead I'm compiling it from source [05:36:26] *** livinded has quit IRC [05:40:21] *** rampr has joined #macports [05:47:45] *** frunksock has joined #macports [05:49:00] <frunksock> hi I'm looking at updating the mplayer-devel port. If you look at the portfile, you'll see it's pulling multiple ffmpeg libs via svn commands. ffmpeg has moved to git. is there a proper way to pull multiple trees like this with git in a single portfile? [05:51:12] <pitlimit> can anyone tell me what a universal variant is? [06:00:06] <preaction> it's a binary that works on both PPC and x86 [06:03:42] <deric> frunksock: http://guide.macports.org/#reference.phases.fetch.git [06:05:32] <frunksock> deric: yeah I saw that, thanks -- the thing I'm not sure about (since I've never worked with ports) is if/how I can fetch multiple git trees [06:06:37] <frunksock> while also fetching from svn for mplayer [06:08:40] <deric> well currently mplayer-devel just seem to export the libs from subversion [06:08:47] <frunksock> right [06:09:05] <deric> so just need to replace those with equivalent git commands [06:09:11] <frunksock> the problem is that if I update mplayer to current, I also need to update ffmpeg, and ffmpeg abandonded their svn repo [06:10:09] <frunksock> yeah that's what I was looking at when it occured to me there might be a more proper way to do it but okay [06:10:40] <deric> yeah the way it's done in mplayer-devel doesn't really look all that good but it's reasonable for a *-devel port i guess [06:10:40] <frunksock> incidentally it's a pita trying to figure out a git command to do that [06:10:59] <deric> yes there is no equivalent to export [06:12:00] <frunksock> I'm looking at clone and archive, but clone doesn't seem to want to take a specific commit, and archive wants to pull a tar or zip and also doesn't seem to work againt ffmpeg's repo when I give it a specific commit [06:15:05] <deric> git clone; git checkout; rm .git seems to be easiest way [06:15:19] <deric> so for every svn export you need two commands [06:15:52] <frunksock> I'm hardcore yak shaving here [06:16:15] <deric> :> [06:16:51] <deric> semi-bad to not be able to supply archive with a commit or a tag or something [06:17:27] <frunksock> I'd guess there must be a gitish way to do it, I've just never used it before today [06:18:39] <deric> the gitish way is to wrap whatever you're doing in a script [06:21:04] <deric> hg archive does the right thing ofc -.- [06:21:05] <deric> create an unversioned archive of a repository revision [06:21:14] <frunksock> yeah I like mercurial [06:21:29] *** Guiri has quit IRC [06:22:20] <deric> yeah it's supernice to work with, problem is you can't get away from git usually :) [06:22:40] <frunksock> could be worse, it's perforce at work [06:22:58] <frunksock> kind of [06:51:13] *** douglas_carmicha has joined #macports [07:09:59] <CIA-35> l2g at macports dot org * r79455 /trunk/dports/perl/p5-mojolicious/Portfile: [07:09:59] <CIA-35> http://trac.macports.org/changeset/79455 [07:09:59] <CIA-35> p5-mojolicious: new version 1.43 [07:26:45] <pitlimit> Can anyone tell me how I might configure snort to have ipv6? [07:26:49] <pitlimit> via macports, of course [07:35:02] *** Guiri has joined #macports [07:43:16] <Guiri> Was this ever solved by ryandesign? I'm getting a similar error and am wondering if I should reinstall somehow given the worksforme close http://forum.winehq.org/viewtopic.php?t=6384 [07:47:41] <Ionic> Guiri: what? [07:48:06] <Ionic> I get OpenGL with MacPorts wine-devel [07:48:13] <Ionic> Extensive, if I may say [07:49:26] <Ionic> Guiri: beware of MESA 7.10 though, it won't work with wine for some reason [07:49:51] <Guiri> Ionic: any way to check that my wine-devel is compiling correctly in this case? what should I be looking for? [07:50:14] <Ionic> Guiri: it should find GL.h, GLext.h and the like [07:51:13] <Guiri> alright lemme reinstall wine-devel and check the log [07:51:17] <Guiri> thanks [07:51:39] <Ionic> Guiri: also, I guess you're better off installing and using the MacPorts xorg-server(-devel) [07:52:15] <Ionic> Which is kinda messy though if you have the Apple X11 or XQuartz installed previously [07:52:51] <Ionic> Also install glxinfo to check whether your MacPorts Xorg got direct rendering running [07:53:34] <Ionic> And downgrade mesa to 7.8 if possible [07:55:51] <Ionic> This DYLD stuff is not really a good idea, as MP wine already ships with a script setting the DYLD_FALLBACK_LIBRARY_PATH [08:00:48] [08:04:29] <jmr_mp> Guiri: fpaste just says "Internal Server Error" for me [08:05:35] <Guiri> jmr_mp: My fpaste from earlier? Sorry I should have deleted that. I'm gradually solving my own problems throughout the day [08:05:48] <Guiri> I'll paste the log if rebuilding wine-devel fails to fine opengl [08:06:01] <Guiri> thanks for checking it though [08:06:01] <jmr_mp> ok [08:06:14] <Ionic> Guiri: configure is interesting :) [08:08:02] <Guiri> heh [08:13:02] <Guiri> Ionic: It's still building but I did check the config.log from the /build directory. Given this: http://fpaste.org/DQkh/ I should be fine with my GL rendering this time around... I hope [08:13:54] <Ionic> Could you paste the whole file please? [08:15:01] <Guiri> I'll what I can. fpaste has a 512k limit. the whole config.log is lengthy [08:15:20] <Ionic> Could you upload it somewhere? [08:15:26] <Ionic> Rapidshare, whatever [08:16:10] <Guiri> yeah I got it [08:17:56] <Guiri> try this https://depot.northwestern.edu/xythoswfs/webui/_xy-10233189_1-t_2DZzK9sn [08:18:33] <Ionic> Thanks :) [08:21:20] <Guiri> hey.. staging. finally [08:22:14] <Ionic> Ok [08:22:21] <Ionic> So wine finds libGL and libGLU too [08:22:29] <Ionic> It's compiling --with-opengl [08:23:28] <Ionic> | #define HAVE_OPENGL 1 [08:23:29] <Ionic> Great [08:23:47] <Guiri> Well.. the good news is that it didn't give an opengl error this time around (wahoo!) [08:23:47] <Ionic> So even if all else fails, WINE's compiled correctly [08:24:48] <Guiri> Exactly! Even if my own incompetence causes Morrowind to segfault, all is good with my wine install http://fpaste.org/IxRs/ [08:24:51] <Guiri> Hehe [08:24:54] <Guiri> at least I'm getting further [08:25:18] <Ionic> Oh yeah bout that [08:25:25] <Ionic> I don't think it's OpenGL releated ;) [08:26:02] <Ionic> I'm getting those problems for a lot of apps, too [08:26:09] <Ionic> No idea what's causing it really [08:26:13] <Guiri> yeah I'll read the appdb [08:26:37] <Ionic> Don't know whether it helps [08:26:48] <Ionic> Seems to be something OS X related, dunno [08:27:03] <Ionic> It also happened with trackmania nations forever and such [08:27:11] <Ionic> I was just installing them to see whether 3D works [08:28:15] *** rampr_ has joined #macports [08:28:42] <wolfman2000> zapzupnz: [un]fortunately, I don't get your joke [08:28:46] <wolfman2000> ...wrong room, sorry [08:28:51] <Guiri> that same error Ionic? [08:29:19] <Ionic> Guiri: well, unhandled page fault, yeah [08:29:54] *** rampr__ has joined #macports [08:29:58] <Ionic> Guiri: not exactly the same error as shown, but in essence [08:30:17] <Ionic> Guiri: and I tried all wine versions back to I guess .13 or so [08:30:20] *** rampr has quit IRC [08:30:21] *** rampr__ is now known as rampr [08:30:22] <Ionic> Which came out uhm... [08:30:27] <Ionic> Dez 2010 [08:30:28] <Guiri> k [08:32:25] *** rampr__ has joined #macports [08:32:35] *** rampr_ has quit IRC [08:34:41] *** rampr has quit IRC [08:34:41] *** rampr__ is now known as rampr [08:38:26] <Ionic> Oh wow TM starts up [08:38:40] <Ionic> Seems like I've been messing up something [08:40:11] *** airfox has quit IRC [08:41:03] <Ionic> Interesting [08:41:15] <Ionic> So if you install all depedencies, it should work :) [08:41:55] <CIA-35> jeremyhu at macports dot org * r79456 /trunk/dports/x11/mesa/ (6 files in 2 dirs): [08:41:55] <CIA-35> http://trac.macports.org/changeset/79456 [08:41:55] <CIA-35> mesa: Bump to 7.10.3 [08:46:53] *** koulchilebaiz_ has joined #macports [08:50:57] *** Guiri has quit IRC [08:52:25] *** jonaswouters has joined #macports [08:58:20] *** overdamped has joined #macports [08:58:21] *** overdamped has joined #macports [08:59:24] <overdamped> Question on application bundle packaging? Should one prefer static linking or dynamic if one has the choice? [09:02:24] *** koulchilebaiz_ has quit IRC [09:05:00] *** koulchilebaiz_ has joined #macports [09:11:38] *** JaRoel|4D has joined #macports [09:12:14] *** rubikcube_work has joined #macports [09:14:28] *** wasd47 has joined #macports [09:17:14] <jmr_mp> overdamped: dynamic is preferred, usually linking relative to @executable_path/ [09:18:05] <overdamped> jmr_mp: right... I was just curious because it breaks "portability" of the bundle itself because of external dependencies... [09:18:22] <jmr_mp> not if the dylibs are inside the bundle :) [09:18:38] <overdamped> jmr_mp: I think I follow :) [09:18:52] <Ionic> So why not linking statically? [09:19:23] <jmr_mp> probably nothing wrong with it if it works [09:19:32] <jmr_mp> you don't get features like 2-level namespace [09:20:08] <overdamped> jmr_mp: thanks for the protip [09:20:37] <Ionic> Mh oh yeah [09:20:44] <jmr_mp> np [09:21:14] *** koulchilebaiz_ has quit IRC [09:21:35] *** RaceCondition has quit IRC [09:29:44] *** airfox has joined #macports [09:30:28] *** tatshmac has quit IRC [09:35:11] *** airfox has quit IRC [09:36:25] *** airfox has joined #macports [09:36:28] *** overdamped has quit IRC [09:36:58] *** cilly has joined #macports [09:39:50] *** ftrvxmtrx has joined #macports [09:52:23] *** wasd47 has quit IRC [09:55:27] *** RanX_XeroX has joined #macports [10:02:07] *** akaplan has joined #macports [10:06:18] *** pen has quit IRC [10:08:46] *** thierryp has joined #macports [10:19:18] <jmr_mp> https://trac.macports.org/ticket/29223#comment:13 [10:19:34] <jmr_mp> imagine if the effort put into tracking down those tickets had been put into fixing the problem... [10:22:09] *** F1skr has joined #macports [10:29:59] *** ftrvxmtrx has quit IRC [10:33:57] *** ftrvxmtrx has joined #macports [10:37:25] *** jkyle has quit IRC [10:37:28] *** cilly has quit IRC [10:37:32] *** cillybabe has joined #macports [10:40:50] *** rampr has quit IRC [10:45:19] *** cillybabe has quit IRC [11:04:36] *** Intensity has quit IRC [11:06:58] *** cilly has joined #macports [11:08:38] *** zertox has joined #macports [11:08:46] *** jonaswouters has quit IRC [11:09:11] *** youknowone has quit IRC [11:12:42] *** cilly has quit IRC [11:12:45] *** cillybabe has joined #macports [11:14:52] *** zertox has quit IRC [11:19:21] *** pitlimit has quit IRC [11:30:28] *** cillybabe has quit IRC [11:32:12] *** RaceCondition has joined #macports [11:33:16] *** Intensity has joined #macports [11:35:52] *** koulchilebaiz_ has joined #macports [11:37:04] *** loadbang has joined #macports [11:49:53] *** RaceCondition has quit IRC [11:50:31] *** robink has quit IRC [12:05:06] *** robink has joined #macports [12:05:19] *** jonaswouters has joined #macports [12:05:30] *** rampr has joined #macports [12:08:40] *** thierryp has quit IRC [12:27:29] *** rampr has quit IRC [12:29:00] *** rampr has joined #macports [12:35:11] *** RaceCondition has joined #macports [12:42:04] *** cilly has joined #macports [12:42:06] *** JaRoel|4D has quit IRC [12:43:41] *** jonaswouters has quit IRC [12:44:54] *** JaRoel|4D has joined #macports [12:59:30] *** cilly has quit IRC [13:08:23] *** deric has quit IRC [13:09:39] *** cilly has joined #macports [13:11:25] *** JaRoel|4_ has joined #macports [13:13:13] *** drw is now known as drw|away [13:14:08] *** JaRoel|4D has quit IRC [13:19:47] <CIA-35> jmr at macports dot org * r79457 /trunk/dports/cross/mips-elf-binutils/ (Portfile files/ files/patch-configure.diff): [13:19:47] <CIA-35> http://trac.macports.org/changeset/79457 [13:19:47] <CIA-35> mips-elf-binutils: disable -Werror, fix makeinfo detection, set build/host type correctly [13:22:35] *** RaceCondition has quit IRC [13:25:56] *** RaceCondition has joined #macports [13:26:30] *** 77CAAPV2U is now known as bh28 [13:29:38] *** bh28 is now known as Luxima [13:33:17] *** Luxima is now known as bh28 [13:33:32] *** bh28 has quit IRC [13:33:46] *** Luxima has joined #macports [13:38:25] *** Luxima is now known as bh28 [13:39:49] *** thierryp has joined #macports [13:49:22] *** bh28 is now known as nar [13:49:26] *** nar is now known as Nard [13:49:34] *** Nard is now known as nar [13:50:05] *** nar is now known as Nard_ [13:56:20] <CIA-35> jmr at macports dot org * r79458 /trunk/dports/cross/mips-elf-binutils/Portfile: [13:56:20] <CIA-35> http://trac.macports.org/changeset/79458 [13:56:20] <CIA-35> typo [13:58:03] *** galaxywatcher has quit IRC [13:59:05] *** cilly has quit IRC [14:03:33] *** ec|detached is now known as elliottcable [14:04:49] *** xrj has quit IRC [14:06:35] *** thierryp has quit IRC [14:08:26] *** loadbang has quit IRC [14:10:36] *** RaceCondition has quit IRC [14:11:53] *** thierryp has joined #macports [14:13:49] *** jonaswouters has joined #macports [14:14:13] *** xrj has joined #macports [14:14:58] <CIA-35> jmr at macports dot org * r79459 /trunk/dports/cross/mips-elf-gcc/Portfile: [14:14:58] <CIA-35> http://trac.macports.org/changeset/79459 [14:14:58] <CIA-35> mips-elf-gcc: fix build (#25188) [14:16:11] <CIA-35> jmr at macports dot org * r79460 /trunk/base/NEWS: [14:16:11] <CIA-35> http://trac.macports.org/changeset/79460 [14:16:11] <CIA-35> update NEWS [14:17:47] *** aber has joined #macports [14:23:26] *** RaceCondition has joined #macports [14:24:08] *** xiao has joined #macports [14:24:41] *** douglas_carmicha has quit IRC [14:27:33] *** xiao has quit IRC [14:27:38] *** xrj has quit IRC [14:30:46] *** xrj has joined #macports [14:37:45] *** RaceCondition has quit IRC [14:39:41] *** thrope has joined #macports [14:47:54] *** elliottcable is now known as ec|detached [14:52:58] *** jonaswouters has quit IRC [14:53:31] *** RanX_XeroX has quit IRC [14:55:18] *** RanX_XeroX has joined #macports [14:55:39] *** xrj has quit IRC [15:05:10] *** RaceCondition has joined #macports [15:14:41] <CIA-35> jmr at macports dot org * r79461 /trunk/base/ (aclocal.m4 configure): [15:14:41] <CIA-35> http://trac.macports.org/changeset/79461 [15:14:41] <CIA-35> set run user to current user when using --with-no-root-privileges, just to avoid confusion [15:15:53] *** thierryp has joined #macports [15:23:49] <CIA-35> and.damore at macports dot org * r79462 /trunk/dports/sysutils/mc/Portfile: [15:23:49] <CIA-35> http://trac.macports.org/changeset/79462 [15:23:49] <CIA-35> port mc: revision bump to 4.7.5.2 [15:25:45] *** aber has quit IRC [15:36:27] *** cilly has joined #macports [15:36:31] *** cilly has quit IRC [15:36:31] *** cilly has joined #macports [15:38:55] *** thierryp has quit IRC [15:44:13] *** synesthesia has joined #macports [15:44:46] *** cilly has quit IRC [15:45:30] *** jrickman has joined #macports [15:56:39] *** ftrvxmtrx has quit IRC [15:58:48] *** mf2k_mp has joined #macports [15:58:49] <mpbot> mf2k_mp is Frank (macsforever2000) and maintainer of py26-pmw, py26-serial, py26-pyqwt, and py26-pysparse (of 14 total) and is in Boulder, CO; local time is Tue 08:01 MDT [16:06:58] *** deric has joined #macports [16:10:35] <CIA-35> and.damore at macports dot org * r79463 /trunk/dports/sysutils/mc/Portfile: [16:10:35] <CIA-35> http://trac.macports.org/changeset/79463 [16:10:35] <CIA-35> port mc: whitespace-only changes, detabbed [16:12:48] <CIA-35> macsforever2000 at macports dot org * r79464 /trunk/dports/sysutils/sleuthkit/Portfile: [16:12:48] <CIA-35> http://trac.macports.org/changeset/79464 [16:12:48] <CIA-35> sleuthkit: maintainer update to version 3.2.2. (#29817) [16:25:13] *** koulchilebaiz_ has quit IRC [16:27:25] *** thierryp has joined #macports [16:29:35] *** thierryp has quit IRC [16:37:55] *** cilly has joined #macports [16:41:20] *** rampr_ has joined #macports [16:41:32] *** rampr has quit IRC [16:41:32] *** rampr_ is now known as rampr [16:41:47] *** su-v has quit IRC [16:47:22] *** su-v has joined #macports [16:47:23] *** su-v has joined #macports [16:48:24] *** rampr has quit IRC [16:49:11] *** su-v has joined #macports [16:57:44] *** rubikcube_work has quit IRC [16:58:52] *** hilbert has joined #macports [17:03:47] <CIA-35> jmr at macports dot org * r79465 /trunk/base/src/macports1.0/macports.tcl: [17:03:47] <CIA-35> http://trac.macports.org/changeset/79465 [17:03:47] <CIA-35> missing namespace qualifier [17:13:01] <CIA-35> jmr at macports dot org * r79466 /trunk/base/portmgr/jobs/mprsyncup: [17:13:01] <CIA-35> http://trac.macports.org/changeset/79466 [17:13:01] <CIA-35> mprsyncup: os.arch can be powerpc but not ppc [17:13:02] *** rampr has joined #macports [17:14:13] <CIA-35> jmr at macports dot org * r79467 /trunk/base/portmgr/jobs/mprsyncup: [17:14:13] <CIA-35> http://trac.macports.org/changeset/79467 [17:14:13] <CIA-35> mprsyncup: index for future operating system [17:20:40] *** _wms has joined #macports [17:21:27] <CIA-35> robitaille at macports dot org * r79468 /trunk/dports/python/py27-pyflakes/ (. Portfile): [17:21:27] <CIA-35> http://trac.macports.org/changeset/79468 [17:21:27] <CIA-35> py27-pyflakes: new port based on py26-pyflakes [17:21:55] *** jkyle has joined #macports [17:21:56] *** _wms has quit IRC [17:23:31] *** anddam has joined #macports [17:23:32] <mpbot> anddam is and.damore and maintainer of lua-coxpcall, lua-copas, libticonv, and mongrel2 (of 35 total) [17:23:32] <anddam> hi [17:23:41] *** cilly has quit IRC [17:27:56] *** _wms has joined #macports [17:30:51] *** TzilTzal has joined #macports [17:33:03] <anddam> jmr_mp: where are groups defined? [17:33:10] <anddam> groups for select action [17:33:24] <jmr_mp> $prefix/etc/select [17:33:44] <anddam> I was looking at _resources?+ [17:33:48] <anddam> s/+// [17:34:12] <anddam> mportselect should have a function to list existing groups [17:35:01] *** RaceCondition has quit IRC [17:41:36] *** aber has joined #macports [17:42:22] <CIA-35> pixilla at macports dot org * r79469 /trunk/dports/science/splash/ (. Portfile): [17:42:22] <CIA-35> http://trac.macports.org/changeset/79469 [17:42:22] <CIA-35> science/splash: New port. Closes #28811 [17:43:21] <CIA-35> jmr at macports dot org * r79470 /trunk/base/src/macports1.0/macports.tcl: [17:43:21] <CIA-35> http://trac.macports.org/changeset/79470 [17:43:21] <CIA-35> fixes for rsyncing tarball [17:43:24] *** lacyrhoades has joined #macports [17:45:51] <CIA-35> robitaille at macports dot org * r79471 /trunk/dports/science/montage/ (. Portfile): [17:45:51] <CIA-35> http://trac.macports.org/changeset/79471 [17:45:51] <CIA-35> montage: new port [17:48:56] *** ftrvxmtrx has joined #macports [17:52:12] <jmr_mp> _wms: ping [17:52:55] <CIA-35> robitaille at macports dot org * r79472 /trunk/dports/python/ (6 files in 3 dirs): [17:52:55] <CIA-35> http://trac.macports.org/changeset/79472 [17:52:55] <CIA-35> py*-montage: new port, version 0.9.3 [17:54:43] *** JaRoel|4_ has quit IRC [17:55:34] *** ftrvxmtrx has quit IRC [17:55:54] *** jrickman has quit IRC [17:58:13] <CIA-35> robitaille at macports dot org * r79473 /trunk/dports/python/ (py25-aplpy/Portfile py26-aplpy/Portfile py27-aplpy/Portfile): [17:58:13] <CIA-35> http://trac.macports.org/changeset/79473 [17:58:13] <CIA-35> py*-aplpy: added (default) montage variant [17:59:11] *** wolfman2000 has quit IRC [18:01:06] <anddam> bye [18:01:06] *** anddam has left #macports [18:18:24] *** thierryp has joined #macports [18:19:02] <_wms> jmr_mp: Hi [18:19:28] <jmr_mp> _wms: so you know those changes I mentioned a couple weeks ago? [18:19:31] <jmr_mp> https://trac.macports.org/changeset/79093 [18:20:00] <jmr_mp> the client side bits seem to work, so if you could fill in the blanks in mprsyncup that'd be great [18:20:47] *** thierryp has quit IRC [18:26:51] *** hobodave has joined #macports [18:27:17] *** cilly has joined #macports [18:27:17] <_wms> jmr_mp: the signing with the ssl cert? [18:27:23] *** RaceCondition has joined #macports [18:27:24] <jmr_mp> _wms: right [18:28:16] <_wms> jmr_mp: okay, I'll look into it. We just want a signed tarball along side the existing repo for now? [18:28:30] <jmr_mp> _wms: yes. I'd like to be able to make this the default config in the upcoming 2.0 beta [18:29:35] <jmr_mp> _wms: doc/pubkeys.conf.in has instructions for generating a key pair the way this needs BTW [18:30:09] <_wms> jmr_mp: ok [18:30:18] <jmr_mp> thanks [18:38:20] *** wasd has joined #macports [18:49:03] *** galaxywatcher has joined #macports [18:50:28] *** wasd has quit IRC [19:01:52] *** fisk has quit IRC [19:03:24] *** wolfman2000 has joined #macports [19:06:28] <CIA-35> ryandesign at macports dot org * r79474 /trunk/dports/graphics/ImageMagick/Portfile: [19:06:28] <CIA-35> http://trac.macports.org/changeset/79474 [19:06:28] <CIA-35> ImageMagick: update to 6.7.0-7 and add libtool dependency (#29823) [19:07:59] <CIA-35> mk at macports dot org * r79475 /trunk/dports/graphics/makeicns/Portfile: [19:07:59] <CIA-35> http://trac.macports.org/changeset/79475 [19:07:59] <CIA-35> makeicns: update to 1.4.8 [19:10:37] *** fisk has joined #macports [19:22:31] *** fisk has quit IRC [19:24:20] *** RaceCondition has quit IRC [19:28:02] *** TzilTzal has quit IRC [19:29:24] *** jrickman has joined #macports [19:29:49] *** RaceCondition has joined #macports [19:33:32] *** pjl has quit IRC [19:36:53] *** ftrvxmtrx has joined #macports [19:36:54] *** deric has quit IRC [19:39:48] *** thrope has quit IRC [19:52:38] *** cilly has quit IRC [19:52:41] *** cillybabe has joined #macports [19:54:18] *** cillybabe is now known as cilly [19:55:51] *** pjl has joined #macports [19:55:52] <mpbot> pjl is perry and maintainer of py26-pylons, py26-formencode, comix, and py26-repoze.who.plugins.sa (of 27 total) and is in Sunnyvale, CA; local time is Tue 10:58 PDT [20:02:52] *** regeya has joined #macports [20:23:55] *** _wms_ has joined #macports [20:25:12] *** mk_MP has joined #macports [20:28:36] *** mk_MP has quit IRC [20:39:08] *** visik7 has joined #macports [20:45:37] *** regeya has quit IRC [20:46:25] *** regeya has joined #macports [20:46:56] *** fisk has joined #macports [20:49:18] *** hilbert has quit IRC [21:09:40] *** lilalinux has quit IRC [21:19:45] *** _wms_ has quit IRC [21:20:10] *** wolfman2000 has quit IRC [21:22:02] *** bittin has joined #macports [21:22:02] *** bittin has joined #macports [21:24:49] *** cilly has quit IRC [21:29:38] *** ftrvxmtrx has quit IRC [21:29:38] *** _wms_ has joined #macports [21:31:01] *** _wms_ has quit IRC [21:31:37] *** hilbert has joined #macports [21:42:24] *** _wms_ has joined #macports [21:46:30] *** _wms_ has quit IRC [21:46:54] *** _wms_ has joined #macports [21:47:28] <CIA-35> l2g at macports dot org * r79476 /trunk/dports/devel/iso-codes/Portfile: [21:47:28] <CIA-35> http://trac.macports.org/changeset/79476 [21:47:28] <CIA-35> iso-codes: new version 3.26; new maintainers (l2g openmaintainer) [21:47:35] *** _wms has quit IRC [21:47:35] *** _wms_ is now known as _wms [21:49:55] *** F1skr has quit IRC [21:50:21] *** raimue has joined #macports [21:51:18] *** Raim has quit IRC [22:04:27] *** ec|detached is now known as elliottcable [22:05:15] *** robink has quit IRC [22:07:22] *** robink has joined #macports [22:08:40] *** EM03 has joined #macports [22:08:47] <EM03> where is the macport dir? where everything goes? [22:14:07] *** raimue is now known as Raim [22:14:16] <Raim> EM03: usually /opt/local [22:14:44] <EM03> quick compiling question how can I link the lib and the include from configure? [22:15:17] <EM03> ./configure LDFLAGS='-L/usr/local' CFLAGS='/usr/local/include' [22:15:20] <EM03> is this correct [22:21:35] *** douglas_carmicha has joined #macports [22:25:13] *** douglas_carmicha has quit IRC [22:27:36] <pogma> no [22:29:44] *** RaceCondition has quit IRC [22:30:59] *** aber1 has joined #macports [22:30:59] *** aber has quit IRC [22:31:36] *** aber1 is now known as aber [22:32:45] <EM03> do macports compile everything in both 32 and 64 bit pogma ? [22:34:38] <neverpanic> EM03: yes [22:34:47] <neverpanic> unless you specify universal_variant no [22:34:50] <EM03> nice [22:35:01] <EM03> i was trying to compile something for days [22:35:08] <EM03> i just installed everything as so and compiled my app just fine [22:42:52] *** douglas_carmicha has joined #macports [22:42:55] *** douglas_carmicha has quit IRC [22:43:30] *** juanger has joined #macports [22:50:04] <EM03> does macports have the gtk+ for osx thingy? I know its not super stable by any means but does it have it? [22:50:30] *** lilalinux has joined #macports [22:51:02] <neverpanic> port variants gtk2 [22:51:46] <EM03> I want the quartz one neverpanic [22:51:51] <EM03> how would I install it? [22:51:58] <EM03> port install gtk2-quartz? [22:54:35] <EM03> I got it [23:00:30] *** Ionic has quit IRC [23:00:54] <EM03> can i stop a build half way and rebuild it later? [23:03:50] *** Guest5357 has joined #macports [23:04:32] *** elliottcable is now known as ec|detached [23:04:36] *** ec|detached is now known as elliottcable [23:04:41] <neverpanic> yes [23:13:42] *** rampr has quit IRC [23:21:33] *** RaceCondition has joined #macports [23:32:43] *** echelog has joined #macports [23:32:51] <CIA-35> jowens at macports dot org * r79478 /trunk/dports/python/py25-rpy2/Portfile: [23:32:51] <CIA-35> http://trac.macports.org/changeset/79478 [23:32:51] <CIA-35> Update to 2.1.9 with consent of port maintainer [23:35:26] *** cilly has joined #macports [23:42:31] *** pixilla has quit IRC [23:44:05] *** thrope has joined #macports [23:44:44] *** thrope has quit IRC [23:55:12] *** juanger has quit IRC