1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net-mgmt
Tijl Coosemans 3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
..
2ping - Add NO_ARCH 2015-10-01 15:55:33 +00:00
aggregate MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
aircrack-ng - Drop "#if __FreeBSD_version > 700018" from src/osdep/freebsd.c (since this file doesn't have <sys/param.h> included, this version was used everywhere). 2015-09-13 14:31:54 +00:00
ap-utils
argus3 - Drop 8.x support 2015-09-22 19:59:54 +00:00
argus3-clients Add explicit USES=readline 2015-06-15 20:59:16 +00:00
arpalert
arpscan - Switch to USES=autoreconf 2015-05-25 21:36:37 +00:00
arpwatch MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
arts++ - Switch to options helpers 2015-08-28 13:39:56 +00:00
bandwidthd
bgpq
bgpq3 net-mgmt/bgpq3: update 0.1.21 -> 0.1.31 2015-06-24 10:33:33 +00:00
bpft
braa
bsnmp-jails
bsnmp-regex
bsnmp-ucd
bsnmptools - Mark DEPRECATED and set EXPIRATION_DATE: this port is marked IGNORE on all supported FreeBSD versions 2015-09-14 16:31:53 +00:00
bwm-ng
cacti Upstream re-rolled distfile. 2015-07-22 02:51:49 +00:00
cacti-spine Update to 0.8.8f 2015-10-01 22:30:32 +00:00
ccnet - Fix build on pre-10.x by enforcing OpenSSL from ports 2015-07-27 20:10:06 +00:00
cdpd
cdpr Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
centreon-clib
check_logfiles Update to 3.7.1.1 2015-07-25 14:31:41 +00:00
check_multi
check_mysql_health net-mgmt/check_mysql_health: 2.1.5.1 -> 2.2.1 2015-09-05 14:40:42 +00:00
chillispot
choparp Remove unneeded MASTER_SITES=GH entries. 2015-08-04 14:26:48 +00:00
cidr
ciscoconf
clog Reset maintainership for obrien 2015-06-12 21:17:43 +00:00
cnagios Remove no longer valid WWW link. 2015-09-01 16:07:33 +00:00
collectd net-mgmt/collectd: Mark as deprecated. Collectd 4 is no longer developed. 2015-09-11 03:29:52 +00:00
collectd5 net-mgmt/collectd5: add support for write_kafka plugin 2015-09-11 03:32:13 +00:00
confregdecode - Switch to options helpers 2015-08-28 13:39:56 +00:00
coovachilli - Don't cat pkg-message from Makefiles 2015-05-21 06:54:23 +00:00
cowpatty
cricket - Fix shebangs 2015-05-27 23:23:16 +00:00
darkstat - Update to 3.0.719 2015-05-27 13:40:45 +00:00
devmon
devmon-templates
dhcdrop
dhcp_probe
disco
docsis Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
driftnet Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
ehnt Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
etherape
ettercap - Cleanup GH_* knobs: 2015-05-13 19:01:41 +00:00
ezradius Cleanup DIST* variables. 2015-05-11 18:34:57 +00:00
fastnetmon - Fix build on i386 2015-09-02 04:22:41 +00:00
fetchconfig Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
flow-extract
flow-tools
flow-tools-ng MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
flowd - Remove now needless chmod u+w/u-w from my and unmaintained ports 2015-06-29 18:42:55 +00:00
flowviewer net-mgmt/flowviewer: fix several issues 2015-06-10 18:03:50 +00:00
fprobe
glpi-plugins-fusioninventory-server - Fix staging from non-root 2015-10-07 04:02:20 +00:00
grepcidr
grepip MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
gsnmp
guifi-snpservices
hastmon
hawk
icinga - Split the Icinga port into two separate ports. One for the backend, one for the classic web interface. 2015-08-12 21:01:07 +00:00
icinga2 - Update to 2.3.10 2015-09-11 04:59:14 +00:00
icinga-classicweb Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. 2015-10-10 14:03:00 +00:00
icinga-core Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. 2015-10-10 14:03:00 +00:00
icingaweb2 - Fix plist (I forgot to commit the plist change in the last commit) 2015-10-08 20:05:22 +00:00
icli Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
icmpmonitor - Add LICENSE 2015-06-10 17:40:24 +00:00
icmpquery
iftop
iog - Add NO_ARCH 2015-06-09 16:37:40 +00:00
ipacctd MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
ipaudit Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
ipcad
ipcalc
ipfm
ipplan - Switch to @sample 2015-08-28 17:06:20 +00:00
ipv6calc
ipv6gen Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage. 2015-05-18 17:07:45 +00:00
ipv6mon
irrtoolset
isic
jnettop
kismet
lanmap
lg - Fix shebangs 2015-09-11 17:46:18 +00:00
librenms net-mgmt/librenms: Update version 201506=>201509 [1] 2015-09-15 08:52:04 +00:00
libsmi
lldpd net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITES 2015-10-10 13:44:11 +00:00
mbrowse
mk-livestatus
monitoring-plugins
mrtg
mrtg-ping-probe
mtrace - Do not override CFLAGS. 2015-09-07 18:43:02 +00:00
nagcon
nagios
nagios4 Set default value "NO" for nagios_enable in rc script. 2015-08-31 10:06:07 +00:00
nagios-certexp-plugin
nagios-check_bacula
nagios-check_bacula5
nagios-check_clamav
nagios-check_cpu_usage
nagios-check_dhcp.pl
nagios-check_email_delivery - Fix missing bracket 2015-09-24 03:54:43 +00:00
nagios-check_hdd_health
nagios-check_hp_bladechassis
nagios-check_memcached_paranoid
nagios-check_mysql_slave - Fix shebangs 2015-07-15 18:21:12 +00:00
nagios-check_netsnmp - Fix shebangs 2015-07-15 18:56:49 +00:00
nagios-check_ports
nagios-check_postgres Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
nagios-check_puppet
nagios-check_relayd_status
nagios-check_smartmon Allow check_smartmon to work with da* devices 2015-07-23 15:59:13 +00:00
nagios-check_tftp
nagios-geom - Add NO_ARCH 2015-07-31 19:33:22 +00:00
nagios-openldap-plugins
nagios-pf-plugin
nagios-plugins Fix a regression where plugins would segfault if the monitored tcp port 2015-10-08 12:14:37 +00:00
nagios-snmp-plugins - Add LICENSE 2015-06-10 17:27:53 +00:00
nagios-snmp-plugins-extras
nagios-spamd-plugin
nagiosagent
nagiosgraph - Add NO_ARCH 2015-09-02 00:08:45 +00:00
nagiosql net-mgmt/nagiosql: modernize 2015-06-27 19:31:19 +00:00
nagircbot - Strip binary 2015-06-10 17:42:10 +00:00
nagstamon
nagtail
nagvis MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
nat
nbtscan MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
ndoutils
ndpmon Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
nedi - Fix shebangs 2015-06-10 17:44:23 +00:00
nefu - Switch to USES=tar 2015-06-10 17:30:19 +00:00
net-snmp - Honor WITHOUT_SSP 2015-09-26 14:21:39 +00:00
netams Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
netdisco Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
netdisco-mibs
netdot - Fix shebang 2015-07-09 15:43:41 +00:00
netleak
netmagis-common net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 2015-07-08 02:25:27 +00:00
netmagis-database net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 2015-07-08 02:25:27 +00:00
netmagis-detecteq net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 2015-07-08 02:25:27 +00:00
netmagis-metro - Fix shebangs 2015-07-15 18:23:59 +00:00
netmagis-servers net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 2015-07-08 02:25:27 +00:00
netmagis-topo net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 2015-07-08 02:25:27 +00:00
netmagis-utils net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 2015-07-08 02:25:27 +00:00
netmagis-www net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 2015-07-08 02:25:27 +00:00
netmask
netmond Spell MAKE_JOBS_UNSAFE correctly 2015-06-28 15:23:03 +00:00
netspoc Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
netustad - Switch to options helpers 2015-08-28 13:39:56 +00:00
netwag Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
netwox Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
netxms Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. 2015-10-10 14:03:00 +00:00
nfdump
nfsen Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
ng_ipacct
nitpicker
nrpe
nrpe-ssl
nsca - Don't cat pkg-message from Makefiles 2015-05-21 06:54:23 +00:00
nsca27 - Don't cat pkg-message from Makefiles 2015-05-21 06:54:23 +00:00
nsca27-client
nsca-client
nsca-ng - Fix directory creation weirdness, fixing build of nsca-ng-client as non-root 2015-06-27 01:59:02 +00:00
nsca-ng-client
nstreams
observium Update to 0.15.06.6430 2015-06-16 18:04:29 +00:00
ocsinventory-agent Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
ocsinventory-ng
omping
openlldp - Add LICENSE 2015-08-20 16:06:38 +00:00
p0f
p0f2
p5-AnyEvent-SNMP
p5-BigIP-iControl
p5-Cflow Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Cisco-Reconfig - Add NO_ARCH 2015-09-20 20:15:55 +00:00
p5-Data-Validate-IP
p5-FusionInventory-Agent Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-FusionInventory-Agent-Task-NetDiscovery
p5-FusionInventory-Agent-Task-SNMPQuery Move p5- ports from ports@ to perl@. 2015-05-11 12:04:18 +00:00
p5-GRNOC-Config
p5-GRNOC-TL1
p5-jmx4perl Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Mon
p5-Monitoring-Plugin
p5-MRTG-Parse - Add NO_ARCH 2015-09-20 20:16:05 +00:00
p5-Nagios-Object Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Nagios-Plugin
p5-Nagios-Plugin-Beanstalk - Drop @dirrm* from plist 2015-07-28 23:27:38 +00:00
p5-Nagios-Plugin-LDAP
p5-Nagios-Plugins-Memcached
p5-Net-Abuse-Utils
p5-Net-Abuse-Utils-Spamhaus
p5-Net-ACL - Add NO_ARCH 2015-09-20 20:16:16 +00:00
p5-Net-CIDR
p5-Net-ILO
p5-Net-IP
p5-Net-IP-Match-Regexp
p5-Net-IP-Match-XS
p5-Net-IP-Resolver
p5-Net-IPAddress
p5-Net-IPv4Addr Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Net-IPv6Addr Move p5- ports from ports@ to perl@. 2015-05-11 12:04:18 +00:00
p5-Net-Netmask Update to 1.9022 2015-06-07 13:09:28 +00:00
p5-Net-NSCA-Client Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
p5-Net-OpenVPN-Manage Add Perl module for managing an OpenVPN process via its management port, 2015-08-10 10:51:30 +00:00
p5-Net-SNMP Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Net-SNMP-Util
p5-Net-SNMPTrapd Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Net-Telnet-Cisco-IOS
p5-NetAddr-IP
p5-NetAddr-IP-Lite
p5-NetApp
p5-NSNMP
p5-POE-Component-SNMP
p5-SNMP_Session MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-SNMP-Info - Update to 3.28 2015-06-23 12:08:15 +00:00
p5-SNMP-MIB-Compiler
p5-SNMP-Simple
p5-SNMP-Trapinfo
p5-SNMP-Util
p5-Telnet-Cisco
p5-Tie-NetAddr-IP
p5-Xymon - Add NO_ARCH 2015-09-20 20:16:33 +00:00
p5-Xymon-Client - Add NO_ARCH 2015-09-20 20:16:24 +00:00
p5-Xymon-Server - Add NO_ARCH 2015-09-20 20:16:29 +00:00
p5-Zenoss
packit
pads
pancho Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
pandorafms_agent - Fix shebangs 2015-07-30 14:22:00 +00:00
pandorafms_console - Fix shebangs 2015-07-30 14:22:00 +00:00
pandorafms_server - Fix shebangs 2015-07-30 14:22:00 +00:00
percona-monitoring-plugins - Switch to options helpers 2015-08-28 13:39:56 +00:00
pftabled
php5-snmp
php55-snmp
php56-snmp
phpip - Add LICENSE 2015-06-01 01:30:15 +00:00
phpipam MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
phpweathermap - Move owner handling to plist, fixing build from non-root 2015-09-14 17:16:57 +00:00
pixilate - Add LICENSE 2015-06-01 01:28:35 +00:00
pktstat - Revive net-mgmt/pktstat 2015-05-31 14:03:57 +00:00
pmacct - Cleanup previous commit and fix dependency issues 2015-06-11 16:34:14 +00:00
pnp - Use the correct dependencies, now that the icinga port was made a meta port 2015-08-18 19:00:36 +00:00
pnp-icinga - Use the correct dependencies, now that the icinga port was made a meta port 2015-08-18 19:00:36 +00:00
portmon
py-flowtools
py-ipcalc MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
py-ipy - Update to 0.83 2015-07-09 00:29:07 +00:00
py-pyang
py-snmp4
py-snmp4-apps
py-snmp4-mibs
py-yapsnmp
qkismet
rackmonkey - Fix build from non-root, move perm handling to plist 2015-09-30 19:11:45 +00:00
rancid net-mgmt/rancid: Add AF_INET6 support 2015-08-05 13:41:27 +00:00
rancid3 - Don't cat pkg-message from Makefiles 2015-05-21 06:54:23 +00:00
rate Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
rcpd
remarp
riemann This should not have ended up in the last commit. 2015-07-28 07:47:28 +00:00
rotorouter Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
routers2 - Switch to options helpers 2015-08-28 13:39:56 +00:00
routers2-extensions - Switch to options helpers 2015-08-28 13:39:56 +00:00
routers2-extras - Fix shebangs 2015-08-28 13:37:19 +00:00
rrdbot
rubygem-blimpy - Add NO_ARCH 2015-09-07 17:51:10 +00:00
rubygem-snmp Set NO_ARCH for remaining rubygem-* ports with no arch dependent files 2015-07-02 16:01:06 +00:00
rubygem-visage-app Set NO_ARCH for remaining rubygem-* ports with no arch dependent files 2015-07-02 16:01:06 +00:00
sblim-wbemcli
scli
sdig
seafile Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
seafile-gui Respect USE_OPENSSL 2015-07-19 11:52:30 +00:00
send - Remove 8.x-related IGNORE 2015-08-28 13:13:17 +00:00
sendip
sipcalc
sjitter
slate
smokeping Fix previous mistake in the init script, committed with minor changes 2015-07-05 08:13:10 +00:00
snmp4nagios
snmp++
snmptt Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
softflowd Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
spectools Unbreak the build on Tier-2 architectures. 2015-09-05 14:35:21 +00:00
ssgless
statsd - Add LICENSE 2015-08-31 12:10:30 +00:00
statsite - Update to 0.7.1 2015-05-27 13:44:54 +00:00
subcalc MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
sx - Update to 1.2 2015-07-27 17:52:19 +00:00
sysmon
tcpreplay
tcptrack - Add more MASTERSITE; 2015-08-26 00:30:36 +00:00
TkTopNetFlows
torrus
unifi2 Add NO_ARCH 2015-09-19 14:37:35 +00:00
unifi3 Add NO_ARCH 2015-09-19 14:37:35 +00:00
unifi4 net-mgmt/unifi4: Update to 4.7.5 2015-09-29 19:59:05 +00:00
victorops-nagios Mark BROKEN: Unfetchable 2015-06-17 17:11:04 +00:00
vidalia Convert to MASTER_SITE_TOR 2015-06-12 16:22:33 +00:00
virt-viewer - over to novel@ 2015-09-29 18:26:08 +00:00
wdiag
weathermap
weplab
whatmask
wifimgr - Improve the fix once more to build on both FreeBSD and DragonFly and not require an .if 2015-10-01 15:48:09 +00:00
wmi-client
xymon-client Update to 4.3.21 2015-05-23 21:59:48 +00:00
xymon-server Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
yaf Update to 2.7.1 2015-06-12 21:48:03 +00:00
zabbix2-agent Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
zabbix2-frontend Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
zabbix2-proxy
zabbix2-server Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
zabbix22-agent net-mgmt/zabbix22-server: update 2.2.9 -> 2.2.10 2015-09-24 15:46:46 +00:00
zabbix22-frontend Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
zabbix22-proxy net-mgmt/zabbix22-server: update 2.2.9 -> 2.2.10 2015-09-24 15:46:46 +00:00
zabbix22-server net-mgmt/zabbix22-server: update 2.2.9 -> 2.2.10 2015-09-24 15:46:46 +00:00
zabbix24-agent net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6 2015-09-23 13:37:05 +00:00
zabbix24-frontend net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6 2015-09-23 13:37:05 +00:00
zabbix24-proxy net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6 2015-09-23 13:37:05 +00:00
zabbix24-server net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6 2015-09-23 13:37:05 +00:00
Makefile Add new port net-mgmt/icingaweb2 2015-10-05 18:32:09 +00:00