Re: How to keep uncommitted work in a git clone

2016-11-03 Thread Jeremy Lavergne
Religiously use `git status`, and perhaps update your shell prompt to reflect it as well: branch name, unstaged changes, staged changes, etc. Consider looking on Google for prompts that incorporate functions like __git_ps1: GIT_PS1_SHOWDIRTYSTATE="1" GIT_PS1_SHOWUNTRACKEDFILES="1"

branch -d and pushing (Was: Working with Git)

2016-11-03 Thread Jeremy Lavergne
Ensure you pull or fetch your merged changes otherwise you'll never be allowed to delete the branch. So if on branch X you have GitHub merge branch Y, you cannot delete Y until you fetch X. If we get lots of branches, you can prune remote tracking easily: git fetch -p (remember: - local

Re: GitHub desired workflow...

2016-10-31 Thread Jeremy Lavergne
You can `pull -r` immediately before pushing. Conveniently, you can configure pull to autorebase. Either way, the simplest modification to your last step is this: git pull -r && git push On 10/31/2016 05:01 PM, Eric A. Borisch wrote: > Thanks for all the hard work with this transition! I'm sure

[GSoC] Announcing Google Summer of Code 2017 and Google Code-in 2016

2016-10-10 Thread Jeremy Lavergne
GSoC 2017 is announced! Please add or refines ideas on the MacPorts wiki; anyone interested in mentoring is encouraged to contact those of us regularly involved with the program (the likely administrators): * s...@macports.org (myself) * c...@macports.org (Clemens) * rai...@macports.org

Re: How to use git

2016-08-20 Thread Jeremy Lavergne
I'm familiar with tig and gitk, if anyone needs assistance with those. On 08/19/2016 09:49 PM, Mark Anderson wrote: > I use git (and Github Enterprise) in my day to day work. I can help out. > > Another good (free (as in beer)) client is SourceTree > https://www.sourcetreeapp.com/

Re: #51392 Play @1.3.4 Patch

2016-06-05 Thread Jeremy Lavergne
Hi John, Comments were provided on the ticket indicating it fails to build. Could you update the ticket with your desired solution? https://trac.macports.org/ticket/51392 On 06/01/2016 05:49 PM, John Patrick wrote: > Hiya, > > I raise a ticket (https://trac.macports.org/ticket/51392) >

Re: destroot

2016-04-02 Thread Jeremy Lavergne
Check out fs-traverse. On 04/02/2016 12:17 PM, Mark Brethen wrote: > I have to manually move an examples directory to destroot. xinstall will let > you either create directories or copy files, not both. Is there a simpler > method to copy the entire directory?

Re: What to do with old versions of Python, Perl, PHP, Apache1 (and others)?

2016-02-04 Thread Jeremy Lavergne
On 02/04/2016 03:32 PM, Joshua Root wrote: >> The question is: what should be the general policy with these ports? >> How long should we keep them around? > > As long as they still build on some OS X version that base works on. If > they break and nobody steps up to fix them, that's a pretty good

Re: registry lock

2016-01-04 Thread Jeremy Lavergne
When using trace mode and armed with the dependency tree, I know that my concurrent installs will not be impacting each other. The lock should be intelligent enough to use the dependency tree�after all, MacPorts is the one computing it. I agree with Rene here: the lock should be smart enough to

Re: portindex ignores (filters out) unchanged port

2015-12-31 Thread Jeremy Lavergne
Why not read the code rather than try to deduce it from observed behavior? On December 31, 2015 5:29:42 AM EST, "René J.V. Bertin" wrote: >On Tuesday December 29 2015 17:59:07 Rainer Müller wrote: > >>> 1 its mtime is newer (or just different) >> >>Different from what? Do

Re: registry lock

2015-11-17 Thread Jeremy Lavergne
I believe the inquiry surrounds why we trigger a lock for the duration of all phases when doing an install. Specifically, why do we not instead set the lock only when in phases that could changes installed files. So abstract a bit further beyond just uninstall phase: why do we need to lock

Re: El Capitan Buildbot

2015-08-17 Thread Jeremy Lavergne
While the beta is a public release, it is under NDA. Don’t blog, post screen shots, tweet, or publicly post information about the public beta software, and don't discuss the public beta software with or demonstrate it to others who are not in the Apple Beta Software Program. If Apple has

