aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/cowpatty: sed in SSL flags (CFLAGS/LDFLAGS not honored)John Marino2016-09-101-3/+7
| | | | | | | | | While here, unsupress installation command Approved by: SSL blanket Notes: svn path=/head/; revision=421751
* net-mgmt/aircrack-ng: Add SSL build flagsJohn Marino2016-09-101-0/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421750
* net-im/libyahoo2: document and configure SSL build dependencyJohn Marino2016-09-101-1/+4
| | | | Notes: svn path=/head/; revision=421749
* net-im/imspector: configure SSL properly and honor LDFLAGSJohn Marino2016-09-101-3/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421748
* multimedia/asdcplib: Configure SSL base properlyJohn Marino2016-09-101-3/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421747
* mail/tpop3d: Configure SSL library properlyJohn Marino2016-09-101-1/+2
| | | | Notes: svn path=/head/; revision=421746
* mail/tkrat2: Properly support SSL requirement and clean up the portJohn Marino2016-09-101-11/+14
| | | | Notes: svn path=/head/; revision=421745
* mail/qpopper: Move SSL requirement so it actually worksJohn Marino2016-09-101-1/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421744
* mail/qmail-dk: document SSL requirement and support its configurationJohn Marino2016-09-101-5/+4
| | | | | | | | While here, remove a bunch of ineffective sed commands against the main makefile. Notes: svn path=/head/; revision=421743
* mail/qmail-spamcontrol: document and support SSL requirementJohn Marino2016-09-101-1/+6
| | | | | | | | | | My eyes are bleeding from looking at this qmail stuff. The compiling in the pre-patch target is an essentially nice touch. Approved by: SSL blanket Notes: svn path=/head/; revision=421742
* mail/prayer: Configure for any SSL base and support LibreSSLJohn Marino2016-09-102-1/+30
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421741
* Upgrade to 1.9.6.Thierry Thomas2016-09-102-5/+5
| | | | | | | | Changelog at https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/?page=1#version-1.9.6 Notes: svn path=/head/; revision=421740
* mail/nbsmtp: Set SSL base flags, honor LDFLAGSJohn Marino2016-09-101-1/+8
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421739
* mail/mboxgrep: Set flags to support building with any SSL baseJohn Marino2016-09-101-2/+3
| | | | Notes: svn path=/head/; revision=421738
* mail/mailsync: support building with any SSL baseJohn Marino2016-09-101-3/+7
| | | | Notes: svn path=/head/; revision=421737
* - Remove depdency on net/asteriskGuido Falsi2016-09-101-6/+21
| | | | | | | | | | | - Add options to choose to depend on asterisk11 or asterisk13, with the latter as default - Fix building with clang Based on a patch kindly proposed by KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=421736
* Update to 2.6Grzegorz Blach2016-09-102-4/+4
| | | | Notes: svn path=/head/; revision=421735
* mail/asmail: configure SSL for any library baseJohn Marino2016-09-101-2/+3
| | | | Notes: svn path=/head/; revision=421734
* New port: devel/govendorKurt Jaeger2016-09-104-0/+29
| | | | | | | | | | | | | | | Govendor is a tool that fetches dependencies for Go projects and records them in the standard vendor.json file. WWW: https://github.com/kardianos/govendor PR: 212514 Submitted by: Randy Westlund <rwestlun@gmail.com> Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D7818 Notes: svn path=/head/; revision=421732
* mail/archiveopteryx(-devel): document SSL requirement, sed in related flagsJohn Marino2016-09-102-8/+14
| | | | | | | | | While here, couple OSVERSION with OPSYS Approved by: SSL blanket Notes: svn path=/head/; revision=421731
* lang/swi-pl: USES+=ssl and handle SSLv3 method for LibreSSL supportJohn Marino2016-09-102-3/+32
| | | | | | | | | While here, used OPSYS:tl instead of hardcoded freebsd Approved by: SSL blanket Notes: svn path=/head/; revision=421730
* lang/pypy: update distinfo, upstream rerolled.David Naylor2016-09-102-4/+4
| | | | | | | | - Add an official mirror for pypy source code. - No functional change to the source code. Notes: svn path=/head/; revision=421729
* benchmarks/iorate: implicit decl. of function 'gettimeofday' is invalid in C99Kurt Jaeger2016-09-102-0/+18
| | | | | | | | | | PR: 210856 Reported by: Mark Millard <markmi@dsl-only.net> Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: blttll@gmail.com (maintainer timeout) Notes: svn path=/head/; revision=421728
* New port: www/mod_auth_gssapiKurt Jaeger2016-09-105-0/+65
| | | | | | | | | | | | | This module adds support for single-sign-on authentication via GSSAPI to the Apache httpd. It is intended as a successor to mod_auth_kerb. WWW: https://github.com/modauthgssapi/mod_auth_gssapi PR: 212325 Submitted by: chris@chrullrich.net Notes: svn path=/head/; revision=421727
* Ignore SIGINFO during self-tests.Matthias Andree2016-09-102-4/+6
| | | | | | | | | | | | | In the FreeBSD-specific patch, when the environment variable e2fsprogs_inhibit_SIGINFO exists (whatever its content, even if empty), do NOT install the SIGINFO handler. Leverage this when running the self-tests. This is to avoid false negatives during the self-tests due to interspersed SIGINFO output redirected from stderr to the log files. Bump PORTREVISION because this changes the e2fsck utility. Notes: svn path=/head/; revision=421726
* irc/libircclient: Set SSL flags, update to modern options frameworkJohn Marino2016-09-101-11/+6
| | | | | | | Approved by: SSL and options blankets Notes: svn path=/head/; revision=421725
* - Move default dependency on asterisk13 portGuido Falsi2016-09-101-5/+3
| | | | | | | - Convert to USES=localbase Notes: svn path=/head/; revision=421724
* Make this port depend on net/asterisk11 in preparation for net/asteriskGuido Falsi2016-09-101-8/+6
| | | | | | | | | removal. While here, use vendor version as port version, bump PORTEPOCH. Notes: svn path=/head/; revision=421723
* irc/ircd-ratbox-devel: Set SSL flags, update to modern options frameworkJohn Marino2016-09-101-36/+10
| | | | | | | Approved by: SSL and options blankets Notes: svn path=/head/; revision=421722
* irc/bip: Configure SSL flags to support non-base librariesJohn Marino2016-09-101-2/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421721
* ftp/uftp: document SSL requirement and configure its baseJohn Marino2016-09-101-1/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421720
* devel/onscripter: update to 20160910Jan Beich2016-09-102-4/+4
| | | | | | | MFH: 2016Q3 (no consumers apart from ports/197229) Notes: svn path=/head/; revision=421719
* ftp/bbftp: document SSL build requirement and configure SSL properlyJohn Marino2016-09-101-5/+7
| | | | | | | While here, wrap subshell commands and set the make environment Notes: svn path=/head/; revision=421718
* Update to new upstream release 1.43.3.Matthias Andree2016-09-107-25/+15
| | | | | | | | | | | | | | | ChangeLog: (also see the log for 1.43.2 that the port skipped!) <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.3> While here, refresh patches, and time-limit programs in self-test suite to 60 s CPU time each, to avoid runaway processes from stalling the self-tests for too long. Still no joy on FreeBSD 11+ - the self-test results hint to massive data loss, and more than 10 self-tests fail. Notes: svn path=/head/; revision=421716
* devel/php-tclink: Document SSL requirement and fix build for LibreSSLJohn Marino2016-09-101-2/+6
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421715
* emulators/qemu-devel: Document SSL requirement and set LDFLAGS for itJohn Marino2016-09-101-1/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421713
* net-mgmt/rancid3: Update to 3.5.1Mark Felder2016-09-104-22/+15
| | | | | | | | | | | | | | | | | | - The hardecoded 3des cipher for ssh has been removed upstream - Remove a patch that automatically attempts to "svn up" before checking in changes. This patch may have been committed accidentally a couple years ago and deviates from upstream's behavior. If it is possible for your rancid svn repository to be updated outside of rancid's control it is up to you to resolve these potential conflicts and modify your scheduled rancid process to "svn up" beforehand. By instructing rancid to do this automatically it is possible for an administrator to make device config changes that rancid will not detect and will not show up in the automatic emails dispatched to the device administrators. Notes: svn path=/head/; revision=421711
* java/jakarta-struts: Mark deprecatedMark Felder2016-09-101-0/+3
| | | | | | | PR: 208462 Notes: svn path=/head/; revision=421710
* Document breaking upstream changes in security/letsencrypt.shThomas Zander2016-09-101-0/+10
| | | | | | | | | PR: 212485 Submitted by: sascha@root-login.org (maintainer security/letsencrypt.sh) Reviewed by: riggs Notes: svn path=/head/; revision=421709
* Update to upstream version 0.3.0Thomas Zander2016-09-104-19/+30
| | | | | | | | | | | | | Detailed maintainer log regarding breaking upstream changes: - The config filename has been changed from "config.sh" to "config" - The WELLKNOWN location has been changed upstream to "/var/www/letsencrypt" The port uses "%%PREFIX%%/www/letsencrypt" in accordance to hier(7). PR: 212485 Submitted by: sascha@root-login.org (maintainer) Notes: svn path=/head/; revision=421708
* Mark NO_ARCHEmanuel Haupt2016-09-101-0/+1
| | | | Notes: svn path=/head/; revision=421707
* devel/tla: Document SSL requirement, pet portlintJohn Marino2016-09-101-4/+4
| | | | Notes: svn path=/head/; revision=421706
* devel/objecthash: document SSL requirementJohn Marino2016-09-101-5/+4
| | | | Notes: svn path=/head/; revision=421705
* devel/libmonetra: document SSL requirement; configure correct SSL baseJohn Marino2016-09-101-2/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421704
* - Update to 2016060801Emanuel Haupt2016-09-102-4/+5
| | | | | | | | | | - Mark NO_ARCH PR: 2016060801 Approved by: maintainer timeout (tobez, 45 days) Notes: svn path=/head/; revision=421703
* devel/libfreefare: document SSL requirement and set flags accordinglyJohn Marino2016-09-101-1/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421702
* devel/libdombey: document SSL requirement and set CFLAGS accordinglyJohn Marino2016-09-101-0/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421701
* devel/firmware-utils: document SSL requirement and set LDFLAGS accordinglyJohn Marino2016-09-101-1/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421700
* devel/cjose: Allow building with LibreSSLJohn Marino2016-09-102-2/+14
| | | | | | | | | | This requires USES+=pkgconfig and to configure to the proper *ssl base as well as a patch to free cjose from being openssl-specific. Approved by: SSL blanket Notes: svn path=/head/; revision=421699
* devel/cgit: Sed in flags for USES=ssl (supports ports SSL)John Marino2016-09-101-1/+4
| | | | | | | | | Passing through CFLAGS and LDFLAGS definitions doesn't work Approved by: SSL blanket Notes: svn path=/head/; revision=421698