1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Commit Graph

320864 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav
8e584a521a Functional changes:
- Add a SASL port option

  - Fix the KERBEROS ports option - it was a no-op, setting a
    configure flag which modifies how Kerberos was used without
    setting the flag that actually enables it.

  - Use GSSAPI instead of $ENV{KRB5CCNAME} to set the credential
    cache.  The latter pollutes the unsuspecting application's
    environment and does not always work (for instance, it breaks when
    nss_ldap is invoked from OpenSSH, although I haven't quite
    determined why)

  - Add patches to support Heimdal in addition to MIT Kerberos.  Note
    that I tried to ensure that the code is unchanged in the
    non-Heimdal case, but that I have no way of testing with MIT
    Kerberos.

  With the above changes, I have successfully configured a FreeBSD 9.2
  server to authenticate users against a Microsoft Windows 2012 Active
  Directory server.

Non-functional changes:

  - Modernize and stagify

  - Remove text in pkg-message about a change that was made ten years ago

  - Take maintainership as current maintainer has been AWOL for 2+ years

  - Bump PORTREVISION

Approved by:	maintainer hasn't been heard of for 2+ years
2014-01-14 14:19:05 +00:00
Mathieu Arnold
c2e1cd79f8 Document the latest nagios vulnerability. 2014-01-14 14:16:13 +00:00
TAKATSU Tomonari
bb53d37c10 - Update to 3.2.1 2014-01-14 13:46:30 +00:00
Rusmir Dusko
dfec68f822 - Change master sites
- Change icons
- USES dos2unix and DOS2UNIX_FILES instead of USE_DOS2UNIX
- Change Desktop entry file
- Support STAGEDIR
- Change WWW
2014-01-14 13:20:13 +00:00
Dima Panov
a862708e7c - Install threaded library too.. 2014-01-14 12:39:22 +00:00
Rusmir Dusko
516e000d9e - Fix symlink for the icon 2014-01-14 12:30:31 +00:00
Jimmy Olgeni
e83d0416a0 Upgrade to version 1.580. 2014-01-14 11:26:38 +00:00
Jimmy Olgeni
ce8504c3f8 Upgrade to version 1.670. 2014-01-14 11:25:55 +00:00
Dmitry Sivachenko
6026bb0f34 Update to version 0.018 2014-01-14 11:19:12 +00:00
Sergey A. Osokin
f9e062196a Update from 1.5.7 to 1.5.8.
<ChangeLog>

*) Feature: IPv6 support in resolver.

*) Feature: the "listen" directive supports the "fastopen" parameter.
   Thanks to Mathew Rodley.

*) Feature: SSL support in the ngx_http_uwsgi_module.
   Thanks to Roberto De Ioris.

*) Feature: vim syntax highlighting scripts were added to contrib.
   Thanks to Evan Miller.

*) Bugfix: a timeout might occur while reading client request body in an
   SSL connection using chunked transfer encoding.

*) Bugfix: the "master_process" directive did not work correctly in
   nginx/Windows.

*) Bugfix: the "setfib" parameter of the "listen" directive might not
   work.

*) Bugfix: in the ngx_http_spdy_module.

</ChangeLog>
2014-01-14 10:52:23 +00:00
Sergey A. Osokin
6461725e81 Upgrade third-party lua module from 0.9.3 to 0.9.4. 2014-01-14 10:45:24 +00:00
Pietro Cerutti
bfb33da14e - Convert to USES=tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-01-14 10:30:24 +00:00
Sergey A. Osokin
771437151f Upgrade from 2.8.3 to 2.8.4.
<ChangeLog>

# UPGRADE URGENCY: MODERATE for Redis and Sentinel.

* [FIX] Makefile compatibility with non common make variants improved.
* [FIX] SDIFF crash in very unlikely to trigger state fixed.
* [FIX] Config rewriting fixed: don't wipe options unknown to the rewrite
        process.
* [FIX] Set TCP port to 0 works again to disable TCP networking.
* [FIX] Fixed replication with old Redis instances as masters by not
        sending REPLCONF ACK to them.
* [FIX] Fix keyspace notifications rewrite and CONFIG GET output.
* [FIX] Fix RESTORE TTL handling in 32 bit systems (32 bit overflow).

