aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-02 22:36:31 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-02 22:36:31 +0000
commitdd56d6d55e72e417ea3587d373496d2fca159128 (patch)
tree0b89b7f9f9daa85490b8e244ca0d0c897e7e412c /audio
parenta1362c08358492bd1937b40022a0d8e40ab7176d (diff)
downloadports-dd56d6d55e72e417ea3587d373496d2fca159128.tar.gz
ports-dd56d6d55e72e417ea3587d373496d2fca159128.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag-devel/Makefile4
-rw-r--r--audio/easytag-devel/distinfo2
-rw-r--r--audio/easytag-devel/files/patch-configure10
-rw-r--r--audio/easytag-devel/files/patch-ltmain.sh12
-rw-r--r--audio/easytag-devel/pkg-plist2
-rw-r--r--audio/easytag/Makefile4
-rw-r--r--audio/easytag/distinfo2
-rw-r--r--audio/easytag/files/patch-configure10
-rw-r--r--audio/easytag/files/patch-ltmain.sh12
-rw-r--r--audio/easytag/pkg-plist2
10 files changed, 30 insertions, 30 deletions
diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile
index 2f31ead87344..2bba06c19ed8 100644
--- a/audio/easytag-devel/Makefile
+++ b/audio/easytag-devel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= easytag
-PORTVERSION= 0.18
+PORTVERSION= 0.19
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@ LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \
vorbis.1:${PORTSDIR}/audio/libvorbis
USE_GTK= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/audio/easytag-devel/distinfo b/audio/easytag-devel/distinfo
index be3ee21a9c92..411e4693d388 100644
--- a/audio/easytag-devel/distinfo
+++ b/audio/easytag-devel/distinfo
@@ -1 +1 @@
-MD5 (easytag-0.18.tar.gz) = 2321877f10b811d5cb0d7f4057c29f26
+MD5 (easytag-0.19.tar.gz) = ec4a97d84facf61ed091500150522c72
diff --git a/audio/easytag-devel/files/patch-configure b/audio/easytag-devel/files/patch-configure
new file mode 100644
index 000000000000..b7df7145b2f1
--- /dev/null
+++ b/audio/easytag-devel/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Tue Apr 23 01:10:34 2002
++++ configure Sun Apr 28 17:39:02 2002
+@@ -5195,6 +5195,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'
diff --git a/audio/easytag-devel/files/patch-ltmain.sh b/audio/easytag-devel/files/patch-ltmain.sh
deleted file mode 100644
index 7b3e14b8b30f..000000000000
--- a/audio/easytag-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- ltmain.sh.orig Sun Mar 3 07:38:00 2002
-+++ ltmain.sh Fri Mar 8 01:58:58 2002
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
diff --git a/audio/easytag-devel/pkg-plist b/audio/easytag-devel/pkg-plist
index 7ea4a59c915f..a478f2c27492 100644
--- a/audio/easytag-devel/pkg-plist
+++ b/audio/easytag-devel/pkg-plist
@@ -1,6 +1,8 @@
bin/easytag
share/easytag/EasyTAG_logo.xpm
+share/locale/cs/LC_MESSAGES/easytag.mo
share/locale/de/LC_MESSAGES/easytag.mo
+share/locale/es/LC_MESSAGES/easytag.mo
share/locale/fr/LC_MESSAGES/easytag.mo
share/locale/hu/LC_MESSAGES/easytag.mo
share/locale/it/LC_MESSAGES/easytag.mo
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 2f31ead87344..2bba06c19ed8 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= easytag
-PORTVERSION= 0.18
+PORTVERSION= 0.19
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@ LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \
vorbis.1:${PORTSDIR}/audio/libvorbis
USE_GTK= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo
index be3ee21a9c92..411e4693d388 100644
--- a/audio/easytag/distinfo
+++ b/audio/easytag/distinfo
@@ -1 +1 @@
-MD5 (easytag-0.18.tar.gz) = 2321877f10b811d5cb0d7f4057c29f26
+MD5 (easytag-0.19.tar.gz) = ec4a97d84facf61ed091500150522c72
diff --git a/audio/easytag/files/patch-configure b/audio/easytag/files/patch-configure
new file mode 100644
index 000000000000..b7df7145b2f1
--- /dev/null
+++ b/audio/easytag/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Tue Apr 23 01:10:34 2002
++++ configure Sun Apr 28 17:39:02 2002
+@@ -5195,6 +5195,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'
diff --git a/audio/easytag/files/patch-ltmain.sh b/audio/easytag/files/patch-ltmain.sh
deleted file mode 100644
index 7b3e14b8b30f..000000000000
--- a/audio/easytag/files/patch-ltmain.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- ltmain.sh.orig Sun Mar 3 07:38:00 2002
-+++ ltmain.sh Fri Mar 8 01:58:58 2002
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
diff --git a/audio/easytag/pkg-plist b/audio/easytag/pkg-plist
index 7ea4a59c915f..a478f2c27492 100644
--- a/audio/easytag/pkg-plist
+++ b/audio/easytag/pkg-plist
@@ -1,6 +1,8 @@
bin/easytag
share/easytag/EasyTAG_logo.xpm
+share/locale/cs/LC_MESSAGES/easytag.mo
share/locale/de/LC_MESSAGES/easytag.mo
+share/locale/es/LC_MESSAGES/easytag.mo
share/locale/fr/LC_MESSAGES/easytag.mo
share/locale/hu/LC_MESSAGES/easytag.mo
share/locale/it/LC_MESSAGES/easytag.mo