View | Details | Raw Unified | Return to bug 37682
Collapse All | Expand All

(-)audio/easytag/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	easytag
9
PORTNAME=	easytag
10
PORTVERSION=	0.18
10
PORTVERSION=	0.19
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 18-24 Link Here
18
		vorbis.1:${PORTSDIR}/audio/libvorbis
18
		vorbis.1:${PORTSDIR}/audio/libvorbis
19
19
20
USE_GTK=	yes
20
USE_GTK=	yes
21
GNU_CONFIGURE=	yes
21
USE_LIBTOOL=	yes
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
23
		LDFLAGS="-L${LOCALBASE}/lib"
24
24
(-)audio/easytag/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (easytag-0.18.tar.gz) = 2321877f10b811d5cb0d7f4057c29f26
1
MD5 (easytag-0.19.tar.gz) = ec4a97d84facf61ed091500150522c72
(-)audio/easytag/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Tue Apr 23 01:10:34 2002
2
+++ configure	Sun Apr 28 17:39:02 2002
3
@@ -5195,6 +5195,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)audio/easytag/files/patch-ltmain.sh (-12 lines)
Lines 1-12 Link Here
1
--- ltmain.sh.orig	Sun Mar  3 07:38:00 2002
2
+++ ltmain.sh	Fri Mar  8 01:58:58 2002
3
@@ -2408,6 +2408,9 @@
4
 	  *-*-netbsd*)
5
 	    # Don't link with libc until the a.out ld.so is fixed.
6
 	    ;;
7
+	  *-*-freebsd*)
8
+	    # FreeBSD doesn't need this...
9
+	    ;;
10
 	  *)
11
 	    # Add libc to deplibs on all other systems if necessary.
12
 	    if test "$build_libtool_need_lc" = "yes"; then
(-)audio/easytag/pkg-plist (+2 lines)
Lines 1-6 Link Here
1
bin/easytag
1
bin/easytag
2
share/easytag/EasyTAG_logo.xpm
2
share/easytag/EasyTAG_logo.xpm
3
share/locale/cs/LC_MESSAGES/easytag.mo
3
share/locale/de/LC_MESSAGES/easytag.mo
4
share/locale/de/LC_MESSAGES/easytag.mo
5
share/locale/es/LC_MESSAGES/easytag.mo
4
share/locale/fr/LC_MESSAGES/easytag.mo
6
share/locale/fr/LC_MESSAGES/easytag.mo
5
share/locale/hu/LC_MESSAGES/easytag.mo
7
share/locale/hu/LC_MESSAGES/easytag.mo
6
share/locale/it/LC_MESSAGES/easytag.mo
8
share/locale/it/LC_MESSAGES/easytag.mo

Return to bug 37682