summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2016-04-15 08:23:40 -0300
committerRenato Botelho <garga@FreeBSD.org>2016-04-15 08:24:27 -0300
commitadcb6e103f60ffcf3b6c71792e47213f60cda752 (patch)
treee11c751e9f91bec6bdf64ee3fe7b45eb9c956459
parentedd128f8d5790a801caa8f9b15d3036a76aeaa60 (diff)
downloadFreeBSD-ports-adcb6e103f60ffcf3b6c71792e47213f60cda752.zip
FreeBSD-ports-adcb6e103f60ffcf3b6c71792e47213f60cda752.tar.gz
Remove all PORTSDIR references from depends, as FreeBSD did
-rw-r--r--benchmarks/pfSense-pkg-iperf/Makefile2
-rwxr-xr-xdevel/php56-pfSense-module/Makefile2
-rw-r--r--emulators/pfSense-pkg-Open-VM-Tools/Makefile2
-rw-r--r--net-mgmt/pfSense-pkg-darkstat/Makefile2
-rw-r--r--net-mgmt/pfSense-pkg-iftop/Makefile2
-rw-r--r--net-mgmt/pfSense-pkg-softflowd/Makefile2
-rw-r--r--net-mgmt/pfSense-pkg-zabbix-agent/Makefile2
-rw-r--r--net-mgmt/pfSense-pkg-zabbix-proxy/Makefile2
-rwxr-xr-xnet/mpd4/Makefile8
-rw-r--r--net/pfSense-pkg-Avahi/Makefile2
-rw-r--r--net/pfSense-pkg-LADVD/Makefile2
-rw-r--r--net/pfSense-pkg-OpenBGPD/Makefile2
-rw-r--r--net/pfSense-pkg-Quagga_OSPF/Makefile2
-rw-r--r--net/pfSense-pkg-arping/Makefile2
-rw-r--r--net/pfSense-pkg-freeradius2/Makefile4
-rw-r--r--net/pfSense-pkg-haproxy-devel/Makefile2
-rw-r--r--net/pfSense-pkg-haproxy/Makefile2
-rw-r--r--net/pfSense-pkg-mtr-nox11/Makefile2
-rw-r--r--net/pfSense-pkg-ntopng/Makefile10
-rw-r--r--net/pfSense-pkg-siproxd/Makefile2
-rw-r--r--security/pfSense-pkg-nmap/Makefile2
-rw-r--r--security/pfSense-pkg-openvpn-client-export/Makefile6
-rw-r--r--security/pfSense-pkg-snort/Makefile4
-rw-r--r--security/pfSense-pkg-sudo/Makefile2
-rw-r--r--security/pfSense-pkg-suricata/Makefile4
-rw-r--r--security/pfSense/Makefile116
-rwxr-xr-xsysutils/check_reload_status/Makefile2
-rw-r--r--sysutils/pfSense-Status_Monitoring/Makefile2
-rw-r--r--sysutils/pfSense-builder/Makefile32
-rw-r--r--sysutils/pfSense-pkg-blinkled/Makefile2
-rw-r--r--sysutils/pfSense-pkg-syslog-ng/Makefile2
-rw-r--r--www/pfSense-pkg-Lightsquid/Makefile2
-rw-r--r--www/pfSense-pkg-squid/Makefile8
-rw-r--r--www/pfSense-pkg-squidGuard/Makefile2
34 files changed, 121 insertions, 121 deletions
diff --git a/benchmarks/pfSense-pkg-iperf/Makefile b/benchmarks/pfSense-pkg-iperf/Makefile
index 38b5004..81923be 100644
--- a/benchmarks/pfSense-pkg-iperf/Makefile
+++ b/benchmarks/pfSense-pkg-iperf/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package iperf
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/iperf:${PORTSDIR}/benchmarks/iperf
+RUN_DEPENDS= ${LOCALBASE}/bin/iperf:benchmarks/iperf
NO_BUILD= yes
NO_MTREE= yes
diff --git a/devel/php56-pfSense-module/Makefile b/devel/php56-pfSense-module/Makefile
index b86be9f..a3faf4d 100755
--- a/devel/php56-pfSense-module/Makefile
+++ b/devel/php56-pfSense-module/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -module
MAINTAINER= garga@pfsense.org
COMMENT= Library for getting useful info
-LIB_DEPENDS= libvici.so:${PORTSDIR}/security/strongswan
+LIB_DEPENDS= libvici.so:security/strongswan
USE_PHP= yes
USE_PHPEXT= yes
diff --git a/emulators/pfSense-pkg-Open-VM-Tools/Makefile b/emulators/pfSense-pkg-Open-VM-Tools/Makefile
index cbc255c..b9b2d13 100644
--- a/emulators/pfSense-pkg-Open-VM-Tools/Makefile
+++ b/emulators/pfSense-pkg-Open-VM-Tools/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package Open-VM-Tools
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/vmtoolsd:${PORTSDIR}/emulators/open-vm-tools-nox11
+RUN_DEPENDS= ${LOCALBASE}/bin/vmtoolsd:emulators/open-vm-tools-nox11
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net-mgmt/pfSense-pkg-darkstat/Makefile b/net-mgmt/pfSense-pkg-darkstat/Makefile
index 6bf78e3..6af415c 100644
--- a/net-mgmt/pfSense-pkg-darkstat/Makefile
+++ b/net-mgmt/pfSense-pkg-darkstat/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package darkstat
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/darkstat:${PORTSDIR}/net-mgmt/darkstat
+RUN_DEPENDS= ${LOCALBASE}/sbin/darkstat:net-mgmt/darkstat
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net-mgmt/pfSense-pkg-iftop/Makefile b/net-mgmt/pfSense-pkg-iftop/Makefile
index 7e0315d..b398104 100644
--- a/net-mgmt/pfSense-pkg-iftop/Makefile
+++ b/net-mgmt/pfSense-pkg-iftop/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package iftop
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/iftop:${PORTSDIR}/net-mgmt/iftop
+RUN_DEPENDS= ${LOCALBASE}/sbin/iftop:net-mgmt/iftop
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net-mgmt/pfSense-pkg-softflowd/Makefile b/net-mgmt/pfSense-pkg-softflowd/Makefile
index 86d7ce8..90ca143 100644
--- a/net-mgmt/pfSense-pkg-softflowd/Makefile
+++ b/net-mgmt/pfSense-pkg-softflowd/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package softflowd
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/softflowd:${PORTSDIR}/net-mgmt/softflowd
+RUN_DEPENDS= ${LOCALBASE}/sbin/softflowd:net-mgmt/softflowd
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net-mgmt/pfSense-pkg-zabbix-agent/Makefile b/net-mgmt/pfSense-pkg-zabbix-agent/Makefile
index e2beb76..62ecdd5 100644
--- a/net-mgmt/pfSense-pkg-zabbix-agent/Makefile
+++ b/net-mgmt/pfSense-pkg-zabbix-agent/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package zabbix-agent
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/zabbix_agent:${PORTSDIR}/net-mgmt/zabbix22-agent
+RUN_DEPENDS= ${LOCALBASE}/sbin/zabbix_agent:net-mgmt/zabbix22-agent
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile b/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile
index 1bb132f..5931bcc 100644
--- a/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile
+++ b/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package zabbix-proxy
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/zabbix_proxy:${PORTSDIR}/net-mgmt/zabbix22-proxy
+RUN_DEPENDS= ${LOCALBASE}/sbin/zabbix_proxy:net-mgmt/zabbix22-proxy
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net/mpd4/Makefile b/net/mpd4/Makefile
index 6f76561..11a0516 100755
--- a/net/mpd4/Makefile
+++ b/net/mpd4/Makefile
@@ -13,7 +13,7 @@ PKGNAMESUFFIX= 4
MAINTAINER= mav@FreeBSD.org
COMMENT= Multi-link PPP daemon based on netgraph(4)
-LIB_DEPENDS= libpdel.so.0:${PORTSDIR}/devel/libpdel
+LIB_DEPENDS= libpdel.so.0:devel/libpdel
OPTIONS_DEFINE= NG_IPACCT
NG_IPACCT_DESC= Use ng_ipacct kernel module from port
@@ -33,11 +33,11 @@ EXTRA_PATCHES+=files/patch9-auth.c.diff
.endif
.if ${PORT_OPTIONS:MNG_IPACCT}
-BUILD_DEPENDS+= ${LOCALBASE}/include/netgraph/ng_ipacct.h:${PORTSDIR}/net-mgmt/ng_ipacct
+BUILD_DEPENDS+= ${LOCALBASE}/include/netgraph/ng_ipacct.h:net-mgmt/ng_ipacct
.if exists(${KMODDIR}/ng_ipacct.ko)
-RUN_DEPENDS+= ${KMODDIR}/ng_ipacct.ko:${PORTSDIR}/net-mgmt/ng_ipacct
+RUN_DEPENDS+= ${KMODDIR}/ng_ipacct.ko:net-mgmt/ng_ipacct
.else
-RUN_DEPENDS+= /boot/modules/ng_ipacct.ko:${PORTSDIR}/net-mgmt/ng_ipacct
+RUN_DEPENDS+= /boot/modules/ng_ipacct.ko:net-mgmt/ng_ipacct
.endif
.endif
diff --git a/net/pfSense-pkg-Avahi/Makefile b/net/pfSense-pkg-Avahi/Makefile
index 0f45ece..e75a8b1 100644
--- a/net/pfSense-pkg-Avahi/Makefile
+++ b/net/pfSense-pkg-Avahi/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package Avahi
LICENSE= ESF
-LIB_DEPENDS= libavahi-core.so:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS= libavahi-core.so:net/avahi-app
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net/pfSense-pkg-LADVD/Makefile b/net/pfSense-pkg-LADVD/Makefile
index c2f7a29..9553444 100644
--- a/net/pfSense-pkg-LADVD/Makefile
+++ b/net/pfSense-pkg-LADVD/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package LADVD
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/ladvd:${PORTSDIR}/net/ladvd
+RUN_DEPENDS= ${LOCALBASE}/sbin/ladvd:net/ladvd
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net/pfSense-pkg-OpenBGPD/Makefile b/net/pfSense-pkg-OpenBGPD/Makefile
index e40c963..00f447a 100644
--- a/net/pfSense-pkg-OpenBGPD/Makefile
+++ b/net/pfSense-pkg-OpenBGPD/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package OpenBGPD
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/bgpctl:${PORTSDIR}/net/openbgpd
+RUN_DEPENDS= ${LOCALBASE}/sbin/bgpctl:net/openbgpd
CONFLICTS= pfSense-pkg-Quagga_OSPF-[0-9]*
diff --git a/net/pfSense-pkg-Quagga_OSPF/Makefile b/net/pfSense-pkg-Quagga_OSPF/Makefile
index 2c46770..2829800 100644
--- a/net/pfSense-pkg-Quagga_OSPF/Makefile
+++ b/net/pfSense-pkg-Quagga_OSPF/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package Quagga_OSPF
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/watchquagga:${PORTSDIR}/net/quagga
+RUN_DEPENDS= ${LOCALBASE}/sbin/watchquagga:net/quagga
CONFLICTS= pfSense-pkg-OpenBGPD-[0-9]*
diff --git a/net/pfSense-pkg-arping/Makefile b/net/pfSense-pkg-arping/Makefile
index 0ab05ac..4bf1609 100644
--- a/net/pfSense-pkg-arping/Makefile
+++ b/net/pfSense-pkg-arping/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package arping
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/arping:${PORTSDIR}/net/arping
+RUN_DEPENDS= ${LOCALBASE}/sbin/arping:net/arping
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net/pfSense-pkg-freeradius2/Makefile b/net/pfSense-pkg-freeradius2/Makefile
index 6edecc3..72b26ba 100644
--- a/net/pfSense-pkg-freeradius2/Makefile
+++ b/net/pfSense-pkg-freeradius2/Makefile
@@ -13,8 +13,8 @@ COMMENT= pfSense package freeradius2
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/radiusd:${PORTSDIR}/net/freeradius2 \
- ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS= ${LOCALBASE}/sbin/radiusd:net/freeradius2 \
+ ${LOCALBASE}/bin/bash:shells/bash
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net/pfSense-pkg-haproxy-devel/Makefile b/net/pfSense-pkg-haproxy-devel/Makefile
index 4fe6176..ab66ddee 100644
--- a/net/pfSense-pkg-haproxy-devel/Makefile
+++ b/net/pfSense-pkg-haproxy-devel/Makefile
@@ -12,7 +12,7 @@ COMMENT= pfSense package haproxy-devel
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:${PORTSDIR}/net/haproxy-devel
+RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy-devel
CONFLICTS= pfSense-pkg-haproxy-[0-9]*
diff --git a/net/pfSense-pkg-haproxy/Makefile b/net/pfSense-pkg-haproxy/Makefile
index cc8fe9d..4e5fc99 100644
--- a/net/pfSense-pkg-haproxy/Makefile
+++ b/net/pfSense-pkg-haproxy/Makefile
@@ -12,7 +12,7 @@ COMMENT= pfSense package haproxy
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:${PORTSDIR}/net/haproxy
+RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy
CONFLICTS= pfSense-pkg-haproxy-devel-[0-9]*
diff --git a/net/pfSense-pkg-mtr-nox11/Makefile b/net/pfSense-pkg-mtr-nox11/Makefile
index 5eb9567..496351e 100644
--- a/net/pfSense-pkg-mtr-nox11/Makefile
+++ b/net/pfSense-pkg-mtr-nox11/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package mtr-nox11
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/mtr:${PORTSDIR}/net/mtr-nox11
+RUN_DEPENDS= ${LOCALBASE}/sbin/mtr:net/mtr-nox11
NO_BUILD= yes
NO_MTREE= yes
diff --git a/net/pfSense-pkg-ntopng/Makefile b/net/pfSense-pkg-ntopng/Makefile
index 23a23c0..d854245 100644
--- a/net/pfSense-pkg-ntopng/Makefile
+++ b/net/pfSense-pkg-ntopng/Makefile
@@ -13,11 +13,11 @@ COMMENT= pfSense package ntopng
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/ntopng:${PORTSDIR}/net/ntopng \
- ${LOCALBASE}/bin/redis-cli:${PORTSDIR}/databases/redis \
- ${LOCALBASE}/bin/gdbmtool:${PORTSDIR}/databases/gdbm \
- ${LOCALBASE}/share/fonts/webfonts/arial.ttf:${PORTSDIR}/x11-fonts/webfonts \
- ${LOCALBASE}/bin/acyclic:${PORTSDIR}/graphics/graphviz
+RUN_DEPENDS= ${LOCALBASE}/bin/ntopng:net/ntopng \
+ ${LOCALBASE}/bin/redis-cli:databases/redis \
+ ${LOCALBASE}/bin/gdbmtool:databases/gdbm \
+ ${LOCALBASE}/share/fonts/webfonts/arial.ttf:x11-fonts/webfonts \
+ ${LOCALBASE}/bin/acyclic:graphics/graphviz
CONFLICTS= pfSense-base-nanobsd-[0-9]*
diff --git a/net/pfSense-pkg-siproxd/Makefile b/net/pfSense-pkg-siproxd/Makefile
index 6bb0208..3b81704 100644
--- a/net/pfSense-pkg-siproxd/Makefile
+++ b/net/pfSense-pkg-siproxd/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package siproxd
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/siproxd:${PORTSDIR}/net/siproxd
+RUN_DEPENDS= ${LOCALBASE}/sbin/siproxd:net/siproxd
NO_BUILD= yes
NO_MTREE= yes
diff --git a/security/pfSense-pkg-nmap/Makefile b/security/pfSense-pkg-nmap/Makefile
index d00c5b8..f1f0273 100644
--- a/security/pfSense-pkg-nmap/Makefile
+++ b/security/pfSense-pkg-nmap/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package nmap
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
+RUN_DEPENDS= ${LOCALBASE}/bin/nmap:security/nmap
NO_BUILD= yes
NO_MTREE= yes
diff --git a/security/pfSense-pkg-openvpn-client-export/Makefile b/security/pfSense-pkg-openvpn-client-export/Makefile
index 770c418..b40f819 100644
--- a/security/pfSense-pkg-openvpn-client-export/Makefile
+++ b/security/pfSense-pkg-openvpn-client-export/Makefile
@@ -13,9 +13,9 @@ COMMENT= pfSense package openvpn-client-export
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/share/openvpn/client-export/template/config-import:${PORTSDIR}/security/openvpn-client-export \
- ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \
- ${LOCALBASE}/bin/7z:${PORTSDIR}/archivers/p7zip
+RUN_DEPENDS= ${LOCALBASE}/share/openvpn/client-export/template/config-import:security/openvpn-client-export \
+ ${LOCALBASE}/bin/zip:archivers/zip \
+ ${LOCALBASE}/bin/7z:archivers/p7zip
NO_BUILD= yes
NO_MTREE= yes
diff --git a/security/pfSense-pkg-snort/Makefile b/security/pfSense-pkg-snort/Makefile
index 46833ac..f448ea9 100644
--- a/security/pfSense-pkg-snort/Makefile
+++ b/security/pfSense-pkg-snort/Makefile
@@ -13,8 +13,8 @@ COMMENT= pfSense package snort
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
- ${LOCALBASE}/bin/barnyard2:${PORTSDIR}/security/barnyard2
+RUN_DEPENDS= ${LOCALBASE}/bin/snort:security/snort \
+ ${LOCALBASE}/bin/barnyard2:security/barnyard2
NO_BUILD= yes
NO_MTREE= yes
diff --git a/security/pfSense-pkg-sudo/Makefile b/security/pfSense-pkg-sudo/Makefile
index f6ce5a6..baa5b7be 100644
--- a/security/pfSense-pkg-sudo/Makefile
+++ b/security/pfSense-pkg-sudo/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package sudo
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo
+RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo
NO_BUILD= yes
NO_MTREE= yes
diff --git a/security/pfSense-pkg-suricata/Makefile b/security/pfSense-pkg-suricata/Makefile
index a78cee3..e8316db 100644
--- a/security/pfSense-pkg-suricata/Makefile
+++ b/security/pfSense-pkg-suricata/Makefile
@@ -13,8 +13,8 @@ COMMENT= pfSense package suricata
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/suricata:${PORTSDIR}/security/suricata \
- ${LOCALBASE}/bin/barnyard2:${PORTSDIR}/security/barnyard2
+RUN_DEPENDS= ${LOCALBASE}/bin/suricata:security/suricata \
+ ${LOCALBASE}/bin/barnyard2:security/barnyard2
NO_BUILD= yes
NO_MTREE= yes
diff --git a/security/pfSense/Makefile b/security/pfSense/Makefile
index 92ee44a..9658f29 100644
--- a/security/pfSense/Makefile
+++ b/security/pfSense/Makefile
@@ -12,57 +12,57 @@ COMMENT?= Meta package to install pfSense required ports
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/clog:${PORTSDIR}/sysutils/clog \
- ${LOCALBASE}/bin/rate:${PORTSDIR}/net-mgmt/rate \
- ${LOCALBASE}/bin/dpinger:${PORTSDIR}/net/dpinger \
- ${LOCALBASE}/sbin/radvd:${PORTSDIR}/net/radvd \
- ${LOCALBASE}/bin/cpdup:${PORTSDIR}/sysutils/cpdup \
- ${LOCALBASE}/bin/gogoc:${PORTSDIR}/net/gogoc \
- ${LOCALBASE}/bin/ipmitool:${PORTSDIR}/sysutils/ipmitool \
- ${LOCALBASE}/bin/minicron:${PORTSDIR}/sysutils/minicron \
- ${LOCALBASE}/bin/voucher:${PORTSDIR}/sysutils/voucher \
- ${LOCALBASE}/bin/links:${PORTSDIR}/www/links \
- ${LOCALBASE}/sbin/expiretable:${PORTSDIR}/security/expiretable \
- ${LOCALBASE}/sbin/dhclient:${PORTSDIR}/net/isc-dhcp43-client \
- ${LOCALBASE}/sbin/dhcpleases:${PORTSDIR}/sysutils/dhcpleases \
- ${LOCALBASE}/sbin/dhcpleases6:${PORTSDIR}/sysutils/dhcpleases6 \
- ${LOCALBASE}/sbin/choparp:${PORTSDIR}/net-mgmt/choparp \
- ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp43-server \
- ${LOCALBASE}/sbin/check_reload_status:${PORTSDIR}/sysutils/check_reload_status \
- ${LOCALBASE}/sbin/dhcrelay:${PORTSDIR}/net/isc-dhcp43-relay \
- ${LOCALBASE}/sbin/dhcp6c:${PORTSDIR}/net/dhcp6 \
- ${LOCALBASE}/sbin/dnsmasq:${PORTSDIR}/dns/dnsmasq-devel \
- ${LOCALBASE}/sbin/igmpproxy:${PORTSDIR}/net/igmpproxy \
- ${LOCALBASE}/sbin/filterdns:${PORTSDIR}/net/filterdns \
- ${LOCALBASE}/sbin/filterlog:${PORTSDIR}/sysutils/filterlog \
- ${LOCALBASE}/sbin/nginx:${PORTSDIR}/www/nginx \
- ${LOCALBASE}/sbin/ssh_tunnel_shell:${PORTSDIR}/sysutils/ssh_tunnel_shell \
- ${LOCALBASE}/sbin/miniupnpd:${PORTSDIR}/net/miniupnpd \
- ${LOCALBASE}/sbin/mpd4:${PORTSDIR}/net/mpd4 \
- ${LOCALBASE}/sbin/mpd5:${PORTSDIR}/net/mpd5 \
- ${LOCALBASE}/sbin/openvpn:${PORTSDIR}/security/openvpn \
- ${LOCALBASE}/sbin/pftop:${PORTSDIR}/sysutils/pftop \
- ${LOCALBASE}/sbin/relayctl:${PORTSDIR}/net/relayd \
- ${LOCALBASE}/sbin/sshlockout_pf:${PORTSDIR}/sysutils/sshlockout_pf \
- ${LOCALBASE}/sbin/qstats:${PORTSDIR}/sysutils/qstats \
- ${LOCALBASE}/bin/wol:${PORTSDIR}/net/wol \
- ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools \
- ${LOCALBASE}/sbin/ataidle:${PORTSDIR}/sysutils/ataidle \
- ${LOCALBASE}/sbin/cpustats:${PORTSDIR}/sysutils/cpustats \
- ${LOCALBASE}/bin/xmllint:${PORTSDIR}/textproc/libxml2 \
- ${LOCALBASE}/sbin/ntp-keygen:${PORTSDIR}/net/ntp \
- ${LOCALBASE}/lib/snmp_regex.a:${PORTSDIR}/net-mgmt/bsnmp-regex \
- ${LOCALBASE}/lib/snmp_ucd.so:${PORTSDIR}/net-mgmt/bsnmp-ucd \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
- ${LOCALBASE}/bin/nsupdate:${PORTSDIR}/dns/bind-tools \
- ${LOCALBASE}/sbin/ipsec:${PORTSDIR}/security/strongswan \
- ${LOCALBASE}/sbin/unbound:${PORTSDIR}/dns/unbound \
- ${KMODDIR}/bwi_v3_ucode.ko:${PORTSDIR}/net/bwi-firmware-kmod \
- ${LOCALBASE}/bin/scponly:${PORTSDIR}/shells/scponly \
- ${LOCALBASE}/sbin/xinetd:${PORTSDIR}/security/xinetd \
- ${LOCALBASE}/www/status_monitoring.php:${PORTSDIR}/sysutils/pfSense-Status_Monitoring
+RUN_DEPENDS= ${LOCALBASE}/sbin/clog:sysutils/clog \
+ ${LOCALBASE}/bin/rate:net-mgmt/rate \
+ ${LOCALBASE}/bin/dpinger:net/dpinger \
+ ${LOCALBASE}/sbin/radvd:net/radvd \
+ ${LOCALBASE}/bin/cpdup:sysutils/cpdup \
+ ${LOCALBASE}/bin/gogoc:net/gogoc \
+ ${LOCALBASE}/bin/ipmitool:sysutils/ipmitool \
+ ${LOCALBASE}/bin/minicron:sysutils/minicron \
+ ${LOCALBASE}/bin/voucher:sysutils/voucher \
+ ${LOCALBASE}/bin/links:www/links \
+ ${LOCALBASE}/sbin/expiretable:security/expiretable \
+ ${LOCALBASE}/sbin/dhclient:net/isc-dhcp43-client \
+ ${LOCALBASE}/sbin/dhcpleases:sysutils/dhcpleases \
+ ${LOCALBASE}/sbin/dhcpleases6:sysutils/dhcpleases6 \
+ ${LOCALBASE}/sbin/choparp:net-mgmt/choparp \
+ ${LOCALBASE}/sbin/dhcpd:net/isc-dhcp43-server \
+ ${LOCALBASE}/sbin/check_reload_status:sysutils/check_reload_status \
+ ${LOCALBASE}/sbin/dhcrelay:net/isc-dhcp43-relay \
+ ${LOCALBASE}/sbin/dhcp6c:net/dhcp6 \
+ ${LOCALBASE}/sbin/dnsmasq:dns/dnsmasq-devel \
+ ${LOCALBASE}/sbin/igmpproxy:net/igmpproxy \
+ ${LOCALBASE}/sbin/filterdns:net/filterdns \
+ ${LOCALBASE}/sbin/filterlog:sysutils/filterlog \
+ ${LOCALBASE}/sbin/nginx:www/nginx \
+ ${LOCALBASE}/sbin/ssh_tunnel_shell:sysutils/ssh_tunnel_shell \
+ ${LOCALBASE}/sbin/miniupnpd:net/miniupnpd \
+ ${LOCALBASE}/sbin/mpd4:net/mpd4 \
+ ${LOCALBASE}/sbin/mpd5:net/mpd5 \
+ ${LOCALBASE}/sbin/openvpn:security/openvpn \
+ ${LOCALBASE}/sbin/pftop:sysutils/pftop \
+ ${LOCALBASE}/sbin/relayctl:net/relayd \
+ ${LOCALBASE}/sbin/sshlockout_pf:sysutils/sshlockout_pf \
+ ${LOCALBASE}/sbin/qstats:sysutils/qstats \
+ ${LOCALBASE}/bin/wol:net/wol \
+ ${LOCALBASE}/sbin/smartctl:sysutils/smartmontools \
+ ${LOCALBASE}/sbin/ataidle:sysutils/ataidle \
+ ${LOCALBASE}/sbin/cpustats:sysutils/cpustats \
+ ${LOCALBASE}/bin/xmllint:textproc/libxml2 \
+ ${LOCALBASE}/sbin/ntp-keygen:net/ntp \
+ ${LOCALBASE}/lib/snmp_regex.a:net-mgmt/bsnmp-regex \
+ ${LOCALBASE}/lib/snmp_ucd.so:net-mgmt/bsnmp-ucd \
+ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
+ ${LOCALBASE}/bin/nsupdate:dns/bind-tools \
+ ${LOCALBASE}/sbin/ipsec:security/strongswan \
+ ${LOCALBASE}/sbin/unbound:dns/unbound \
+ ${KMODDIR}/bwi_v3_ucode.ko:net/bwi-firmware-kmod \
+ ${LOCALBASE}/bin/scponly:shells/scponly \
+ ${LOCALBASE}/sbin/xinetd:security/xinetd \
+ ${LOCALBASE}/www/status_monitoring.php:sysutils/pfSense-Status_Monitoring
-LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+LIB_DEPENDS= libltdl.so:devel/libltdl
USE_PHP= bz2 bcmath ctype curl dom filter gettext json mbstring \
mcrypt hash opcache openssl pcntl pdo pdo_sqlite posix \
@@ -79,16 +79,16 @@ CONFLICTS= pfSense-vmware-[0-9]*
.include <bsd.port.pre.mk>
.if (${ARCH} == "amd64" || ${ARCH} == "i386")
-RUN_DEPENDS+= ${LOCALBASE}/sbin/dmidecode:${PORTSDIR}/sysutils/dmidecode \
- ${LOCALBASE}/sbin/wrapresetbtn:${PORTSDIR}/sysutils/wrapalixresetbutton \
- ${LOCALBASE}/bin/beep:${PORTSDIR}/audio/beep
+RUN_DEPENDS+= ${LOCALBASE}/sbin/dmidecode:sysutils/dmidecode \
+ ${LOCALBASE}/sbin/wrapresetbtn:sysutils/wrapalixresetbutton \
+ ${LOCALBASE}/bin/beep:audio/beep
.endif
-RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pfSense.so:${PORTSDIR}/devel/php56-pfSense-module \
- ${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:${PORTSDIR}/security/pecl-ssh2 \
- ${PHPBASE}/lib/php/${PHP_EXT_DIR}/suhosin.so:${PORTSDIR}/security/php-suhosin \
- ${PHPBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:${PORTSDIR}/devel/php-xdebug \
- ${PHPBASE}/lib/php/${PHP_EXT_DIR}/zmq.so:${PORTSDIR}/net/pecl-zmq
+RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pfSense.so:devel/php56-pfSense-module \
+ ${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2 \
+ ${PHPBASE}/lib/php/${PHP_EXT_DIR}/suhosin.so:security/php-suhosin \
+ ${PHPBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:devel/php-xdebug \
+ ${PHPBASE}/lib/php/${PHP_EXT_DIR}/zmq.so:net/pecl-zmq
do-install: # empty
diff --git a/sysutils/check_reload_status/Makefile b/sysutils/check_reload_status/Makefile
index ab9a391..91012cc 100755
--- a/sysutils/check_reload_status/Makefile
+++ b/sysutils/check_reload_status/Makefile
@@ -23,7 +23,7 @@ CFLAGS+= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W \
-Wunused-parameter -Wchar-subscripts -Winline \
-Wnested-externs -Wredundant-decls -Wno-pointer-sign
-LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libevent.so:devel/libevent2
do-extract:
mkdir -p ${WRKSRC}
diff --git a/sysutils/pfSense-Status_Monitoring/Makefile b/sysutils/pfSense-Status_Monitoring/Makefile
index 30d63c2..1a480ab 100644
--- a/sysutils/pfSense-Status_Monitoring/Makefile
+++ b/sysutils/pfSense-Status_Monitoring/Makefile
@@ -21,7 +21,7 @@ PLIST_SUB= PORTNAME=${PORTNAME}
.include <bsd.port.pre.mk>
-RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/rrd.so:${PORTSDIR}/databases/pecl-rrd
+RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/rrd.so:databases/pecl-rrd
do-extract:
${MKDIR} ${WRKSRC}
diff --git a/sysutils/pfSense-builder/Makefile b/sysutils/pfSense-builder/Makefile
index 84dfbe7..b7ee4a4 100644
--- a/sysutils/pfSense-builder/Makefile
+++ b/sysutils/pfSense-builder/Makefile
@@ -12,22 +12,22 @@ COMMENT?= Meta package to install pfSense builder required ports
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \
- ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \
- ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \
- ${LOCALBASE}/bin/screen:${PORTSDIR}/sysutils/screen \
- ${LOCALBASE}/bin/vmdktool:${PORTSDIR}/sysutils/vmdktool \
- ${LOCALBASE}/bin/salt:${PORTSDIR}/sysutils/py-salt \
- ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo \
- ${LOCALBASE}/sbin/nginx:${PORTSDIR}/www/nginx \
- ${LOCALBASE}/bin/qemu-arm-static:${PORTSDIR}/emulators/qemu-user-static \
- ${LOCALBASE}/sbin/sssd:${PORTSDIR}/security/sssd \
- ${LOCALBASE}/lib/pam_ldap.so:${PORTSDIR}/security/pam_ldap \
- ${LOCALBASE}/lib/pam_mkhomedir.so:${PORTSDIR}/security/pam_mkhomedir \
- ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
- ${LOCALBASE}/bin/xml:${PORTSDIR}/textproc/xmlstarlet
-
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
+RUN_DEPENDS= ${LOCALBASE}/bin/git:devel/git \
+ ${LOCALBASE}/bin/curl:ftp/curl \
+ ${LOCALBASE}/bin/rsync:net/rsync \
+ ${LOCALBASE}/bin/screen:sysutils/screen \
+ ${LOCALBASE}/bin/vmdktool:sysutils/vmdktool \
+ ${LOCALBASE}/bin/salt:sysutils/py-salt \
+ ${LOCALBASE}/bin/sudo:security/sudo \
+ ${LOCALBASE}/sbin/nginx:www/nginx \
+ ${LOCALBASE}/bin/qemu-arm-static:emulators/qemu-user-static \
+ ${LOCALBASE}/sbin/sssd:security/sssd \
+ ${LOCALBASE}/lib/pam_ldap.so:security/pam_ldap \
+ ${LOCALBASE}/lib/pam_mkhomedir.so:security/pam_mkhomedir \
+ ${LOCALBASE}/bin/gtar:archivers/gtar \
+ ${LOCALBASE}/bin/xml:textproc/xmlstarlet
+
+LIB_DEPENDS= libpcre.so:devel/pcre
ONLY_FOR_ARCHS= amd64 i386
diff --git a/sysutils/pfSense-pkg-blinkled/Makefile b/sysutils/pfSense-pkg-blinkled/Makefile
index 8b696e5..d5615cb 100644
--- a/sysutils/pfSense-pkg-blinkled/Makefile
+++ b/sysutils/pfSense-pkg-blinkled/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package blinkled
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/blinkled:${PORTSDIR}/sysutils/blinkled
+RUN_DEPENDS= ${LOCALBASE}/bin/blinkled:sysutils/blinkled
NO_BUILD= yes
NO_MTREE= yes
diff --git a/sysutils/pfSense-pkg-syslog-ng/Makefile b/sysutils/pfSense-pkg-syslog-ng/Makefile
index 22ad187..d023f1d 100644
--- a/sysutils/pfSense-pkg-syslog-ng/Makefile
+++ b/sysutils/pfSense-pkg-syslog-ng/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package syslog-ng
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/syslog-ng:${PORTSDIR}/sysutils/syslog-ng
+RUN_DEPENDS= ${LOCALBASE}/sbin/syslog-ng:sysutils/syslog-ng
NO_BUILD= yes
NO_MTREE= yes
diff --git a/www/pfSense-pkg-Lightsquid/Makefile b/www/pfSense-pkg-Lightsquid/Makefile
index 9f56f19..87e6fe5 100644
--- a/www/pfSense-pkg-Lightsquid/Makefile
+++ b/www/pfSense-pkg-Lightsquid/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package Lightsquid
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/libexec/lightsquid/ip2name.list:${PORTSDIR}/www/lightsquid \
+RUN_DEPENDS= ${LOCALBASE}/libexec/lightsquid/ip2name.list:www/lightsquid \
${LOCALBASE}/sbin/lighttpd:www/lighttpd
CONFLICTS= pfSense-base-nanobsd-[0-9]*
diff --git a/www/pfSense-pkg-squid/Makefile b/www/pfSense-pkg-squid/Makefile
index dfbfaba..dc5989f 100644
--- a/www/pfSense-pkg-squid/Makefile
+++ b/www/pfSense-pkg-squid/Makefile
@@ -13,10 +13,10 @@ COMMENT= pfSense package squid
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid \
- ${LOCALBASE}/libexec/squid/squid_radius_auth:${PORTSDIR}/www/squid_radius_auth \
- ${LOCALBASE}/lib/c_icap/virus_scan.so:${PORTSDIR}/www/c-icap-modules \
- ${LOCALBASE}/lib/c_icap/squidclamav.so:${PORTSDIR}/www/squidclamav
+RUN_DEPENDS= ${LOCALBASE}/sbin/squid:www/squid \
+ ${LOCALBASE}/libexec/squid/squid_radius_auth:www/squid_radius_auth \
+ ${LOCALBASE}/lib/c_icap/virus_scan.so:www/c-icap-modules \
+ ${LOCALBASE}/lib/c_icap/squidclamav.so:www/squidclamav
NO_BUILD= yes
NO_MTREE= yes
diff --git a/www/pfSense-pkg-squidGuard/Makefile b/www/pfSense-pkg-squidGuard/Makefile
index a585c3c..4510bc7 100644
--- a/www/pfSense-pkg-squidGuard/Makefile
+++ b/www/pfSense-pkg-squidGuard/Makefile
@@ -13,7 +13,7 @@ COMMENT= pfSense package squidGuard
LICENSE= ESF
-RUN_DEPENDS= ${LOCALBASE}/bin/squidGuard:${PORTSDIR}/www/squidguard
+RUN_DEPENDS= ${LOCALBASE}/bin/squidGuard:www/squidguard
NO_BUILD= yes
NO_MTREE= yes
OpenPOWER on IntegriCloud