Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 12:41:50 +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: r407622 - in head/editors/bitedit: . files
Message-ID:  <201601311241.u0VCfo3q048463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jan 31 12:41:50 2016
New Revision: 407622
URL: https://svnweb.freebsd.org/changeset/ports/407622

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

Modified:
  head/editors/bitedit/Makefile
  head/editors/bitedit/files/patch-Makefile

Modified: head/editors/bitedit/Makefile
==============================================================================
--- head/editors/bitedit/Makefile	Sun Jan 31 12:35:36 2016	(r407621)
+++ head/editors/bitedit/Makefile	Sun Jan 31 12:41:50 2016	(r407622)
@@ -11,6 +11,7 @@ COMMENT=	Bitedit is a simple ncurses pro
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 MAKE_ARGS=	CFLAGS="${CFLAGS} -DVERSION=\\\"${PORTVERSION}\\\""
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}

Modified: head/editors/bitedit/files/patch-Makefile
==============================================================================
--- head/editors/bitedit/files/patch-Makefile	Sun Jan 31 12:35:36 2016	(r407621)
+++ head/editors/bitedit/files/patch-Makefile	Sun Jan 31 12:41:50 2016	(r407622)
@@ -1,13 +1,13 @@
---- ./Makefile.orig	2003-05-27 14:23:25.000000000 +0200
-+++ ./Makefile	2014-02-19 13:50:29.293943342 +0100
-@@ -9,8 +9,8 @@
+--- Makefile.orig	2003-05-27 12:23:25 UTC
++++ Makefile
+@@ -9,8 +9,8 @@ VERSION=0.9.4
  DISTFILE=bitedit-$(VERSION).tar.gz
  
  DEFINES=-DVERSION=\"$(VERSION)\"
 -CFLAGS=-g -Wall $(DEFINES) 
 -LD=$(CC) -g -Wall
 +CFLAGS+=-Wall $(DEFINES) 
-+LD=$(CC) -Wall
++LD=$(CC) -Wall $(LDFLAGS)
  
  
  all: $(TARGETS)



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