svn commit: r308366 - head/audio/mp3info/files

Kevin Lo kevlo at FreeBSD.org
Thu Dec 6 06:03:26 UTC 2012


Author: kevlo
Date: Thu Dec  6 06:03:25 2012
New Revision: 308366
URL: http://svnweb.freebsd.org/changeset/ports/308366

Log:
  Respect CC and CFLAGS.
  Maintainer timed out.
  
  Feature safe:	yes
  
  PR:	ports/174009

Added:
  head/audio/mp3info/files/
  head/audio/mp3info/files/patch-Makefile   (contents, props changed)

Added: head/audio/mp3info/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mp3info/files/patch-Makefile	Thu Dec  6 06:03:25 2012	(r308366)
@@ -0,0 +1,12 @@
+--- Makefile.orig      2012-11-30 13:59:48.000000000 +0800
++++ Makefile   2012-11-30 14:00:09.000000000 +0800
+@@ -44,8 +44,8 @@
+ STRIP = strip
+ 
+ LIBS = -lncurses
+-CC = gcc
+-CFLAGS = -g -O2 -Wall
++CC ?= cc
++CFLAGS ?= -O -pipe
+ 
+ all: mp3info gmp3info doc


More information about the svn-ports-all mailing list