diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-16 21:45:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-16 21:45:23 +0000 |
commit | 5d8982334f034b1841ffcfd342d9b55232a3f61f (patch) | |
tree | 10c291ed58507bf67a3e22432eadcacef475f949 | |
parent | 1d698f21a57f54452de05bd49da6dbafc855b72c (diff) |
Notes
-rw-r--r-- | audio/sweep/Makefile | 10 | ||||
-rw-r--r-- | audio/sweep/distinfo | 4 | ||||
-rw-r--r-- | audio/sweep/files/patch-configure | 19 | ||||
-rw-r--r-- | audio/sweep/pkg-plist | 1 |
4 files changed, 7 insertions, 27 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 44d37a186571..504e2eccb71a 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sweep -PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTVERSION= 0.8.4 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,13 +18,12 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ vorbis.3:${PORTSDIR}/audio/libvorbis \ speex.3:${PORTSDIR}/audio/speex \ - mad.2:${PORTSDIR}/audio/mad \ - tdb.1:${PORTSDIR}/databases/tdb + mad.2:${PORTSDIR}/audio/mad USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gtk12 USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_GNOME= gnomeprefix gnomehier gnomehack gnometarget gtk12 +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo index 07e3b7df03fd..b17c868a3035 100644 --- a/audio/sweep/distinfo +++ b/audio/sweep/distinfo @@ -1,2 +1,2 @@ -MD5 (sweep-0.8.3.tar.gz) = 2b9ee0529c666f80b362aeefae28b891 -SIZE (sweep-0.8.3.tar.gz) = 1014539 +MD5 (sweep-0.8.4.tar.gz) = ca51425057c040cbce807d1b2c2433d9 +SIZE (sweep-0.8.4.tar.gz) = 1163931 diff --git a/audio/sweep/files/patch-configure b/audio/sweep/files/patch-configure deleted file mode 100644 index 0c0749718d20..000000000000 --- a/audio/sweep/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Fri Apr 30 10:05:34 2004 -+++ configure Fri Apr 30 10:06:30 2004 -@@ -19129,6 +19129,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -19566,7 +19567,7 @@ - done - - --ALL_LINGUAS="de el es_ES fr hu it pl ru en_AU" -+ALL_LINGUAS="de el es_ES fr hu it pl ru" - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. - set dummy ${ac_tool_prefix}ranlib; ac_word=$2 diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index 26d00a400f72..d685cd286676 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -20,6 +20,7 @@ share/gnome/pixmaps/sweep.png share/gnome/sweep/sweep_logo.ppm share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo +share/locale/en_AU/LC_MESSAGES/sweep.mo share/locale/es_ES/LC_MESSAGES/sweep.mo share/locale/fr/LC_MESSAGES/sweep.mo share/locale/hu/LC_MESSAGES/sweep.mo |