aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Fix make patchAntoine Brodin2014-12-171-8/+9
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=374868
* net-mgmt/seafile: Fix kernel thread support on DragonFlyJohn Marino2014-12-162-4/+3
| | | | | | | | PR: 196008 Submitted by: maintainer Notes: svn path=/head/; revision=374802
* net-mgmt/p0f: fix p0f-sendsynKurt Jaeger2014-12-142-0/+30
| | | | | | | Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Notes: svn path=/head/; revision=374722
* - Update to version 4.5 [1]Pawel Pekala2014-12-134-78/+79
| | | | | | | | | | | | | - Remove optional installation of PORTDOCS, staging takes care of that - Unmute install commands - Use @dir() instead of one big chown to set directory permissions PR: 194921 [1] Submitted by: timp87@gmail.com [1] Approved by: maintainer Notes: svn path=/head/; revision=374654
* - Update to 2.2.1Lars Engels2014-12-124-24/+28
| | | | Notes: svn path=/head/; revision=374575
* Remove sleeps from the configure script to save 7 seconds each run.Mark Felder2014-12-111-0/+22
| | | | | | | | After considering how much time was spent on this message since its addition in 2001, this seems reasonable. Notes: svn path=/head/; revision=374531
* databases/libmemcached: Update to 1.0.18 and much moreKubilay Kocak2014-12-113-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.0.18 and pkg-plist accordingly - Add LICENSE (BSD3CLAUSE) and LICENSE_FILE - Add TEST_DEPENDS and regression-test target - Perl is not required, remove USE_PERL and from USES - Split LDFLAGS from CONFIGURE_ENV, they're already set there - Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off) - Add OPTIONS for hash functions, debug and dtrace - pkg-descr: Update WWW: URL - Add patches for: * alloca.h include not found on FreeBSD * cinttypes include location * clang compatibility - Strip shared libraries manually since upstream install-strip target is fail Changes: https://launchpad.net/libmemcached/+announcements [1] https://bugs.launchpad.net/libmemcached/+bug/1245562 [2] https://bugs.launchpad.net/libmemcached/+bug/1400560 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) Notes: svn path=/head/; revision=374511
* - Update to 3.23Philippe Audeoud2014-12-102-3/+3
| | | | Notes: svn path=/head/; revision=374484
* Fix warnings when run check_mysql_health with perl >= 5.16Rodrigo Osorio2014-12-104-3/+38
| | | | | | | | | | Remove unnecessary dirs from plist PR: ports/189370 Submitted by: rodrigo Notes: svn path=/head/; revision=374455
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update "BSD" license in net-mgmt categoryMark Felder2014-12-086-6/+6
| | | | Notes: svn path=/head/; revision=374263
* Add gettext-runtime, so that it builds when nagios-plugins is built without NLS.Mathieu Arnold2014-12-081-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=374258
* Sort entries alphabetically across all categories to avoid extra repo churn.Alexey Dokuchaev2014-12-071-2/+2
| | | | Notes: svn path=/head/; revision=374216
* - Update to 1.6.13Li-Wen Hsu2014-12-062-5/+4
| | | | | | | | PR: 195729 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=374118
* Don't overwrite Perl's LDDLFLAGS.Mathieu Arnold2014-12-041-17/+6
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=373901
* Pet check-plist.Mathieu Arnold2014-12-036-14/+16
| | | | | | | | | PR: 195572 Submitted by: ohauer Sponsored by: Absolight Notes: svn path=/head/; revision=373840
* - Update to 3.22Philippe Audeoud2014-12-033-4/+5
| | | | Notes: svn path=/head/; revision=373827
* - Update to 0.24Dmitry Marakasov2014-12-032-4/+3
| | | | | | | | PR: 195581 Submitted by: freebsd-ports@t-b-o-h.net (maintainer) Notes: svn path=/head/; revision=373812
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-292-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Update to 3.2.7Mark Felder2014-11-283-19/+19
| | | | | | | | | Fix tomcat-native conflict PR: 195411, 195410 Notes: svn path=/head/; revision=373573
* net-mgmt/seafile: Remove use of /proc and make FUSE optionalJohn Marino2014-11-287-22/+325
| | | | | | | | | | DragonFly has not implemented FUSE, so it's not reqired by default. PR: 195024 submitted by: maintainer Notes: svn path=/head/; revision=373534
* net-mgmt/ccnet: rework to avoid use of /procJohn Marino2014-11-283-26/+164
| | | | | | | | PR: 195023 Submitted by: maintainer Notes: svn path=/head/; revision=373533
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-26131-504/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Fix build when not both database backends are selectedLars Engels2014-11-253-8/+22
| | | | | | | | | | | - Fix plist - Bump PORTREVISION PR: 195186 Submitted by: ohartman@zedat.fu-berlin.de Notes: svn path=/head/; revision=373415
* Cleanup plistAntoine Brodin2014-11-2458-766/+28
| | | | Notes: svn path=/head/; revision=373380
* Update to version 0.8.8cSteven Kreuzer2014-11-242-4/+3
| | | | Notes: svn path=/head/; revision=373374
* - Update to 0.8.1Sunpoet Po-Chuan Hsieh2014-11-246-198/+13
| | | | | | | | | - Cleanup PLIST Changes: https://github.com/Ettercap/ettercap/releases Notes: svn path=/head/; revision=373233
* Add a hack to change linking objects which should be changedJun Kuriyama2014-11-221-1/+4
| | | | | | | | | | by net-mgmt/nagios-plugins OPTIONS setting. PR: ports/187772 Reported by: Lukasz Wasikowski <lukasz@wasikowski.net> Notes: svn path=/head/; revision=373112
* Finally retire USE_PGSQLChris Rees2014-11-227-12/+10
| | | | Notes: svn path=/head/; revision=373100
* Switch to USES=pgsqlChris Rees2014-11-222-2/+2
| | | | Notes: svn path=/head/; revision=373091
* - update to 1.0Jason Helfman2014-11-212-6/+7
| | | | | | | | | - add cpe info ChangeLog: http://virt-manager.org/download/ Notes: svn path=/head/; revision=373022
* - update to 1.1.0Jason Helfman2014-11-215-236/+0
| | | | | | | | | | | | - patch to work with gtk2/3 [1] - this update obsoletes net-mgmt/virtinst (merged) Changelog: See http://virt-manager.org/download/ Obtained from: https://build.opensuse.org/package/view_file/openSUSE \ :Factory/virt-manager/virt-manager-Gtk-30.patch [1] Notes: svn path=/head/; revision=372972
* Unbreak.Jun Kuriyama2014-11-202-4/+1
| | | | | | | | PR: ports/192192 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Notes: svn path=/head/; revision=372837
* - Add license and cleanup patch file.Jun Kuriyama2014-11-203-22/+9
| | | | | | | | PR: ports/149239 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=372833
* Update to 2.2.0Lars Engels2014-11-1910-171/+144
| | | | Notes: svn path=/head/; revision=372772
* - Update to 1.12.0Lars Engels2014-11-194-12/+22
| | | | | | | - Fix typo in ido2db.in Notes: svn path=/head/; revision=372771
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* net-mgmt/p0f: 3.07b -> 3.08bKurt Jaeger2014-11-112-3/+3
| | | | | | | - fix for a packet loss bug with some VMs Notes: svn path=/head/; revision=372441
* Update to 1.2-rc1Lars Engels2014-11-093-11/+10
| | | | Notes: svn path=/head/; revision=372371
* net-mgmt/zabbix2: Upgrade version 2.0.12 => 2.0.13John Marino2014-11-095-150/+10
| | | | | | | | PR: 194842 Submitted by: maintainer (pakhom706 - gmail) Notes: svn path=/head/; revision=372356
* Add four zabbix24 ports to net-mgmt (similar to zabbix22* ports)John Marino2014-11-0914-0/+1276
| | | | | | | | | | This add Zabbix 2.4.1 server, agent, frontend, and proxy PR: 194104 Submitted by: pakhom706 (gmail) Notes: svn path=/head/; revision=372355
* Update to 2.6.0Antoine Brodin2014-11-063-6/+9
| | | | | | | | PR: ports/194432 Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=372233
* net-mgmt/ccnet: Fix post-install and support other BSDsJohn Marino2014-11-063-9/+9
| | | | | | | | PR: 194853 Submitted by: maintainer (Jingfeng Yan) Notes: svn path=/head/; revision=372231
* Add new port net-mgmt/seafile-guiJohn Marino2014-11-066-0/+91
| | | | | | | | | | | | | | | | | | | PR: 193312 Submitted by: Jingfeng Yan Seafile is a next-generation open source cloud storage system with advanced support for file syncing, privacy protection and teamwork. Collections of files are called libraries, and each library can be synced separately. A library can be encrypted with a user chosen password. This password is not stored on the server, so even the server admin cannot view a file's contents. Seafile allows users to create groups with file syncing, wiki, and discussion to enable easy collaboration around documents within a team. This is the desktop client for Seafile. Notes: svn path=/head/; revision=372230
* Add new port net-mgmt/seafileJohn Marino2014-11-0617-0/+453
| | | | | | | | | | | | | | | | | | PR: 193134 Submitted by: Jingfeng Yan Seafile is a next-generation open source cloud storage system with advanced support for file syncing, privacy protection and teamwork. Collections of files are called libraries, and each library can be synced separately. A library can be encrypted with a user chosen password. This password is not stored on the server, so even the server admin cannot view a file's contents. Seafile allows users to create groups with file syncing, wiki, and discussion to enable easy collaboration around documents within a team. Notes: svn path=/head/; revision=372218
* net-mgmt/zabbix22*: Upgrade version 2.2.5 => 2.2.7John Marino2014-11-045-190/+5
| | | | | | | | | PR: 193582 Fix by: timp87 (gmail) Approved by: maintainer - pakhom706 (gmail) Notes: svn path=/head/; revision=372173
* - update libvirt to 1.2.10Jason Helfman2014-11-044-4/+4
| | | | | | | - chase shared library bump Notes: svn path=/head/; revision=372162
* net-mgmt/icinga2: Trivial tweak of patch to fix build on DragonFlyJohn Marino2014-11-031-1/+1
| | | | Notes: svn path=/head/; revision=372099
* Add new port net-mgmt/ccnetJohn Marino2014-11-0314-0/+367
| | | | | | | | | | | | | PR: 193133 Submitted by: Jingfeng Yan Ccnet is a framework for writing networked applications in C. It provides the services of peer identification, connection management, service invocation, and message sending. Server has the management of user, group, and cluster. Notes: svn path=/head/; revision=372097