pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vcflib: Clean up
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Fri Mar 30 12:52:19 2018 -0500
Changeset: e92d986c18a1c4a061b0937da7868226c8f34da1
Modified Files:
vcflib/Makefile
Removed Files:
vcflib/TODO
Log Message:
vcflib: Clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e92d986c18a1c4a061b0937da7868226c8f34da1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vcflib/Makefile | 25 +++++--------------------
vcflib/TODO | 1 -
2 files changed, 5 insertions(+), 21 deletions(-)
diffs:
diff --git a/vcflib/Makefile b/vcflib/Makefile
index 8ca6d44c23..7256a767f7 100644
--- a/vcflib/Makefile
+++ b/vcflib/Makefile
@@ -14,22 +14,8 @@ HOMEPAGE= https://github.com/vcflib/vcflib
COMMENT= C++ library and CLI tools for parsing and manipulating VCF files
LICENSE= mit
-# Test and change if necessary.
-# MAKE_JOBS_SAFE= no
-
-# Just assuming C and C++: Adjust this!
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
-# FreeBSD's SHEBANG_FILES may include bash, perl, python, etc.
-# I don't know which is which, so you'll have to finish.
-# Add bash, etc. to USE_TOOLS if used below.
-#
-# REPLACE_SH=
-# REPLACE_BASH=
-# REPLACE_CSH=
-# REPLACE_KSH=
-# REPLACE_PERL=
-# REPLACE_PYTHON=
pre-configure:
${CP} ${FILESDIR}/Makefile.external-libs ${WRKSRC}
@@ -49,16 +35,15 @@ INSTALL_TARGET= install-strip
PORTVERSION= 0.0.0.20180208
-#SUBST_CLASSES+= ldflags
-#SUBST_FILES.ldflags= ${WRKSRC}/Makefile.external-libs
-#SUBST_STAGE.ldflags= post-patch
-#SUBST_SED.ldflags= -e "s|LDFLAGS =|LDFLAGS = ${COMPILER_RPATH_FLAG}${PREFIX}/lib|g"
+SUBST_CLASSES+= ldflags
+SUBST_FILES.ldflags= ${WRKSRC}/Makefile.external-libs
+SUBST_STAGE.ldflags= post-patch
+SUBST_SED.ldflags= -e "s|LDFLAGS =|LDFLAGS = ${COMPILER_RPATH_FLAG}${PREFIX}/lib|g"
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib
-#MAKE_FLAGS= LIB_PATH+=${COMPILER_RPATH_FLAG}${PREFIX}/lib
+MAKE_FLAGS= LIB_PATH+=${COMPILER_RPATH_FLAG}${PREFIX}/lib
-# Sets OPSYS, OS_VERSION, MACHINE_ARCH, etc..
.include "../../mk/bsd.prefs.mk"
# GCC disables sse2 by default on i386, but it's required for vcflib
diff --git a/vcflib/TODO b/vcflib/TODO
deleted file mode 100644
index b687356e6b..0000000000
--- a/vcflib/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Clean up and test
Home |
Main Index |
Thread Index |
Old Index