pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q1]: pkgsrc/pkgtools/pkg_comp Pullup ticket #5371 - reques...
details: https://anonhg.NetBSD.org/pkgsrc/rev/63f196e0a855
branches: pkgsrc-2017Q1
changeset: 360337:63f196e0a855
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon May 01 09:08:57 2017 +0000
description:
Pullup ticket #5371 - requested by sevan
pkgtools/pkg_comp: build fix
Revisions pulled up:
- pkgtools/pkg_comp/Makefile 1.59
---
Module Name: pkgsrc
Committed By: jmmv
Date: Wed Apr 26 00:48:14 UTC 2017
Modified Files:
pkgsrc/pkgtools/pkg_comp: Makefile
Log Message:
Fix sysconfdir settings for pkg_comp.
This allows the default configuration in pkg_comp to properly find the
default configuration of sandboxctl.
Bump PKGREVISION to 1.
diffstat:
pkgtools/pkg_comp/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 3a063688c3f8 -r 63f196e0a855 pkgtools/pkg_comp/Makefile
--- a/pkgtools/pkg_comp/Makefile Mon May 01 09:07:44 2017 +0000
+++ b/pkgtools/pkg_comp/Makefile Mon May 01 09:08:57 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2017/02/20 11:15:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.58.2.1 2017/05/01 09:08:57 bsiegert Exp $
DISTNAME= pkg_comp-2.0
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=jmmv/}pkg_comp/releases/download/pkg_comp-2.0/
@@ -16,8 +17,8 @@
USE_TOOLS= pkg-config
PKG_SYSCONFSUBDIR= pkg_comp
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= PKG_COMP_CONFSUBDIR=
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+= PKG_COMP_CONFSUBDIR=${PKG_SYSCONFSUBDIR}
CONFIGURE_ARGS+= SANDBOXCTL=${PREFIX}/sbin/sandboxctl
INSTALL_MAKE_FLAGS+= pkg_comp_confdir=${EGDIR}
EGDIR= ${PREFIX}/share/examples/pkg_comp
Home |
Main Index |
Thread Index |
Old Index