Commit graph

27872 commits

Author SHA1 Message Date
Johan van Selst
63b74b76e2 Use modern pcre library from ports, to avoid bugs in ancient bundled version
Submitted by:	Jonathan Myers <jonkmyers1@sbcglobal.net>
Obtained from:	http://sourceforge.net/p/tinyfugue/bugs-and-support/29/
2015-10-21 10:43:59 +00:00
Emanuel Haupt
338dbb0e16 Provide a patch to show progress information when SIGINFO is caught. This
addition has been submitted upstream [1]:

https://bugzilla.samba.org/show_bug.cgi?id=11561

Apply an extra patch with the ACL option to add NFSv4 ACLs support [2].

Submitted by:   des [1]
Wished by:      Paul Lecuq <paul.lecuq@factorfx.com> [2]
Obtained from:  FreeNAS [2]
2015-10-21 08:44:16 +00:00
Vanilla I. Shu
094fe79312 Upgrade to 0.2.1. 2015-10-20 13:56:19 +00:00
Cy Schubert
08c2fb6578 Shebang fix update-leap. 2015-10-20 01:07:11 +00:00
Sunpoet Po-Chuan Hsieh
d4fc6e9864 - Use USES=localbase 2015-10-19 20:20:48 +00:00
Cy Schubert
e2955491d1 Have shebangfix fixup update-leap. 2015-10-19 19:57:51 +00:00
Cy Schubert
aba9e09e4e Adjust PKGNAMESUFFIX. 2015-10-19 19:35:53 +00:00
Cy Schubert
e112752e0b Add ntp-rc again. This time 4.2.8p4-RC1. 2015-10-19 19:33:19 +00:00
Dmitry Marakasov
b6ba055299 - Fix staging WITHOUT=DOCS
MFH:		2015Q4 (blanket)
2015-10-19 16:34:25 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Antoine Brodin
d85b993a5a Remove net/ntp-rc:
- it is removed according to MOVED
- its PKGBASE collides with net/ntp

Pointy hat:	cy@
With hat:	portmgr
2015-10-19 13:49:11 +00:00
Cy Schubert
c7c443ebb8 Add ntp-rc again. This time 4.2.8p4-RC1. 2015-10-19 13:38:38 +00:00
Frederic Culot
79c25ac73e - Update to 0.05
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/URI-FromHash/Changes
2015-10-19 11:12:00 +00:00
Kubilay Kocak
5f9a19226c net/turnserver: Fix build with No-SSLv3
turnserver will not build if OpenSSL was built without SSLv3
(--no-ssl3).

LibreSSL 2.3.0 has removed SSLv3 support completely.

This change fixes the build when SSLv3 is not available

While I'm here, add LICENSE_FILE

PR:		203700
Submitted by:	cpbsdmail gmail com
Approved by:	mom040267 gmail com (maintainer)
MFH:		2014Q4
2015-10-19 11:06:50 +00:00
John Marino
b8ce0a9729 isc-dhcp43-(client|relay): These are now jobs unsafe too
With version 4.3.2, only the -server master port was jobs unsafe. Now
the slave ports can't build under multijob either.
2015-10-18 08:58:25 +00:00
Andrej Zverev
3ac14cb6ff update to 0.66 2015-10-17 18:50:06 +00:00
Sunpoet Po-Chuan Hsieh
b3b9562fa6 - Add LICENSE_FILE 2015-10-17 18:10:13 +00:00
Sunpoet Po-Chuan Hsieh
571d907307 - Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
2015-10-17 18:08:12 +00:00
Kurt Jaeger
cda622b482 New port: net/openbsc
OpenBSC is a minimalistic implementation of the GSM Network, with
particular emphasis on the functionality typically provided by the BSC,
MSC, HLR, VLR and SMSC.

WWW: http://openbsc.osmocom.org/trac/

PR:		197784
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2015-10-17 16:55:31 +00:00
Kurt Jaeger
7b6234a8c3 net/ostinato: 0.5.1 -> 0.7.1
Changes:
https://github.com/pstavirs/ostinato/wiki/ChangeLog#2015-06-16_version_0.7.1
- LICENSE is GPLv3
- New webpage in pkg-descr

PR:		203507
Approved by:	zeising (maintainer)
2015-10-17 16:35:40 +00:00
Steve Wills
0d12bf3df9 net/tn5250j: mark broken with OpenJDK8 2015-10-17 12:28:29 +00:00
Pawel Pekala
105494ab40 Update to version 5.14.11
Changelog:

Fix RPN to CQL rejects local Bib-1 attribute set YAZ-861

