/security/fragrouter/

2/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Add missing USE_OPENSSL=yestijl2015-01-151-2/+3
| | | | PR: 195796
* Allow building with libc++ r224926antoine2015-01-121-0/+11
| | | | Submitted by: dim@
* - Bump PORTREVISION. lzarus has been updatedacm2015-01-111-2/+2
|
* Do not override USES set by slave ports in master portsantoine2015-01-061-1/+1
| | | | PR: 196477
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Convert to USES=execinfopawel2015-01-061-3/+2
|
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-033-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* - Add LICENSEsunpoet2015-01-022-16/+17
| | | | | | | - Fix RUN_DEPENDS: Math::BigInt 1.78+ is already in all supported Perl releases - Update PORTSCOUT - Bump PORTREVISION for dependency change - Sort PLIST
* net-p2p/deluge: add explicit dependency on pygnome2rm2014-12-301-3/+3
| | | | | | - add explicit dependency on pygnome2. Without this, deluge-gtk will fail to work in gnome3 environment - bump PORTREVION because of dependency change
* Update to version 5.5.0.0pawel2014-12-242-4/+3
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-243-3/+3
| | | | Approved by: bapt
* Get rid of gnomehierbapt2014-12-211-3/+3
|
* Cleanup plistbapt2014-12-214-8/+0
|
* Update to version 0.9.2.4pawel2014-12-192-6/+5
| | | | | PR: 195976 Submitted by: maintainer
* Fix distinfoantoine2014-12-181-2/+2
| | | | | | PR: ports/195417 Submitted by: maintainer Reported by: pkg-fallout
* - Reset maintainership of my portsgahr2014-12-112-2/+2
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-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)
* Update "BSD" license in net-p2p categoryfeld2014-12-082-2/+3
|
* Add USES=compiler to rtorrent port.madpilot2014-12-041-2/+2
| | | | | | | | | Various ports it depends on have the same USES and so honour the FAVORITE_COMPILER, and doing the dsame here avoids build problems when using FAVORITE_COMPILER=gcc. PR: 195397 Submitted by: Craig Wiesen <ctyz1999+bugzilla at gmail.com>
* net-p2p/deluge: update to 1.3.11rm2014-12-022-3/+3
| | | | | Changelog: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1130November2014
* Refresh. This is 0.9.27.thierry2014-11-303-4/+29
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Revert last commit r373094nemysis2014-11-291-2/+0
| | | | | | - Remove BROKEN PR: 195347
* - Revert last commit r373094, update to 0.16.18nemysis2014-11-292-3/+4
| | | | PR: 195347
* Mark BROKEN: Fails to buildantoine2014-11-281-0/+2
| | | | | | | cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -I../../include -I/usr/local/include -I/usr/include -I/usr/local/include/python2.7 -c src/session.cpp -o build/temp.freebsd-10.0-RELEASE-p9-amd64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED src/session.cpp:25:10: fatal error: 'bytes.hpp' file not found Reported by: pkg-fallout
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2611-21/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 1.4.103crees2014-11-264-13/+14
| | | | | | | Some rc script fixes; make rclint happy PR: ports/194950 Submitted by: joshruehlig@gmail.com (maintainer)
* Allow use of reload rc commandcrees2014-11-252-1/+2
| | | | | PR: ports/195341 Submitted by: joshruehlig@gmail.com
* - Reset maintainer to ports@nemysis2014-11-231-1/+1
|
* - Reset maintainer to ports@nemysis2014-11-231-1/+1
|
* Finally retire USE_PGSQLcrees2014-11-231-1/+1
|
* - Update to 3.1.11, announce message is here:nemysis2014-11-232-3/+3
| | | | http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.11/
* - Update to 0.16.18, announce message:nemysis2014-11-232-4/+7
| | | | | | | | | | | | | | | | | | | | | * fix uninitialized values in DHT DOS mitigation * fix error handling in file::phys_offset * fix bug in HTTP scrape response parsing * enable TCP keepalive for socks5 connection for UDP associate * fix python3 support * fix bug in lt_donthave extension * expose i2p_alert to python. cleaning up of i2p connection code * fixed overflow and download performance issue when downloading at high rates * fixed bug in add_torrent_alert::message for magnet links * disable optimistic disconnects when connection limit is low * improved error handling of session::listen_on * suppress initial 'completed' announce to trackers added with replace_trackers after becoming a seed * SOCKS4 fix for trying to connect over IPv6 * fix saving resume data when removing all trackers * fix bug in udp_socket when changing socks5 proxy quickly - Set PORTSCOUT, With Versions 1.x not build yet net-p2p/qbittorrent
* Remove: does not run anymorebapt2014-11-198-114/+0
|
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistantoine2014-11-1342-322/+15
|
* net-p2p/bitmessage: update 0.4.3 -> 0.4.4robak2014-11-093-16/+24
| | | | | | PR: 194730 Submitted by: Yuri <yuri@rawbw.com> Approved by: mentors (implicit)
* net-p2p/btsync: update 1.4.83 -> 1.4.93robak2014-11-082-5/+5
| | | | | | PR: 194619 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> Approved by: mentors (implicit)
* Add patch to fix icon file parsing on 64-bit systems.shurd2014-11-062-1/+24
| | | | Submitted by: shurd
* net-p2p/tribler: Fix extract for DF and unmask installation commandsmarino2014-11-051-15/+12
| | | | | | | | On the last update, the logic for the post-extract command was changed, which broke the target on DF. This version works on all platforms. While here, rework the do-install target so that the commands aren't suppressed. Also simplify it.
* Remove @dirrm*bapt2014-11-011-42/+12
| | | | Avoid @cwd
* - update miniupnpc to 1.9dinoex2014-10-282-2/+2
| | | | - bump users of shared lib version
* net-p2p/tribler: 6.0.3 -> 6.3.3pi2014-10-265-1201/+1205
| | | | | | | | Changelog: https://github.com/Tribler/tribler/releases PR: 193901 Submitted by: tkato432@yahoo.com
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonmva2014-10-256-14/+11
| | | | Approved by: portmgr (implicit)
* net-p2p/dogecoin: update to 1.8.0swills2014-10-188-83/+78
|
* net-p2p/deluge: update to 1.3.10rm2014-10-162-3/+3
| | | | | | | | | | Changes: GtkUI #2256: Indexes are not updated correctly when removing column Fix bug in the torrentview when Plugins added a column WebUI Security update for POODLE vulnerability
* - Clarify LICENSEamdmi32014-10-142-14/+2
| | | | | - Add LICENSE_FILE - Drop @dirrm* from plist
* Refresh.thierry2014-10-092-6/+5
|
* Remove double / to pass check-plistantoine2014-10-071-4/+1
|
* net-p2p/deluge: update to 1.3.9rm2014-10-063-3/+4
| | | | | | | | - update to 1.3.9 (bugfix release) Changelogs: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.84October2014 http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.94October2014
* Remove old libtool patchestijl2014-10-061-10/+0
|
* - Update to 2.6.0sunpoet2014-10-041-1/+1
| | | | | | | | | | | | | - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
* Unbundle libs.crees2014-10-011-3/+27
| | | | | | | | | PR: ports/194029 Submitted by: Jan Beich Also, don't extract the third-party directory if we're not using it here. Submitted by: mi
* Remove expired ports:rene2014-09-3010-529/+0
| | | | | | | | | | | | | | | | | | 2014-08-31 net/libnet10: Superseded by net/libnet 2014-09-30 net/despoof: Depends on expired net/libnet10 2014-09-30 sysutils/gpkgdep: Requires old pkg_info 2014-09-30 security/vida: Depends on expired net/libnet10 2014-09-30 net/nemesis: Depends on expired net/libnet10 2014-09-30 net-mgmt/sing: Depends on expired net/libnet10 2014-09-30 net-mgmt/gps: Depends on expired net/libnet10 2014-09-30 net/ttlscan: Depends on expired net/libnet10 2014-09-30 security/zombiezapper: Depends on expired net/libnet10 2014-09-30 dns/dnshijacker: Depends on expired net/libnet10 2014-09-30 net/xboxproxy: Depends on expired net/libnet10 2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10 2014-09-30 net-mgmt/angst: Depends on expired net/libnet10 2014-09-30 security/py-otr: Abandoned upstream 2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
* net-p2p/deluge: update to 1.3.7rm2014-09-287-46/+115
| | | | | | | | | | | - update to 1.3.7 - add LICENSE_FILE - convert to USES, sort knobs - add patch that fix default upload speed rate [1] - remove patch applied upstream - add back missed i18n files Submitted by: T.J. <xtainted@gmail.com> [1]
* net-p2p/py-transmissionrpc: drop maintainershiprm2014-09-251-4/+3
| | | | | | | | | | | | | | | | | | - reset maintainership to ports@ - I don't use transmission for long - convert to USES/USE_PYTHON > Description of fields to fill in above: 76 columns --| > PR: If a Bugzilla PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M py-transmissionrpc/Makefile
* - Fix typo [1]nemysis2014-09-251-1/+1
| | | | Reported by: jhale [1]
* - Update to 3.1.10, announce message is here:nemysis2014-09-242-5/+5
| | | | | | http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.10/ - Change DOCS
* - Update to 1.4.83jhale2014-09-233-8/+6
| | | | | | | | While here: - Clean up pkg-plist PR: 193842 Submitted by: <joshruehlig@gmail.com> (maintainer)
* - Trim @dirrm from pkg-plistjhale2014-09-221-1/+0
|
* - Update to version 1.1.1 [1]pawel2014-09-213-28/+32
| | | | | | | - Fix LIB_DEPENDS for DBUS option PR: ports/193328 [1] Submitted by: tkato432@yahoo.com
* - Update to version 1.4.75pawel2014-09-214-13/+17
| | | | | | | | - Move pidfile to /var/run/btsync dir - Use %%PORTNAME%% subs in rc file PR: ports/193676 Submitted by: maintainer
* Fix improper use of FORBIDDENbdrewery2014-09-201-1/+0
| | | | With hat: portmgr
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.tijl2014-09-172-2/+2
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-134-4/+4
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1118-12/+18
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* net-p2p/verlihub:tijl2014-09-0911-49/+52
| | | | | | | | | - Fix build with clang net-p2p/verlihub-plugins*: - Add USES=libtool and INSTALL_TARGET=install-strip - Drop USE_GCC=any - Avoid including bsd.port.pre.mk
* Update to version 5.4.0.0pawel2014-09-062-3/+3
|
* Update to version 0.10.1.vanilla2014-09-0324-650/+1097
| | | | | PR: ports/193162 Submitted by: Ports Fury.
* - Update to 1.51jhale2014-09-034-47/+36
| | | | | | - Add LICENSE - Use options helpers - Move plugins to a more sensible (IMHO) location
* Remove non staged ports without pending PR from net-p2p, net and newsbapt2014-09-0259-1270/+0
|
* www/libmicrohttpd:tijl2014-09-011-1/+1
| | | | | | | | | | - Update to version 0.9.37 - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use option helpers - Fix package listing when recent OpenSSL is available Approved by: portmgr (implicit, bump unstaged port)
* Remove broken net-p2p/p5-Net-DirectConnect-TigerHashmarino2014-08-315-35/+0
| | | | | | | | | | | This port has been broken for many months, and the maintainer recommends that it be removed rather than fixed. He also indicated that security/p5-Crypt-RHash would be a suitable substitute for this port. net-p2p/p5-Net-DirectConnect, the only port to use it, has already been modified to use p5-Crypt-RHash instead PR: 193089 Requested by: maintainer (Oleg Alexeenkov)
* dns/libidn:tijl2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Convert to wxPython30 and modernize pythonbapt2014-08-291-5/+5
|
* devel/libunistring:tijl2014-08-291-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
* Upgrade to 0.14, remove BROKEN, fix pkg-plist.vanilla2014-08-283-7/+8
| | | | | PR: ports/193068 Submitted by: maintainer
* net-p2p/btsync: update 1.3.106 -> 1.3.109robak2014-08-272-5/+5
| | | | | | PR: 192917 Submitted by: Kyle J. Farmer <bannereddivpool@gmail.com> Approved by: mentors (implicit)
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-267-46/+31
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Add net-p2p/zetacoin-nox11 as a slave to zetacoin. This allows installingadamw2014-08-242-0/+12
| | | | | | | just the daemon on headless servers. PR: 192629 Submitted by: maintainer
* net-p2p/uhub: update to 0.5.0wg2014-08-244-3/+19
| | | | | PR: 192805 Submitted by: tkato432 yahoo com
* net-p2p/eiskaltdcpp-cliadamw2014-08-2446-1819/+1430
| | | | | | | | | | | | | | | | net-p2p/eiskaltdcpp-daemon net-p2p/eiskaltdcpp-data net-p2p/eiskaltdcpp-gtk net-p2p/eiskaltdcpp-lib net-p2p/eiskaltdcpp-qt 1. Update to 2.2.9 2. Stage 3. Chase for new build options: gtk30, libcanberra, json-rpc 4. Use master/slave relations PR: 192869 Submitted by: Vladimir Kondratiev
* net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plistmarino2014-08-231-1/+1
|
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-229-7/+10
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* - Add missing -lcrypto (fixup for r364712)tijl2014-08-211-3/+4
| | | | - Use MAKE_CMD
* - Move RESETPREFIX to default PLIST_SUBbdrewery2014-08-192-2/+0
| | | | With hat: portmgr
* Fix build on -current.adamw2014-08-172-1/+12
|
* - Remove leading indefinite article from COMMENTsunpoet2014-08-171-2/+1
| | | | - Remove NO_LATEST_LINK
* Remove a very strange series of ^H's from the pkg-message, and remove theadamw2014-08-172-4/+1
| | | | ${CAT} ${PKGMESSAGE} from post-install.
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-162-2/+2
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* Refresh.thierry2014-08-152-4/+4
|
* - Update from 0.8.2 to 0.8.3danilo2014-08-152-10/+9
| | | | | | - Add stage support - Add DOCS option - Take maintainership
* Prevent installation. We don't have a distfile that matches the checksums, ↵mandree2014-08-141-0/+5
| | | | the port relies on the outdated db41, and the web site seems gone.
* Fix problems with missing libs when the linker enforces explicit linkingtijl2014-08-121-11/+6
| | | | | | | | | | | (ports that are dependencies of other ports) net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS sysutils/deltup: simplify patch by using MAKE_ARGS x11-fm/rox-filer: convert to USES=shared-mime-info x11-wm/emerald: remove PTHREAD_LIBS PR: 192062
* net-p2p/zetacoin: update to 0.9.2.1wg2014-08-1210-143/+121
| | | | | | | | - Use options helpers - Use @sample PR: 192413 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on net/GeoIP foradamw2014-08-1216-13/+16
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* net-p2p/gtk-gnutella: Upgrade version 1.0.1 => 1.1.0marino2014-08-103-49/+31
| | | | | PR: 191825 Submitted by: Ports Fury