Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.631 2015/03/13 15:59:08 taca Exp $
# $NetBSD: Makefile,v 1.635 2015/06/11 12:22:56 abs Exp $
#
COMMENT= System utilities
@@ -381,6 +381,7 @@ SUBDIR+= p5-UPS-Nut
SUBDIR+= p5-Unix-ConfigFile
SUBDIR+= p5-Unix-Statgrab
SUBDIR+= p5-Unix-Syslog
SUBDIR+= p5-collectd
SUBDIR+= pciutils
SUBDIR+= pcmanfm
SUBDIR+= pcvt-utils
@@ -399,7 +400,9 @@ SUBDIR+= pstree
SUBDIR+= puppet
SUBDIR+= pv
SUBDIR+= pwgen
SUBDIR+= py-attic
SUBDIR+= py-augeas
SUBDIR+= py-collectd
SUBDIR+= py-dbus
SUBDIR+= py-gnome-menus
SUBDIR+= py-kazoo
@@ -415,6 +418,7 @@ SUBDIR+= qlogtools
SUBDIR+= radeontool
SUBDIR+= radmind
SUBDIR+= rconfig
SUBDIR+= rdfind
SUBDIR+= rdiff-backup
SUBDIR+= rename
SUBDIR+= rfstool
@@ -601,11 +605,14 @@ SUBDIR+= xfce4-cpugraph-plugin
SUBDIR+= xfce4-diskperf-plugin
SUBDIR+= xfce4-fsguard-plugin
SUBDIR+= xfce4-genmon-plugin
SUBDIR+= xfce4-mount-plugin
SUBDIR+= xfce4-netload-plugin
SUBDIR+= xfce4-quicklauncher-plugin
SUBDIR+= xfce4-systemload-plugin
SUBDIR+= xfce4-taskmanager
SUBDIR+= xfce4-thunar
SUBDIR+= xfce4-volman
SUBDIR+= xfce4-thunar-vcs
SUBDIR+= xfce4-verve-plugin
SUBDIR+= xfce4-xarchiver
SUBDIR+= xfce4-xkb-plugin
SUBDIR+= xfe

View File

@@ -4,4 +4,7 @@ managing hardware and events. The following utilities are provided:
* ASL Compiler & Disassembler
* ACPI Simulator (AcpiExec)
* ACPI Table Extractor
* ACPI Table Extractor (AcpiXtract)
* ACPI Help (AcpiHelp)
* ACPI Source Code Converter (AcpiSrc)
* ACPI Example Namespace Dump (AcpiNames)

View File

