Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 18:16:58 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420729 - in head/audio/mp3info: . files
Message-ID:  <201608231816.u7NIGw0K000463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug 23 18:16:58 2016
New Revision: 420729
URL: https://svnweb.freebsd.org/changeset/ports/420729

Log:
  audio/mp3info: document and fix ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/audio/mp3info/Makefile
  head/audio/mp3info/files/patch-Makefile

Modified: head/audio/mp3info/Makefile
==============================================================================
--- head/audio/mp3info/Makefile	Tue Aug 23 18:09:23 2016	(r420728)
+++ head/audio/mp3info/Makefile	Tue Aug 23 18:16:58 2016	(r420729)
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=	GTK2 DOCS
 GTK2_DESC=	Enable to have the gmp3info
 
 ALL_TARGET=	mp3info
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 
 PLIST_FILES=	bin/mp3info man/man1/mp3info.1.gz
 PORTDOCS=	ChangeLog README mp3info.txt

Modified: head/audio/mp3info/files/patch-Makefile
==============================================================================
--- head/audio/mp3info/files/patch-Makefile	Tue Aug 23 18:09:23 2016	(r420728)
+++ head/audio/mp3info/files/patch-Makefile	Tue Aug 23 18:16:58 2016	(r420729)
@@ -1,11 +1,13 @@
 --- Makefile.orig	2006-11-10 00:14:11 UTC
 +++ Makefile
-@@ -44,8 +44,8 @@ INSTALL = /usr/bin/install -c
+@@ -43,9 +43,9 @@ RM = /bin/rm
+ INSTALL = /usr/bin/install -c
  STRIP = strip
  
- LIBS = -lncurses
+-LIBS = -lncurses
 -CC = gcc
 -CFLAGS = -g -O2 -Wall
++LIBS = $(LDFLAGS) -lncurses
 +CC ?= cc
 +CFLAGS ?= -O -pipe
  



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