svn commit: r407640 - in head/audio/rexima: . files

John Marino marino at FreeBSD.org
Sun Jan 31 14:09:29 UTC 2016


Author: marino
Date: Sun Jan 31 14:09:27 2016
New Revision: 407640
URL: https://svnweb.freebsd.org/changeset/ports/407640

Log:
  audio/rexima: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  approved by:	infrastructure blanket

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

Modified: head/audio/rexima/Makefile
==============================================================================
--- head/audio/rexima/Makefile	Sun Jan 31 14:02:24 2016	(r407639)
+++ head/audio/rexima/Makefile	Sun Jan 31 14:09:27 2016	(r407640)
@@ -11,6 +11,7 @@ COMMENT=	ncurses-based console mixer
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 PLIST_FILES=	bin/rexima man/man1/rexima.1.gz
 
 .include <bsd.port.mk>

Modified: head/audio/rexima/files/patch-Makefile
==============================================================================
--- head/audio/rexima/files/patch-Makefile	Sun Jan 31 14:02:24 2016	(r407639)
+++ head/audio/rexima/files/patch-Makefile	Sun Jan 31 14:09:27 2016	(r407640)
@@ -1,5 +1,5 @@
---- Makefile.orig	2003-06-30 14:45:27.000000000 +0200
-+++ Makefile	2014-02-16 12:01:21.454847187 +0100
+--- Makefile.orig	2003-06-30 12:45:27 UTC
++++ Makefile
 @@ -1,13 +1,12 @@
  # Makefile - makefile for rexima
  
@@ -16,8 +16,12 @@
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man/man1
  
-@@ -20,11 +19,11 @@
- 	$(CC) $(CFLAGS) -o rexima rexima.o -lncurses
+@@ -17,14 +16,14 @@ MANDIR=$(PREFIX)/man/man1
+ all: rexima
+ 
+ rexima: rexima.o
+-	$(CC) $(CFLAGS) -o rexima rexima.o -lncurses
++	$(CC) $(CFLAGS) -o rexima rexima.o $(LDFLAGS) -lncurses
  
  installdirs:
 -	/bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR)


More information about the svn-ports-all mailing list