June 4, 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:04:07] *** lacyrhoades has quit IRC
[00:14:43] <pixilla> macports.tcl
[00:14:48] <pixilla> proc mportinfo {mport} {
[00:14:48] <pixilla>     set workername [ditem_key $mport workername]
[00:14:49] <pixilla>     return [$workername eval array get ::PortInfo]
[00:14:49] <pixilla> }
[00:14:51] <CIA-46> dports at macports dot org * r79161 /trunk/dports/gnome/gnucash/Portfile:
[00:14:51] <CIA-46> http://trac.macports.org/changeset/79161
[00:14:51] <CIA-46> gnucash: update to v2.4.6
[00:15:16] <pixilla> What is ::PortInfo?
[00:16:21] <CIA-46> dports at macports dot org * r79162 /trunk/dports/gnome/gnucash-devel/Portfile:
[00:16:21] <CIA-46> http://trac.macports.org/changeset/79162
[00:16:21] <CIA-46> gnucash-devel: update to v2.4.6 (merge r79161 from gnucash port)
[00:30:36] *** _wms_ has joined #macports
[00:37:28] *** _wms has quit IRC
[00:37:29] *** _wms_ is now known as _wms
[00:37:31] *** _wms has quit IRC
[00:41:20] *** mf2k_mp has quit IRC
[00:57:47] *** kateweb has quit IRC
[01:00:55] *** robink has quit IRC
[01:03:54] *** robink has joined #macports
[01:03:54] *** robink has joined #macports
[01:09:26] *** loadbang has joined #macports
[01:10:24] *** xrj has joined #macports
[01:17:29] *** xrj has quit IRC
[01:17:52] *** deric has quit IRC
[01:19:36] *** deric has joined #macports
[01:20:09] *** _wms has joined #macports
[01:22:52] *** justdave has quit IRC
[01:23:08] *** justdave has joined #macports
[01:25:18] *** airfox is now known as airfox|away
[01:36:38] *** loadbang has quit IRC
[01:50:03] *** airfox|away is now known as airfox
[01:51:30] *** aber has quit IRC
[02:05:09] *** noganex_ has joined #macports
[02:08:23] *** noganex has quit IRC
[02:10:03] *** airfox is now known as airfox|away
[02:11:29] *** airfox|away is now known as airfox
[02:17:10] <jmr_mp> pixilla: an array variable
[02:17:54] <pixilla> Where is it created?
[02:18:56] <jmr_mp> somewhere in portmain.tcl
[02:19:13] <jmr_mp> options_export
[02:19:39] <pixilla> [interp0 eval array get ::PortInfo]
[02:20:21] <pixilla> Is interp0 a tcl interperter, as in we may be threaded and have more then one, use interp0?
[02:20:44] <jmr_mp> not threaded, but yes it's a (reference to a) slave interpreter
[02:21:41] <pixilla> Thanks. I'm wanting to add PortGroup to my selectors, like name:expr and PortGroup:kde
[02:22:21] <jmr_mp> ok, so you want PortGroup to set a variable in PortInfo
[02:23:20] <jmr_mp> you'll also need to add the variable to the list in portindex.tcl to allow searching on it
[02:23:21] <pixilla> Yep. And I'd like to but in in the PortIndex.
[02:23:34] <pixilla> Done that I think.
[02:23:53] <pixilla> I haven't figured where to add fields to the db's.
[02:24:36] <jmr_mp> everything that exists in PortInfo and is listed in the keepkeys will be in the PortIndex
[02:25:08] <pixilla> I have PortGroup in the lists and port info PortGroup:kde as an example doesn't complain. But PortInfo does not have the PortGroup data.
[02:25:31] <pixilla> I have in PortGroup in keepkeys.
[02:26:04] <jmr_mp> well if you haven't added it to PortInfo that's the problem
[02:26:05] <pixilla> PortGroup is not in availkey
[02:26:50] <pixilla> Exactly, that's where I'm at. I need to get to the PortInfo setter.
[02:27:28] <jmr_mp> have you modified PortGroup to set an option?
[02:27:54] <pixilla> No.
[02:28:27] <pixilla> I am looking at portmain.tcl now. I don't think I have spent much time looking at this file.
[02:29:21] <pixilla> Yes, I had added "options_export PortGroup ......'"
[02:29:27] <jmr_mp> PortGroup is defined in portutil.tcl
[02:29:34] <pixilla> In portmain.tcl that is.
[02:29:46] <jmr_mp> well there isn't a PortGroup option, nor can there really be since it's already a proc
[02:30:28] <pixilla> When you say "modified PortGroup", are you referring to the xcode, kde, cmake etc. group files?
[02:30:35] <jmr_mp> I mean the PortGroup proc
[02:31:23] <pixilla> I see.
[02:32:06] <pixilla> grep'ing dports may have to do for now.
[02:33:18] *** iamdaijo has joined #macports
[02:33:44] * drkp isn't sure how he feels about being grepped.
[02:33:51] <pixilla> I like PortGroups and having a quick way to find related ports via common PortGroups would be nice. Thanks for the time jmr_mp. I'll leave this for another day.
[02:51:43] *** BlackFrog| has joined #macports
[02:54:29] *** airfox is now known as airfox|away
[02:57:37] *** fotanus has joined #macports
[03:01:02] *** airfox|away has quit IRC
[03:07:38] *** airfox has joined #macports
[03:12:48] *** deric has quit IRC
[03:18:15] *** xrj has joined #macports
[03:19:17] <CIA-46> jmr at macports dot org * r79163 /trunk/dports/devel/ocaml-shout/ (. Portfile):
[03:19:17] <CIA-46> http://trac.macports.org/changeset/79163
[03:19:17] <CIA-46> New port: ocaml-shout, OCaml bindings for the libshout multimedia streaming library (#16187)
[03:25:39] *** robink has quit IRC
[03:34:02] *** iamdaijo has quit IRC
[03:34:40] *** airfox is now known as airfox|away
[03:37:17] *** airfox|away has quit IRC
[03:40:46] *** fotanus has quit IRC
[03:54:02] *** snc has joined #macports
[03:54:03] <mpbot> snc is Jeremy and maintainer of kde-l10n-et, py27-coverage, nepomuk, and opal (of 170 total) and is in Cincinnati; local time is Fri 21:56 EDT
[04:04:42] *** kateweb has joined #macports
[04:08:10] *** snc has quit IRC
[04:25:51] *** juanger has joined #macports
[04:33:38] *** pixilla has left #macports
[04:33:51] *** pixilla has joined #macports
[04:36:46] *** juanger has quit IRC
[04:42:09] *** _wms has quit IRC
[04:56:17] *** juanger has joined #macports
[05:25:32] *** xrj has quit IRC
[05:30:19] *** xrj has joined #macports
[05:37:22] *** juanger1 has joined #macports
[05:37:22] *** juanger has quit IRC
[05:39:15] <CIA-46> ecronin at macports dot org * r79164 /trunk/dports/multimedia/MPlayer/Portfile:
[05:39:15] <CIA-46> http://trac.macports.org/changeset/79164
[05:39:15] <CIA-46> multimedia/MPlayer: fix libdts->libdca, nomaintainer, warn to use mplayer-devel instead
[05:56:16] *** juanger has joined #macports
[05:56:49] *** juanger1 has quit IRC
[05:57:26] *** rampr has joined #macports
[05:57:36] *** juanger has quit IRC
[06:08:54] *** julian9 has joined #macports
[06:19:16] *** elliottcable is now known as ec|detached
[06:30:32] *** koulchilebaiz_ has joined #macports
[06:43:12] <CIA-46> pixilla at macports dot org * r79165 /trunk/dports/perl/p5-tie-dbi/Portfile:
[06:43:12] <CIA-46> http://trac.macports.org/changeset/79165
[06:43:12] <CIA-46> perl/p5-tie-dbi: Update to version 1.05
[06:52:33] *** jkyle has quit IRC
[06:56:39] <CIA-46> pixilla at macports dot org * r79166 /trunk/dports/perl/p5-astro-satpass/Portfile:
[06:56:39] <CIA-46> http://trac.macports.org/changeset/79166
[06:56:39] <CIA-46> perl/p5-astro-satpass: Update to version 0.039
[06:57:40] <CIA-46> jmr at macports dot org * r79167 /trunk/base/ (9 files in 5 dirs):
[06:57:40] <CIA-46> http://trac.macports.org/changeset/79167
[06:57:40] <CIA-46> avoid using composite version specs for registry operations (#28084)
[06:58:22] <CIA-46> pixilla at macports dot org * r79168 /trunk/dports/mail/dovecot2/Portfile:
[06:58:22] <CIA-46> http://trac.macports.org/changeset/79168
[06:58:22] <CIA-46> mail/dovecot2: Update to version 2.0.13
[07:00:50] *** jkyle has joined #macports
[07:04:33] <CIA-46> pixilla at macports dot org * r79169 /trunk/dports/net/pure-ftpd/Portfile:
[07:04:33] <CIA-46> http://trac.macports.org/changeset/79169
[07:04:33] <CIA-46> net/pure-ftpd: Update to version 1.0.32
[07:06:01] *** ec|detached is now known as elliottcable
[07:12:31] <CIA-46> jmr at macports dot org * r79170 /contrib/port_cutleaves/port_cutleaves.in:
[07:12:31] <CIA-46> http://trac.macports.org/changeset/79170
[07:12:31] <CIA-46> port_cutleaves: adapt to registry changes
[07:16:07] <CIA-46> jmr at macports dot org * r79171 /contrib/restore_ports/restore_ports.tcl:
[07:16:07] <CIA-46> http://trac.macports.org/changeset/79171
[07:16:07] <CIA-46> restore_ports: adapt to registry changes
[07:31:02] *** xrj has quit IRC
[07:46:54] <CIA-46> jmr at macports dot org * r79172 /contrib/MacPorts_Framework/ (MPPort.m init.tcl interpInit.tcl portProcessInit.tcl):
[07:46:54] <CIA-46> http://trac.macports.org/changeset/79172
[07:46:54] <CIA-46> MacPorts_Framework: adapt to registry changes
[07:58:56] <CIA-46> l2g at macports dot org * r79173 /trunk/dports/perl/p5-patchreader/Portfile:
[07:58:56] <CIA-46> http://trac.macports.org/changeset/79173
[07:58:56] <CIA-46> p5-patchreader: added modeline and adjusted whitespace only
[08:04:49] <CIA-46> l2g at macports dot org * r79174 /trunk/dports/perl/p5-patchreader/Portfile:
[08:04:49] <CIA-46> http://trac.macports.org/changeset/79174
[08:04:49] <CIA-46> p5-patchreader: new version 0.9.6, which also has a new author; moved some
[08:04:49] <CIA-46> portfile lines around; volunteered as (open)maintainer
[08:05:56] *** xrj has joined #macports
[08:07:40] *** macUzer has joined #macports
[08:08:06] *** Mikato has joined #macports
[08:12:53] *** koulchilebaiz_ has quit IRC
[08:23:38] *** koulchilebaiz has joined #macports
[08:34:08] *** Mikato has quit IRC
[08:37:22] *** RaceCondition has quit IRC
[08:41:51] *** iamdaijo has joined #macports
[09:04:42] <CIA-46> jmr at macports dot org * r79175 /trunk/base/src/registry2.0/receipt_sqlite.tcl:
[09:04:42] <CIA-46> http://trac.macports.org/changeset/79175
[09:04:42] <CIA-46> fix registry::installed
[09:07:27] *** RaceCondition has joined #macports
[09:08:05] *** jkyle has quit IRC
[09:12:40] *** xrj has quit IRC
[09:17:30] *** iamdaijo has quit IRC
[09:24:42] *** yubris has joined #macports
[09:26:46] *** yubris has quit IRC
[09:39:18] *** xrj has joined #macports
[09:44:26] *** elliottcable is now known as ec|detached
[10:21:43] *** airfox has joined #macports
[10:26:24] *** airfox has quit IRC
[10:28:51] *** airfox has joined #macports
[10:47:30] *** RaceCondition has quit IRC
[10:49:15] *** macUzer has quit IRC
[10:50:10] *** livinded has joined #macports
[10:54:03] *** airfox has quit IRC
[10:58:58] *** iamdaijo has joined #macports
[11:26:50] *** koulchilebaiz has quit IRC
[11:43:07] *** iamdaijo has quit IRC
[11:44:09] *** aber has joined #macports
[12:07:48] *** maroloccio has joined #macports
[12:16:57] *** iamdaijo has joined #macports
[12:28:56] *** visik7 has joined #macports
[12:36:44] *** maroloccio has quit IRC
[12:40:26] *** airfox has joined #macports
[12:40:59] *** iamdaijo has quit IRC
[12:55:49] *** airfox is now known as airfox|away
[13:06:01] *** Ionic has quit IRC
[13:10:35] *** Ionic has joined #macports
[13:10:36] 
[13:18:52] *** airfox|away is now known as airfox
[13:26:59] <CIA-46> mk at macports dot org * r79176 /trunk/dports/kde/kmymoney4-devel/Portfile:
[13:27:00] <CIA-46> http://trac.macports.org/changeset/79176
[13:27:00] <CIA-46> kmymoney4-devel: update to svn revision 1234963
[13:35:38] *** airfox has quit IRC
[13:44:30] *** Ionic has quit IRC
[13:48:04] *** Ionic has joined #macports
[13:48:05] 
[13:49:01] *** livinded has quit IRC
[14:01:34] *** airfox has joined #macports
[14:07:50] *** zero_ has joined #macports
[14:07:50] *** airfox has quit IRC
[14:08:27] *** zero_ has quit IRC
[14:32:57] *** wasd has joined #macports
[14:52:50] *** visik7 has quit IRC
[15:19:13] *** visik7 has joined #macports
[15:20:54] *** aber has quit IRC
[15:32:57] *** rampr has quit IRC
[15:33:49] *** Mikato has joined #macports
[15:54:02] *** youknowone has joined #macports
[16:00:42] *** ftrvxmtrx has quit IRC
[16:05:44] *** ftrvxmtrx has joined #macports
[16:31:57] <CIA-46> ryandesign at macports dot org * r79177 /trunk/dports/php/php5-xcache/Portfile:
[16:31:57] <CIA-46> http://trac.macports.org/changeset/79177
[16:31:57] <CIA-46> php5-xcache: update to 1.3.2
[16:33:13] *** jkyle has joined #macports
[16:37:06] *** wasd has quit IRC
[16:38:46] <CIA-46> ryandesign at macports dot org * r79178 /trunk/dports/php/php5-solr/Portfile:
[16:38:46] <CIA-46> http://trac.macports.org/changeset/79178
[16:38:46] <CIA-46> php5-solr: update to 1.0.1
[17:05:02] *** youknowone has quit IRC
[17:05:08] *** iamdaijo has joined #macports
[17:05:19] *** youknowone has joined #macports
[17:10:23] *** iamdaijo has quit IRC
[17:18:15] *** BlackFrog| has quit IRC
[17:36:04] <CIA-46> pixilla at macports dot org * r79179 /trunk/dports/net/sslh/ (Portfile files/):
[17:36:04] <CIA-46> http://trac.macports.org/changeset/79179
[17:36:04] <CIA-46> net/sslh: Update to version 1.8-rc5 and old patchfiles.
[17:37:48] *** stesh has quit IRC
[17:56:33] <CIA-46> ryandesign at macports dot org * r79180 /trunk/dports/lang/swi-prolog-devel/Portfile:
[17:56:33] <CIA-46> http://trac.macports.org/changeset/79180
[17:56:33] <CIA-46> swi-prolog-devel: maintainer update to 5.11.22; see #29699
[17:57:10] <CIA-46> ryandesign at macports dot org * r79181 /trunk/dports/net/wireshark-devel/Portfile:
[17:57:10] <CIA-46> http://trac.macports.org/changeset/79181
[17:57:10] <CIA-46> wireshark-devel: maintainer update to 1.6.0rc2; see #29694
[17:58:02] <CIA-46> ryandesign at macports dot org * r79182 /trunk/dports/devel/git-core/ (Portfile files/patch-Makefile.diff):
[17:58:02] <CIA-46> http://trac.macports.org/changeset/79182
[17:58:02] <CIA-46> git-core: maintainer update to 1.7.5.4; see #29697
[17:59:55] *** xrj has quit IRC
[18:06:50] <CIA-46> mk at macports dot org * r79183 /trunk/dports/kde/kmymoney4-devel/Portfile:
[18:06:50] <CIA-46> http://trac.macports.org/changeset/79183
[18:06:50] <CIA-46> kmymoney4-devel: update to svn revision 1235192
[18:42:06] *** youknowone has quit IRC
[18:54:43] *** rampr has joined #macports
[19:05:23] *** _wms has joined #macports
[19:15:28] <CIA-46> jwa at macports dot org * r79184 /trunk/dports/python/py27-pygresql/ (. Portfile):
[19:15:28] <CIA-46> http://trac.macports.org/changeset/79184
[19:15:28] <CIA-46> new port, pygresql for Python 2.7
[19:47:14] *** Aquana has joined #macports
[19:47:48] *** visik7 has quit IRC
[19:48:05] <Aquana> i'd like to build dsniff with static linking so i can copy it from my notebook to my desktop machine
[19:48:12] <Aquana> how can i do that?
[20:08:13] *** hobodave has quit IRC
[20:11:54] *** hobodave has joined #macports
[20:17:46] *** visik7 has joined #macports
[20:18:21] <CIA-46> ryandesign at macports dot org * r79185 /trunk/dports/java/mahout/Portfile:
[20:18:21] <CIA-46> http://trac.macports.org/changeset/79185
[20:18:21] <CIA-46> mahout: maintainer update to 0.5; see #29702
[20:22:51] *** _wms has quit IRC
[20:25:43] *** Mikato has quit IRC
[20:33:07] *** visik7 has quit IRC
[20:45:07] *** BlackFrog| has joined #macports
[20:49:22] <CIA-46> singingwolfboy at macports dot org * r79186 /trunk/dports/lang/go/Portfile:
[20:49:22] <CIA-46> http://trac.macports.org/changeset/79186
[20:49:22] <CIA-46> go: correct Makefile symlinks, fixes #29704
[20:58:56] <CIA-46> singingwolfboy at macports dot org * r79187 /trunk/dports/lang/go/Portfile:
[20:58:56] <CIA-46> http://trac.macports.org/changeset/79187
[20:58:57] <CIA-46> go: fix inlude headers install location, fixes #29706
[21:11:51] <CIA-46> robitaille at macports dot org * r79188 /trunk/dports/python/ (py25-atpy/Portfile py26-atpy/Portfile py27-atpy/Portfile):
[21:11:51] <CIA-46> http://trac.macports.org/changeset/79188
[21:11:52] <CIA-46> py*-atpy: added py*-pygresql dependency
[21:12:25] *** bittin_ has quit IRC
[21:14:54] *** _wms has joined #macports
[21:15:41] *** livinded has joined #macports
[21:16:46] *** bittin_ has joined #macports
[21:19:46] *** _wms has quit IRC
[21:29:38] <CIA-46> robitaille at macports dot org * r79189 /trunk/dports/python/ (py25-h5py/Portfile py26-h5py/Portfile py27-h5py/Portfile):
[21:29:38] <CIA-46> http://trac.macports.org/changeset/79189
[21:29:38] <CIA-46> py*-h5py: added revision and dist_subdir for stealth update (checksums were already updated in r79153)
[21:35:40] <BlackFrog|> I am trying to the port uncrustify, but I keep getting port not found
[21:35:57] <BlackFrog|> Any suggestion on where I should look to troubleshoot this issue?
[21:40:31] *** wolfman2000 has quit IRC
[21:42:49] <preaction> BlackFrog|: port selfupdate to update your ports tree?
[21:43:22] <preaction> installing uncrustify seemed to work for me
[21:44:26] <BlackFrog|> running selfupdate again with -v option
[21:45:29] <BlackFrog|> But it doesn't make sense.  uncrustify port file was last updated 7 months ago.
[21:47:30] <preaction> does it exist in /opt/local/var/macports/sources ? do you have other sources specified in /opt/local/etc/macports/sources.conf?
[21:50:09] *** Bart- has left #macports
[21:53:22] <BlackFrog|> It's still self-updating.  I also did a svn checkout, I am guessing something must have been wrong on my system
[22:01:00] <CIA-46> robitaille at macports dot org * r79190 /trunk/dports/python/ (py25-atpy/Portfile py26-atpy/Portfile py27-atpy/Portfile):
[22:01:00] <CIA-46> http://trac.macports.org/changeset/79190
[22:01:00] <CIA-46> py*-atpy: added variants for optional dependencies
[22:07:46] <CIA-46> pixilla at macports dot org * r79191 /trunk/dports/devel/dbus/ (10 files in 2 dirs):
[22:07:46] <CIA-46> http://trac.macports.org/changeset/79191
[22:07:46] <CIA-46> devel/dbus: Update to version 1.4.10. Remove and recreate patches. Closes ticket #27760.
[22:08:07] *** unicum has quit IRC
[22:08:12] *** unicum has joined #macports
[22:08:12] *** unicum has joined #macports
[22:08:59] <CIA-46> robitaille at macports dot org * r79192 /trunk/dports/python/ (py25-aplpy/Portfile py26-aplpy/Portfile py27-aplpy/Portfile):
[22:08:59] <CIA-46> http://trac.macports.org/changeset/79192
[22:08:59] <CIA-46> py*-aplpy: added variants for optional dependencies
[22:13:54] <CIA-46> robitaille at macports dot org * r79193 /trunk/dports/python/ (py25-atpy/Portfile py26-atpy/Portfile py27-atpy/Portfile):
[22:13:54] <CIA-46> http://trac.macports.org/changeset/79193
[22:13:54] <CIA-46> py*-atpy: avoid duplicated logic for +all variant
[22:14:32] <BlackFrog|> 40 minutes later, selfupdate is still running.
[22:24:17] <pixilla> BlackFrog: you mentioned svn. What sources are defined in PREFIX/etc/macports/sources.conf?
[22:26:15] <pixilla> BlackFrog: What is selfupdate printing to screen?
[22:26:32] <Aquana> can i compie static with macports?
[22:26:35] <Aquana> compile
[22:30:45] <Aquana> or, somhow static, so everything that is not on a default mac installation is included
[22:30:47] <pixilla> Aquana: some ports may have variants that cause a static build. I do not believe there is a way to globally build static in MacPorts.
[22:31:56] <pixilla> Aquana: are you trying to build and package software to copy to other machines?
[22:32:04] <Aquana> yup
[22:32:09] <CIA-46> blair at macports dot org * r79194 /trunk/dports/devel/subversion-python27bindings/ (. Portfile files/svn-python.pth):
[22:32:09] <CIA-46> http://trac.macports.org/changeset/79194
[22:32:09] <CIA-46> subversion-python27bindings: new port copied from subversion-python26bindings
[22:32:09] <CIA-46> but for Python 2.7.
[22:32:20] *** EricAhn has quit IRC
[22:32:50] <Aquana> i tried using mpkg, but it throws an error when trying to install
[22:32:58] *** EricAhn has joined #macports
[22:33:02] <Aquana> and it's 220ish mb big
[22:34:18] <pixilla> This is not something I have worked with. Have you checked out "port archive"?
[22:34:20] <pixilla> http://guide.macports.org/#using.binaries.archives
[22:34:57] <Aquana> that needs macports to be installed on every system
[22:35:19] <Aquana> the chapter after explains packages
[22:35:25] <pixilla> or pkg, dmg,or rpm
[22:35:27] <pixilla> right
[22:35:42] <Aquana> pkg doesnt include the dependencies
[22:35:53] <Aquana> mpkg does, but its huge and throws an error
[22:36:34] <Aquana> it doesnt even specefy the error
[22:37:13] <Aquana> it's just like "error happened. please consult the package creator"
[22:39:42] <pixilla> Aquana: what are you wanting to pkg?
[22:39:49] <Aquana> dsniff
[22:40:26] <Aquana> (i'm actually using dsniff-devel because dsniff itself won't compile)
[22:46:22] <BlackFrog|> Sorry for the delay. http://pastebin.com/0CY8XS3m  this is the tail end of the selfupdate
[22:48:04] *** kateweb has quit IRC
[22:49:09] <BlackFrog|> Something must have been wrong with my local port index

top