@@ -1,53 +1,54 @@
# $NetBSD: Makefile,v 1.8 2014/10/09 14:06:56 wiz Exp $
# $NetBSD: Makefile,v 1.9 2015/04/16 14:21:01 wiz Exp $
#
DISTNAME= acpica-unix-${ACPICA_UTILS_VERSION}
PKGNAME= acpica-utils-${ACPICA_UTILS_VERSION}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.acpica.org/download/
DISTNAME= acpica-unix2-20150410
PKGNAME= ${DISTNAME:S/-unix2-/-utils-/}
CATEGORIES= sysutils devel
MASTER_SITES= https://acpica.org/sites/acpica/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.acpica.org/
COMMENT= Intel ACPI CA Unix utilities
LICENSE= modified-bsd OR gnu-gpl-v2
ACPICA_UTILS_VERSION= 20090625
TESTS_DISTNAME= ${DISTNAME:S/acpica-unix2-/acpitests-unix-/}
DISTFILES= ${DEFAULT_DISTFILES}
DISTFILES+= ${TESTS_DISTNAME}${EXTRACT_SUFX}
INSTALLATION_DIRS= bin share/doc/acpica-utils
USE_TOOLS+= bison flex gm4 gmake bash
USE_TOOLS+= bison flex gm4 gmake
REPLACE_BASH+= tests/aapits/bin/aapitsrun
REPLACE_BASH+= tests/aapits/bin/cadir
REPLACE_BASH+= tests/aapits/bin/run1
REPLACE_BASH+= tests/aslts.sh
REPLACE_BASH+= tests/aslts/bin/Do
REPLACE_BASH+= tests/aslts/bin/asltsdiffres
REPLACE_BASH+= tests/aslts/bin/asltsrun
REPLACE_BASH+= tests/aslts/bin/bugstate/bdemosconc
REPLACE_BASH+= tests/aslts/bin/bugstate/bdemossum
REPLACE_BASH+= tests/aslts/bin/bugstate/bdemostabs
REPLACE_BASH+= tests/aslts/bin/bugstate/parsebuglist
REPLACE_BASH+= tests/aslts/bin/common
REPLACE_BASH+= tests/aslts/bin/diffproc
REPLACE_BASH+= tests/aslts/bin/settings
REPLACE_BASH+= tests/templates/templates.sh
LICENSE= gnu-gpl-v2 # OR intel-acpica-license
# According to http://www.acpica.org/documentation/faq.php:
# "Under what licensing is the ACPICA source released?
# ACPICA can be licensed under the GNU General Public License or via a
# separate license that may be more favorable to commercial OSVs. Please
# see the source code license header for specifics.
post-extract:
${RUN}rm -rf ${WRKSRC}/tests
${RUN}mv ${WRKDIR}/${TESTS_DISTNAME}/tests ${WRKSRC}
# Don't have sem_timedwait()
CFLAGS.NetBSD+= -DACPI_USE_ALTERNATE_TIMEOUT
CFLAGS.DragonFly+= -DACPI_USE_ALTERNATE_TIMEOUT
do-build:
cd ${WRKSRC}/tools/acpiexec && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
cp -f ${WRKSRC}/tools/acpiexec/acpiexec ${WRKSRC}
cd ${WRKSRC}/tools/acpiexec && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} clean
cd ${WRKSRC}/compiler && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
cd ${WRKSRC}/tools/acpisrc && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
cd ${WRKSRC}/tools/acpixtract && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/compiler/iasl \
${DESTDIR}${PREFIX}/bin/iasl
ln -s iasl ${DESTDIR}${PREFIX}/bin/acpi-iasl
${INSTALL_PROGRAM} ${WRKSRC}/acpiexec ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/tools/acpixtract/acpixtract \
${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/tools/acpisrc/acpisrc \
${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/acpica-utils
${INSTALL_DATA} ${FILESDIR}/LICENSE \
${DESTDIR}${PREFIX}/share/doc/acpica-utils
do-test:
# ACPICA Tests rely on non-zero exit
## ASL tests
cd ${WRKSRC}/tests && ./aslts.sh -u
## API tests
cd ${WRKSRC}/tests/aapits && gmake
cd ${WRKSRC}/tests/aapits/asl && \
ASL=${WRKSRC}/generate/unix/bin/iasl gmake
# This one needs to be fixed
# cd ${WRKSRC}/tests/aapits/bin && ./aapitsrun
## Template tests
# This test is broken too
# cd ${WRKSRC}/tests/templates && gmake
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,8 +1,10 @@
@comment $NetBSD: PLIST,v 1.3 2010/10/19 14:33:19 jakllsch Exp $
@comment $NetBSD: PLIST,v 1.4 2015/04/16 14:21:01 wiz Exp $
bin/acpibin
bin/acpidump
bin/acpiexamples
bin/acpiexec
bin/acpi-iasl
bin/acpihelp
bin/acpinames
bin/acpisrc
bin/acpixtract
bin/iasl
share/doc/acpica-utils/LICENSE
share/doc/acpica-utils/README

View File

@@ -1,5 +1,9 @@
$NetBSD: distinfo,v 1.6 2009/07/14 18:13:48 tnn Exp $
$NetBSD: distinfo,v 1.8 2015/04/27 16:08:51 joerg Exp $
SHA1 (acpica-unix-20090625.tar.gz) = d5906ce8695173916c1c586111fcc6b40ade60c2
RMD160 (acpica-unix-20090625.tar.gz) = 5e5299f3d93e0259e16346861f0c66651f6fbfd9
Size (acpica-unix-20090625.tar.gz) = 933277 bytes
SHA1 (acpica-unix2-20150410.tar.gz) = aa1bd36272b9151bb19402dac9db72bcea5a95b0
RMD160 (acpica-unix2-20150410.tar.gz) = 2b4186e1fd2697eb731f25dac311bc469d78b672
Size (acpica-unix2-20150410.tar.gz) = 1337136 bytes
SHA1 (acpitests-unix-20150410.tar.gz) = 28bfafa391c3d4daad9ce49e88cda3b16ace5897
RMD160 (acpitests-unix-20150410.tar.gz) = 8fd7ef601b6abcfa79f5513cd3b8460954f80d31
Size (acpitests-unix-20150410.tar.gz) = 2052271 bytes
SHA1 (patch-generate_unix_Makefile.config) = 318859079fcb1c4d6a24a4df1f0cbdcc2581a9eb

View File

@@ -1,104 +0,0 @@
1. Copyright Notice
Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
All rights reserved.
2. License
2.1. This is your license from Intel Corp. under its intellectual property
rights. You may have additional license terms from the party that provided
you this software, covering your right to use that party's intellectual
property rights.
2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
copy of the source code appearing in this file ("Covered Code") an
irrevocable, perpetual, worldwide license under Intel's copyrights in the
base code distributed originally by Intel ("Original Intel Code") to copy,
make derivatives, distribute, use and display any portion of the Covered
Code in any form, with the right to sublicense such rights; and
2.3. Intel grants Licensee a non-exclusive and non-transferable patent
license (with the right to sublicense), under only those claims of Intel
patents that are infringed by the Original Intel Code, to make, use, sell,
offer to sell, and import the Covered Code and derivative works thereof
solely to the minimum extent necessary to exercise the above copyright
license, and in no event shall the patent license extend to any additions
to or modifications of the Original Intel Code. No other license or right
is granted directly or by implication, estoppel or otherwise;
The above copyright and patent license is granted only if the following
conditions are met:
3. Conditions
3.1. Redistribution of Source with Rights to Further Distribute Source.
Redistribution of source code of any substantial portion of the Covered
Code or modification with rights to further distribute source must include
the above Copyright Notice, the above License, this list of Conditions,
and the following Disclaimer and Export Compliance provision. In addition,
Licensee must cause all Covered Code to which Licensee contributes to
contain a file documenting the changes Licensee made to create that Covered
Code and the date of any change. Licensee must include in that file the
documentation of any changes made by any predecessor Licensee. Licensee
must include a prominent statement that the modification is derived,
directly or indirectly, from Original Intel Code.
3.2. Redistribution of Source with no Rights to Further Distribute Source.
Redistribution of source code of any substantial portion of the Covered
Code or modification without rights to further distribute source must
include the following Disclaimer and Export Compliance provision in the
documentation and/or other materials provided with distribution. In
addition, Licensee may not authorize further sublicense of source of any
portion of the Covered Code, and must include terms to the effect that the
license from Licensee to its licensee is limited to the intellectual
property embodied in the software Licensee provides to its licensee, and
not to intellectual property embodied in modifications its licensee may
make.
3.3. Redistribution of Executable. Redistribution in executable form of any
substantial portion of the Covered Code or modification must reproduce the
above Copyright Notice, and the following Disclaimer and Export Compliance
provision in the documentation and/or other materials provided with the
distribution.
3.4. Intel retains all right, title, and interest in and to the Original
Intel Code.
3.5. Neither the name Intel nor any other trademark owned or controlled by
Intel shall be used in advertising or otherwise to promote the sale, use or
other dealings in products derived from or relating to the Covered Code
without prior written authorization from Intel.
4. Disclaimer and Export Compliance
4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
PARTICULAR PURPOSE.
4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
LIMITED REMEDY.
4.3. Licensee shall not export, either directly or indirectly, any of this
software or system incorporating such software without first obtaining any
required license or other approval from the U. S. Department of Commerce or
any other agency or department of the United States Government. In the
event Licensee exports any such software from the United States or
re-exports any such software from a foreign destination, Licensee shall
ensure that the distribution and export/re-export of the software is in
compliance with all laws, regulations, orders, or other restrictions of the
U.S. Export Administration Regulations. Licensee agrees that neither it nor
any of its subsidiaries will export/re-export any technical data, process,
software, or service, directly or indirectly, to any country for which the
United States government or any agency thereof requires an export license,
other governmental approval, or letter of assurance, without first obtaining
such license, approval or letter.

View File

@@ -0,0 +1,22 @@
$NetBSD: patch-generate_unix_Makefile.config,v 1.1 2015/04/27 16:08:51 joerg Exp $
--- generate/unix/Makefile.config.orig 2015-04-27 15:58:21.000000000 +0000
+++ generate/unix/Makefile.config
@@ -191,7 +191,6 @@ CWARNINGFLAGS += \
-Wmissing-field-initializers\
-Wnested-externs\
-Wold-style-definition\
- -Woverride-init\
-Wno-format-nonliteral\
-Wredundant-decls
#
@@ -203,9 +202,6 @@ ifneq ($(HOST), _FreeBSD)
ifneq ($(HOST), _APPLE)
CWARNINGFLAGS += \
- -Wlogical-op\
- -Wmissing-parameter-type\
- -Wold-style-declaration\
-Wtype-limits
endif
endif

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.70 2015/03/26 15:57:34 joerg Exp $
# $NetBSD: Makefile,v 1.71 2015/06/12 10:51:11 wiz Exp $
PKGNAME= amanda-common-${AMANDA_VERSION}
PKGREVISION= 7
PKGREVISION= 8
COMMENT= Common libraries and binaries for Amanda

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.21 2015/03/16 19:19:58 tron Exp $
# $NetBSD: Makefile,v 1.23 2015/06/12 10:51:11 wiz Exp $
DISTNAME= amtterm-1.3
PKGREVISION= 16
PKGREVISION= 18
CATEGORIES= sysutils
MASTER_SITES= http://www.kraxel.org/releases/amtterm/

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.13 2015/02/05 15:22:06 pettai Exp $
# $NetBSD: Makefile,v 1.14 2015/06/25 13:21:03 jperkin Exp $
DISTNAME= ansible-1.6.10
PKGREVISION= 1
#PKGNAME= ${PYPKGPREFIX}-${DISTNAME} # XXX: for when package is py3x-ready
CATEGORIES= python sysutils
MASTER_SITES= http://releases.ansible.com/ansible/

View File

@@ -1,13 +1,14 @@
$NetBSD: distinfo,v 1.7 2015/02/05 15:22:06 pettai Exp $
$NetBSD: distinfo,v 1.8 2015/06/25 13:21:03 jperkin Exp $
SHA1 (ansible-1.6.10.tar.gz) = 35d4af5beaff73de339442962da286bd3d7bacf4
RMD160 (ansible-1.6.10.tar.gz) = 2e9160769d06b14fcd4446a8337c5ef3447139bc
Size (ansible-1.6.10.tar.gz) = 654605 bytes
SHA1 (patch-examples_ansible.cfg) = 8951c1da381130e3de5178e858edabdd919868b5
SHA1 (patch-lib_ansible_callbacks.py) = e712d8215221ff11920039aa8ed4efd4d6e5fae6
SHA1 (patch-lib_ansible_constants.py) = f54e5bb869382cc58b910463543a885b059a9ec3
SHA1 (patch-library-system-ping) = 4b2c1fd8f9844f11cfbe0ba975f7bca7eb88079b
SHA1 (patch-library_database_riak) = e78fa264f03353ee25c1b358fd4daa90fe27fd44
SHA1 (patch-library_monitoring_nagios) = 4c101d9c16d7f29a4557c29a2870cfb6bd3ab537
SHA1 (patch-library_packaging_pkgin) = f235023fbad90c01f24cc33903b781a193611334
SHA1 (patch-library_system_setup) = ed003c6bd067e61c696316827992f3510c6f4ed8
SHA1 (patch-examples_ansible.cfg) = aa743238d77edc4abfeddae69456067a53f6afeb
SHA1 (patch-lib_ansible_callbacks.py) = 786a30966784b2c0bbf749cb48786f50d42c8894
SHA1 (patch-lib_ansible_constants.py) = 170f57a2f651c4fd1678a8ad695ce1848c0b7282
SHA1 (patch-lib_ansible_module__utils_facts.py) = b44b9d03be1e30f5a2590100a62853516700fbd2
SHA1 (patch-library-system-ping) = 11be10c2c6617b48dba54823ead462628702708b
SHA1 (patch-library_database_riak) = cffae39d5a5e591938818655b78729a8e39084f1
SHA1 (patch-library_monitoring_nagios) = 7e40fb967bbb03fb52d0478a8d2caeb213e2fb7f
SHA1 (patch-library_packaging_pkgin) = 0dcc1699822251b7cc69db60d286e71964a99e0c
SHA1 (patch-library_system_setup) = d19520ddfa5f69f281fe18ccc9a31a2f6fb30d86

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-examples_ansible.cfg,v 1.3 2014/06/15 00:15:08 rodent Exp $
$NetBSD: patch-examples_ansible.cfg,v 1.4 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- examples/ansible.cfg.orig 2014-06-09 21:23:31.000000000 +0000
--- examples/ansible.cfg.orig 2014-07-25 20:48:49.000000000 +0000
+++ examples/ansible.cfg
@@ -4,15 +4,15 @@
# nearly all parameters can be overridden in ansible-playbook

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-lib_ansible_callbacks.py,v 1.4 2014/06/15 00:15:08 rodent Exp $
$NetBSD: patch-lib_ansible_callbacks.py,v 1.5 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- lib/ansible/callbacks.py.orig 2014-06-09 21:23:31.000000000 +0000
--- lib/ansible/callbacks.py.orig 2014-07-25 20:48:49.000000000 +0000
+++ lib/ansible/callbacks.py
@@ -55,9 +55,9 @@ def get_cowsay_info():
cowsay = "/usr/bin/cowsay"

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-lib_ansible_constants.py,v 1.6 2015/02/05 15:22:06 pettai Exp $
$NetBSD: patch-lib_ansible_constants.py,v 1.7 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- lib/ansible/constants.py.orig 2014-06-09 21:23:31.000000000 +0000
--- lib/ansible/constants.py.orig 2014-07-25 20:48:49.000000000 +0000
+++ lib/ansible/constants.py
@@ -65,7 +65,7 @@ def load_config_file():
@@ -67,7 +67,7 @@ def load_config_file():
path0 = os.path.expanduser(path0)
path1 = os.getcwd() + "/ansible.cfg"
path2 = os.path.expanduser("~/.ansible.cfg")
@@ -13,7 +13,7 @@ Fix hardcoded paths to be replaced with SUBST framework.
for path in [path0, path1, path2, path3]:
if path is not None and os.path.exists(path):
@@ -90,7 +90,7 @@ if getattr(sys, "real_prefix", None):
@@ -92,7 +92,7 @@ if getattr(sys, "real_prefix", None):
# in a virtualenv
DIST_MODULE_PATH = os.path.join(sys.prefix, 'share/ansible/')
else:
@@ -22,7 +22,7 @@ Fix hardcoded paths to be replaced with SUBST framework.
# check all of these extensions when looking for yaml files for things like
# group variables -- really anything we can load
@@ -100,7 +100,7 @@ YAML_FILENAME_EXTENSIONS = [ "", ".yml",
@@ -102,7 +102,7 @@ YAML_FILENAME_EXTENSIONS = [ "", ".yml",
DEFAULTS='defaults'
# configurable things

View File

@@ -0,0 +1,30 @@
$NetBSD: patch-lib_ansible_module__utils_facts.py,v 1.1 2015/06/25 13:21:03 jperkin Exp $
Handle sysctl(8) behaviour in OS X 10.10, using patch from
https://github.com/ansible/ansible/pull/8171/files
--- lib/ansible/module_utils/facts.py.orig 2014-07-25 20:48:49.000000000 +0000
+++ lib/ansible/module_utils/facts.py
@@ -1361,7 +1361,9 @@ class Darwin(Hardware):
return system_profile
def get_mac_facts(self):
- self.facts['model'] = self.sysctl['hw.model']
+ rc, out, err = module.run_command("sysctl hw.model")
+ if rc == 0:
+ self.facts['model'] = out.splitlines()[-1].split()[1]
self.facts['osversion'] = self.sysctl['kern.osversion']
self.facts['osrevision'] = self.sysctl['kern.osrevision']
@@ -1376,7 +1378,10 @@ class Darwin(Hardware):
def get_memory_facts(self):
self.facts['memtotal_mb'] = long(self.sysctl['hw.memsize']) / 1024 / 1024
- self.facts['memfree_mb'] = long(self.sysctl['hw.usermem']) / 1024 / 1024
+ rc, out, err = module.run_command("sysctl hw.usermem")
+ if rc == 0:
+ self.facts['memfree_mb'] = long(out.splitlines()[-1].split()[1]) / 1024 / 1024
+
class Network(Facts):
"""

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-library-system-ping,v 1.2 2014/06/15 00:15:08 rodent Exp $
$NetBSD: patch-library-system-ping,v 1.3 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- library/system/ping.orig 2014-06-09 21:23:31.000000000 +0000
--- library/system/ping.orig 2014-07-25 20:48:49.000000000 +0000
+++ library/system/ping
@@ -27,7 +27,7 @@ short_description: Try to connect to hos
description:

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-library_database_riak,v 1.2 2014/06/15 00:15:08 rodent Exp $
$NetBSD: patch-library_database_riak,v 1.3 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- library/database/riak.orig 2014-06-09 21:23:31.000000000 +0000
--- library/database/riak.orig 2014-07-25 20:48:49.000000000 +0000
+++ library/database/riak
@@ -118,7 +118,7 @@ def main():
argument_spec=dict(

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-library_monitoring_nagios,v 1.2 2014/06/15 00:15:08 rodent Exp $
$NetBSD: patch-library_monitoring_nagios,v 1.3 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- library/monitoring/nagios.orig 2014-06-09 21:23:31.000000000 +0000
--- library/monitoring/nagios.orig 2014-07-25 20:48:49.000000000 +0000
+++ library/monitoring/nagios
@@ -125,6 +125,8 @@ import os.path

View File

@@ -1,10 +1,23 @@
$NetBSD: patch-library_packaging_pkgin,v 1.2 2014/06/15 00:15:08 rodent Exp $
$NetBSD: patch-library_packaging_pkgin,v 1.3 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
Handle newer pkgin non-tty ';' delimited output.
--- library/packaging/pkgin.orig 2014-06-09 21:23:31.000000000 +0000
--- library/packaging/pkgin.orig 2014-07-25 20:48:49.000000000 +0000
+++ library/packaging/pkgin
@@ -150,7 +150,7 @@ def main():
@@ -87,7 +87,10 @@ def query_package(module, pkgin_path, na
# Strip description
# (results in sth. like 'gcc47-libs-4.7.2nb4')
- pkgname_with_version = out.split(' ')[0]
+ if len(out.split(';')) >= 3:
+ pkgname_with_version = out.split(';')[0]
+ else:
+ pkgname_with_version = out.split(' ')[0]
# Strip version
# (results in sth like 'gcc47-libs')
@@ -150,7 +153,7 @@ def main():
state = dict(default="present", choices=["present","absent"]),
name = dict(aliases=["pkg"], required=True)))

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-library_system_setup,v 1.2 2014/06/15 00:15:08 rodent Exp $
$NetBSD: patch-library_system_setup,v 1.3 2015/06/25 13:21:03 jperkin Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- library/system/setup.orig 2014-06-09 21:23:31.000000000 +0000
--- library/system/setup.orig 2014-07-25 20:48:49.000000000 +0000
+++ library/system/setup
@@ -42,7 +42,7 @@ options:
description:

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.2 2015/03/01 15:58:04 taca Exp $
# $NetBSD: Makefile,v 1.3 2015/06/12 10:51:11 wiz Exp $
DISTNAME= BackupPC-3.3.1
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=backuppc/}

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.33 2014/02/12 23:18:38 tron Exp $
# $NetBSD: Makefile,v 1.34 2015/04/25 14:24:50 tnn Exp $
PKGNAME= ${DISTNAME:S/-/-qt-console-/}
PKGREVISION= 1
PKGREVISION= 2
COMMENT= Qt-based console for Bacula - The Network Backup Solution
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.35 2014/05/05 00:48:19 ryoon Exp $
# $NetBSD: Makefile,v 1.36 2015/04/25 14:24:50 tnn Exp $
PKGNAME= ${DISTNAME:S/-/-tray-monitor-/}
PKGREVISION= 1
PKGREVISION= 2
COMMENT= System tray monitor for Bacula - The Network Backup Solution
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.40 2014/05/05 00:48:19 ryoon Exp $
# $NetBSD: Makefile,v 1.41 2015/04/25 14:24:50 tnn Exp $
PKGNAME= ${DISTNAME:S/-/-wx-console-/}
PKGREVISION= 1
PKGREVISION= 2
COMMENT= Bacula wxWindows-based console
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.60 2014/10/12 00:08:26 gdt Exp $
# $NetBSD: Makefile,v 1.62 2015/06/12 10:51:11 wiz Exp $
PKGREVISION= 5
PKGREVISION= 7
CONFLICTS+= bacula-client-[0-9]* bacula-clientonly-[0-9]*

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.65 2014/10/05 16:41:08 wiz Exp $
# $NetBSD: Makefile.common,v 1.66 2015/06/22 16:50:38 jperkin Exp $
#
# used by sysutils/bacula-clientonly/Makefile
# used by sysutils/bacula-tray-monitor/Makefile
@@ -56,6 +56,11 @@ SUBST_FILES.egdir+= src/wx-console/Makefile.in
SUBST_FILES.egdir+= src/tray-monitor/Makefile.in
SUBST_SED.egdir= -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g'
SUBST_CLASSES+= fixwrap
SUBST_STAGE.fixwrap= post-build
SUBST_FILES.fixwrap= scripts/bacula_config
SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDIR}/g++,${CXXPATH},g"
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-scriptdir=${PREFIX}/libexec/bacula
CONFIGURE_ARGS+= --with-sbin-perm=0755

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.2 2015/01/09 10:50:38 jperkin Exp $
# $NetBSD: Makefile,v 1.4 2015/04/25 14:24:50 tnn Exp $
DISTNAME= baloo-widgets-${_KDE_VERSION}
PKGREVISION= 2
CATEGORIES= sysutils
COMMENT= The BalooWidgets library
LICENSE= gnu-gpl-v3

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.1 2014/11/13 11:05:43 markd Exp $
# $NetBSD: Makefile,v 1.3 2015/04/25 14:24:50 tnn Exp $
DISTNAME= baloo-${_KDE_VERSION}
PKGREVISION= 2
CATEGORIES= sysutils
COMMENT= KDE framework for searching and managing user metadata
LICENSE= gnu-gpl-v3

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.14 2014/05/29 23:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:11 wiz Exp $
#
DISTNAME= boxbackup-0.11.1
PKGNAME= boxbackup-client-0.11.1
PKGREVISION= 5
PKGREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boxbackup/}
EXTRACT_SUFX= .tgz

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.14 2014/05/29 23:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:11 wiz Exp $
#
DISTNAME= boxbackup-0.11.1
PKGNAME= boxbackup-server-0.11.1
PKGREVISION= 5
PKGREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boxbackup/}
EXTRACT_SUFX= .tgz

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.40 2014/10/07 16:47:35 adam Exp $
# $NetBSD: Makefile,v 1.42 2015/04/25 14:24:50 tnn Exp $
#
DISTNAME= brasero-2.32.1
PKGNAME= brasero-nautilus-2.32.1
PKGREVISION= 29
PKGREVISION= 31
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/brasero/2.32/}
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.56 2014/12/01 11:49:48 jmcneill Exp $
# $NetBSD: Makefile,v 1.58 2015/04/25 14:24:50 tnn Exp $
#
DISTNAME= brasero-2.32.1
PKGREVISION= 28
PKGREVISION= 30
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/brasero/2.32/}
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.36 2014/10/07 16:47:14 adam Exp $
# $NetBSD: buildlink3.mk,v 1.38 2015/04/25 14:24:50 tnn Exp $
BUILDLINK_TREE+= brasero
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= brasero
BRASERO_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.brasero+= brasero>=2.26.0
BUILDLINK_ABI_DEPENDS.brasero+= brasero>=2.32.1nb28
BUILDLINK_ABI_DEPENDS.brasero+= brasero>=2.32.1nb30
BUILDLINK_PKGSRCDIR.brasero?= ../../sysutils/brasero
.include "../../x11/gtk2/buildlink3.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2013/09/05 12:19:49 jperkin Exp $
# $NetBSD: Makefile,v 1.4 2015/06/04 17:21:06 ryoon Exp $
DISTNAME= bsdinstall-20130905
CATEGORIES= sysutils
@@ -17,8 +17,14 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
@${TOUCH} ${WRKSRC}/bsdinstall.cat1
CPPFLAGS+= -D_PATH_DEVNULL=\"/dev/null\"
CPPFLAGS+= -DTARGET_STRIP=\"${TOOLS_PLATFORM.strip:Q}\"
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
MAKE_ENV+= NOGCCERROR=yes
.endif
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.29 2014/12/30 08:58:57 plunky Exp $
# $NetBSD: Makefile,v 1.30 2015/04/25 14:24:50 tnn Exp $
DISTNAME= btpin-qt-1.5
PKGREVISION= 12
PKGREVISION= 13
CATEGORIES= sysutils
MASTER_SITES= http://www.NetBSD.org/~plunky/

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.25 2014/05/05 00:48:19 ryoon Exp $
# $NetBSD: Makefile,v 1.26 2015/04/25 14:24:50 tnn Exp $
#
DISTNAME= bubblemon-dockapp-1.46
PKGNAME= ${DISTNAME:S/-dockapp//}
PKGREVISION= 22
PKGREVISION= 23
CATEGORIES= sysutils
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/

View File

@@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.19 2014/09/06 21:29:45 wiz Exp $
# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:11 wiz Exp $
DISTNAME= bup-0.26
DISTNAME= bup-0.27
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= # https://github.com/bup/bup/releases/
# doc tarball: switch to "man" branch before downloading
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME:S/bup/bup-man/}${EXTRACT_SUFX}
# doc: switch to "man" branch before downloading
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME:S/bup/bup-man/}.zip
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://github.com/bup/bup
@@ -18,7 +19,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings
DOCDIR= ${WRKDIR}/bup-0.26
DOCDIR= ${WRKDIR}/bup-man
TEST_TARGET= test
@@ -37,6 +38,7 @@ REPLACE_PYTHON+= cmd/fsck-cmd.py
REPLACE_PYTHON+= cmd/ftp-cmd.py
REPLACE_PYTHON+= cmd/fuse-cmd.py
REPLACE_PYTHON+= cmd/help-cmd.py
REPLACE_PYTHON+= cmd/import-duplicity-cmd.py
REPLACE_PYTHON+= cmd/index-cmd.py
REPLACE_PYTHON+= cmd/init-cmd.py
REPLACE_PYTHON+= cmd/join-cmd.py

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2014/09/06 21:29:45 wiz Exp $
@comment $NetBSD: PLIST,v 1.6 2015/04/27 09:17:17 wiz Exp $
bin/bup
lib/bup/bup/__init__.py
lib/bup/bup/_helpers.so
@@ -31,6 +31,7 @@ lib/bup/cmd/bup-fsck
lib/bup/cmd/bup-ftp
lib/bup/cmd/bup-fuse
lib/bup/cmd/bup-help
lib/bup/cmd/bup-import-duplicity
lib/bup/cmd/bup-import-rdiff-backup
lib/bup/cmd/bup-import-rsnapshot
lib/bup/cmd/bup-index
@@ -67,6 +68,7 @@ man/man1/bup-fsck.1
man/man1/bup-ftp.1
man/man1/bup-fuse.1
man/man1/bup-help.1
man/man1/bup-import-duplicity.1
man/man1/bup-import-rdiff-backup.1
man/man1/bup-import-rsnapshot.1
man/man1/bup-index.1

View File

@@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.7 2014/09/06 21:29:45 wiz Exp $
$NetBSD: distinfo,v 1.8 2015/04/27 09:17:17 wiz Exp $
SHA1 (bup-0.26.tar.gz) = 86e636818590fe40e1074c67545bb74de6e8306b
RMD160 (bup-0.26.tar.gz) = 206d301677a359b3e904e89d5a12e82829d12565
Size (bup-0.26.tar.gz) = 342754 bytes
SHA1 (bup-man-0.26.tar.gz) = 17dc3136b56cd7427c1668681f86565e42ff1a74
RMD160 (bup-man-0.26.tar.gz) = ff8cfc15609134055c651679ad7b6609a3959c23
Size (bup-man-0.26.tar.gz) = 4410896 bytes
SHA1 (bup-0.27.tar.gz) = f082fcda2d60d9cdb6a788fb85c171925d2a1e28
RMD160 (bup-0.27.tar.gz) = 52a7893008cfd99fbb7088d4f801cf9c0af27af6
Size (bup-0.27.tar.gz) = 351733 bytes
SHA1 (bup-man-0.27.zip) = 278b5ab581043f0a40a35a1eb30ac2200f05ff62
RMD160 (bup-man-0.27.zip) = b6c25e55dea3f2ae9006a052c3c004e6e5cf3b0e
Size (bup-man-0.27.zip) = 43244 bytes
SHA1 (patch-Makefile) = 3208d663af3e5e129499282d14e10abd94f56805
SHA1 (patch-config_configure) = 9360a8be2cef559d93f1a5301f1f397f31da7d72

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.27 2014/10/07 16:47:35 adam Exp $
# $NetBSD: Makefile,v 1.28 2015/04/06 08:17:37 adam Exp $
#
DISTNAME= burn-0.4.1
PKGREVISION= 7
PKGREVISION= 8
CATEGORIES= sysutils gnustep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsburn/}

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.23 2015/03/14 13:56:49 tnn Exp $
# $NetBSD: Makefile,v 1.24 2015/06/12 10:51:11 wiz Exp $
DISTNAME= cdbkup-1.0
PKGREVISION= 10
PKGREVISION= 11
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cdbkup/}

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:12 wiz Exp $
#
DISTNAME= cdrkit-1.1.9
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://cdrkit.org/releases/

View File

@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.110 2015/03/13 17:51:15 tnn Exp $
# $NetBSD: Makefile,v 1.111 2015/04/27 09:05:11 wiz Exp $
DISTNAME= cdrtools-3.01a24
DISTNAME= cdrtools-3.01a28
PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cdrtools/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html
HOMEPAGE= http://cdrtools.sourceforge.net/private/cdrecord.html
COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray
#LICENSE= CDDL.Schily.txt AND gnu-gpl-v2 AND gnu-lgpl-v2.1
@@ -16,6 +15,8 @@ CONFLICTS= mkisofs-[0-9]* cdrtools-ossdvd-[0-9]* cdrecord-[0-9]* cdrkit-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME:C/a[0-9]*//}
MAKE_JOBS_SAFE= no # makefiles.5
.include "../../mk/bsd.prefs.mk"
USE_TOOLS+= gm4 gmake tbl

View File

@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.84 2014/08/23 05:38:22 wiz Exp $
$NetBSD: distinfo,v 1.85 2015/04/27 09:05:11 wiz Exp $
SHA1 (cdrtools-3.01a24.tar.bz2) = b49b01b6269280336ef3ca89aa41538db3a9b2dc
RMD160 (cdrtools-3.01a24.tar.bz2) = 6afd625f0b04f861592a82caf6bf78109dfee726
Size (cdrtools-3.01a24.tar.bz2) = 2075400 bytes
SHA1 (patch-mkisofs_mkisofs.c) = 94fbc4abd559852f20c307e1dcf8070a02520f2d
SHA1 (cdrtools-3.01a28.tar.bz2) = 081b1daa9c86f33483213a8d8d0fd75caec51ead
RMD160 (cdrtools-3.01a28.tar.bz2) = 84ad3ddbaea67a59a057d5338f3a683bffb49c1f
Size (cdrtools-3.01a28.tar.bz2) = 2081108 bytes

View File

@@ -1,23 +0,0 @@
$NetBSD: patch-mkisofs_mkisofs.c,v 1.1 2014/08/23 05:38:22 wiz Exp $
The bug prevents mkisofs from creating old-style distrib/cdrom ISO
image for macppc. Trying to create bootable macppc CD in distrib/cdrom
using cdrtools mkisofs fails with:
mkisofs: No such file or directory. Invalid node - '--macbin'.
The bug is in option spec that causes mkisofs to misparse
-hide-hfs-list option. The patch is actually a single whitespace
character.
--- mkisofs/mkisofs.c.orig 2014-02-11 22:38:45.000000000 +0000
+++ mkisofs/mkisofs.c
@@ -1364,7 +1364,7 @@ LOCAL const struct mki_option mki_option
__("\1FILE\1Set HFS AutoStart file name")},
{{"no-desktop%0", &create_dt },
__("Do not create the HFS (empty) Desktop files")},
- {{"hide-hfs&", NULL, (getpargfun)hfs_add_match },
+ {{"hide-hfs& ", NULL, (getpargfun)hfs_add_match },
__("\1GLOBFILE\1Hide HFS file")},
{{"hide-hfs-list&", NULL, (getpargfun)hfs_add_list },
__("\1FILE\1List of HFS files to hide")},

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.40 2014/09/06 06:24:07 jperkin Exp $
# $NetBSD: Makefile,v 1.41 2015/06/12 10:51:12 wiz Exp $
DISTNAME= cfengine-2.2.10
PKGREVISION= 5
PKGREVISION= 6
CATEGORIES= sysutils net
MASTER_SITES= http://www.cfengine.org/tarballs/ \
http://ftp.osuosl.org/pub/cfengine/ \

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.13 2010/05/09 22:09:30 pettai Exp $
$NetBSD: distinfo,v 1.14 2015/06/18 01:58:30 dholland Exp $
SHA1 (cfengine-2.2.10.tar.gz) = 032bec0bc59ffee7179422e96dfd902afbf94340
RMD160 (cfengine-2.2.10.tar.gz) = 67fd3dc80270dc000887e3dbf26f372338e2600f
@@ -6,3 +6,4 @@ Size (cfengine-2.2.10.tar.gz) = 2690333 bytes
SHA1 (patch-aa) = cdbebcf1a8d284bbaa9e8e0deb60112c5e33287c
SHA1 (patch-ab) = bd2946d1cd5b21e3cf664258360c38c9651542a9
SHA1 (patch-ac) = ca643a6dd76307053923c93b321533b684d22474
SHA1 (patch-src_do.c) = 5773b0b2331818b2340ab288711840073507c25b

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_do.c,v 1.1 2015/06/18 01:58:30 dholland Exp $
avoid gccism (from PR 46354)
--- src/do.c~ 2009-03-08 16:27:56.000000000 +0000
+++ src/do.c
@@ -2846,7 +2846,7 @@ for (ptr = VPKG; ptr != NULL; ptr=ptr->n
ExpandVarstring(ptr->name,name,"");
- snprintf(lock,CF_BUFSIZE-1,"%s_%d_%s_%d_%s_%s", name, ptr->cmp, ptr->ver ? ptr->ver: "" ,ptr->action, ptr->defines ?: "", ptr->elsedef ?: "");
+ snprintf(lock,CF_BUFSIZE-1,"%s_%d_%s_%d_%s_%s", name, ptr->cmp, ptr->ver ? ptr->ver: "" ,ptr->action, ptr->defines ? ptr->defines : "", ptr->elsedef ? ptr->elsedef : "");
if (!GetLock(ASUniqueName("packages"),CanonifyName(lock),ptr->ifelapsed,ptr->expireafter,VUQNAME,CFSTARTTIME))
{

View File

@@ -1,8 +1,11 @@
# $NetBSD: INSTALL,v 1.2 2013/02/17 16:15:42 fhajny Exp $
# $NetBSD: INSTALL,v 1.3 2015/04/07 08:43:35 fhajny Exp $
case ${STAGE} in
POST-INSTALL)
${LN} -sf @PKG_SYSCONFDIR@ @CFENGINE_DIR@/inputs
${LN} -sf @PREFIX@/sbin @CFENGINE_DIR@/bin
${LN} -sf @PKG_SYSCONFDIR@ @CFENGINE_DIR@/masterfiles
mkdir -p @CFENGINE_DIR@/bin/
${LN} -sf @PREFIX@/sbin/cf-* @CFENGINE_DIR@/bin/
@PREFIX@/sbin/cf-key
# Make sure inputs is ready to go.
cp -r /var/cfengine/masterfiles/* /var/cfengine/inputs
esac

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2014/10/29 11:03:31 pettai Exp $
# $NetBSD: Makefile,v 1.14 2015/04/14 13:33:32 fhajny Exp $
#
DISTNAME= cfengine-3.4.5
DISTNAME= cfengine-3.6.5
CATEGORIES= sysutils
MASTER_SITES= http://cfengine.package-repos.s3.amazonaws.com/tarballs/
@@ -16,10 +16,14 @@ USE_TOOLS+= gmake
.include "options.mk"
DISTFILES= ${DEFAULT_DISTFILES}
DISTFILES+= masterfiles-${PKGVERSION_NOREV}.tar.gz
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-fhs
CONFIGURE_ARGS+= --docdir=${DOCDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
CONFIGURE_ARGS+= --with-masterdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-workdir=${CFENGINE_DIR:Q}
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl:Q}
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre:Q}
@@ -27,16 +31,15 @@ CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre:Q}
BUILD_DEFS+= VARBASE CFENGINE_DIR
FILES_SUBST+= CFENGINE_DIR=${CFENGINE_DIR}
.include "../../mk/bsd.prefs.mk"
CFENGINE_DIR?= ${VARBASE}/cfengine
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
PKG_SYSCONFSUBDIR= cfengine
CFILES= cf-sketch-runfile.cf def.cf promises.cf
CFILES+= controls/cf_agent.cf controls/cf_execd.cf
CFILES+= controls/cf_monitord.cf controls/cf_report.cf
CFILES+= controls/cf_runagent.cf controls/cf_serverd.cf
CFILES+= libraries/cfengine_stdlib.cf services/init_msg.cf
# Regenerate masterfiles list with 'make update-masterfiles'
.include "Makefile.cf"
.for file in ${CFILES}
CONF_FILES+= ${EGDIR}/CoreBase/${file} ${PKG_SYSCONFDIR}/${file}
@@ -44,12 +47,28 @@ CONF_FILES+= ${EGDIR}/CoreBase/${file} ${PKG_SYSCONFDIR}/${file}
RCD_SCRIPTS= cfserverd cfexecd cfmonitord
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${PKG_SYSCONFDIR} docdir=${DOCDIR} examplesdir=${EGDIR} masterfilesdir=${EGDIR}/CoreBase projlibdir=${PREFIX}/lib
INSTALLATION_DIRS+= ${PKGMANDIR}/man8
INSTALL_MAKE_FLAGS+= examplesdir=${EGDIR} projlibdir=${PREFIX}/lib
MAKE_DIRS= ${CFENGINE_DIR}
MAKE_DIRS+= ${PKG_SYSCONFDIR}/controls ${PKG_SYSCONFDIR}/libraries
MAKE_DIRS+= ${PKG_SYSCONFDIR}/services
update-masterfiles:
(${ECHO} '# $$''NetBSD''$$'; \
${ECHO} '# Generated by "${MAKE:Q} update-masterfiles", post-extract'; \
${ECHO}; \
cd ${WRKDIR}/masterfiles && ${FIND} * -type f | ${SORT} | \
${SED} -e 's|^|CFILES+=|') \
> ${.CURDIR}/../../sysutils/cfengine3/Makefile.cf
post-install:
cp -r ${WRKDIR}/masterfiles ${DESTDIR}/${PREFIX}/share/examples/cfengine/CoreBase
for cf in cf-agent cf-execd cf-key cf-monitord cf-promises cf-runagent cf-serverd ; \
do \
LD_LIBRARY_PATH=${DESTDIR}${PREFIX}/lib ${DESTDIR}${PREFIX}/sbin/$$cf -M > ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man8/$$cf.8 ; \
done
.include "../../devel/pcre/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"

View File

@@ -0,0 +1,90 @@
# $NetBSD: Makefile.cf,v 1.1 2015/04/07 08:43:35 fhajny Exp $
# This file is generated by "/opt/local/bin/bmake update-masterfiles", post-extract
CFILES+=cfe_internal/CFE_cfengine.cf
CFILES+=cfe_internal/CFE_hub_specific.cf
CFILES+=cfe_internal/CFE_knowledge.cf
CFILES+=cfe_internal/cfengine_processes.cf
CFILES+=cfe_internal/ha/ha.cf
CFILES+=cfe_internal/ha/ha_def.cf
CFILES+=cfe_internal/host_info_report.cf
CFILES+=controls/3.4/cf_serverd.cf
CFILES+=controls/cf_agent.cf
CFILES+=controls/cf_execd.cf
CFILES+=controls/cf_hub.cf
CFILES+=controls/cf_monitord.cf
CFILES+=controls/cf_runagent.cf
CFILES+=controls/cf_serverd.cf
CFILES+=def.cf
CFILES+=inventory/any.cf
CFILES+=inventory/debian.cf
CFILES+=inventory/generic.cf
CFILES+=inventory/linux.cf
CFILES+=inventory/lsb.cf
CFILES+=inventory/macos.cf
CFILES+=inventory/os.cf
CFILES+=inventory/redhat.cf
CFILES+=inventory/suse.cf
CFILES+=inventory/windows.cf
CFILES+=lib/3.5/bundles.cf
CFILES+=lib/3.5/cfe_internal.cf
CFILES+=lib/3.5/commands.cf
CFILES+=lib/3.5/common.cf
CFILES+=lib/3.5/databases.cf
CFILES+=lib/3.5/feature.cf
CFILES+=lib/3.5/files.cf
CFILES+=lib/3.5/guest_environments.cf
CFILES+=lib/3.5/monitor.cf
CFILES+=lib/3.5/packages.cf
CFILES+=lib/3.5/paths.cf
CFILES+=lib/3.5/processes.cf
CFILES+=lib/3.5/reports.cf
CFILES+=lib/3.5/services.cf
CFILES+=lib/3.5/storage.cf
CFILES+=lib/3.6/bundles.cf
CFILES+=lib/3.6/cfe_internal.cf
CFILES+=lib/3.6/cfengine_enterprise_hub_ha.cf
CFILES+=lib/3.6/commands.cf
CFILES+=lib/3.6/common.cf
CFILES+=lib/3.6/databases.cf
CFILES+=lib/3.6/edit_xml.cf
CFILES+=lib/3.6/examples.cf
CFILES+=lib/3.6/feature.cf
CFILES+=lib/3.6/files.cf
CFILES+=lib/3.6/guest_environments.cf
CFILES+=lib/3.6/monitor.cf
CFILES+=lib/3.6/packages.cf
CFILES+=lib/3.6/paths.cf
CFILES+=lib/3.6/processes.cf
CFILES+=lib/3.6/reports.cf
CFILES+=lib/3.6/services.cf
CFILES+=lib/3.6/stdlib.cf
CFILES+=lib/3.6/storage.cf
CFILES+=lib/3.6/users.cf
CFILES+=lib/3.6/vcs.cf
CFILES+=promises.cf
CFILES+=services/CVE_2015_0235/def.cf
CFILES+=services/CVE_2015_0235/policy/CVE_2015_0235_inventory.cf
CFILES+=services/autorun.cf
CFILES+=services/autorun/hello.cf
CFILES+=services/file_change.cf
CFILES+=services/linux_kernel/def.cf
CFILES+=services/linux_kernel/examples/promises.cf
CFILES+=services/linux_kernel/policy/linux_kernel_params_inventory.cf
CFILES+=services/sysctl/def.cf
CFILES+=services/sysctl/policy/example_sysctl_data_from_policy.cf
CFILES+=services/sysctl/policy/sysctl_conf_selective_present.cf
CFILES+=services/sysctl/test.cf
CFILES+=services/yum/def.cf
CFILES+=services/yum/policy/yum_inventory.cf
CFILES+=services/yum/policy/yum_inventory_yum_info_yum.cf
CFILES+=services/yum/policy/yum_inventory_yum_repolist.cf
CFILES+=sketches/meta/api-runfile.cf
CFILES+=templates/host_info_report.mustache
CFILES+=update.cf
CFILES+=update/cfe_internal_dc_workflow.cf
CFILES+=update/cfe_internal_local_git_remote.cf
CFILES+=update/cfe_internal_update_from_repository.cf
CFILES+=update/update_bins.cf
CFILES+=update/update_policy.cf
CFILES+=update/update_processes.cf

View File

@@ -1,11 +1,10 @@
@comment $NetBSD: PLIST,v 1.6 2014/03/11 14:05:15 jperkin Exp $
@comment $NetBSD: PLIST,v 1.7 2015/04/07 08:43:35 fhajny Exp $
lib/libpromises.la
man/man8/cf-agent.8
man/man8/cf-execd.8
man/man8/cf-key.8
man/man8/cf-monitord.8
man/man8/cf-promises.8
man/man8/cf-report.8
man/man8/cf-runagent.8
man/man8/cf-serverd.8
sbin/cf-agent
@@ -13,285 +12,422 @@ sbin/cf-execd
sbin/cf-key
sbin/cf-monitord
sbin/cf-promises
sbin/cf-report
sbin/cf-runagent
sbin/cf-serverd
sbin/cf-upgrade
share/doc/cfengine/ChangeLog
share/doc/cfengine/README
share/examples/cfengine/CoreBase/cf-sketch-runfile.cf
share/doc/cfengine/README.md
share/examples/cfengine/CoreBase/cfe_internal/CFE_cfengine.cf
share/examples/cfengine/CoreBase/cfe_internal/CFE_hub_specific.cf
share/examples/cfengine/CoreBase/cfe_internal/CFE_knowledge.cf
share/examples/cfengine/CoreBase/cfe_internal/cfengine_processes.cf
share/examples/cfengine/CoreBase/cfe_internal/ha/ha.cf
share/examples/cfengine/CoreBase/cfe_internal/ha/ha_def.cf
share/examples/cfengine/CoreBase/cfe_internal/host_info_report.cf
share/examples/cfengine/CoreBase/controls/3.4/cf_serverd.cf
share/examples/cfengine/CoreBase/controls/cf_agent.cf
share/examples/cfengine/CoreBase/controls/cf_execd.cf
share/examples/cfengine/CoreBase/controls/cf_hub.cf
share/examples/cfengine/CoreBase/controls/cf_monitord.cf
share/examples/cfengine/CoreBase/controls/cf_report.cf
share/examples/cfengine/CoreBase/controls/cf_runagent.cf
share/examples/cfengine/CoreBase/controls/cf_serverd.cf
share/examples/cfengine/CoreBase/def.cf
share/examples/cfengine/CoreBase/libraries/cfengine_stdlib.cf
share/examples/cfengine/CoreBase/inventory/any.cf
share/examples/cfengine/CoreBase/inventory/debian.cf
share/examples/cfengine/CoreBase/inventory/generic.cf
share/examples/cfengine/CoreBase/inventory/linux.cf
share/examples/cfengine/CoreBase/inventory/lsb.cf
share/examples/cfengine/CoreBase/inventory/macos.cf
share/examples/cfengine/CoreBase/inventory/os.cf
share/examples/cfengine/CoreBase/inventory/redhat.cf
share/examples/cfengine/CoreBase/inventory/suse.cf
share/examples/cfengine/CoreBase/inventory/windows.cf
share/examples/cfengine/CoreBase/lib/3.5/bundles.cf
share/examples/cfengine/CoreBase/lib/3.5/cfe_internal.cf
share/examples/cfengine/CoreBase/lib/3.5/commands.cf
share/examples/cfengine/CoreBase/lib/3.5/common.cf
share/examples/cfengine/CoreBase/lib/3.5/databases.cf
share/examples/cfengine/CoreBase/lib/3.5/feature.cf
share/examples/cfengine/CoreBase/lib/3.5/files.cf
share/examples/cfengine/CoreBase/lib/3.5/guest_environments.cf
share/examples/cfengine/CoreBase/lib/3.5/monitor.cf
share/examples/cfengine/CoreBase/lib/3.5/packages.cf
share/examples/cfengine/CoreBase/lib/3.5/paths.cf
share/examples/cfengine/CoreBase/lib/3.5/processes.cf
share/examples/cfengine/CoreBase/lib/3.5/reports.cf
share/examples/cfengine/CoreBase/lib/3.5/services.cf
share/examples/cfengine/CoreBase/lib/3.5/storage.cf
share/examples/cfengine/CoreBase/lib/3.6/bundles.cf
share/examples/cfengine/CoreBase/lib/3.6/cfe_internal.cf
share/examples/cfengine/CoreBase/lib/3.6/cfengine_enterprise_hub_ha.cf
share/examples/cfengine/CoreBase/lib/3.6/commands.cf
share/examples/cfengine/CoreBase/lib/3.6/common.cf
share/examples/cfengine/CoreBase/lib/3.6/databases.cf
share/examples/cfengine/CoreBase/lib/3.6/edit_xml.cf
share/examples/cfengine/CoreBase/lib/3.6/examples.cf
share/examples/cfengine/CoreBase/lib/3.6/feature.cf
share/examples/cfengine/CoreBase/lib/3.6/files.cf
share/examples/cfengine/CoreBase/lib/3.6/guest_environments.cf
share/examples/cfengine/CoreBase/lib/3.6/monitor.cf
share/examples/cfengine/CoreBase/lib/3.6/packages.cf
share/examples/cfengine/CoreBase/lib/3.6/paths.cf
share/examples/cfengine/CoreBase/lib/3.6/processes.cf
share/examples/cfengine/CoreBase/lib/3.6/reports.cf
share/examples/cfengine/CoreBase/lib/3.6/services.cf
share/examples/cfengine/CoreBase/lib/3.6/stdlib.cf
share/examples/cfengine/CoreBase/lib/3.6/storage.cf
share/examples/cfengine/CoreBase/lib/3.6/users.cf
share/examples/cfengine/CoreBase/lib/3.6/vcs.cf
share/examples/cfengine/CoreBase/promises.cf
share/examples/cfengine/CoreBase/services/init_msg.cf
share/examples/cfengine/CoreBase/services/CVE_2015_0235/def.cf
share/examples/cfengine/CoreBase/services/CVE_2015_0235/policy/CVE_2015_0235_inventory.cf
share/examples/cfengine/CoreBase/services/autorun.cf
share/examples/cfengine/CoreBase/services/autorun/hello.cf
share/examples/cfengine/CoreBase/services/file_change.cf
share/examples/cfengine/CoreBase/services/linux_kernel/def.cf
share/examples/cfengine/CoreBase/services/linux_kernel/examples/promises.cf
share/examples/cfengine/CoreBase/services/linux_kernel/policy/linux_kernel_params_inventory.cf
share/examples/cfengine/CoreBase/services/sysctl/def.cf
share/examples/cfengine/CoreBase/services/sysctl/policy/example_sysctl_data_from_policy.cf
share/examples/cfengine/CoreBase/services/sysctl/policy/sysctl_conf_selective_present.cf
share/examples/cfengine/CoreBase/services/sysctl/test.cf
share/examples/cfengine/CoreBase/services/yum/def.cf
share/examples/cfengine/CoreBase/services/yum/policy/yum_inventory.cf
share/examples/cfengine/CoreBase/services/yum/policy/yum_inventory_yum_info_yum.cf
share/examples/cfengine/CoreBase/services/yum/policy/yum_inventory_yum_repolist.cf
share/examples/cfengine/CoreBase/sketches/meta/api-runfile.cf
share/examples/cfengine/CoreBase/templates/host_info_report.mustache
share/examples/cfengine/CoreBase/update.cf
share/examples/cfengine/CoreBase/update/cfe_internal_dc_workflow.cf
share/examples/cfengine/CoreBase/update/cfe_internal_local_git_remote.cf
share/examples/cfengine/CoreBase/update/cfe_internal_update_from_repository.cf
share/examples/cfengine/CoreBase/update/update_bins.cf
share/examples/cfengine/CoreBase/update/update_policy.cf
share/examples/cfengine/CoreBase/update/update_processes.cf
share/examples/cfengine/abort.cf
share/examples/cfengine/accessed_before.cf
share/examples/cfengine/accessedbefore.cf
share/examples/cfengine/accumulated_time.cf
share/examples/cfengine/acl.cf
share/examples/cfengine/acl_generic.cf
share/examples/cfengine/acl_ntfs.cf
share/examples/cfengine/acl_secret.cf
share/examples/cfengine/active_directory.cf
share/examples/cfengine/activedirectory_listusers.cf
share/examples/cfengine/activedirectory_showuser.cf
share/examples/cfengine/ago.cf
share/examples/cfengine/app_baseline.cf
share/examples/cfengine/appgroups.cf
share/examples/cfengine/arrays.cf
share/examples/cfengine/backreferences_files.cf
share/examples/cfengine/badpromise.cf
share/examples/cfengine/badtype.cf
share/examples/cfengine/bsdflags.cf
share/examples/cfengine/bundle_return_values.cf
share/examples/cfengine/bundlesmatching.cf
share/examples/cfengine/canonify.cf
share/examples/cfengine/cf2_integration.cf
share/examples/cfengine/change_detect.cf
share/examples/cfengine/changedbefore.cf
share/examples/cfengine/chdir.cf
share/examples/cfengine/classes_global.cf
share/examples/cfengine/classesmatching.cf
share/examples/cfengine/classmatch.cf
share/examples/cfengine/classvar_convergence.cf
share/examples/cfengine/commands.cf
share/examples/cfengine/compare.cf
share/examples/cfengine/container_iteration.cf
share/examples/cfengine/container_key_iteration.cf
share/examples/cfengine/control_expand.cf
share/examples/cfengine/controlclasses.cf
share/examples/cfengine/copy.cf
share/examples/cfengine/copy_classes.cf
share/examples/cfengine/copy_copbl.cf
share/examples/cfengine/copy_edit.cf
share/examples/cfengine/copydir_copbl.cf
share/examples/cfengine/copylinks.cf
share/examples/cfengine/countclassesmatching.cf
share/examples/cfengine/countlinesmatching.cf
share/examples/cfengine/create_filedir.cf
share/examples/cfengine/createdb.cf
share/examples/cfengine/customize_by_named_list.cf
share/examples/cfengine/data_readstringarray.cf
share/examples/cfengine/datastate.cf
share/examples/cfengine/defaults.cf
share/examples/cfengine/defaults2.cf
share/examples/cfengine/defaults3.cf
share/examples/cfengine/definitions.cf
share/examples/cfengine/deletelines.cf
share/examples/cfengine/depends_on.cf
share/examples/cfengine/depends_on2.cf
share/examples/cfengine/difference.cf
share/examples/cfengine/dirname.cf
share/examples/cfengine/disable.cf
share/examples/cfengine/disable_and_rotate_files.cf
share/examples/cfengine/diskfree.cf
share/examples/cfengine/dollar.cf
share/examples/cfengine/edit_column_files.cf
share/examples/cfengine/edit_comment_lines.cf
share/examples/cfengine/edit_deletenotmatch.cf
share/examples/cfengine/edit_insert_fuzzylines.cf
share/examples/cfengine/edit_insert_lines.cf
share/examples/cfengine/edit_insert_lines_silly.cf
share/examples/cfengine/edit_passwd_file.cf
share/examples/cfengine/edit_passwd_file_basic.cf
share/examples/cfengine/edit_replace_string.cf
share/examples/cfengine/edit_sectioned_file.cf
share/examples/cfengine/edit_setvar.cf
share/examples/cfengine/edit_template.cf
share/examples/cfengine/edit_triggerclass.cf
share/examples/cfengine/edit_xml.cf
share/examples/cfengine/env.cf
share/examples/cfengine/epimenides.cf
share/examples/cfengine/escape.cf
share/examples/cfengine/eval.cf
share/examples/cfengine/every.cf
share/examples/cfengine/exec_args.cf
share/examples/cfengine/exec_in_sequence.cf
share/examples/cfengine/execd.cf
share/examples/cfengine/execresult.cf
share/examples/cfengine/expand.cf
share/examples/cfengine/failedcommand.cf
share/examples/cfengine/failsafe.cf
share/examples/cfengine/file_change_detection.cf
share/examples/cfengine/file_owner_list_template.cf
share/examples/cfengine/fileexists.cf
share/examples/cfengine/filenames.cf
share/examples/cfengine/fileperms.cf
share/examples/cfengine/filesexist.cf
share/examples/cfengine/filesexist2.cf
share/examples/cfengine/filesize.cf
share/examples/cfengine/filestat.cf
share/examples/cfengine/filter.cf
share/examples/cfengine/findfiles.cf
share/examples/cfengine/fix_names.cf
share/examples/cfengine/format.cf
share/examples/cfengine/getclassmetatags.cf
share/examples/cfengine/getenv.cf
share/examples/cfengine/getfields.cf
share/examples/cfengine/getgid.cf
share/examples/cfengine/getindices.cf
share/examples/cfengine/getindices_and_values.cf
share/examples/cfengine/getmacaddress.cf
share/examples/cfengine/getregistry.cf
share/examples/cfengine/getuid.cf
share/examples/cfengine/getusers.cf
share/examples/cfengine/getvalues.cf
share/examples/cfengine/getvariablemetatags.cf
share/examples/cfengine/global_list_expansion.cf
share/examples/cfengine/global_list_expansion_2.cf
share/examples/cfengine/grep.cf
share/examples/cfengine/groupexists.cf
share/examples/cfengine/guest_environment_kvm.cf
share/examples/cfengine/hash.cf
share/examples/cfengine/hashcomment.cf
share/examples/cfengine/hashmatch.cf
share/examples/cfengine/hashuncomment.cf
share/examples/cfengine/helloworld.cf
share/examples/cfengine/host2ip.cf
share/examples/cfengine/hostrange.cf
share/examples/cfengine/hostsseen.cf
share/examples/cfengine/hostswithclass.cf
share/examples/cfengine/hub.cf
share/examples/cfengine/id.cf
share/examples/cfengine/inherit.cf
share/examples/cfengine/insert_users.cf
share/examples/cfengine/intarray.cf
share/examples/cfengine/intersection.cf
share/examples/cfengine/inventory_cpu.cf
share/examples/cfengine/ip2host.cf
share/examples/cfengine/iprange.cf
share/examples/cfengine/irange.cf
share/examples/cfengine/isdir.cf
share/examples/cfengine/isexecutable.cf
share/examples/cfengine/isgreaterthan.cf
share/examples/cfengine/islessthan.cf
share/examples/cfengine/islink.cf
share/examples/cfengine/isnewerthan.cf
share/examples/cfengine/isplain.cf
share/examples/cfengine/isvariable.cf
share/examples/cfengine/iteration.cf
share/examples/cfengine/join.cf
share/examples/cfengine/knowledge_driver.cf
share/examples/cfengine/knowledge_txt.cf
share/examples/cfengine/lastnode.cf
share/examples/cfengine/ldap.cf
share/examples/cfengine/length.cf
share/examples/cfengine/linking.cf
share/examples/cfengine/literal_server.cf
share/examples/cfengine/locate_files_and_compress.cf
share/examples/cfengine/log_private.cf
share/examples/cfengine/loops.cf
share/examples/cfengine/lsdir.cf
share/examples/cfengine/maparray.cf
share/examples/cfengine/maplist.cf
share/examples/cfengine/max-min-mean-variance.cf
share/examples/cfengine/measure_log.cf
share/examples/cfengine/measurements.cf
share/examples/cfengine/menu.cf
share/examples/cfengine/mergedata.cf
share/examples/cfengine/meta.cf
share/examples/cfengine/method.cf
share/examples/cfengine/method_polymorph.cf
share/examples/cfengine/method_validate.cf
share/examples/cfengine/method_var.cf
share/examples/cfengine/method_var2.cf
share/examples/cfengine/module_exec.cf
share/examples/cfengine/module_exec_2.cf
share/examples/cfengine/monitord.cf
share/examples/cfengine/motd.cf
share/examples/cfengine/mount_fs.cf
share/examples/cfengine/multipassvars.cf
share/examples/cfengine/namespace.cf
share/examples/cfengine/namespace1.cf
share/examples/cfengine/namespace2.cf
share/examples/cfengine/namespace3.cf
share/examples/cfengine/namespace_class1.cf
share/examples/cfengine/namespace_classes.cf
share/examples/cfengine/namespace_var_meta.cf
share/examples/cfengine/namespace_var_meta2.cf
share/examples/cfengine/neighbourhood_watch.cf
share/examples/cfengine/none.cf
share/examples/cfengine/nth.cf
share/examples/cfengine/null_config.cf
share/examples/cfengine/occurrences.cf
share/examples/cfengine/orchestrate_chain1.cf
share/examples/cfengine/orchestrate_chain2.cf
share/examples/cfengine/orchestrate_delay_trigger.cf
share/examples/cfengine/orchestrate_dominoes1.cf
share/examples/cfengine/orchestrate_dominoes2.cf
share/examples/cfengine/orchestrate_dragon.cf
share/examples/cfengine/orchestrate_dragon_load_balancer.cf
share/examples/cfengine/orchestrate_n_of_m.cf
share/examples/cfengine/orchestration_hostlist.cf
share/examples/cfengine/ordering.cf
share/examples/cfengine/package_apt.cf
share/examples/cfengine/package_bundles.cf
share/examples/cfengine/package_freebsd.cf
share/examples/cfengine/package_latest.cf
share/examples/cfengine/package_msi_file.cf
share/examples/cfengine/package_msi_version.cf
share/examples/cfengine/package_rpm.cf
share/examples/cfengine/package_solaris.cf
share/examples/cfengine/package_windows_feature.cf
share/examples/cfengine/package_yum.cf
share/examples/cfengine/package_zypper.cf
share/examples/cfengine/parallel_exec.cf
share/examples/cfengine/parseintrealstringarray.cf
share/examples/cfengine/parsestringarray.cf
share/examples/cfengine/parsestringarrayidx.cf
share/examples/cfengine/pathtype.cf
share/examples/cfengine/pattern_and_edit.cf
share/examples/cfengine/peerleader.cf
share/examples/cfengine/peerleaders.cf
share/examples/cfengine/peers.cf
share/examples/cfengine/postfix.cf
share/examples/cfengine/process_kill.cf
share/examples/cfengine/process_matching.cf
share/examples/cfengine/process_matching2.cf
share/examples/cfengine/process_matching3.cf
share/examples/cfengine/process_restart.cf
share/examples/cfengine/process_restart_basic.cf
share/examples/cfengine/process_signalling.cf
share/examples/cfengine/product.cf
share/examples/cfengine/promise_knowledge.cf
share/examples/cfengine/promises.cf
share/examples/cfengine/randomint.cf
share/examples/cfengine/readfile.cf
share/examples/cfengine/readintrealstringlist.cf
share/examples/cfengine/readlist.cf
share/examples/cfengine/readtcp.cf
share/examples/cfengine/reg_multiline.cf
share/examples/cfengine/regarray.cf
share/examples/cfengine/regcmp.cf
share/examples/cfengine/regex_win.cf
share/examples/cfengine/regextract.cf
share/examples/cfengine/registry.cf
share/examples/cfengine/registry_cache.cf
share/examples/cfengine/registryvalue.cf
share/examples/cfengine/regline.cf
share/examples/cfengine/reglist.cf
share/examples/cfengine/remake_outputs.pl
share/examples/cfengine/remoteclasses.cf
share/examples/cfengine/remoteclasses2.cf
share/examples/cfengine/remotescalar.cf
share/examples/cfengine/remove_deadlinks.cf
share/examples/cfengine/rename.cf
share/examples/cfengine/repairedcommand.cf
share/examples/cfengine/report_custom.cf
share/examples/cfengine/report_diffs.cf
share/examples/cfengine/report_state.cf
share/examples/cfengine/reporting.cf
share/examples/cfengine/reporttofile.cf
share/examples/cfengine/resolveconf.cf
share/examples/cfengine/returnszero.cf
share/examples/cfengine/reverse.cf
share/examples/cfengine/root_passwd.cf
share/examples/cfengine/select_class.cf
share/examples/cfengine/select_mode.cf
share/examples/cfengine/select_region.cf
share/examples/cfengine/select_size.cf
share/examples/cfengine/selectservers.cf
share/examples/cfengine/server_callback.cf
share/examples/cfengine/server_copy_localhost.cf
share/examples/cfengine/server_copy_purge.cf
share/examples/cfengine/server_copy_remote.cf
share/examples/cfengine/server_flatcopy_localhost.cf
share/examples/cfengine/service_catalogue.cf
share/examples/cfengine/service_catalogue_separate.cf
share/examples/cfengine/service_disable.cf
share/examples/cfengine/service_start.cf
share/examples/cfengine/services_concept.cf
share/examples/cfengine/services_win.cf
share/examples/cfengine/setuidlog.cf
share/examples/cfengine/setvar.cf
share/examples/cfengine/shuffle.cf
share/examples/cfengine/software_dist.cf
share/examples/cfengine/software_update_version_yum.cf
share/examples/cfengine/some.cf
share/examples/cfengine/sort.cf
share/examples/cfengine/splitstring.cf
share/examples/cfengine/sql_table_structure.cf
share/examples/cfengine/unit_abort.cf
share/examples/cfengine/unit_accessed_before.cf
share/examples/cfengine/unit_accumulated_time.cf
share/examples/cfengine/unit_acl.cf
share/examples/cfengine/unit_acl_generic.cf
share/examples/cfengine/unit_acl_ntfs.cf
share/examples/cfengine/unit_acl_secret.cf
share/examples/cfengine/unit_activedirectory_listusers.cf
share/examples/cfengine/unit_activedirectory_showuser.cf
share/examples/cfengine/unit_ago.cf
share/examples/cfengine/unit_arrays.cf
share/examples/cfengine/unit_backreferences_files.cf
share/examples/cfengine/unit_badpromise.cf
share/examples/cfengine/unit_badtype.cf
share/examples/cfengine/unit_bsdflags.cf
share/examples/cfengine/unit_bundle_return_values.cf
share/examples/cfengine/unit_cf2_integration.cf
share/examples/cfengine/unit_change_detect.cf
share/examples/cfengine/unit_changedbefore.cf
share/examples/cfengine/unit_chdir.cf
share/examples/cfengine/unit_classes_global.cf
share/examples/cfengine/unit_classmatch.cf
share/examples/cfengine/unit_classvar_convergence.cf
share/examples/cfengine/unit_commands.cf
share/examples/cfengine/unit_compare.cf
share/examples/cfengine/unit_control_expand.cf
share/examples/cfengine/unit_controlclasses.cf
share/examples/cfengine/unit_copy.cf
share/examples/cfengine/unit_copy_classes.cf
share/examples/cfengine/unit_copy_copbl.cf
share/examples/cfengine/unit_copy_edit.cf
share/examples/cfengine/unit_copydir_copbl.cf
share/examples/cfengine/unit_copylinks.cf
share/examples/cfengine/unit_countclassesmatching.cf
share/examples/cfengine/unit_countlinesmatching.cf
share/examples/cfengine/unit_create_filedir.cf
share/examples/cfengine/unit_createdb.cf
share/examples/cfengine/unit_customize_by_named_list.cf
share/examples/cfengine/unit_defaults.cf
share/examples/cfengine/unit_defaults2.cf
share/examples/cfengine/unit_defaults3.cf
share/examples/cfengine/unit_definitions.cf
share/examples/cfengine/unit_deletelines.cf
share/examples/cfengine/unit_depends_on.cf
share/examples/cfengine/unit_depends_on2.cf
share/examples/cfengine/unit_disable.cf
share/examples/cfengine/unit_disable_and_rotate_files.cf
share/examples/cfengine/unit_diskfree.cf
share/examples/cfengine/unit_dollar.cf
share/examples/cfengine/unit_edit_column_files.cf
share/examples/cfengine/unit_edit_comment_lines.cf
share/examples/cfengine/unit_edit_deletenotmatch.cf
share/examples/cfengine/unit_edit_insert_fuzzylines.cf
share/examples/cfengine/unit_edit_insert_lines.cf
share/examples/cfengine/unit_edit_insert_lines_silly.cf
share/examples/cfengine/unit_edit_passwd_file.cf
share/examples/cfengine/unit_edit_passwd_file_basic.cf
share/examples/cfengine/unit_edit_replace_string.cf
share/examples/cfengine/unit_edit_sectioned_file.cf
share/examples/cfengine/unit_edit_setvar.cf
share/examples/cfengine/unit_edit_template.cf
share/examples/cfengine/unit_edit_triggerclass.cf
share/examples/cfengine/unit_env.cf
share/examples/cfengine/unit_epimenides.cf
share/examples/cfengine/unit_escape.cf
share/examples/cfengine/unit_exec_args.cf
share/examples/cfengine/unit_exec_in_sequence.cf
share/examples/cfengine/unit_execd.cf
share/examples/cfengine/unit_execresult.cf
share/examples/cfengine/unit_expand.cf
share/examples/cfengine/unit_failedcommand.cf
share/examples/cfengine/unit_failsafe.cf
share/examples/cfengine/unit_file_change_detection.cf
share/examples/cfengine/unit_file_owner_list_template.cf
share/examples/cfengine/unit_fileexists.cf
share/examples/cfengine/unit_filenames.cf
share/examples/cfengine/unit_fileperms.cf
share/examples/cfengine/unit_filesexist.cf
share/examples/cfengine/unit_filesexist2.cf
share/examples/cfengine/unit_filesize.cf
share/examples/cfengine/unit_fix_names.cf
share/examples/cfengine/unit_getenv.cf
share/examples/cfengine/unit_getfields.cf
share/examples/cfengine/unit_getgid.cf
share/examples/cfengine/unit_getindices.cf
share/examples/cfengine/unit_getindices_and_values.cf
share/examples/cfengine/unit_getmacaddress.cf
share/examples/cfengine/unit_getregistry.cf
share/examples/cfengine/unit_getuid.cf
share/examples/cfengine/unit_getusers.cf
share/examples/cfengine/unit_global_list_expansion.cf
share/examples/cfengine/unit_global_list_expansion_2.cf
share/examples/cfengine/unit_grep.cf
share/examples/cfengine/unit_groupexists.cf
share/examples/cfengine/unit_hash.cf
share/examples/cfengine/unit_hashcomment.cf
share/examples/cfengine/unit_hashmatch.cf
share/examples/cfengine/unit_hashuncomment.cf
share/examples/cfengine/unit_helloworld.cf
share/examples/cfengine/unit_host2ip.cf
share/examples/cfengine/unit_hostrange.cf
share/examples/cfengine/unit_hostsseen.cf
share/examples/cfengine/unit_hub.cf
share/examples/cfengine/unit_id.cf
share/examples/cfengine/unit_inherit.cf
share/examples/cfengine/unit_insert_users.cf
share/examples/cfengine/unit_intarray.cf
share/examples/cfengine/unit_inventory_cpu.cf
share/examples/cfengine/unit_iprange.cf
share/examples/cfengine/unit_irange.cf
share/examples/cfengine/unit_isdir.cf
share/examples/cfengine/unit_islink.cf
share/examples/cfengine/unit_isnewerthan.cf
share/examples/cfengine/unit_isplain.cf
share/examples/cfengine/unit_isvariable.cf
share/examples/cfengine/unit_iteration.cf
share/examples/cfengine/unit_join.cf
share/examples/cfengine/unit_knowledge_driver.cf
share/examples/cfengine/unit_knowledge_txt.cf
share/examples/cfengine/unit_lastnode.cf
share/examples/cfengine/unit_ldap.cf
share/examples/cfengine/unit_linking.cf
share/examples/cfengine/unit_literal_server.cf
share/examples/cfengine/unit_locate_files_and_compress.cf
share/examples/cfengine/unit_log_private.cf
share/examples/cfengine/unit_loops.cf
share/examples/cfengine/unit_lsdir.cf
share/examples/cfengine/unit_maplist.cf
share/examples/cfengine/unit_measure_log.cf
share/examples/cfengine/unit_measurements.cf
share/examples/cfengine/unit_menu.cf
share/examples/cfengine/unit_meta.cf
share/examples/cfengine/unit_method.cf
share/examples/cfengine/unit_method_polymorph.cf
share/examples/cfengine/unit_method_validate.cf
share/examples/cfengine/unit_method_var.cf
share/examples/cfengine/unit_method_var2.cf
share/examples/cfengine/unit_module_exec.cf
share/examples/cfengine/unit_module_exec_2.cf
share/examples/cfengine/unit_monitord.cf
share/examples/cfengine/unit_mount_fs.cf
share/examples/cfengine/unit_multipassvars.cf
share/examples/cfengine/unit_namespace.cf
share/examples/cfengine/unit_namespace1.cf
share/examples/cfengine/unit_namespace2.cf
share/examples/cfengine/unit_namespace3.cf
share/examples/cfengine/unit_namespace_class1.cf
share/examples/cfengine/unit_namespace_classes.cf
share/examples/cfengine/unit_namespace_var_meta.cf
share/examples/cfengine/unit_namespace_var_meta2.cf
share/examples/cfengine/unit_neighbourhood_watch.cf
share/examples/cfengine/unit_null_config.cf
share/examples/cfengine/unit_occurrences.cf
share/examples/cfengine/unit_orchestrate_chain1.cf
share/examples/cfengine/unit_orchestrate_chain2.cf
share/examples/cfengine/unit_orchestrate_dominoes1.cf
share/examples/cfengine/unit_orchestrate_dominoes2.cf
share/examples/cfengine/unit_orchestrate_dragon.cf
share/examples/cfengine/unit_orchestrate_dragon_load_balancer.cf
share/examples/cfengine/unit_orchestrate_n_of_m.cf
share/examples/cfengine/unit_orchestration_hostlist.cf
share/examples/cfengine/unit_ordering.cf
share/examples/cfengine/unit_package_apt.cf
share/examples/cfengine/unit_package_freebsd.cf
share/examples/cfengine/unit_package_latest.cf
share/examples/cfengine/unit_package_msi_file.cf
share/examples/cfengine/unit_package_msi_version.cf
share/examples/cfengine/unit_package_rpm.cf
share/examples/cfengine/unit_package_solaris.cf
share/examples/cfengine/unit_package_yum.cf
share/examples/cfengine/unit_package_zypper.cf
share/examples/cfengine/unit_parallel_exec.cf
share/examples/cfengine/unit_parsestringarray.cf
share/examples/cfengine/unit_pathtype.cf
share/examples/cfengine/unit_pattern_and_edit.cf
share/examples/cfengine/unit_peers.cf
share/examples/cfengine/unit_postfix.cf
share/examples/cfengine/unit_process_kill.cf
share/examples/cfengine/unit_process_matching.cf
share/examples/cfengine/unit_process_matching2.cf
share/examples/cfengine/unit_process_matching3.cf
share/examples/cfengine/unit_process_restart.cf
share/examples/cfengine/unit_process_restart_basic.cf
share/examples/cfengine/unit_process_signalling.cf
share/examples/cfengine/unit_product.cf
share/examples/cfengine/unit_promises.cf
share/examples/cfengine/unit_readlist.cf
share/examples/cfengine/unit_readtcp.cf
share/examples/cfengine/unit_reg_multiline.cf
share/examples/cfengine/unit_regarray.cf
share/examples/cfengine/unit_regex_win.cf
share/examples/cfengine/unit_regextract.cf
share/examples/cfengine/unit_registry.cf
share/examples/cfengine/unit_registry_cache.cf
share/examples/cfengine/unit_regline.cf
share/examples/cfengine/unit_reglist.cf
share/examples/cfengine/unit_remoteclasses.cf
share/examples/cfengine/unit_remoteclasses2.cf
share/examples/cfengine/unit_remotescalar.cf
share/examples/cfengine/unit_remove_deadlinks.cf
share/examples/cfengine/unit_rename.cf
share/examples/cfengine/unit_repairedcommand.cf
share/examples/cfengine/unit_report_custom.cf
share/examples/cfengine/unit_report_diffs.cf
share/examples/cfengine/unit_report_state.cf
share/examples/cfengine/unit_reporting.cf
share/examples/cfengine/unit_reporttofile.cf
share/examples/cfengine/unit_resolveconf.cf
share/examples/cfengine/unit_returnszero.cf
share/examples/cfengine/unit_root_passwd.cf
share/examples/cfengine/unit_select_class.cf
share/examples/cfengine/unit_select_mode.cf
share/examples/cfengine/unit_select_region.cf
share/examples/cfengine/unit_select_size.cf
share/examples/cfengine/unit_selectservers.cf
share/examples/cfengine/unit_server_callback.cf
share/examples/cfengine/unit_server_copy_localhost.cf
share/examples/cfengine/unit_server_copy_purge.cf
share/examples/cfengine/unit_server_copy_remote.cf
share/examples/cfengine/unit_server_flatcopy_localhost.cf
share/examples/cfengine/unit_service_disable.cf
share/examples/cfengine/unit_service_start.cf
share/examples/cfengine/unit_services_concept.cf
share/examples/cfengine/unit_services_win.cf
share/examples/cfengine/unit_setuidlog.cf
share/examples/cfengine/unit_setvar.cf
share/examples/cfengine/unit_software_dist.cf
share/examples/cfengine/unit_software_update_version_yum.cf
share/examples/cfengine/unit_splitstring.cf
share/examples/cfengine/unit_storage.cf
share/examples/cfengine/unit_strcmp.cf
share/examples/cfengine/unit_stringarray.cf
share/examples/cfengine/unit_switchcase.cf
share/examples/cfengine/unit_syslog.cf
share/examples/cfengine/unit_syslog2.cf
share/examples/cfengine/unit_template.cf
share/examples/cfengine/unit_template2.cf
share/examples/cfengine/unit_test_environment.cf
share/examples/cfengine/unit_tidy_all_files.cf
share/examples/cfengine/unit_translatepath.cf
share/examples/cfengine/unit_update.cf
share/examples/cfengine/unit_user_edit.cf
share/examples/cfengine/unit_user_edit_method.cf
share/examples/cfengine/unit_userexists.cf
share/examples/cfengine/unit_varclass.cf
share/examples/cfengine/unit_varexpansion.cf
share/examples/cfengine/unit_varnet.cf
share/examples/cfengine/unit_vars.cf
share/examples/cfengine/unit_warnifline.cf
share/examples/cfengine/unit_webserver.cf
share/examples/cfengine/unit_zenoss.cf
share/examples/cfengine/storage.cf
share/examples/cfengine/strcmp.cf
share/examples/cfengine/strftime.cf
share/examples/cfengine/string_downcase.cf
share/examples/cfengine/string_head.cf
share/examples/cfengine/string_length.cf
share/examples/cfengine/string_reverse.cf
share/examples/cfengine/string_split.cf
share/examples/cfengine/string_tail.cf
share/examples/cfengine/string_upcase.cf
share/examples/cfengine/stringarray.cf
share/examples/cfengine/sublist.cf
share/examples/cfengine/sum.cf
share/examples/cfengine/switchcase.cf
share/examples/cfengine/syslog.cf
share/examples/cfengine/syslog2.cf
share/examples/cfengine/template.cf
share/examples/cfengine/template2.cf
share/examples/cfengine/test_environment.cf
share/examples/cfengine/tidy_all_files.cf
share/examples/cfengine/translatepath.cf
share/examples/cfengine/unique.cf
share/examples/cfengine/unpack_method_calls.cf
share/examples/cfengine/update.cf
share/examples/cfengine/user_edit.cf
share/examples/cfengine/user_edit_method.cf
share/examples/cfengine/userexists.cf
share/examples/cfengine/users_type.cf
share/examples/cfengine/varclass.cf
share/examples/cfengine/varexpansion.cf
share/examples/cfengine/variablesmatching.cf
share/examples/cfengine/varnet.cf
share/examples/cfengine/vars.cf
share/examples/cfengine/warnifline.cf
share/examples/cfengine/webserver.cf
share/examples/cfengine/win_dns_client.cf
share/examples/cfengine/win_emergency.cf
share/examples/cfengine/win_registry.cf
share/examples/cfengine/win_schedule.cf
share/examples/cfengine/zenoss.cf

View File

@@ -1,7 +1,10 @@
$NetBSD: distinfo,v 1.6 2014/10/29 11:03:31 pettai Exp $
$NetBSD: distinfo,v 1.7 2015/04/07 08:43:35 fhajny Exp $
SHA1 (cfengine-3.4.5.tar.gz) = 5adf3b9377afcdd211efd2255c2cea777cb54949
RMD160 (cfengine-3.4.5.tar.gz) = 044561c7811119a553f2e85eaf42531fcf4f69cd
Size (cfengine-3.4.5.tar.gz) = 4671628 bytes
SHA1 (patch-ext_Makefile.in) = 63d2c3ef7d94a11a98177d2dd3c2820662bc06f9
SHA1 (patch-src_unix.c) = 5b64998d5f9d7d3d158aa1384c134fac686865f3
SHA1 (cfengine-3.6.5.tar.gz) = 7329ab681bf39e4a607003f56df56fe0c6226406
RMD160 (cfengine-3.6.5.tar.gz) = 323d047f8dffc37924d82e4dbcd4d75172b41ea6
Size (cfengine-3.6.5.tar.gz) = 2011114 bytes
SHA1 (masterfiles-3.6.5.tar.gz) = f23e8e61ccef9b25a59ca6230406fba36d6b52ac
RMD160 (masterfiles-3.6.5.tar.gz) = 538ec2192de35489110d101a7644d3a9262ccd51
Size (masterfiles-3.6.5.tar.gz) = 128384 bytes
SHA1 (patch-ext_Makefile.in) = 2a231187b2e3f237cd856d990bca9f2472817074
SHA1 (patch-libenv_unix_iface.c) = f6fbb791be6283cd84a70674c58b166dac6b7c41

View File

@@ -1,9 +1,9 @@
# $NetBSD: options.mk,v 1.1 2013/02/17 16:15:42 fhajny Exp $
# $NetBSD: options.mk,v 1.2 2015/04/07 08:43:35 fhajny Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.cfengine3
PKG_OPTIONS_REQUIRED_GROUPS= db
PKG_OPTIONS_GROUP.db= qdbm tokyocabinet
PKG_OPTIONS_GROUP.db= qdbm tokyocabinet lmdb
PKG_SUPPORTED_OPTIONS= qdbm tokyocabinet mysql pgsql
PKG_SUGGESTED_OPTIONS= tokyocabinet
@@ -25,8 +25,11 @@ CONFIGURE_ARGS+= --with-postgresql=${PGSQL_PREFIX}
CONFIGURE_ARGS+= --without-postgresql
.endif
### QDBM *or* Tokyo Cabinet support
.if !empty(PKG_OPTIONS:Mqdbm)
### LMDB *or* QDBM *or* Tokyo Cabinet support
.if !empty(PKG_OPTIONS:Mlmdb)
CONFIGURE_ARGS+= --with-lmdb=${BUILDLINK_PREFIX.lmdb}
.include "../../databases/lmdb/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mqdbm)
CONFIGURE_ARGS+= --with-qdbm=${BUILDLINK_PREFIX.qdbm}
.include "../../databases/qdbm/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mtokyocabinet)

View File

@@ -1,14 +1,14 @@
$NetBSD: patch-ext_Makefile.in,v 1.1 2013/02/17 16:15:42 fhajny Exp $
$NetBSD: patch-ext_Makefile.in,v 1.2 2015/04/07 08:43:35 fhajny Exp $
No use for rpmvercmp.
--- ext/Makefile.in.orig 2013-01-11 12:54:49.000000000 +0000
+++ ext/Makefile.in 2013-02-16 12:23:25.950062742 +0000
@@ -35,7 +35,6 @@ POST_UNINSTALL = :
--- ext/Makefile.in.orig 2015-04-03 10:59:08.525934907 +0000
+++ ext/Makefile.in
@@ -79,7 +79,6 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
-sbin_PROGRAMS = rpmvercmp$(EXEEXT)
subdir = ext
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/depcomp

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-libenv_unix_iface.c,v 1.1 2015/04/07 08:43:35 fhajny Exp $
Ignore HAVE_STRUCT_SOCKADDR_SA_LEN on NetBSD, behavior different.
--- libenv/unix_iface.c.orig 2015-03-12 20:21:31.000000000 +0000
+++ libenv/unix_iface.c
@@ -52,7 +52,7 @@
#ifndef __MINGW32__
-# ifdef HAVE_STRUCT_SOCKADDR_SA_LEN
+# if defined(HAVE_STRUCT_SOCKADDR_SA_LEN) && !defined(__NetBSD__)
# ifdef _SIZEOF_ADDR_IFREQ
# define SIZEOF_IFREQ(x) _SIZEOF_ADDR_IFREQ(x)
# else

View File

@@ -1,15 +0,0 @@
$NetBSD: patch-src_unix.c,v 1.1 2013/02/17 16:15:42 fhajny Exp $
Ignore HAVE_STRUCT_SOCKADDR_SA_LEN on NetBSD.
--- src/unix.c.orig 2013-01-11 12:54:39.000000000 +0000
+++ src/unix.c 2013-02-16 11:10:41.263683099 +0000
@@ -49,7 +49,7 @@
#ifndef MINGW
-# ifdef HAVE_STRUCT_SOCKADDR_SA_LEN
+# if defined(HAVE_STRUCT_SOCKADDR_SA_LEN) && !defined(__NetBSD__)
# ifdef _SIZEOF_ADDR_IFREQ
# define SIZEOF_IFREQ(x) _SIZEOF_ADDR_IFREQ(x)
# else

View File

@@ -1 +1 @@
rrdtool plugin for collectd
amqp plugin for collectd

View File

@@ -1 +1 @@
rrdtool plugin for collectd
dbi plugin for collectd

View File

@@ -1 +1 @@
rrdtool plugin for collectd
dns plugin for collectd

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
# $NetBSD: Makefile,v 1.2 2015/04/07 13:18:25 fhajny Exp $
COLLECTD_PACKAGE= dns
@@ -8,5 +8,10 @@ COMMENT= Statistics collection daemon - dns plugin
CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}
# On NetBSD, built-in pcap lacks headers needed
.if ${OPSYS} == "NetBSD"
PREFER.libpcap= pkgsrc
.endif
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1 +1 @@
rrdtool plugin for collectd
memcached plugin for collectd

View File

@@ -1 +1 @@
rrdtool plugin for collectd
mysql plugin for collectd

View File

@@ -1 +1 @@
rrdtool plugin for collectd
network plugin for collectd

View File

@@ -1 +1 @@
rrdtool plugin for collectd
notify-email plugin for collectd

View File

@@ -1 +1 @@
rrdtool plugin for collectd
postgresql plugin for collectd

View File

@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.2 2014/06/10 14:21:37 joerg Exp $
# $NetBSD: Makefile,v 1.3 2015/06/10 20:05:26 fhajny Exp $
COLLECTD_PACKAGE= postgresql
PKGNAME= ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}${PGSQL_VERSION}/}
PKGREVISION= 1
COMMENT= Statistics collection daemon - postgresql plugin
.include "../../sysutils/collectd/Makefile.common"

View File

@@ -1,6 +1,4 @@
# $NetBSD: Makefile,v 1.2 2014/05/05 00:48:19 ryoon Exp $
PKGREVISION= 1
# $NetBSD: Makefile,v 1.5 2015/06/10 20:05:26 fhajny Exp $
COLLECTD_PACKAGE= rrdtool
COLLECTD_PLUGINS= rrdtool rrdcached

View File

@@ -1 +1 @@
rrdtool plugin for collectd
snmp plugin for collectd

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.3 2014/07/30 12:28:18 fhajny Exp $
# $NetBSD: Makefile,v 1.6 2015/06/12 10:51:12 wiz Exp $
PKGREVISION= 1
.include "../../sysutils/collectd/Makefile.common"
PKGREVISION= 2
COMMENT= Statistics collection daemon base
RCD_SCRIPTS= collectd
@@ -22,6 +22,9 @@ DEFAULT_PLUGINS+= aggregation apcups csv email exec filecount \
CONFIGURE_ARGS+= --enable-${option}
.endfor
# Several libs not generated in time for linking collectd
MAKE_JOBS_SAFE= no
.include "options.mk"
CONF_FILES+= share/examples/collectd/collectd.conf \

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.5 2015/02/24 13:14:05 fhajny Exp $
# $NetBSD: Makefile.common,v 1.9 2015/06/10 20:05:26 fhajny Exp $
#
# used by sysutils/collectd/Makefile
# used by sysutils/collectd-amqp/Makefile
@@ -12,8 +12,10 @@
# used by sysutils/collectd-postgresql/Makefile
# used by sysutils/collectd-rrdtool/Makefile
# used by sysutils/collectd-snmp/Makefile
# used by sysutils/p5-collectd/Makefile
# used by sysutils/py-collectd/Makefile
DISTNAME= collectd-5.4.1
DISTNAME= collectd-5.5.0
MASTER_SITES= http://collectd.org/files/
CATEGORIES= sysutils
@@ -70,8 +72,8 @@ CPPFLAGS.SunOS+= -DSOLARIS2=${OS_VERSION:C/5.//}
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -Wno-error=tautological-pointer-compare
CFLAGS+= -Wno-error=tautological-pointer-compare \
-Wno-error=pointer-bool-conversion
.endif
.include "../../devel/libltdl/buildlink3.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:15 jperkin Exp $
@comment $NetBSD: PLIST,v 1.3 2015/04/14 11:27:30 fhajny Exp $
bin/collectd-nagios
bin/collectd-tg
bin/collectdctl
@@ -33,11 +33,9 @@ ${PLIST.nfs}lib/collectd/nfs.la
lib/collectd/ntpd.la
lib/collectd/olsrd.la
lib/collectd/openvpn.la
${PLIST.perl}lib/collectd/perl.la
${PLIST.pf}lib/collectd/pf.la
lib/collectd/powerdns.la
${PLIST.processes}lib/collectd/processes.la
${PLIST.python}lib/collectd/python.la
lib/collectd/statsd.la
${PLIST.swap}lib/collectd/swap.la
${PLIST.syslog}lib/collectd/syslog.la

View File

@@ -1,15 +1,13 @@
$NetBSD: distinfo,v 1.5 2015/03/19 13:50:30 jperkin Exp $
$NetBSD: distinfo,v 1.8 2015/06/10 20:05:26 fhajny Exp $
SHA1 (collectd-5.4.1.tar.gz) = faaccac4daf48449bcefc9d6f9236f98a5dd5b4b
RMD160 (collectd-5.4.1.tar.gz) = a98ff2d845238d4792f732aa7518effdc95e24f9
Size (collectd-5.4.1.tar.gz) = 1894132 bytes
SHA1 (collectd-5.5.0.tar.gz) = d24e284c1eae20c5e75b846c8b2612ab65bd5565
RMD160 (collectd-5.5.0.tar.gz) = 2197758942a5fe56e4eabda3786f09d4138e943a
Size (collectd-5.5.0.tar.gz) = 2244454 bytes
SHA1 (patch-Makefile.in) = 197307399312fa26c71ca168b92bbe41d31d556d
SHA1 (patch-configure) = 34bb022fbe3b3b072a6ea5d86de0711a37ebfa0f
SHA1 (patch-src_Makefile.in) = 3d227fa1c483944f44b11e49cabb6390ab3b8338
SHA1 (patch-src_Makefile.in) = f94d046ee323fdb9251ad49cf383b3a61df5dcaa
SHA1 (patch-src_collectd-tg.c) = f9f41dfb0b1b55a62202128a165d5c9943faf5bc
SHA1 (patch-src_collectd.c) = 31106ca27dd4911c40285fece48f76a1c36e2407
SHA1 (patch-src_collectd.conf.in) = 97400dbc16a31a440750beed0bc16927afdcb570
SHA1 (patch-src_collectd.conf.in) = f0b35085cf0ddfd766e140b145177ab1f1326f5f
SHA1 (patch-src_df.c) = 19cca888b183a90759b359702e4d65c8afa6e58d
SHA1 (patch-src_libcollectclient_network__buffer.c) = e07d403d299613fa0885a0e7285849eb85510253
SHA1 (patch-src_network.c) = b07c206406642b37788dd8d0aefe437158473b97
SHA1 (patch-src_tcpconns.c) = a1ad8fa2eb9e899375b7b99d12becb4e98ac4e10
SHA1 (patch-src_tcpconns.c) = fdc160087231a4aee2c405b8ed07791e90b20fd0
SHA1 (patch-src_utils__dns.c) = c3782dc9127f42da30e3142b853aa2cb2259af94

View File

@@ -1,7 +1,7 @@
# $NetBSD: options.mk,v 1.1 2014/02/17 11:21:54 fhajny Exp $
# $NetBSD: options.mk,v 1.2 2015/04/14 11:27:30 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.collectd
PKG_SUPPORTED_OPTIONS= cpu df interface load memory perl python syslog uptime
PKG_SUPPORTED_OPTIONS= cpu df interface load memory syslog uptime
PKG_SUGGESTED_OPTIONS+= cpu df interface load memory syslog uptime
.if ${OPSYS} == "NetBSD"
@@ -29,7 +29,7 @@ PKG_SUGGESTED_OPTIONS+= disk nfs swap users zfs-arc
.include "../../mk/bsd.options.mk"
PLIST_VARS+= apple-sensors battery contextswitch cpu df disk \
interface load memory nfs perl pf processes python swap \
interface load memory nfs pf processes swap \
syslog tcpconns uptime users zfs-arc
.for option in ${PLIST_VARS}
@@ -38,17 +38,3 @@ CONFIGURE_ARGS+= --enable-${option:S/-/_/}
PLIST.${option}= yes
. endif
.endfor
.if !empty(PKG_OPTIONS:Mperl)
USE_TOOLS+= perl
PERL5_CONFIGURE= no
PERL5_PACKLIST+= auto/Collectd/.packlist
CONFIGURE_ARGS+= --with-libperl=${BUILDLINK_PREFIX.perl}
CONFIGURE_ARGS+= --with-perl-bindings=${MAKE_PARAMS:Q}
. include "../../lang/perl5/module.mk"
.endif
.if !empty(PKG_OPTIONS:Mpython)
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
. include "../../lang/python/application.mk"
.endif

View File

@@ -1,29 +0,0 @@
$NetBSD: patch-configure,v 1.1 2014/02/17 11:21:55 fhajny Exp $
Remove m4 cruft.
--- configure.orig 2014-01-26 08:10:00.249270750 +0000
+++ configure
@@ -18338,19 +18338,19 @@ $as_echo_n "checking if have htonll defi
have_htonll="no"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-[
+
#include <sys/types.h>
#include <netinet/in.h>
#if HAVE_INTTYPES_H
# include <inttypes.h>
#endif
-]
+
int
main ()
{
-[
+
return htonll(0);
-]
+
;
return 0;

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-src_Makefile.in,v 1.1 2014/02/17 11:21:55 fhajny Exp $
$NetBSD: patch-src_Makefile.in,v 1.2 2015/06/10 20:05:26 fhajny Exp $
Use a reasonable db dir.
Install config file into examples.
--- src/Makefile.in.orig 2014-01-26 08:09:56.685201776 +0000
--- src/Makefile.in.orig 2015-05-27 07:51:49.001922959 +0000
+++ src/Makefile.in
@@ -2230,6 +2230,7 @@ srcdir = @srcdir@
@@ -2424,6 +2424,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
@@ -12,16 +12,16 @@ Install config file into examples.
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
@@ -2239,7 +2240,7 @@ SUBDIRS = libcollectdclient $(am__append
AM_CPPFLAGS = -DPREFIX='"${prefix}"' \
@@ -2434,7 +2435,7 @@ PLUGIN_LDFLAGS = -module -avoid-version
AM_CPPFLAGS = -I$(srcdir)/daemon -DPREFIX='"${prefix}"' \
-DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \
-DLOCALSTATEDIR='"${localstatedir}"' \
- -DPKGLOCALSTATEDIR='"${localstatedir}/lib/${PACKAGE_NAME}"' \
+ -DPKGLOCALSTATEDIR='"${localstatedir}/db/${PACKAGE_NAME}"' \
$(am__append_2) -DPLUGINDIR='"${pkglibdir}"' \
-DPKGDATADIR='"${pkgdatadir}"'
collectd_SOURCES = collectd.c collectd.h \
@@ -4856,13 +4857,8 @@ uninstall-man: uninstall-man1 uninstall-
AUTOMAKE_OPTIONS = subdir-objects
@@ -5190,13 +5191,8 @@ uninstall-man: uninstall-man1 uninstall-
@HAVE_PROTOC_C_TRUE@ protoc-c -I$(srcdir) --c_out . $(srcdir)/riemann.proto
install-exec-hook:
@@ -37,7 +37,7 @@ Install config file into examples.
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
$(INSTALL) -m 0644 $(srcdir)/types.db $(DESTDIR)$(pkgdatadir)/types.db;
$(INSTALL) -m 0644 $(srcdir)/postgresql_default.conf \
@@ -4870,7 +4866,7 @@ install-exec-hook:
@@ -5204,7 +5200,7 @@ install-exec-hook:
uninstall-hook:
rm -f $(DESTDIR)$(pkgdatadir)/types.db;

View File

@@ -1,14 +0,0 @@
$NetBSD: patch-src_collectd.c,v 1.1 2014/02/17 11:21:55 fhajny Exp $
sg_init() expects an arg.
--- src/collectd.c.orig 2014-01-26 08:09:14.840391576 +0000
+++ src/collectd.c
@@ -288,7 +288,7 @@ static int do_init (void)
#endif
#if HAVE_LIBSTATGRAB
- if (sg_init ())
+ if (sg_init (0))
{
ERROR ("sg_init: %s", sg_str_error (sg_get_error ()));
return (-1);

View File

@@ -1,7 +1,7 @@
$NetBSD: patch-src_collectd.conf.in,v 1.1 2014/02/17 11:21:55 fhajny Exp $
$NetBSD: patch-src_collectd.conf.in,v 1.2 2015/06/10 20:05:26 fhajny Exp $
Fix default dirs.
--- src/collectd.conf.in.orig 2014-01-26 08:09:23.516559631 +0000
--- src/collectd.conf.in.orig 2015-05-20 12:05:42.672060002 +0000
+++ src/collectd.conf.in
@@ -12,7 +12,7 @@
@@ -12,25 +12,46 @@ Fix default dirs.
#PIDFile "@localstatedir@/run/@PACKAGE_NAME@.pid"
#PluginDir "@libdir@/@PACKAGE_NAME@"
#TypesDB "@prefix@/share/@PACKAGE_NAME@/types.db"
@@ -278,7 +278,7 @@
@@ -315,16 +315,16 @@
# LongRunAvgLatency false
# ConvertSpecialMetricTypes true
# <Daemon "osd.0">
-# SocketPath "/var/run/ceph/ceph-osd.0.asok"
+# SocketPath "@localstatedir@/run/ceph/ceph-osd.0.asok"
# </Daemon>
# <Daemon "osd.1">
-# SocketPath "/var/run/ceph/ceph-osd.1.asok"
+# SocketPath "@localstatedir@/run/ceph/ceph-osd.1.asok"
# </Daemon>
# <Daemon "mon.a">
-# SocketPath "/var/run/ceph/ceph-mon.ceph1.asok"
+# SocketPath "@localstatedir@/run/ceph/ceph-mon.ceph1.asok"
# </Daemon>
# <Daemon "mds.a">
-# SocketPath "/var/run/ceph/ceph-mds.ceph1.asok"
+# SocketPath "@localstatedir@/run/ceph/ceph-mds.ceph1.asok"
# </Daemon>
#</Plugin>
@@ -340,7 +340,7 @@
#</Plugin>
#
#<Plugin csv>
-# DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv"
+# DataDir "@localstatedir@/db/@PACKAGE_NAME@/csv"
# StoreRates false
#</Plugin>
@@ -566,7 +566,7 @@
#
@@ -683,7 +683,7 @@
# <Database db_name2>
# Alias "squeeze"
# Host "localhost"
-# Socket "/var/run/mysql/mysqld.sock"
+# Socket "@localstatedir@/run/mysql/mysqld.sock"
# SlaveStats true
# SlaveNotifications true
# </Database>
@@ -827,14 +827,14 @@
@@ -956,14 +956,14 @@
# <Server "server_name">
# Collect "latency"
# Collect "udp-answers" "udp-queries"
@@ -48,7 +69,7 @@ Fix default dirs.
#</Plugin>
#<Plugin processes>
@@ -882,14 +882,14 @@
@@ -1011,14 +1011,14 @@
#<Plugin rrdcached>
# DaemonAddress "unix:/tmp/rrdcached.sock"
@@ -65,16 +86,7 @@ Fix default dirs.
# CreateFilesAsync false
# CacheTimeout 120
# CacheFlush 900
@@ -994,7 +994,7 @@
#</Plugin>
#<Plugin "tail">
-# <File "/var/log/exim4/mainlog">
+# <File "@localstatedir@/log/exim4/mainlog">
# Instance "exim"
# <Match>
# Regex "S=([1-9][0-9]*)"
@@ -1031,7 +1031,7 @@
@@ -1174,7 +1174,7 @@
# Type "kpackets_wire_per_sec.realtime"
# ValueFrom 4
# </Metric>
@@ -83,7 +95,7 @@ Fix default dirs.
# Instance "snort-eth0"
# Interval 600
# Collect "dropped" "mbps" "alerts" "kpps"
@@ -1068,7 +1068,7 @@
@@ -1231,7 +1231,7 @@
#</Plugin>
#<Plugin unixsock>

View File

@@ -1,50 +0,0 @@
$NetBSD: patch-src_network.c,v 1.2 2014/06/14 12:21:02 fhajny Exp $
Remove libgcrypt deprecation logic. Patch by joerg.
--- src/network.c.orig 2014-01-26 08:09:23.000000000 +0000
+++ src/network.c
@@ -58,25 +58,7 @@
#endif
#if HAVE_LIBGCRYPT
-# include <pthread.h>
-# if defined __APPLE__
-/* default xcode compiler throws warnings even when deprecated functionality
- * is not used. -Werror breaks the build because of erroneous warnings.
- * http://stackoverflow.com/questions/10556299/compiler-warnings-with-libgcrypt-v1-5-0/12830209#12830209
- */
-# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
-# endif
-/* FreeBSD's copy of libgcrypt extends the existing GCRYPT_NO_DEPRECATED
- * to properly hide all deprecated functionality.
- * http://svnweb.freebsd.org/ports/head/security/libgcrypt/files/patch-src__gcrypt.h.in
- */
-# define GCRYPT_NO_DEPRECATED
# include <gcrypt.h>
-# if defined __APPLE__
-/* Re enable deprecation warnings */
-# pragma GCC diagnostic warning "-Wdeprecated-declarations"
-# endif
-GCRY_THREAD_OPTION_PTHREAD_IMPL;
#endif
#ifndef IPV6_ADD_MEMBERSHIP
@@ -501,17 +483,9 @@ static void network_init_gcrypt (void) /
if (gcry_control (GCRYCTL_ANY_INITIALIZATION_P))
return;
- /* http://www.gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html
- * To ensure thread-safety, it's important to set GCRYCTL_SET_THREAD_CBS
- * *before* initalizing Libgcrypt with gcry_check_version(), which itself must
- * be called before any other gcry_* function. GCRYCTL_ANY_INITIALIZATION_P
- * above doesn't count, as it doesn't implicitly initalize Libgcrypt.
- *
- * tl;dr: keep all these gry_* statements in this exact order please. */
- gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
gcry_check_version (NULL);
gcry_control (GCRYCTL_INIT_SECMEM, 32768);
- gcry_control (GCRYCTL_INITIALIZATION_FINISHED);
+ gcry_control (GCRYCTL_INITIALIZATION_FINISHED,NULL,0);
} /* }}} void network_init_gcrypt */
static gcry_cipher_hd_t network_get_aes256_cypher (sockent_t *se, /* {{{ */

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-src_tcpconns.c,v 1.3 2014/06/29 18:01:06 dholland Exp $
$NetBSD: patch-src_tcpconns.c,v 1.4 2015/06/10 20:05:26 fhajny Exp $
--- src/tcpconns.c.orig 2014-01-26 08:09:14.000000000 +0000
--- src/tcpconns.c.orig 2015-05-20 12:04:47.191035542 +0000
+++ src/tcpconns.c
@@ -893,6 +893,7 @@ static int conn_init (void)
@@ -948,6 +948,7 @@ static int conn_init (void)
return (0);
} /* int conn_init */
@@ -10,27 +10,3 @@ $NetBSD: patch-src_tcpconns.c,v 1.3 2014/06/29 18:01:06 dholland Exp $
static int conn_read (void)
{
struct inpcbtable table;
@@ -912,7 +913,11 @@ static int conn_read (void)
/* Get the `head' pcb */
head = (struct inpcb *) &(inpcbtable_ptr->inpt_queue);
/* Get the first pcb */
+#if __NetBSD_Version__ > 699002700
+ next = (struct inpcb *)TAILQ_FIRST (&table.inpt_queue);
+#else
next = (struct inpcb *)CIRCLEQ_FIRST (&table.inpt_queue);
+#endif
while (next != head)
{
@@ -920,7 +925,11 @@ static int conn_read (void)
kread ((u_long) next, &inpcb, sizeof (inpcb));
/* Advance `next' */
+#if __NetBSD_Version__ > 699002700
+ next = (struct inpcb *)TAILQ_NEXT (&inpcb, inp_queue);
+#else
next = (struct inpcb *)CIRCLEQ_NEXT (&inpcb, inp_queue);
+#endif
/* Ignore sockets, that are not connected. */
#ifdef __NetBSD__

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_utils__dns.c,v 1.1 2015/04/07 13:20:41 fhajny Exp $
Resolve conflict with pkgsrc PCAP on NetBSD 7.
--- src/utils_dns.c.orig 2015-02-26 10:43:48.496180984 +0000
+++ src/utils_dns.c
@@ -96,6 +96,9 @@
#endif
#if HAVE_PCAP_H
+# if defined(DLT_MATCHING_MAX)
+# undef DLT_MATCHING_MAX
+# endif
# include <pcap.h>
#endif

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.21 2014/05/05 00:48:19 ryoon Exp $
# $NetBSD: Makefile,v 1.22 2015/04/25 14:24:51 tnn Exp $
#
DISTNAME= conky-1.9.0
PKGREVISION= 17
PKGREVISION= 18
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conky/}
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.25 2014/08/17 15:59:07 wiz Exp $
# $NetBSD: Makefile,v 1.26 2015/06/12 10:51:12 wiz Exp $
CONSOLEKIT_VER= 0.4.5
DISTNAME= ConsoleKit-${CONSOLEKIT_VER}
PKGNAME= consolekit-${CONSOLEKIT_VER}
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.63 2014/05/29 23:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.67 2015/06/16 22:28:13 jperkin Exp $
PKGREVISION= 1
.include "../../sysutils/coreutils/Makefile.common"
PKGREVISION= 1
CONFIGURE_ARGS+= --without-gmp
CONFLICTS= fileutils-[0-9]* gnuls-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]*
@@ -29,7 +29,7 @@ USE_GCC_RUNTIME= yes
.include "../../mk/compiler.mk"
.if ${OBJECT_FMT} == "ELF" && \
.if (${OBJECT_FMT} == "ELF" || ${OBJECT_FMT} == "Mach-O") && \
(!empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang))
PLIST.stdbuf= yes
.endif

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile.common,v 1.9 2015/01/29 21:58:34 jperkin Exp $
# $NetBSD: Makefile.common,v 1.11 2015/05/07 00:24:59 mef Exp $
# used by sysutils/coreutils/Makefile
# used by misc/gnuls/Makefile
DISTNAME= coreutils-8.22
DISTNAME= coreutils-8.23
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=coreutils/}
EXTRACT_SUFX= .tar.xz
@@ -21,10 +21,20 @@ GNU_CONFIGURE= YES
USE_TOOLS+= msgfmt msgmerge perl xgettext
USE_PKGLOCALEDIR= YES
# --- man/chroot.1 ---
# GEN man/chroot.1
# help2man: can't get `--help' info from chroot.td/chroot
# Try `--no-discard-stderr' if option outputs to stderr
# *** [man/chroot.1] Error code 127
MAKE_JOBS_SAFE= NO
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
# Otherwise configure aborts when ran by root
CONFIGURE_ENV+= FORCE_UNSAFE_CONFIGURE=yes
.if ${OPSYS} == "Interix"
CONFIGURE_ENV+= ac_list_mounted_fs=found
.endif

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.29 2014/06/29 06:53:23 obache Exp $
$NetBSD: distinfo,v 1.31 2015/05/07 00:24:59 mef Exp $
SHA1 (coreutils-8.22.tar.xz) = cc7fe47b21eb49dd2ee4cdb707570f42fb2c8cc6
RMD160 (coreutils-8.22.tar.xz) = c3da7ade1d3ac82e97ac4a24c70376af8b9b503b
Size (coreutils-8.22.tar.xz) = 5335124 bytes
SHA1 (coreutils-8.23.tar.xz) = adead02839225218b85133fa57b4dba02af2291d
RMD160 (coreutils-8.23.tar.xz) = d4c433968cd77dbf86e9f4a75c622b24aa7c2726
Size (coreutils-8.23.tar.xz) = 5375612 bytes
SHA1 (patch-Makefile.in) = fce694c56777081a6a54d157dd0573945250f381
SHA1 (patch-lib-fflush.c) = 106e9c7d05fff290f24cb69e1b2c80d0077c62bd
SHA1 (patch-lib-fseeko.c) = 9f4b0294698648011c64869fc0e642f910e9d47f

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.13 2014/05/29 23:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:12 wiz Exp $
#
DISTNAME= cpogm-1.0
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://oss.gw.com/people/kim/

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:12 wiz Exp $
#
DISTNAME= cvsreport-0.3.5
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://download.gna.org/cvsreport/cvsreport.pkg/0.3.5/

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.15 2013/10/09 17:39:01 wiz Exp $
# $NetBSD: Makefile,v 1.16 2015/04/25 14:24:51 tnn Exp $
#
DISTNAME= dbus-qt3-0.70
PKGREVISION= 11
PKGREVISION= 12
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.14 2013/10/09 17:39:01 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.15 2015/04/25 14:24:51 tnn Exp $
BUILDLINK_TREE+= dbus-qt3
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= dbus-qt3
DBUS_QT3_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dbus-qt3+= dbus-qt3>=0.70
BUILDLINK_ABI_DEPENDS.dbus-qt3+= dbus-qt3>=0.70nb11
BUILDLINK_ABI_DEPENDS.dbus-qt3+= dbus-qt3>=0.70nb12
BUILDLINK_PKGSRCDIR.dbus-qt3?= ../../sysutils/dbus-qt3
.include "../../sysutils/dbus/buildlink3.mk"

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.4 2014/10/07 16:47:14 adam Exp $
# $NetBSD: Makefile,v 1.7 2015/05/23 06:44:58 kefren Exp $
#
DISTNAME= dbus-sharp-glib-0.5.0
PKGREVISION= 3
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
@@ -17,5 +17,11 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= dbus-sharp-glib-1.0.pc.in
SUBST_CLASSES+= fix-mcs
SUBST_STAGE.fix-mcs= post-patch
SUBST_MESSAGE.fix-mcs= Fix compiler name
SUBST_FILES.fix-mcs= configure
SUBST_SED.fix-mcs= -e 's,gmcs,mcs,'
.include "../../sysutils/dbus-sharp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.4 2014/10/07 16:47:14 adam Exp $
# $NetBSD: buildlink3.mk,v 1.5 2015/04/06 08:17:17 adam Exp $
BUILDLINK_TREE+= dbus-sharp-glib
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= dbus-sharp-glib
DBUS_SHARP_GLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dbus-sharp-glib+= dbus-sharp-glib>=0.5.0
BUILDLINK_ABI_DEPENDS.dbus-sharp-glib?= dbus-sharp-glib>=0.5.0nb3
BUILDLINK_ABI_DEPENDS.dbus-sharp-glib?= dbus-sharp-glib>=0.5.0nb4
BUILDLINK_PKGSRCDIR.dbus-sharp-glib?= ../../sysutils/dbus-sharp-glib
.include "../../sysutils/dbus-sharp/buildlink3.mk"

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.6 2014/10/07 16:47:14 adam Exp $
# $NetBSD: Makefile,v 1.9 2015/05/23 06:44:58 kefren Exp $
#
DISTNAME= dbus-sharp-0.7.0
PKGREVISION= 5
PKGREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
@@ -17,5 +17,11 @@ USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= dbus-sharp-1.0.pc.in
.include "../../lang/mono2/buildlink3.mk"
SUBST_CLASSES+= fix-mcs
SUBST_STAGE.fix-mcs= post-patch
SUBST_MESSAGE.fix-mcs= Fix compiler name
SUBST_FILES.fix-mcs= configure
SUBST_SED.fix-mcs= -e 's,gmcs,mcs,'
.include "../../lang/mono/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.5 2014/10/07 16:47:14 adam Exp $
# $NetBSD: buildlink3.mk,v 1.7 2015/05/23 06:40:15 kefren Exp $
BUILDLINK_TREE+= dbus-sharp
@@ -6,10 +6,10 @@ BUILDLINK_TREE+= dbus-sharp
DBUS_SHARP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dbus-sharp+= dbus-sharp>=0.7.0
BUILDLINK_ABI_DEPENDS.dbus-sharp?= dbus-sharp>=0.7.0nb5
BUILDLINK_ABI_DEPENDS.dbus-sharp?= dbus-sharp>=0.7.0nb6
BUILDLINK_PKGSRCDIR.dbus-sharp?= ../../sysutils/dbus-sharp
.include "../../lang/mono2/buildlink3.mk"
.include "../../lang/mono/buildlink3.mk"
.endif # DBUS_SHARP_BUILDLINK3_MK
BUILDLINK_TREE+= -dbus-sharp

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.81 2015/02/17 13:48:24 wiz Exp $
# $NetBSD: Makefile,v 1.83 2015/05/14 17:21:06 wiz Exp $
DISTNAME= dbus-1.8.16
DISTNAME= dbus-1.8.18
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
@@ -10,7 +10,6 @@ COMMENT= Message bus system
LICENSE= gnu-gpl-v2
CONFLICTS+= dbus-glib<0.71
CONFLICTS+= py26-dbus<0.71
CONFLICTS+= py27-dbus<0.71
GNU_CONFIGURE= YES

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.63 2015/02/17 13:48:24 wiz Exp $
$NetBSD: distinfo,v 1.64 2015/05/14 17:21:06 wiz Exp $
SHA1 (dbus-1.8.16.tar.gz) = 1504f03289dc4a694dae4980a773f63dd7fd1a01
RMD160 (dbus-1.8.16.tar.gz) = c333f4e5808fc4c5b6a5d77f06bd473971411e60
Size (dbus-1.8.16.tar.gz) = 1866436 bytes
SHA1 (dbus-1.8.18.tar.gz) = a30be4a6efe3fe570d2a2cc4265f0ef9be9367aa
RMD160 (dbus-1.8.18.tar.gz) = 96215bbd9d2ba322d8ddfe7b2fde74e37ed44671
Size (dbus-1.8.18.tar.gz) = 1868625 bytes
SHA1 (patch-aa) = 0c3d145979e3b2358261c9f7f34701d02eb6ecd4
SHA1 (patch-ak) = 6d05ebde29acb3f6cb6f577dd2f2b734f590e8dd
SHA1 (patch-al) = 57d08196e9daf49eb6bda2b30f019ce2cad77c6f

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.10 2014/01/27 18:41:14 wiz Exp $
# $NetBSD: Makefile,v 1.11 2015/05/17 12:19:42 abs Exp $
DISTNAME= dc-tools-1.4
DISTNAME= dc-tools-1.5
CATEGORIES= sysutils
MASTER_SITES= http://mc.pp.se/dc/files/ \
https://github.com/abs0/dc-burn-netbsd/tarball/1.4
https://github.com/abs0/dc-burn-netbsd/tarball/1.5
DIST_SUBDIR= dc-tools
DISTFILES= makeip.tar.gz scramble.c ip_slave.tar.gz serial_slave.tar.gz \
${DCBURN_DISTFILE}
@@ -13,7 +13,7 @@ HOMEPAGE= http://mc.pp.se/dc/sw.html
COMMENT= Dreamcast bootable CDs tools (mainly from Marcus Comstedt)
#LICENSE= # TODO: (see mk/license.mk)
DCBURN_DISTFILE=abs0-dc-burn-netbsd-1.4-0-g1004515
DCBURN_DISTFILE=abs0-dc-burn-netbsd-1.5-0-gae55ec9
DEPENDS+= cdrtools>=2.01:../../sysutils/cdrtools

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.5 2012/07/29 21:45:39 abs Exp $
$NetBSD: distinfo,v 1.6 2015/05/17 12:19:42 abs Exp $
SHA1 (dc-tools/abs0-dc-burn-netbsd-1.4-0-g1004515) = ceda99e86595da348d3e007667df3c8f570c2bd4
RMD160 (dc-tools/abs0-dc-burn-netbsd-1.4-0-g1004515) = a492d6f9a3f8ee6d30f3adb689b46c551fa6c307
Size (dc-tools/abs0-dc-burn-netbsd-1.4-0-g1004515) = 5414 bytes
SHA1 (dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9) = ab472a86ad283ad59d7939c5b8cdb5335c21a6bb
RMD160 (dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9) = 55844b940524b11933f94b2832f7fc072ae29235
Size (dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9) = 5683 bytes
SHA1 (dc-tools/ip_slave.tar.gz) = 573e0c410037715652d60a133a90b17fff279405
RMD160 (dc-tools/ip_slave.tar.gz) = 408603e6265bff935764c68f2bf4b0ebc6bd7088
Size (dc-tools/ip_slave.tar.gz) = 23008 bytes

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.14 2014/05/05 00:48:19 ryoon Exp $
# $NetBSD: Makefile,v 1.15 2015/04/25 14:24:51 tnn Exp $
#
DISTNAME= Browser-0.4.13
PKGNAME= deforaos-browser-0.4.13
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.defora.org/os/download/download/4310/

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.9 2014/05/05 00:48:19 ryoon Exp $
# $NetBSD: buildlink3.mk,v 1.10 2015/04/25 14:24:51 tnn Exp $
BUILDLINK_TREE+= deforaos-browser
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= deforaos-browser
DEFORAOS_BROWSER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.deforaos-browser+= deforaos-browser>=0.4.5
BUILDLINK_ABI_DEPENDS.deforaos-browser?= deforaos-browser>=0.4.13nb1
BUILDLINK_ABI_DEPENDS.deforaos-browser?= deforaos-browser>=0.4.13nb2
BUILDLINK_PKGSRCDIR.deforaos-browser?= ../../sysutils/deforaos-browser
.include "../../x11/gtk2/buildlink3.mk"

Some files were not shown because too many files have changed in this diff Show More