ZOOM C: tweak when connection failed is returned
For cases with multiple socket addresses for some hostname, eg
localhost IPV4+IPV6, the code now properly returns "connection
failed" rather than "connection lost".

Various minor documenation tweaks from David Crossley. Thanks.

Fix windows uninstall does not remove start menu shortcuts YAZ-860
2015-10-16 21:36:19 +00:00
Joe Marcus Clarke
d617b1b33e Update to 1.12.8. See
https://www.wireshark.org/docs/relnotes/wireshark-1.12.8.html for changes
in this release.
2015-10-16 20:27:16 +00:00
Steve Wills
a43711609b net/openmq: mark broken on openjdk8 2015-10-16 18:27:59 +00:00
Dmitry Sivachenko
477729d936 Try to fix 9.x build. 2015-10-16 13:32:25 +00:00
Sunpoet Po-Chuan Hsieh
49c2717eb9 - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:16:27 +00:00
Sunpoet Po-Chuan Hsieh
faf5e75fa6 - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:16:22 +00:00
Sunpoet Po-Chuan Hsieh
ea140afb1d - Add LICENSE_FILE 2015-10-16 13:16:18 +00:00
Sunpoet Po-Chuan Hsieh
463aa6e547 - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:16:13 +00:00
Sunpoet Po-Chuan Hsieh
97cfc9ebc2 - Update to 1.0.0
- Add LICENSE_FILE

Changes:	https://github.com/fog/fog-softlayer/commits/master
2015-10-16 13:16:08 +00:00
Sunpoet Po-Chuan Hsieh
df8a7c9257 - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:16:04 +00:00
Sunpoet Po-Chuan Hsieh
807fdeef5a - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:15:59 +00:00
Sunpoet Po-Chuan Hsieh
4d062869cc - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:15:54 +00:00
Sunpoet Po-Chuan Hsieh
571fa37d60 - Add LICENSE_FILE 2015-10-16 13:15:50 +00:00
Sunpoet Po-Chuan Hsieh
fd7b93736b - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:15:45 +00:00
Sunpoet Po-Chuan Hsieh
798d97b19e - Add LICENSE_FILE 2015-10-16 13:15:41 +00:00
Sunpoet Po-Chuan Hsieh
9b5fbe701d - Add LICENSE_FILE 2015-10-16 13:15:36 +00:00
Sunpoet Po-Chuan Hsieh
d77c7fe65d - Add LICENSE_FILE 2015-10-16 13:15:31 +00:00
Sunpoet Po-Chuan Hsieh
08a112d3b5 - Add LICENSE_FILE 2015-10-16 13:15:27 +00:00
Sunpoet Po-Chuan Hsieh
f8c37f5067 - Add LICENSE_FILE 2015-10-16 13:15:22 +00:00
Sunpoet Po-Chuan Hsieh
cddfbf163c - Add LICENSE_FILE
- Add NO_ARCH
2015-10-16 13:15:18 +00:00
Sunpoet Po-Chuan Hsieh
e7c5664f6f - Update to 3.04
Changes:	http://search.cpan.org/dist/XML-Compile-WSDL11/ChangeLog
2015-10-16 13:14:43 +00:00
Dmitry Marakasov
49387e2eed - Extend danfe's fix to unbreak on amd64 as well
Suggested by:	danfe
Approved by:	portmgr blanket
MFH:		2015Q4
2015-10-16 11:56:38 +00:00
Hajimu UMEMOTO
b24fb56718 - Fix pthread detection. [1]
- Add LICENSE.
- Use USES=tar:tgz.
- OPTIONS'fy.
- Don't hide install procedure.

PR:		203792 [1]
2015-10-16 11:13:50 +00:00
John Marino
895f7d2af6 net/hanstunnel is not jobs safe
This port has failed on me multiple times in a multi-job build.  This
last time in tried to build object files (main.o, tun.o, etc) in the
"build" directory before the directory was created.
2015-10-16 06:57:30 +00:00
Sunpoet Po-Chuan Hsieh
3f6dccef72 - Update to 0.14
Changes:	http://search.cpan.org/dist/Net-HTTPS-NB/Changes
2015-10-15 20:17:26 +00:00
Sunpoet Po-Chuan Hsieh
ec5f2167f0 - Add LICENSE_FILE
- Use USES=localbase
2015-10-15 20:16:46 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Dmitry Marakasov
70ce97aab7 - Add LICENSE
- Use MANPREFIX
- Remove bit belonging to pkg-message from pkg-descr
2015-10-14 23:50:53 +00:00
Antoine Brodin
53fb0b62de Fix duplicate pkgbase
Pointy hat:	demon@
2015-10-14 13:38:09 +00:00