1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Commit Graph

352557 Commits

Author SHA1 Message Date
Olli Hauer
03e1baa871 - update to 2.12-20141020
- use PORTDOCS macro
- remove check for OSVERSION >= 800037
- fix OPENLDAP_VER usage
- always call set-permissions in post-install to set correct spool/postfix/* permissions
  this is required with pkg to support non interrupted upgrade

Approved by:	sahil (explicit)
2014-11-02 21:09:26 +00:00
Hiroki Sato
d5acd8954a Fix a warning message when \usepackage[magyar]{babel} and utf8 inputenc
are used at the same time.

PR:		194349
Submitted by:	Zsolt Udvari
2014-11-02 20:49:59 +00:00
Olli Hauer
6b5df34d8a - update to 2.11.3
- add CPE support
- use PORTDOCS macro
- remove check for OSVERSION >= 800037
- fix OPENLDAP_VER usage
- set PORTSCOUD
- always call set-permissions in post-install to set correct spool/postfix/* permissions
  this is required with pkg to support non interrupted upgrade

Changes:
========
20140619
        Bugfix (introduced: 2001): qmqpd null pointer bug when it
        logs a lost connection while not in a mail transaction.
        Reported by Michal Adamek. File: qmqpd/qmqpd.c.

20140920
        Bugfix (introduced: 20080212): incorrect client name in
        reject messages from check_reverse_client_hostname_access
        and check_reverse_client_hostname_{mx,ns}_access.  They
        replied with the verified client name, instead of the name
        that was rejected.  Problem reported by Reindl Harald. File:
        smtpd/smtpd_check.c.

20141012
        Bugfix (introduced: Postfix 2.3): the PREPEND access/policy
        action added headers ABOVE Postfix's own Received: header,
        exposing Postfix's own Received: header to Milters (protocol
        violation) and hiding the PREPENDed header from Milters.
        The latter caused problems for DMARC implementations with
        SPF policy plus DKIM Milter.  PREPENDed headers are now
        added BELOW Postfix's own Received: header and remain visible
        to Milters. File: smtpd/smtpd.c.

20141018
        Bugfix (introduced: Postfix 2.3): when a Milter inserted a
        header ABOVE Postfix's own Received: header, Postfix would
        expose its own Received: header to Milters (violating
        protocol) and hide the Milter-inserted header from Milters
        (wtf).  Files: cleanup/cleanup.h, cleanup/cleanup_message.c,
        cleanup/cleanup_state.c, milter/milter.[hc], milter/milter8.c.

        Cleanup: revert the workaround that places headers inserted
        with PREPEND actions or policy requests BELOW Postfix's own
        Received: message header. File: smtpd/smtpd.c.

PR:		194396
Submitted by:	Yasuhiro KIMURA
Approved by:	sahil (explicit per PM)
2014-11-02 20:45:16 +00:00
Bryan Drewery
ec713d99b6 - Enable SSP by default.
This is the culmination of years of work and testing including work by jlh@.

  This will enable SSP by default for all amd64 releases, and i386 releases
  10.0 and over.

With hat:	portmgr
Tested by:	multiple exp-runs, CFT package repository, CFT ports
Discussed with:	bapt, antoine
2014-11-02 20:01:31 +00:00
Xin LI
218fffb5b0 - Make the example slapd.conf use mdb as examples.
- Remove BDB dependency from default build.
2014-11-02 19:41:43 +00:00
Pawel Pekala
dae35c20d9 - Update to version 2014.08.14 [1]
- Respect CFLAGS during build

PR:		194227 [1]
Submitted by:	Neel Chauhan <neel@neelc.org> [1]
Approved by:	maintainer timeout
2014-11-02 18:44:33 +00:00
John Marino
414c8f068c www/sams2: fix compatibility with percona and mariadb
PR:		194380
Submitted by:	Ralf van der Enden
Approved by:	maintainer
2014-11-02 18:28:34 +00:00
Pawel Pekala
8523ec3ce0 - Update to version 4.0.6.1
- Clean pkg-plist

PR:		194171
Submitted by:	tkato432@yahoo.com
2014-11-02 18:20:46 +00:00
John Marino
3f64da6c21 x11-toolkits/irrlicht: Fix DEBUG option, missing linker symbols
* apply NDEBUG=1 when DEBUG is off
* Depend on libGL instead of libGLU
* Add missing -lX11 -lZ to LDFLAGS
* Add USE_XORG= x11 xxf86vm

PR:		194565
Submitted by:	Andriy Voskoboinyk
2014-11-02 18:15:19 +00:00
Pawel Pekala
ec60b78154 - Update to version 2.38
- Sort option helpers
- Clean pkg-plist

PR:		194170
Submitted by:	tkato432@yahoo.com
2014-11-02 17:43:03 +00:00
John Marino
b741ebec8b devel/libsearpc: License is LGPL3, not GPLv3 2014-11-02 17:01:51 +00:00
Antoine Brodin
8219398758 Allow building with bison 3
PR:		ports/194680
2014-11-02 16:51:09 +00:00
Pawel Pekala
e74cc53c55 - Update to version 0.8.4
- Clean pkg-plist

PR:		194168
Submitted by:	tkato432@yahoo.com
2014-11-02 16:41:05 +00:00
Gordon Tetlow
9d79477491 Update p4d to 2014.2/958074
Approved by:	erwin (mentor)
MFH:		2014Q4
2014-11-02 16:34:45 +00:00
Bryan Drewery
faad936265 - Update to 0.7.0
- Support NLS

PR:		194338
Submitted by:	Conrad Meyer <conrad.meyer@isilon.com>
Approved by:	maintainer timeout
2014-11-02 16:10:27 +00:00
John Marino
5619450fbc Add new port devel/libsearpc
PR:		193132
Submitted by:	JingFeng Yan

Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.

The serialization/deserialization uses JSON format via json-glib
library. A serialized json object is returned from server to client
after executing the RPC function. Each RPC function defined in the
server side should take an extra GError argument to report error.
2014-11-02 15:06:44 +00:00
Gerald Pfeifer
8c04387bda Update to Wine 1.7.30. This includes the following changes:
- More support for fonts in DirectWrite.
 - Improved ATL thunk support.
 - A few more C runtime functions.
 - Regedit import/export fixes.
 - Various bug fixes.
2014-11-02 14:24:59 +00:00
Bartek Rutkowski
51f8d8562a print/hp2xx: multiple fixes
- Fix building on -CURRENT
- Add LICENSE
- Pet portlint

PR:		194500
Submitted by:	Kato Tsuguru <tkato432@yahoo.com>
Approved by:	mentors (implicit)
2014-11-02 14:24:07 +00:00
Pawel Pekala
5d0682fe2b - Update to version 3.696
- Add LICENSE, no EXAMPLES included in distfile now
- Rework pkg-descr, remove author info - it's available on homepage

PR:		194163
Submitted by:	tkato432@yahoo.com
2014-11-02 14:13:59 +00:00
Pawel Pekala
3a52ddb8cb - Update to version 0.9.4 [1]
- Code is under 2 clause BSD license

PR:		194095
Submitted by:	maintainer
2014-11-02 13:59:24 +00:00
Pawel Pekala
5ae038246d - Update to version 2.29 [1]
- Rework pkg-descr [1]
- Use options helpers, subs
- Fix shebang in dshbak script
- Remove @dirrm from plist

PR:		194272 [1] (based on)
Approved by:	maintainer timeout
2014-11-02 13:40:01 +00:00
John Marino
4ec4c6f2f9 www/py-django-allauth: Fix email address
PR:	194756
2014-11-02 13:20:53 +00:00
Pawel Pekala
67ee3f9efa Update to version 0.2.7
PR:		194482
Submitted by:	maintainer
2014-11-02 12:54:11 +00:00
Alexey Dokuchaev
d7408d53e6 Switch NVVERSION (internal variable derived from DISTVERSION) to float, in
order to handle version numbers where minor version can exceed 99; integer
scheme was breaking NVVERSION monotonicity and comparability in this case.

While here, put back the comment removed in r327777 for no apparent reason.
2014-11-02 12:11:17 +00:00
Pawel Pekala
fc952e6355 - Update to version 0.2.12
- Add LICENSE

PR:		194494
Submitted by:	tkato432@yahoo.com
2014-11-02 12:05:56 +00:00
Pawel Pekala
1cecb4a491 Update to version 1.2.4
Changelog:
http://te4.org/blogs/darkgod/2014/10/news/tales-majeyal-124-aka-where-there-was-fire-released

Not obvious from changelog, but this includes oodles of fixes, graphical
updates, paperdolls, etc. including a complete rework of celestials,
chronomancers (Paradox Mage, Temporal Warden), Mindslayers, and more!

This version will also allow installation of the upcoming expansion pack.

PR:		194436
Submitted by:	maintainer
2014-11-02 11:38:18 +00:00
Kurt Jaeger
042f061c79 devel/p5-CBOR-XS: 1.25 -> 1.26
- update the t/57_incr.t subtest that would rely on 64 bit ints
- disable t/50_rfc.t test that fails because of broken data::dumper
2014-11-02 11:08:19 +00:00
Jimmy Olgeni
b063507a52 Upgrade to version 4.12. 2014-11-02 10:18:12 +00:00
Guido Falsi
95d9ca648e - Modify sample config to not listen on the net by default [1]
- Fix paths in man page [2]
- While here, silence some portlint warnings and modernize plist

PR:		194252 [1], 194518 [2]
Submitted by:	uffe at uffe.org [1]
			adrian@ [2]
Approved by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)
2014-11-02 09:44:01 +00:00
Olivier Duchateau
b9346b31fa - Update to 3.2
ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.2_.282014-11-01.29
2014-11-02 09:37:38 +00:00
Li-Wen Hsu
5cbc225656 - Unbreak
Approved by:	clsung (maintainer)
2014-11-02 09:14:05 +00:00
Martin Matuska
dd212db2a2 Upgrade horde-wicked to 2.0.2 2014-11-02 08:39:00 +00:00
Frederic Culot
35d791038c - Fix build for Perl < 5.18
Reported by:	antoine@
Pointy hat:	culot@
2014-11-02 08:28:27 +00:00
Antoine Brodin
0c42c7cae7 Allow building with bison 3
PR:		ports/194680
2014-11-02 08:23:37 +00:00
Danilo Egea Gondolfo
dc3b57a5cd - Update from 9.9.12 to 9.9.13 2014-11-02 02:05:22 +00:00
Danilo Egea Gondolfo
0eea475062 - Add support for parameters in the script 2014-11-02 02:01:54 +00:00
Danilo Egea Gondolfo
20ac1d36b9 - Fix the 'Argument defined more than once' error during runtime 2014-11-02 01:44:22 +00:00
Ryan Steinmetz
ba125053de - Update to 0.1.5 2014-11-02 01:19:03 +00:00
Ryan Steinmetz
c888cf4ec1 - Update to 5.07 2014-11-02 01:15:25 +00:00
John Marino
ad6eae307f lang/gcc-aux: Update version 20140716 (4.9.1) => 20141023 (4.9.2) 2014-11-02 01:11:04 +00:00
Antoine Brodin
4115b99182 Update to alpha-20141030 2014-11-01 23:10:49 +00:00
Antoine Brodin
bc2160fd18 Update to alpha-20141026 2014-11-01 23:09:46 +00:00
Antoine Brodin
1464c30e05 Allow building with bison 3
PR:		ports/194680
2014-11-01 23:06:23 +00:00
TAKATSU Tomonari
6c16736a31 - Update to 3.0.8 2014-11-01 21:55:46 +00:00
Antoine Brodin
1ec20c8f01 Fix packaging 2014-11-01 21:38:16 +00:00
Antoine Brodin
b0b713a449 Dependencies expect to find a directory, even when SHAREWARE option if off 2014-11-01 21:36:09 +00:00
Alexey Dokuchaev
cfbf4acbc4 Install introspection files (as required by some programs). 2014-11-01 20:50:25 +00:00
Antoine Brodin
738021a95a Allow staging as a regular user 2014-11-01 20:34:54 +00:00
Greg Lewis
ba2e9ae12a . Update to 7u71. 2014-11-01 20:18:09 +00:00
Thierry Thomas
7ab5bb5f5d Revert `make plist' optimization.
Submitted by:	makc
2014-11-01 20:15:15 +00:00