Date: Sun, 31 Jan 2016 14:09:27 +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: r407640 - in head/audio/rexima: . files Message-ID: <201601311409.u0VE9R65074729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311409.u0VE9R65074729>