* [NEW] Sentinel now has a run time configuration API.
* [NEW] Log when we lost connection with master or slave.
* [NEW] When instance is turned from slave to master now inherits the
        old master replication offset when possible. This improves the
        Sentinel failover procedure.

</ChangeLog>
2014-01-14 10:28:34 +00:00
Emanuel Haupt
4b4a4ea94f Update to 6.7.0
Changelog:
http://www.bunkus.org/videotools/mkvtoolnix/doc/ChangeLog
http://www.bunkus.org/blog/
2014-01-14 10:06:44 +00:00
Matthias Andree
bee34da94c Add new port graphics/multiraw, a parallel-execution batch converter for
camera raw format photographs using pthreads.

Multiraw uses the graphics/dcraw-m or graphics/dcraw ports and their
executables.  dcraw-m is a modified version of dcraw which automatically
rotates exported thumbnails and has a camera timezone offset adjustment
variable.

WWW: https://dx.burplex.com/bin/multiraw.html

PR:		ports/177492
Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com>
2014-01-14 09:44:54 +00:00
Mathieu Arnold
22e13304f8 Take that, will work on the main issue today. 2014-01-14 09:43:24 +00:00
Pietro Cerutti
af473b4a44 - Convert to USES=tk 2014-01-14 09:24:56 +00:00
Kubilay Kocak
b0d78a2bb7 games/py-fife: Update to 0.3.5, fix make package
- Update to 0.3.5
- Update pkg-plist
- Add missing PKGNAMEPREFIX
- Enable STAGE support
- Switch BUILD_DEPENDS from swig13 to swig20
- Add LICENSE (LGPL21)
- Replace USE_SCONS / SCONS_* with USES=scons
- Re-order USE_* section
- Patch and backport Sconscript changes to:
    a) Silence addition warnings [1]
    b) Set SWIG includes and outdir that are not being honoured by
       scons at the moment

This commit combined with that from ports/185684 fixes building on 10.0+.

[1] https://github.com/fifengine/fifengine/issues/792

PR:		ports/182433
Approved by:	Green Dog <fiziologus@gmail.com> (maintainer, via email)
MFH:		2014Q1
2014-01-14 09:23:53 +00:00
Pietro Cerutti
747aa787c5 - Convert to USES=tcl
- Convert to new LIB_DEPENDS format
- Remove article from COMMENT
- STAGE-clean
2014-01-14 09:22:26 +00:00
Pietro Cerutti
0fdc2deabf - Convert to USES=tk 2014-01-14 09:12:21 +00:00
Kubilay Kocak
099620b87c devel/swig20: update to 2.0.11, Backport C++11 fixes, Use GNU Make
- Update to 2.0.11
- Update pkg-plist
- Enable STAGE support
- Backport C++11 SWIG fixes from upstream for games/py-fife [1][2]
- Use GNU Make as recommended by upstream [3]
- Modernise LIB_DEPENDS
- Add regression-test: target to make running the test suite easier
- pkg-descr: Tab to space in WWW:

[1] Commit: 92128eef44
[2] Issue: https://github.com/swig/swig/issues/73
[3] http://www.swig.org/Doc2.0/Preface.html

PR:		ports/185684
Submitted by:	koobs
Approved by:	Jason Bacon <jwbacon@tds.net> (maintainer)
MFH:		2014Q1
2014-01-14 09:01:38 +00:00
Pietro Cerutti
3fe328ab2d - Convert to USES=gmake tcl
- Convert to OPTIONSng
- STAGE-clean
2014-01-14 08:53:50 +00:00
Pietro Cerutti
0fd4200f56 - Remove sysutils/lavaps. It just doesn't work. 2014-01-14 08:42:11 +00:00
Dmitry Sivachenko
152a0456ac Drop maintainership, I have no enoght time now. 2014-01-14 06:20:37 +00:00
Rusmir Dusko
2fc311ef0d The engine solves sudokus by applying complex logical rules a few times,
instead of applying simpler rules (like guessing and backtracking) many
times. These complex logical rules are exactly the same ones that people
use with paper and pen.

WWW: http://sudoku-sensei.sourceforge.net/

PR:		ports/173888
Submitted by:	nemysis (self)
2014-01-14 04:16:00 +00:00
Matthias Andree
931cc491b1 Add new dcraw-m port, a variant of dcraw that
adds auto-rotate to exported thumbnails, and also
add adjustment for camera timezone offset.