Re: El Capitan Buildbot

2015-08-17 Thread Jeremy Lavergne
That's a good idea. We could actually schedule downtime for the Yosemite box to be cloned then :-o (we could clear out all artifacts to possibly speed up the process). But once it's released: how quickly could someone update the OS on this new buildslave? It's still a blackbox of hope. On

Re: El Capitan Buildbot

2015-08-16 Thread Jeremy Lavergne
I suspect being available at release (even if rebuilding) is far better than waiting 2+ weeks. On Aug 16, 2015, at 5:01 PM, Ryan Schmidt wrote: In the past, we haven't set up a build server for an OS until it public release. It's conceivable that something would change between now and final

Re: Commit changes proposed in 48301

2015-07-21 Thread Jeremy Lavergne
Patched in r138848. On Jul 21, 2015, at 12:09 PM, Sterling Smith wrote: Will someone with committing privileges accept the patch given in https://trac.macports.org/ticket/48301? If there is a different suggested workflow, I am open to suggestions.

Re: MacPorts on COW filesystem

2015-07-10 Thread Jeremy Lavergne
This might give ideas on next steps: https://www.sqlite.org/pragma.html#pragma_journal_mode On Jul 10, 2015, at 2:26 PM, René J.V. Bertin wrote: I'm experimenting with running MacPorts on a COW filesystem (ZFS; www.o3x.org). I've noticed the (transient) presence of a file

Re: Could a port have a dependency on a port variant?

2015-06-25 Thread Jeremy Lavergne
Not officially, or in an intelligent way. MacPorts can point it out during your Portfile's own execution, which means the prereq might need rebuilt. http://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl On Jun 25, 2015, at 6:19 AM, Joël Brogniart wrote:

embracing go compiler

2015-06-22 Thread Jeremy Lavergne
Will MacPorts set the appropriate compiler flags for the Go compiler? I suspect Go is popular enough to warrant some attention in base if someone has time. For example, see the MP_GOFLAGS in build.args for: https://trac.macports.org/browser/trunk/dports/sysutils/asciinema/Portfile

Re: embracing go compiler

2015-06-22 Thread Jeremy Lavergne
Certainly. While MacPorts has six Go-using portfiles, I'm seeing many more listed on just the first-google-hit: http://go-lang.cat-v.org/go-code Since there's has not been notable discussion on using Go compiler in MacPorts, it would advantageous to start on a PortGroup while there's only six

Re: cloudflare/zlib on OS X

2015-06-02 Thread Jeremy Lavergne
That's the problem. On Jun 2, 2015, at 4:40 AM, René J.V. Bertin wrote: I can safely assume ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: cloudflare/zlib on OS X

2015-06-01 Thread Jeremy Lavergne
Did you verify that this employ is actually empowered to dictate the company's licensing? On Jun 1, 2015, at 8:52 PM, René J.V. Bertin wrote: They don't explicitly change the licensing of the files they modify. If those files each carry a zlib license they will still carry that license after

trunk base failure

