[25842] trunk/dports/audio/esound/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Jun 3 22:21:07 PDT 2007
Then you should correct your log message by typing:
$ svn propedit --revprop -r 25842 svn:log https://svn.macosforge.org/
repository/macports/trunk
And, again, to the powers that be, we need a post-revprop-change
hook, in addition to the existing post-commit hook, to send email to
macports-changes when someone changes a revision property.
On Jun 3, 2007, at 09:32, Randall Wood wrote:
> Forgot to mention a whitespace change in the patchfiles list
> unrelated to any other changes. Sorry about that.
>
>
> On Jun 3, 2007, at 09:20, source_changes at macosforge.org wrote:
>
>> Revision: 25842
>> http://trac.macosforge.org/projects/macports/changeset/
>> 25842
>> Author: rhwood at macports.org
>> Date: 2007-06-03 07:20:41 -0700 (Sun, 03 Jun 2007)
>>
>> Log Message:
>> -----------
>> Upgrade to version 0.2.38
>> Add md5 and rmd160 checksums
>> Claim maintainership
>> Change dependencies into port:-style dependencies
>> Add some dependencies based on trace output (and then accidentally
>> delete my logs so that I don't get all of the dependencies)
>> Add explicit --enable-local-sound configure argument
>> Fix variant puredarwin to account for --enable-local-sound (should
>> this variant be a platform statement instead?)
>> Comment out pre-configure commands since they don't seem to have
>> any effect (please correct me if I'm wrong)
>>
>> Modified Paths:
>> --------------
>> trunk/dports/audio/esound/Portfile
>>
>> Modified: trunk/dports/audio/esound/Portfile
>> ===================================================================
>> --- trunk/dports/audio/esound/Portfile 2007-06-03 14:18:20 UTC
>> (rev 25841)
>> +++ trunk/dports/audio/esound/Portfile 2007-06-03 14:20:41 UTC
>> (rev 25842)
>> @@ -2,25 +2,35 @@
>>
>> PortSystem 1.0
>> name esound
>> -version 0.2.37
>> +version 0.2.38
>> revision 1
>> categories audio
>> -maintainers nomaintainer at macports.org
>> +maintainers rhwood at macports.org openmaintainer at macports.org
>> description Enlightened Sound Daemon
>> homepage http://www.tux.org/~ricdude/EsounD.html
>> platforms darwin
>> master_sites gnome:sources/esound/0.2
>> use_autoconf yes
>> use_bzip2 yes
>> -depends_lib lib:audiofile.0:audiofile
>> -depends_build path:${prefix}/bin/aclocal:automake \
>> - path:${prefix}/bin/glibtool:libtool
>> -checksums sha1 f5fd4a138598b01471907cd758077513c45a0dc4
>> -configure.args --enable-ipv6 --with-audiofile
>> -patchfiles patch-esd.conf patch-esd_config.c
>> +depends_lib port:audiofile
>> +checksums sha1 29133b0acd17ddac10c3a6769afa40a7cb596c91 \
>> + md5 1c48c100b450d617b58dacb59837d34f \
>> + rmd160 d12605bcd24b697a5525b0e266d2bbca43edea32
>> +configure.args \
>> + --enable-ipv6 \
>> + --with-audiofile \
>> + --enable-local-sound
>> +patchfiles \
>> + patch-esd.conf \
>> + patch-esd_config.c
>> +build_depends \
>> + port:autoconf \
>> + port:perl5.8 \
>> + port:pkgconfig
>>
>> variant puredarwin {
>> - configure.args-append --disable-local-sound
>> + configure.args-delete --enable-local-sound
>> + configure.args-append --disable-local-sound
>> }
>>
>> long_description EsounD, the Enlightened Sound Daemon, is a server \
>> @@ -30,9 +40,7 @@
>> sound-related event from ICQ, the two applications won't \
>> have to jockey for the use of your sound card.
>>
>> -pre-configure { cd ${worksrcpath}
>> - system "env LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -
>> vif"
>> - }
>> +#pre-configure { cd ${worksrcpath}
>> +# system "env LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -
>> vif"
>> +# }
>>
>> -
>> -
>>
>> _______________________________________________
>> macports-changes mailing list
>> macports-changes at lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo/macports-changes
>
More information about the macports-dev
mailing list