pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sic,st,surf,vimb: get rid of NO_CONFIGURE.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Jan 16 13:11:49 2016 +0100
Changeset:	d110cd2028a85d7f1c0c3a5ed27081948cffa8d0

Modified Files:
	sic/Makefile
	st/Makefile
	surf/Makefile
	vimb/Makefile

Log Message:
sic,st,surf,vimb: get rid of NO_CONFIGURE.

Apart the NO(t)_very-nice ``NO'' prefix NO_CONFIGURE is rarely needed and more
often it can be harmful (e.g. REPLACE_* ignored). If a package does not have a
configure script, it will neither have a GNU_CONFIGURE nor HAS_CONFIGURE, that's
all needed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d110cd2028a85d7f1c0c3a5ed27081948cffa8d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sic/Makefile  | 2 --
 st/Makefile   | 2 --
 surf/Makefile | 1 -
 vimb/Makefile | 1 -
 4 files changed, 6 deletions(-)

diffs:
diff --git a/sic/Makefile b/sic/Makefile
index 32bbc4a..d0c7c0a 100644
--- a/sic/Makefile
+++ b/sic/Makefile
@@ -11,8 +11,6 @@ LICENSE=	mit
 
 MAKE_JOBS_SAFE=	no
 
-NO_CONFIGURE=	yes
-
 # Adjust config.mk
 SUBST_CLASSES+=		configmk
 SUBST_STAGE.configmk=	pre-build
diff --git a/st/Makefile b/st/Makefile
index 63a1170..aaef4c0 100644
--- a/st/Makefile
+++ b/st/Makefile
@@ -11,8 +11,6 @@ LICENSE=	mit
 
 MAKE_JOBS_SAFE=	no
 
-NO_CONFIGURE=	yes
-
 # Adjust config.mk and Makefile
 SUBST_CLASSES+=		configdefh configmk makefile
 SUBST_STAGE.configdefh=	pre-build
diff --git a/surf/Makefile b/surf/Makefile
index d493a7f..29a5588 100644
--- a/surf/Makefile
+++ b/surf/Makefile
@@ -11,7 +11,6 @@ LICENSE=	mit
 
 MAKE_JOBS_SAFE=	no
 
-NO_CONFIGURE=		yes
 USE_TOOLS+=		pkg-config
 
 # Adjust config.mk
diff --git a/vimb/Makefile b/vimb/Makefile
index 09c7dbb..e2ca776 100644
--- a/vimb/Makefile
+++ b/vimb/Makefile
@@ -9,7 +9,6 @@ HOMEPAGE=	http://fanglingsu.github.io/vimb/
 COMMENT=	Vim-like webkit browser
 LICENSE=	gnu-gpl-v3
 
-NO_CONFIGURE=	yes
 USE_TOOLS+=	gmake pkg-config
 
 CFLAGS.NetBSD+=	-D_NETBSD_SOURCE	# needed for LOCK_* macros in <fcntl.h>


Home | Main Index | Thread Index | Old Index