2015-05-26 Thread Jeremy Lavergne
Ideas on what happened here? Inside the tarcmd error.log, a bunch of no-such-file errors. In this situation, ZendFramework1 is installed but inactive: ZendFramework1 @1.12.13_0+php56 During a routine trunk/base svn up make sudo make install: make[1]: Nothing to be done for `install'. [ !

buildbot env

2015-05-11 Thread Jeremy Lavergne
Do we have our buildbot environments documented? Today on IRC: jedna:hi, i was wondering on the configuration used to build the binary packages on packages.macports.org, specificaly the darwin_12 ones. if gcc or clang is used, version, and so on. is it documented somewhere, please?

Re: gtk-using apps

2015-04-18 Thread Jeremy Lavergne
On April 18, 2015 4:47:17 AM EDT, René J.V. Bertin rjvber...@gmail.com wrote: On Friday April 17 2015 18:54:19 David Evans wrote: We have the app portgroup, which is just a shell wrapper to run a program in $prefix/bin. Is that still the only available option? I have been working off and on

gtk-using apps

2015-04-17 Thread Jeremy Lavergne
Have there been any developments in having GTK apps talk with OS X, for example double clicking files and quitting from the Dock? We have the app portgroup, which is just a shell wrapper to run a program in $prefix/bin. Is that still the only available option?

Re: doc and doc-new in svn

2015-04-08 Thread Jeremy Lavergne
Well, it will be reviewed soon. On Apr 8, 2015, at 10:30 AM, Eitan Adler wrote: Is there any reason to keep the old doc tree around? ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: parallel build suggestion

2015-04-04 Thread Jeremy Lavergne
On April 4, 2015 7:29:20 AM EDT, René J.V. Bertin rjvber...@gmail.com wrote: Hi, I just noticed my computer becoming quite unresponsive upgrading port:glew . I have buildjobs set to 4 (the number of cores in my system), and glew installed +universal. What happens of course is that clang -arch

removing py-memcached

2015-03-25 Thread Jeremy Lavergne
I cannot find anything that depends on py-memcached, and it installs without issue in pip. Any objections to removing py-memcached? ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: [134167] trunk/dports/lang/falcon/Portfile

2015-03-19 Thread Jeremy Lavergne
Ah, thanks. I'll revisit back after I'm done with libftdi1. On Thu, March 19, 2015 12:30, Lawrence Velázquez wrote: You should probably use build.dir here, instead of hard-coding ${workpath}/build. ___ macports-dev mailing list

Re: circular dependencies

2015-02-23 Thread Jeremy Lavergne
On Mon, February 23, 2015 16:50, René J.V. Bertin wrote: Sure. As I said, I'd probably appreciate for certain things, but not as a mandatory feature. I have a hunch that it'd add non-negligible overhead too, if it's to be used in as many stages as possible. As someone routinely using trace

Re: Google Summer of Code 2015

2015-02-19 Thread Jeremy Lavergne
On Thu, February 19, 2015 06:52, Rainer Müller wrote: I noticed you started editing the SummerOfCode wiki page [1]. Apparently, the mentoring organization application deadline is already *tomorrow* at 2015-02-20 19:00 UTC. Are you again going to file the application on behalf of The

Re: ~/.macports

2015-02-10 Thread Jeremy Lavergne
I take it there is no official way to define the permissions mask for a macports user that would allow an admin user full control over content owned by the macports user (but not the reverse)? Not sure you can make extended ACLs propagate the right way. The old school option is creating a

Re: Fwd: buildbot failure in MacPorts on buildports-mtln-x86_64

2015-02-05 Thread Jeremy Lavergne
Forwarded to sysadmin for action. I'm afraid I inadvertantly caused this by stopping a build of inkscape last night. Sorry for any inconvenience. Does this mean our activation step is no longer transactional (as a file is installed, recording it)? signature.asc Description: OpenPGP

Re: Cutting down on python versions

2015-01-23 Thread Jeremy Lavergne
I recall there being an effort to cut down the number of python ports, what is the status of this Close to completion. I've been meaning to send out a status update but haven't gotten around to it. and what python versions are we aiming to support going forward? The reason I'm asking is

Re: Cutting down on python versions

2015-01-23 Thread Jeremy Lavergne
Will your update include our stance on including all python packages versus only c-modules (or otherwise needing MacPorts' involvement)? I'm not sure what you mean. Joshua pointed it out in a previous thread: we don't make use of other package managers (Pip in this instance), so we shouldn't

Re: libc++, C++11, and C++14 on Leopard and Snow Leopard

2015-01-15 Thread Jeremy Lavergne
On Thu, January 15, 2015 15:30, Lawrence Velázquez wrote: The archives don't encode the C++ stdlib that's active at build time. We'd have to add Yet Another Field to the archive names. There's probably even further information we should include regarding archives, however we shouldn't put so

Re: Building all ports when setting up a new buildbot builder

2014-12-03 Thread Jeremy Lavergne
It simply looks like our setup is not made to handle building “all”, and we should just avoid doing it. The important packages (e.g. batches of top-100) should get built and then we rely on normal commit hooks from there. On Dec 3, 2014, at 9:51, Daniel J. Luke dl...@geeklair.net wrote: ick,

Fwd: Apache quit after last macports update...

2014-11-10 Thread Jeremy Lavergne
I’ve quickly updated the MAMP instructions since they were obsolete when they were mentioned on the userlist. https://trac.macports.org/wiki/howto/MAMP Please address any further updates/corrections. Begin forwarded message: From: Jeremy Lavergne jer...@lavergne.gotdns.org Subject: Re

macports registry error when runtime dependency installed but not active

2014-11-03 Thread Jeremy Lavergne
I was updating akonadi using trunk today, and it error’d out complaining that virtuoso wasn’t installed. --- Configuring akonadi Registry error: virtuoso not registered as installed active. Turns out virtuoso was installed, just not activated. Is there a reason MacPorts is unable to activate

Re: macports registry error when runtime dependency installed but not active

2014-11-03 Thread Jeremy Lavergne
Got a full log with the backtrace? The error may not even be coming from base. Dependencies are installed before any target is executed in any case, and runtime dependencies aren't required to be present at configure time. I ran clean/upgrade a few times; there error itself was not part of

Re: macports registry error when runtime dependency installed but not active

2014-11-03 Thread Jeremy Lavergne
Got a full log with the backtrace? The error may not even be coming from base. Dependencies are installed before any target is executed in any case, and runtime dependencies aren't required to be present at configure time. I ran clean/upgrade a few times; there error itself was not part of

Re: unsigned kexts on Yosemite

2014-10-22 Thread Jeremy Lavergne
We could remove these ports from MacPorts. Are signed binaries of them available from their developers? If not, we could encourage the developers to provide them, and refer them to this issue. Shouldn't we keep them since when we support two previous major OS versions? They work fine

Re: depends

2014-10-18 Thread Jeremy Lavergne
You'd have it also share the variants/subport naming. There's a portgroup for ensuring whether variants are selected: https://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl On Oct 18, 2014, at 3:13 PM, Mark Brethen wrote: Right, but I have subport C

Re: Migration instructions

2014-10-17 Thread Jeremy Lavergne
If there are missing dependencies, then the rebuild order may not be done correctly. Trace mode or making a re-install list are the workarounds, as far as I know. On Oct 17, 2014, at 13:56, James Berry jbe...@macports.org wrote: Given that the outdated pseudo port now returns all ports where

Re: Clang: Mavericks v. the rest (was Re: buildbot failure in MacPorts on buildports-mavericks-x86_64)

2014-10-14 Thread Jeremy Lavergne
I’d assume (even though I’m not that Jeremy) that the clang on mavericks is newer and simply has more warnings as errors. The warning flags in the brackets are what were triggered: do they exist on the older compiler version and if so are they active? That’s probably all it is. On Oct 14,

buildbot trace mode

2014-09-08 Thread Jeremy Lavergne
Were considering enabling trace mode by default on the buildbots? ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

after continue y/n, error out with nothing

2014-09-08 Thread Jeremy Lavergne
--- Computing dependencies for kdepim4 The following dependencies will be installed: … Continue? [Y/n]: Error: Follow http://guide.macports.org/#project.tickets to report a bug. Error: Processing of port kdepim4 failed So.. that’s not helpful at all. the log for kdepim4 shows a blank line:

deactivating dependency

2014-09-06 Thread Jeremy Lavergne
Should we consider changing this message to “also uninstall dependents? sudo port deactivate unixODBC Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents. The following ports will break: php53-odbc @5.3.29_0 php55-odbc @5.5.16_0 Continue?

Re: deactivating dependency

2014-09-06 Thread Jeremy Lavergne
Also when there are conflicting ports: do we want to let the user deactivate them immediately? --- Computing dependencies for kdepim4 Error: Unable to execute port: Can't install libiodbc because conflicting ports are active: unixODBC On Sep 6, 2014, at 9:59, Jeremy Lavergne jer

doxygen dependencies

2014-09-06 Thread Jeremy Lavergne
I’ve found that doxygen tries to use texlive-fontutils during build, and gnumake will segfault out if it cannot access it. Should this be added as a build dependency? ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: extract multiple files with formats

2014-08-26 Thread Jeremy Lavergne
vim might be a good example on this. distfiles-appendvim-7.4.16-fc19-breakindent.patch:breakindent On Aug 26, 2014, at 13:27, Bradley Giesbrecht pixi...@macports.org wrote: Is something like this possible: distfiles file1.gz file2.zip Regards, Bradley Giesbrecht (pixilla)

Re: reinplace loop

2014-07-13 Thread Jeremy Lavergne
I’d use fs-traverse, filtering to just the specific files you’re after. On Jul 13, 2014, at 16:18, Mark Brethen mark.bret...@gmail.com wrote: In need to reinplace the CMakeLists file in each subdirectory, replacing 'Mod/(subdirectory)' with 'lib/${name}/Mod/(subdirectory). How do you write a

Re: Buildbots

2014-07-01 Thread Jeremy Lavergne
Hi Mojca, Some committers have accounts on the buildbots and are able to submit build requests on the site. I don’t mind being the person to handle rebuild requests like this, but you could also ask for a buildbot account ;-) I'll put together a list of ports that need built from your

Re: Question regarding +debug variant of KDE ports and qt4-mac

2014-07-01 Thread Jeremy Lavergne
You only need a stub if you’re renaming/replacing a variant to chain the requirement: it doesn’t really matter if it’s going away unless there is an active_variant dependent, in which case simply fix that first and wait two weeks. On Jul 1, 2014, at 2:48, Marko Käning mk-macpo...@techno.ms

Re: Buildbots

2014-07-01 Thread Jeremy Lavergne
Yes, oversight on my part. It only went into the “first” buildbot I went to, as I removed them from all the other requests ;-) On Jul 1, 2014, at 10:13, Mojca Miklavec mo...@macports.org wrote: PS: why would one put qmake5-1.0.tcl qt5-1.0.tcl to the list? Was that just an oversight or is that

Re: [120643] trunk/dports/lang/eero-devel

2014-06-07 Thread Jeremy Lavergne
From http://support.apple.com/kb/ta27005 The default shell (or command-line interface) used in Mac OS X 10.0 through 10.2.8 is tcsh (with 10.3 and 10.4 it's bash). With Mac OS X 10.2 or later, other interactive shells are included, such as bash and zsh. On Jun 7, 2014, at 12:15, Eric Gallager

Re: KDE3

2014-06-04 Thread Jeremy Lavergne
We can always revert your deletions, so I’d just go for it. If there are any issues, it should start with a discussion of relevancy. As you point out KDE3 is beyond hope in many measures, but if there’s some very good reason that’s hidden then source control will show its magic. On Jun 4,

Re: Buildbot failure for new ROOT ports

2014-05-09 Thread Jeremy Lavergne
Could someone explain the reason for the failure in https://build.macports.org/builders/buildports-mavericks-x86_64/builds/3369 error: forward declaration of class cannot have a nested name specifier class AIDA::IAxis; // from AIDA ___ macports-dev

Re: Further Info for Missing Pings

2014-05-06 Thread Jeremy Lavergne
I’d hope they’d notice by now: it has yet to work for anyone but them. Thanks for your effort, Shree. We do appreciate it :-) On May 6, 2014, at 12:58, Shreeraj Karulkar skarul...@apple.com wrote: They just escalated the ticket back to me saying it works but I tested it from my home and it

Re: macports or meld issue?

2014-05-05 Thread Jeremy Lavergne
Not impressed with your download speeds. You can thank Apple for crippling their servers: they promise to fix them--one day. In the mean time, you probably downloaded from a mirror overseas. is it just the archives mirror where we don't have one in the US? Do we know what the current

Fwd: Buildbots offline?

2014-04-27 Thread Jeremy Lavergne
Begin forwarded message: From: Craig Treleaven ctrelea...@cogeco.ca Subject: Buildbots offline? Date: April 27, 2014 at 20:40:09 EDT To: macports-dev@lists.macosforge.org For about 24 hours, I get a 503 Service Temporarily Unavailable message trying to access

Re: Any thoughts on changing configure...

2014-04-24 Thread Jeremy Lavergne
I remember “-dc” being used for mp_tarball_extract_cmd in place of “-d “ for compat: https://trac.macports.org/changeset/118736/trunk/base/aclocal.m4 That should not be forgotten in that ticket’s patch. On Apr 24, 2014, at 13:11, Clemens Lang c...@macports.org wrote: Hi, See this ticket :

Re: Welcome Our GSoC 2014 Students

2014-04-24 Thread Jeremy Lavergne
I would like to suggest creating either new wiki pages or creating some subsections with the list of accepted GSOC projects over the years (and maybe a link to the official GSOC page). There is only a generic page, but no information about current and past projects.

Welcome Our GSoC 2014 Students

2014-04-21 Thread Jeremy Lavergne
Greetings all. Clemens and I would like to introduce the Google Summer of Code 2014 students for MacPorts: Gaurav Bansal, Kyle Sammons and Shashwat Pandey. Please join us in welcoming them to the team!

Re: textproc XML comprehensive update

2014-04-16 Thread Jeremy Lavergne
This. Reminding us on the dev list (sometimes repeatedly). On Apr 15, 2014, at 20:34, Thomas Lockhart tlockhart1...@gmail.com wrote: What is the process for getting this to move forward either to incorporation or to rejection? ___ macports-dev

Re: Howto remove empty dirs in post-deactivate?

2014-04-16 Thread Jeremy Lavergne
# purge fetch-crl cache delete [ glob ${prefix}/var/cache/fetch-crl/*.state ] You like want to foreach the glob result (or map if its defined). foreach {filename} [ glob ${prefix}/var/cache/fetch-crl/*.state ] { delete $filename } ___

Re: Puzzling inconsistency regarding dep

2014-04-13 Thread Jeremy Lavergne
Using verbose (port -v) might list out the types of dependencies. On April 13, 2014 12:01:11 PM EDT, Brandon Allbery allber...@gmail.com wrote: On Sun, Apr 13, 2014 at 11:51 AM, mk-macpo...@techno.ms wrote: On 13 Apr 2014, at 17:46 , Brandon Allbery allber...@gmail.com wrote: Looks like it's

Re: How to preserve patches to MacPorts base during sudo port selfupdate?

2014-04-10 Thread Jeremy Lavergne
You probably need add a local repo with higher priority, such as: http://trac.macports.org/wiki/howto/SyncingWithSVN Note the repo needs at least: dports/_resources/ for the PortGroups, and dports/devel/cmake/ for cmake On Apr 10, 2014, at 16:02, mk-macpo...@techno.ms wrote: Hi MP devs,

Re: conflict between portA +python33 and portB +python33

2014-04-07 Thread Jeremy Lavergne
The active_variants PortGroup can be used this way: active_variants $depspec $required $forbidden That forbidden section is likely what you’re after, inside a variant block. On Apr 7, 2014, at 9:24, Mojca Miklavec mo...@macports.org wrote: What is the most reasonable way to declare a conflict

Re: [118513] trunk/dports/devel/dbus

2014-04-03 Thread Jeremy Lavergne
We sort of relied on that mis-feature during the great x11/quartz divide, where only some dependencies had the variant but it needed to trickle down all the way to ensure it hit them all. On Apr 3, 2014, at 18:22, Clemens Lang c...@macports.org wrote: I actually think this is a mis-feature,

buildbot emails

2014-03-26 Thread Jeremy Lavergne
Hello Shree. I wanted to point out a few possible problems I’ve noticed about emails from the buildbot: * mixed-case headers * too many recipients I suspect all headers should be title case while some of them are not e.g. Return-Path versus current Return-path: Return-path: noreply@...

Fwd: How do I cause standalone X11 apps to use MacPorts X11?

2014-03-26 Thread Jeremy Lavergne
: From: Kevin Reid kpr...@switchb.org Subject: Re: How do I cause standalone X11 apps to use MacPorts X11? Date: March 26, 2014 at 13:12:54 EDT To: MacPorts Users macports-us...@lists.macosforge.org On Mar 26, 2014, at 10:07, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: This might really

Re: Move part of macports infrastructure to GitHub

2014-03-18 Thread Jeremy Lavergne
Google shows there are plugins available. Is there somethign specific you’re interested in seeing? On Mar 18, 2014, at 22:15, Mark Anderson e...@emer.net wrote: Does our install of Trac have any public APIs (XMLRPC, REST, SOAP, whatever)? ___

Re: redis port update

2014-03-17 Thread Jeremy Lavergne
Completed https://trac.macports.org/changeset/117933 On Mar 17, 2014, at 10:22, Ivan Larionov xeron.os...@gmail.com wrote: Could someone take a look at https://trac.macports.org/ticket/42583 please And please close https://trac.macports.org/ticket/39434 since it will be done by this patch

Re: [MacPorts] #42727: Server certificate verification failed: issuer is not trusted (https://svn.macports.org

2014-03-10 Thread Jeremy Lavergne
I believe Clemens was attempting to trigger a connection to cause an interactive request to accept the certificate. You might try his command again, but switch “info” for “update”. You will need to be cd'd inside a repository, but otherwise it should walk svn through a connection which prompts

Re: flags for base's configure script: should there be more or fewer? (was Fwd: [MacPorts] #42756: macports doesn't compile with bundled tcl)

2014-03-07 Thread Jeremy Lavergne
From the article: Being called an inclusionist or deletionist can sidetrack the issue from the actual debate,[21]” On Mar 7, 2014, at 17:06, Eric Gallager eg...@gwmail.gwu.edu wrote: https://en.wikipedia.org/wiki/Deletionism_and_inclusionism_in_Wikipedia

Editing www/index.php Not Going to Site?

2014-02-28 Thread Jeremy Lavergne
I made an edit to the www/index.php, but it doesn’t seem to have deployed. Is immediate deployment expected? I’ve got an email ready to send to the admins if this is unexpected behavior. ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: commit rights ...

2014-02-28 Thread Jeremy Lavergne
portmgr@ could grow to include another volunteer though :-P Maybe it should include someone as influential as Clemens. On Feb 28, 2014, at 15:42, Clemens Lang c...@macports.org wrote: IMO, now is as good a time as any. Why delay it if it's finished earlier? Of course portmgr@ are all

Re: pip2port

2014-02-27 Thread Jeremy Lavergne
The goal of pip2port is to generate a Portfile for a give Python package. MacPorts learns about packages from Portfiles, and makes them available by following commands and variables contained in them. Portfile development is covered in the guide: http://guide.macports.org/#development Once you

Re: buildbot and binary archives ...

2014-02-20 Thread Jeremy Lavergne
packages.macports.org/PACKAGENAME/ so, for pspp-devel for example, packages.macports.org/pspp-devel/ Perhaps it’s the license of the package that prevents the binaries? The logs area available on the buildbot master for the mavericks post slave:

Re: revision bump?

2014-02-20 Thread Jeremy Lavergne
Correct. It keeps these archives locally, regardless of the ability to distribute them. On Feb 20, 2014, at 14:07, Blair Zajac bl...@orcaware.com wrote: Just to be clear, my understanding is that a buildbot will only attempt a rebuild of a port if there is no binary archive for it when the

Re: Wouldn't it be better to make sure a MacPorts installation always stays within /opt/local?

2014-02-16 Thread Jeremy Lavergne
You might consider linking different directories to /opt/local for your various parallel installs. You’d similarly link other directories you need as well. The whole operation could be part of a bash function or alias to replace all the links. But I am assuming macports can handle being inside

Re: Wouldn't it be better to make sure a MacPorts installation always stays within /opt/local?

2014-02-16 Thread Jeremy Lavergne
You could reboot after each switch: anything that’s no longer linked into /opt/local won’t load, and everything else will launch the appropriate version. On Feb 16, 2014, at 16:23, mk-macpo...@techno.ms wrote: There is still one big problem with all of this, which is that a ton of daemons

Re: Wouldn't it be better to make sure a MacPorts installation always stays within /opt/local?

2014-02-16 Thread Jeremy Lavergne
Eh, then prior to switching symlinks you ought to port unload all installed packages and then deactivate them, then switch and install and load all those packages. At that point, it might take as long as a reboot depending on your build: but you should achieve the same outcome. On Feb 16,

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread Jeremy Lavergne
You probably need to run trunk for access to POST, which isn’t available in a release yet. On Feb 9, 2014, at 14:40, mk-macpo...@techno.ms wrote: Hi Clemens, I installed mpstats but when trying to submit my installation details I got this error thrown: — $ /opt/local/libexec/mpstats

Re: Buildbot out of disk space?

2014-02-05 Thread Jeremy Lavergne
Not everyone has accounts for this, so that’s not really ideal. Revbumping (a change just went in so why not revbump it again?) would be fine. On Feb 5, 2014, at 20:14, Ryan Schmidt ryandes...@macports.org wrote: Don't revbump a port exclusively to have the buildbot rebuild it. If you just

Re: Buildbot out of disk space?

2014-02-05 Thread Jeremy Lavergne
Ah, now there’s a good point. On Feb 5, 2014, at 21:57, Joshua Root j...@macports.org wrote: Even if you can't be bothered getting a buildbot account, why would you rev bump when literally any change to the portfile will trigger a build? ___

MacPorts Participation in GSoC 2014

2014-02-04 Thread Jeremy Lavergne
Google has once again announced their Google Summer of Code for 2014. They have begun accepting mentoring organizations since February 3, continuing until February 14. In GSoC students get money to work for an open source project over the summer. MacPorts has participated since 2007 with good

pkg postflight

2014-01-30 Thread Jeremy Lavergne
I’m presently seeing if I can do PSPP’s post-activate (update GTK caches) during pkg install: pspp-postflight.diff.xz Description: Binary data Does this approach look reasonable to you? ___ macports-dev mailing list

Re: pkg postflight

2014-01-30 Thread Jeremy Lavergne
MacPorts does things. I also can’t figure out what error 8 is. That is probably the golden key for the next step but I’m lost without it. On Jan 30, 2014, at 14:46, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: I’m presently seeing if I can do PSPP’s post-activate (update GTK caches

Re: pkg postflight

2014-01-30 Thread Jeremy Lavergne
geekosaur helpfully pointed out error code 8’s definition: #define ENOEXEC 8 /* Exec format error */ So, hopefully, all I’ve forgotten is the shebang for the postflight script. On Jan 30, 2014, at 17:12, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: Only significant tweak: I forgot

Re: [116568] trunk/dports/audio/xmms2/Portfile

2014-01-28 Thread Jeremy Lavergne
Right: since the variants conflict, the order in the Portfile wins out at compile time. Realistically, the author likely meant for python27 to become the default (like the behavior in python portgroup: if not python24 then python27). On Jan 28, 2014, at 22:43, Ryan Schmidt

Re: [116220] trunk/dports/python

2014-01-22 Thread Jeremy Lavergne
Those packages were blocking the removal of python24 subports that I maintain (e.g py-elementtree). 100% agree with removing at least the python24 modules like Sean said. Also, people are quite capable of pulling python24’s modules out of our repository after removal if they need them. While

Re: Deactivating the installed version before trying to install the update

2014-01-19 Thread Jeremy Lavergne
According to sqlite’s return codes: http://www.sqlite.org/c3ref/c_abort.html #define SQLITE_CANTOPEN14 /* Unable to open the database file */ What are the file permissions on the DB? can we get some debug output? is there a deadlock? is your hard drive dying? Chances are, the deactivate

Re: Deactivating the installed version before trying to install the update

2014-01-19 Thread Jeremy Lavergne
I spotted 120 with grep, so here are ones from tex and textproc to checkout: dvipng latexdiff chasen-base mecab-base pdfjam On Jan 19, 2014, at 23:59, Adam Mercer r...@macports.org wrote: Do you know which ones off the top of your head so I can check if I get the same error with those?

Re: please delete stub port py-obspy-core

2014-01-10 Thread Jeremy Lavergne
stub deleted in r115744 ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: Why does MacPorts try to rebuild cmake universal?

2014-01-08 Thread Jeremy Lavergne
If cmake is included as depends_build only, why does MacPorts actually care about it being +universal? Whenever building cmake kills my workflow, I always edit cmake to disable the universal variant; it’s only a build tool after all. On Jan 8, 2014, at 17:48, Joshua Root j...@macports.org

Re: [MacPorts] InstallingMacPorts modified

2014-01-07 Thread Jeremy Lavergne
Remember the one domain got taken offline… That said, I tend to download the installers rather than log in to every single machine. On Jan 7, 2014, at 12:54, Ryan Schmidt ryandes...@macports.org wrote: You removed the links? ___ macports-dev

Re: [MacPorts] InstallingMacPorts modified

2014-01-07 Thread Jeremy Lavergne
Yup, it’s just a re-hash of their old connect.apple.com code. The links are still there but needlessly obfuscated. Must be for iOS or something :-P On Jan 7, 2014, at 13:10, Ryan Schmidt ryandes...@macports.org wrote: As Jeremy said, the links were all broken and there is no way, that I can

Re: reinplace instruction and automatic line feeds

2014-01-05 Thread Jeremy Lavergne
Does replace accept anchors? It might only need beginning and end of the line to allow skipping over binary files. Also, this page says the 0A may be happening from auto translation when “fconfigure $fp -translation binary” isn’t used: http://www2.tcl.tk/1180 On Jan 5, 2014, at 4:23, Nicolas

  1   2   3   4   5   6   7   8   9   10   >