pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pike8.0: needed a few minor cleanups to be pkglint clean
Module Name: pkgsrc-wip
Committed By: H William Welliver <william%welliver.org@localhost>
Pushed By: hww3
Date: Thu Jan 28 17:28:47 2021 -0500
Changeset: f0295336d80773eb7c467887a0de1a9bdb128128
Modified Files:
pike8.0/Makefile
pike8.0/builtin_module.mk
Log Message:
pike8.0: needed a few minor cleanups to be pkglint clean
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f0295336d80773eb7c467887a0de1a9bdb128128
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pike8.0/Makefile | 3 ---
pike8.0/builtin_module.mk | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diffs:
diff --git a/pike8.0/Makefile b/pike8.0/Makefile
index ca84f02f43..720a3dc594 100644
--- a/pike8.0/Makefile
+++ b/pike8.0/Makefile
@@ -9,8 +9,6 @@ DISTNAME= Pike-v${PIKE_VERSION}
CATEGORIES= lang
MASTER_SITES= http://pike.lysator.liu.se/pub/pike/${PIKE_RELEASE_TYPE}/${PIKE_VERSION}/
LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1
-#LICENSE+= gnu-lgpl-v2.1
-#LICENSE+= mpl-v1.1
MAINTAINER= william%welliver.org@localhost
HOMEPAGE= https://pike.lysator.liu.se/
COMMENT= Dynamic language with a syntax similar to Java and C
@@ -25,7 +23,6 @@ BUILD_DEPENDS+= pkg_alternatives-[0-9]*:../../pkgtools/pkg_alternatives
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= src/configure
-#CONFIGURE_ARGS+= --without-machine-code
CFLAGS+= -O
BUILD_MAKE_FLAGS+=
USE_TOOLS+= gmake
diff --git a/pike8.0/builtin_module.mk b/pike8.0/builtin_module.mk
index 605e37040f..76d6cf4091 100644
--- a/pike8.0/builtin_module.mk
+++ b/pike8.0/builtin_module.mk
@@ -50,7 +50,7 @@ SHARED_DOCS_LOC= ${PREFIX}/share/doc/${NAME}
PIKE_MODULE_SRC= src/${MODULE_TYPE}s/${INTERNAL_MODULENAME}
PIKE_MODULE_OVERLAPPING_FILES=
-SYSTEM_MODULE_PATH!= pike${PIKEVERSUFFIX} -x module --query=system_module_path
+SYSTEM_MODULE_PATH!= pike${PIKEVERSUFFIX} -x module --query=system_module_path # we should execute this once per run, not per evaluation
SYSTEM_DOC_PATH= ${PREFIX}/share/pike${PIKEVERSUFFIX}/refdoc
EXTRACT_ELEMENTS+= ${DISTNAME}/src/${MODULE_TYPE}s/${INTERNAL_MODULENAME} \
Home |
Main Index |
Thread Index |
Old Index