Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 01:50:48 +0900 (JST)
From:      Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33945: [audio] lame update
Message-ID:  <200201161650.BAA07498@mail1.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         33945
>Category:       ports
>Synopsis:       [audio] lame update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 09:00:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Uchikawa
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD singer.tertio.atoll 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Jan 16 01:47:23 JST 2002 yoshiaki@singer.tertio.atoll:/usr/src/sys/i386/compile/CRUSE i386

	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -urN lame37/Makefile lame/Makefile
--- lame37/Makefile	Sun Dec  9 22:41:40 2001
+++ lame/Makefile	Thu Jan 17 01:14:26 2002
@@ -6,35 +6,27 @@
 #
 
 PORTNAME=	lame
-PORTVERSION=	3.70
-PORTREVISION=	2
+PORTVERSION=	3.91
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		ftp://lame.sourceforge.net/pub/
 MASTER_SITE_SUBDIR=	lame
-DISTNAME=	${PORTNAME}${PORTVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	yoshiaki@kt.rim.or.jp
 
 USE_GMAKE=	yes
-WANT_GTK=	yes
-ALL_TARGET=	lame
+HAS_CONFIGURE=  yes
+#WANT_GTK=	yes
+CONFIGURE_ARGS= --prefix=${LOCALBASE}
 
 MAN1=		lame.1
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GTK)
-USE_GTK=	yes
-.endif
-
-do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/lame ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/doc/man/lame.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/lame
-	@${INSTALL_DATA} ${WRKSRC}/doc/html/*.html \
-		${WRKSRC}/doc/html/*.css ${PREFIX}/share/doc/lame
-.endif
+#.if defined(HAVE_GTK)
+#USE_GTK=	yes
+#.endif
 
 .include <bsd.port.post.mk>
diff -urN lame37/distinfo lame/distinfo
--- lame37/distinfo	Sun Oct 29 22:30:39 2000
+++ lame/distinfo	Thu Jan 17 01:10:57 2002
@@ -1 +1 @@
-MD5 (lame3.70.tar.gz) = 44e29880a21535a7c935046a531e15af
+MD5 (lame-3.91.tar.gz) = c09562caa789c946403f6f9661592ee5
diff -urN lame37/files/patch-aa lame/files/patch-aa
--- lame37/files/patch-aa	Mon Jan  8 09:54:30 2001
+++ lame/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,27 +0,0 @@
---- Makefile.orig       Sat Jul  1 15:31:35 2000
-+++ Makefile    Sat Jul  1 15:36:07 2000
-@@ -11,8 +11,8 @@
- 
- # defaults:
- PGM = lame
--CC = gcc
--CC_OPTS =  -O
-+CC ?= gcc
-+CC_OPTS = ${CFLAGS}
- GTK = 
- GTKLIBS = 
- SNDLIB = -DLAMESNDFILE
-@@ -136,8 +136,10 @@
- ##########################################################################
- ifeq ($(UNAME),FreeBSD)
- #  remove if you do not have GTK or do not want the GTK frame analyzer
--   GTK = -DHAVEGTK `gtk12-config --cflags`
--   GTKLIBS = `gtk12-config --libs` 
-+ifdef HAVE_GTK
-+   GTK = -DHAVEGTK `$(GTK_CONFIG) --cflags`
-+   GTKLIBS = `$(GTK_CONFIG) --libs` 
-+endif
- # Comment out next 2 lines if you want to remove VBR histogram capability
-    BRHIST_SWITCH = -DBRHIST
-    LIBTERMCAP = -lncurses
-
diff -urN lame37/files/patch-ab lame/files/patch-ab
--- lame37/files/patch-ab	Thu Jun  8 01:06:47 2000
+++ lame/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- lame.c.orig	Thu Apr 20 01:48:22 2000
-+++ lame.c	Thu Apr 20 01:49:04 2000
-@@ -1196,7 +1196,7 @@
-   /*
-    *  Disable floating point exepctions
-    */
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) && !defined(__alpha__)
- # include <floatingpoint.h>
-   {
-   /* seet floating point mask to the Linux default */
diff -urN lame37/files/trash/patch-aa lame/files/trash/patch-aa
--- lame37/files/trash/patch-aa	Thu Jan  1 09:00:00 1970
+++ lame/files/trash/patch-aa	Wed Jan 16 01:02:38 2002
@@ -0,0 +1,27 @@
+--- Makefile.orig       Sat Jul  1 15:31:35 2000
++++ Makefile    Sat Jul  1 15:36:07 2000
+@@ -11,8 +11,8 @@
+ 
+ # defaults:
+ PGM = lame
+-CC = gcc
+-CC_OPTS =  -O
++CC ?= gcc
++CC_OPTS = ${CFLAGS}
+ GTK = 
+ GTKLIBS = 
+ SNDLIB = -DLAMESNDFILE
+@@ -136,8 +136,10 @@
+ ##########################################################################
+ ifeq ($(UNAME),FreeBSD)
+ #  remove if you do not have GTK or do not want the GTK frame analyzer
+-   GTK = -DHAVEGTK `gtk12-config --cflags`
+-   GTKLIBS = `gtk12-config --libs` 
++ifdef HAVE_GTK
++   GTK = -DHAVEGTK `$(GTK_CONFIG) --cflags`
++   GTKLIBS = `$(GTK_CONFIG) --libs` 
++endif
+ # Comment out next 2 lines if you want to remove VBR histogram capability
+    BRHIST_SWITCH = -DBRHIST
+    LIBTERMCAP = -lncurses
+
diff -urN lame37/files/trash/patch-ab lame/files/trash/patch-ab
--- lame37/files/trash/patch-ab	Thu Jan  1 09:00:00 1970
+++ lame/files/trash/patch-ab	Wed Jan 16 01:02:38 2002
@@ -0,0 +1,11 @@
+--- lame.c.orig	Thu Apr 20 01:48:22 2000
++++ lame.c	Thu Apr 20 01:49:04 2000
+@@ -1196,7 +1196,7 @@
+   /*
+    *  Disable floating point exepctions
+    */
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) && !defined(__alpha__)
+ # include <floatingpoint.h>
+   {
+   /* seet floating point mask to the Linux default */
diff -urN lame37/pkg-plist lame/pkg-plist
--- lame37/pkg-plist	Sun Jul  8 16:25:54 2001
+++ lame/pkg-plist	Thu Jan 17 01:23:51 2002
@@ -1,12 +1,16 @@
 bin/lame
-%%PORTDOCS%%share/doc/lame/contributors.html
-%%PORTDOCS%%share/doc/lame/examples.html
-%%PORTDOCS%%share/doc/lame/history.html
-%%PORTDOCS%%share/doc/lame/id3.html
-%%PORTDOCS%%share/doc/lame/index.html
-%%PORTDOCS%%share/doc/lame/lame.css
-%%PORTDOCS%%share/doc/lame/node5.html
-%%PORTDOCS%%share/doc/lame/node6.html
-%%PORTDOCS%%share/doc/lame/node7.html
-%%PORTDOCS%%share/doc/lame/switchs.html
-%%PORTDOCS%%@dirrm share/doc/lame
+include/lame/lame.h
+lib/libmp3lame.so.0
+lib/libmp3lame.la
+lib/libmp3lame.a
+%%PORTDOCS%%share/doc/lame/html/basic.html
+%%PORTDOCS%%share/doc/lame/html/contributors.html
+%%PORTDOCS%%share/doc/lame/html/examples.html
+%%PORTDOCS%%share/doc/lame/html/history.html
+%%PORTDOCS%%share/doc/lame/html/id3.html
+%%PORTDOCS%%share/doc/lame/html/index.html
+%%PORTDOCS%%share/doc/lame/html/lame.css
+%%PORTDOCS%%share/doc/lame/html/modes.html
+%%PORTDOCS%%share/doc/lame/html/node6.html
+%%PORTDOCS%%share/doc/lame/html/switchs.html
+%%PORTDOCS%%@dirrm share/doc/lame/html



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201161650.BAA07498>