Forgot to mention a whitespace change in the patchfiles list unrelated to any other changes. Sorry about that. On 3 Jun 2007, at 10:20, source_changes@macosforge.org wrote:
Revision 25842 Author rhwood@macports.org Date 2007-06-03 07:20:41 -0700 (Sun, 03 Jun 2007) Log MessageUpgrade 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 Diff Modified: trunk/dports/audio/esound/Portfile (25841 => 25842)--- 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@macports.org +maintainers rhwood@macports.org openmaintainer@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@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-changes
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."