most recent changes, diff for audiofile
Index: audio/audiofile/Portfile
--- audio/audiofile/Portfile (revision 41305)
+++ audio/audiofile/Portfile (revision 41306)
@@ -21,6 +21,8 @@
sha1 94a6ab8e5122bc1971cf186e5a52d032811c9bc5 \
rmd160 b61fbc856768a5838ca5c0fad602f35205e8d037
+depends_build port:libtool
+
patchfiles patch-audiofile.m4.diff
configure.ccache no
@@ -35,5 +37,12 @@
COPYING.GPL ChangeLog NEWS NOTES README TODO ${destroot}${docdir}
}
+post-configure {
+ if {[variant_isset universal]} {
+ file delete ${worksrcpath}/libtool
+ file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
+ }
+}
+
livecheck.check regex
livecheck.regex {Version (\d+(?:\.\d+)*)}