PR:		ports/177490
Submitted by:	Waitman Gobble
2014-01-14 03:25:59 +00:00
Matthias Andree
de71fae136 Convert to staging. Beat Perl's .packlist into shape.
Fix shebang line in one example file.

Approved by: portmgr (implicit, blanket)
2014-01-14 03:23:01 +00:00
Matthias Andree
502ab8a3cc USE_GMAKE -> USES=gmake.
Approved by:	portmgr@ (implicit, blanket)
2014-01-14 02:49:02 +00:00
Matthias Andree
abf42c6348 - Stop-gap update to fix build on 10.0-BETA1. [1]
- Add LICENSE=EPL. [1]
- Convert to staging. [2]
- Add missing trailing slash to URL in pkg-descr. [2]

PR:		ports/183557
Submitted by:	Jason Bacon (maintainer) [1]
Approved by:	portmgr@ (implicit, blanket) [2]
2014-01-14 02:40:02 +00:00
Rusmir Dusko
d9412ad85a - Change Desktop entry file
- Support STAGEDIR
- Break lines around 80 characters
2014-01-14 02:31:29 +00:00
Matthias Andree
f9ca342c9a Fix LEGAL message.
PR:		ports/184774
Submitted by:	Denis Generalov (maintainer)
2014-01-14 02:13:28 +00:00
Rusmir Dusko
8fa9fdbac6 - Change Desktop entry file
- Support STAGEDIR
2014-01-14 01:53:58 +00:00
Xin LI
746fea831a Support building against Berkeley DB 6.x.
PR:		ports/185630
Submitted by:	Yasuhiro KIMURA <yasu utahime org>
2014-01-14 01:02:26 +00:00
Renato Botelho
d510ce7116 Support staging
Approved by:	portmgr@ (blanket)
2014-01-14 00:44:46 +00:00
Renato Botelho
6f48f412df Support staging
Approved by:	portmgr@ (blanket)
2014-01-14 00:28:32 +00:00
Stephen Montgomery-Smith
e707eb1794 - Change RESTRICTED variable to match contents of /usr/ports/LEGAL.
Requested by:	Eitan Adler <lists@eitanadler.com>
2014-01-14 00:26:34 +00:00
Matthias Andree
507e31e4fe Update distinfo to please portlint: remove MD5, add SIZE. 2014-01-14 00:24:26 +00:00
Stephen Montgomery-Smith
af3e29a710 - Update to 4.2.7. 2014-01-14 00:01:09 +00:00
Stephen Montgomery-Smith
eab668a749 - Update to 2.5.9. 2014-01-14 00:00:29 +00:00
Rusmir Dusko
b210f65577 - USES dos2unix and DOS2UNIX_FILES instead of USE_DOS2UNIX
- Support STAGEDIR
- Disable all warnings with -w
- Change files/smashbattle.in
2014-01-13 23:50:44 +00:00
Timur I. Bakeyev
c755a680b5 Add new 4.1 branch of the Samba suite.
Sponsored by:	aliens
2014-01-13 23:30:52 +00:00
Bruce A. Mah
9c6890542b Update ICBM coordinates. Darn, all this time I was inactive I thought
I was safe, but nobody ever took me out of this file.

Approved by:	mat (mentor)
2014-01-13 23:28:57 +00:00
Antoine Brodin
c02b6e710d Fix packaging after the move from distutils to setuptools (egginfo is now
a directory, not a file):
- Use PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-13 22:00:40 +00:00
Bryan Drewery
8fe1879b89 Take maintainership 2014-01-13 21:41:12 +00:00
Bryan Drewery
58ce7c28e3 Take maintainership 2014-01-13 21:40:35 +00:00
Antoine Brodin
d5aa02622e Update to 1.8.0 2014-01-13 21:34:50 +00:00
Emanuel Haupt
b6ae648eda Update to 0.06 2014-01-13 21:31:57 +00:00
Alan Somers
3062c61c73 Change maintainer of devel/{lutok,kyua-testers,kyua,kyua-atf-compat} from
Alan Somers to Julio Merino, who is also the upstream maintainer.

Approved by:	bdrewery
2014-01-13 21:29:45 +00:00
Rene Ladan
6b91ba7b05 Remove python26, it is expired and nothing depends on it anymore.
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:06:11 +00:00
Antoine Brodin
f9a71b9050 Update to 1.1.10 2014-01-13 21:05:31 +00:00