diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-02 22:36:31 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-02 22:36:31 +0000 |
commit | dd56d6d55e72e417ea3587d373496d2fca159128 (patch) | |
tree | 0b89b7f9f9daa85490b8e244ca0d0c897e7e412c /audio/easytag-devel | |
parent | a1362c08358492bd1937b40022a0d8e40ab7176d (diff) | |
download | ports-dd56d6d55e72e417ea3587d373496d2fca159128.tar.gz ports-dd56d6d55e72e417ea3587d373496d2fca159128.zip |
Notes
Diffstat (limited to 'audio/easytag-devel')
-rw-r--r-- | audio/easytag-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/easytag-devel/distinfo | 2 | ||||
-rw-r--r-- | audio/easytag-devel/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/easytag-devel/files/patch-ltmain.sh | 12 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-plist | 2 |
5 files changed, 15 insertions, 15 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 |