[45140] trunk/dports/multimedia/smpeg/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Jan 8 23:41:01 PST 2009
On Jan 8, 2009, at 20:44, jeremyhu at macports.org wrote:
> Revision: 45140
> http://trac.macports.org/changeset/45140
> Author: jeremyhu at macports.org
> Date: 2009-01-08 18:44:29 -0800 (Thu, 08 Jan 2009)
> Log Message:
> -----------
> smpeg: Build universal. Ticket #17909
Did you have Markus' permission to do this? If yes, you should so
indicate in the ticket and/or commit message. Otherwise, since the
ticket was just filed 24 hours ago, it looks like you're updating a
port without waiting the prescribed 72 hours for a maintainer response.
> + system "ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool"
You shouldn't use "system" just to make a symlink. There's a Tcl
command for this, and it's simply "ln -s". I fixed it here for you
but please keep it in mind for future updates.
More information about the macports-dev
mailing list