1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

310499 Commits

Author SHA1 Message Date
John Marino
6dbdd84f5a science/paraview: add <unistd.h>, <cstddef>, other c++ fixes
The non-header fix addresses the error, "calls to overloaded operations cannot
appear in a constant-expression".  The fix was suggested on various bug
trackers.

Approved by:	portmgr (bapt, implicit)
2013-10-02 12:00:31 +00:00
Emanuel Haupt
97afc376c3 Update to 0.25.0 2013-10-02 11:56:39 +00:00
Boris Samorodov
6dc0fc0e8d . support staging;
. all MAN magic is done inside staging;
. remove the indefinite article from COMMENT.

PR:		ports/182567
Submitted by:	bsam (me)
Approved by:	Gavin McDonald <gavin@16degrees.com.au> (maintainer)
2013-10-02 11:42:02 +00:00
Mark Felder
141df4bc2c - Update to 0.9.8.7.186
- Support STAGE
- Maintainer change approved through personal email

Approved by:	swills (mentor)
2013-10-02 11:34:18 +00:00
Rene Ladan
ed7ebbfde3 Add audio/musicpd as a direct run dependency, the port always connects
to the mpd server on localhost.

Bump PORTREVISION
Submitted by:	issyl0
2013-10-02 11:23:26 +00:00
Emanuel Haupt
697fe81e7c Actually remove files/extrapatch-detect-renamed.diff 2013-10-02 11:18:44 +00:00
Emanuel Haupt
cb26f8ca2e - Update to 3.1.0
- Rework OPTIONS to use OPTIONS_RADIO for mutually exclusive options. This
  allows us to get rid of various IGNORE definitions
- Add an option to use zlib from base instead of the bundled one (default)
- Functionality of extrapatch-detect-renamed.diff has been incorporated with the
  upstream patch maintainers
- Provide a patch required for the "file system flags" option (have been
  submitted upstream)
2013-10-02 11:14:13 +00:00
John Marino
e479847936 german/tipp10: Fix c++ -fpermissive errors on gcc 4.7+
Approved by:	portmgr (bapt, implicit)
2013-10-02 10:41:05 +00:00
Emanuel Haupt
179ea862fd Update to 297 2013-10-02 10:20:41 +00:00
Kris Moore
97a128013c - Update to 1380708079
- Mark for FreeBSD 9.0 or later
- Fix building with clang on HEAD
2013-10-02 10:16:33 +00:00
John Marino
76940c6d07 devel/ptlib: Remove just-committed patch
The patch I just committed was built against the previous version of ptlib.
THe patch does not even apply, so it must be removed to unbreak the port.

Noticed-by:	kwm
2013-10-02 10:13:57 +00:00
Kubilay Kocak
cdcfe19e12 devel/py-fabric: Update to 1.8.0
- Update to 1.8.0

Changes: http://docs.fabfile.org/en/1.8/changelog.html
2013-10-02 10:07:31 +00:00
Kubilay Kocak
e1d5e5ae5f devel/concurrencykit: Update to 0.3.1
- Update to 0.3.1
- Update pkg-plist
- Enable Staging
- Remove Makefile.man containing MAN3 macros

Changes: http://concurrencykit.org/cgit/cgit.cgi/ck/log/
2013-10-02 09:48:53 +00:00
John Marino
e0f317f5d5 graphics/sharpconstruct: Fix c++ -fpermissive errors on modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 09:44:42 +00:00
John Marino
b7fdb766ce games/njam: Fix c++ -fpermissive errors on modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 09:30:02 +00:00
John Marino
e103982cf1 devel/qt4-qtsolutions-singleapplication: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 09:25:18 +00:00
John Marino
0938a76a28 devel/ptlib: Fix -fpermissive c++ errors on modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 09:13:42 +00:00
John Marino
2f96f56bcc deskutils/znotes: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 09:05:01 +00:00
John Marino
b4eff3cd3c net/wpa_gui: add <unistd.h> for modern compilers
Actually, this header was conditionally included for ming32, so
I only removed that condition so unistd.h is always included.

Approved by:	portmgr (bapt, implicit)
2013-10-02 08:51:41 +00:00
John Marino
7ce5cdd7a4 net-im/qutim: add <unistd.h> for modern compilers, fix binutils
In addition to the header inclusion, the linking stage failed on modern
binutils because libX11 was used without being explicitly listed.  The
LDFLAGS from the Makefile were getting overwritten by the CMake makefile,
so that had to be patch to allow the LDFLAGS to be appended.

Approved by:	portmgr (bapt, implicit)
2013-10-02 08:38:57 +00:00
John Marino
2a15e8b848 editors/texmakerx: add <unistd.h> for modern compilers
At least some of the source tarball has DOS line endings so
USE_DOS2UNIX was set in the Makefile in order to create the patch.

Approved by:	portmgr (bapt, implicit)
2013-10-02 07:45:46 +00:00
John Marino
6512f0235d editors/textroom: add <unistd.h> for modern compilers 2013-10-02 07:33:45 +00:00
Pietro Cerutti
bcaf4b2197 - Fix pthread linker flags in pkgconf file [1]
- STAGE-clean

Reported by:	acm@ [1]
2013-10-02 07:19:09 +00:00
Jason Helfman
93b58cec29 - Hand port over to Lars Engels per request.
Submitted by: Lars Engels <lars.engels@0x20.net>
Approved by:  Vlad V. Teterya <vlad@vlad.uz.ua> (prior maintainer)
2013-10-02 07:06:08 +00:00
Jason Helfman
93ba18e6f5 - support staging
- adjust syntax for LIB_DEPENDS
- adjust USE_GNOME for dependency requirements in favor of explict listings
2013-10-02 06:33:56 +00:00
John Marino
643f64f681 databases/tora: add <unistd.h> for modern compilers 2013-10-02 06:31:10 +00:00
John Marino
ed1921e7bc chinese/fqterm: add <unistd.h>, fix -fpermissive on modern compilers
The source tarball has DOS line endings, but only one file was converted.
Two of the four patches were created with DOS line endings, so for
consistency sake, USE_DOS2UNIX was changed to "yes" and the DOS line
endings were removed from existing patches.

Approved by:	portmgr (bapt, implicit)
2013-10-02 06:19:40 +00:00
Jose Alonso Cardenas Marquez
b748c845b6 - Update to 0.5.7
- Add plugins suppport

PR:		ports/181217
Submitted by:	Benat Gonzalez Etxepare <bbtruk __ at __ users.sourceforge.net>
2013-10-02 03:24:25 +00:00
Jose Alonso Cardenas Marquez
83c7e06d7a - Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have been
modified. It will avoid mismatch size problems with some lazarus files
2013-10-02 02:47:53 +00:00
Jose Alonso Cardenas Marquez
c597c9a763 - Fix static linking issues on amd64
- Bump PORTREVISION
2013-10-02 02:44:05 +00:00
Jose Alonso Cardenas Marquez
3123d104e6 - Fix MASTER_SITES
- Fix pkg-plist file
- Few minor modifications
2013-10-02 02:04:16 +00:00
Jason E. Hale
8b888ba034 - Update to 2.1.1 [1]
- Support staging
- Improve pkg-descr description and tab -> space WWW line

PR:		ports/176461 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
2013-10-02 01:21:18 +00:00
Jase Thew
c0157b2ce8 - Update to 1.2.9
- Add vuxml entry
- Prevent install target from copying patch backup files

Changes:	https://raw.github.com/polarssl/polarssl/60ad84f43f46b0d3673eaca8b9847d7e01b83c5e/ChangeLog
Security:	ccefac3e-2aed-11e3-af10-000c29789cb5
Security:	CVE-2013-5915
2013-10-01 23:47:13 +00:00
William Grzybowski
89b77d9964 mail/dovecot2-pigeonhole: update to 0.4.2
- Update to 0.4.2 [1]
- Allow staging

PR:		ports/182543 [1]
Submitted by:	Attila Nagy <bra fsn.hu> (maintainer) [1]
2013-10-01 23:24:09 +00:00
William Grzybowski
ddad6a2059 mail/dovecot2: update to 2.2.6
- Update to 2.2.6 [1]
- Convert lib depends to new format
- Allow staging
- Bump antispam plugin (pigenhole update comming next)

PR:		ports/182543 [1]
Submitted by:	Attila Nagy <bra fsn.hu> (maintainer) [1]
2013-10-01 23:23:07 +00:00
William Grzybowski
7fefc36814 security/softhsm: update to 1.3.5
- Update to 1.3.5 [1]
- Allow staging
- Convert lib depends to new format

PR:		ports/182548 [1]
Submitted by:	Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1]
2013-10-01 22:24:38 +00:00
Alex Kozlov
730964f7a0 - Support STAGEDIR
- Makefile cleanup
- Use a single space for WWW in pkg-descr
- Give maintainership to submitter [1]

PR:	ports/182541 [1]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> [1]
2013-10-01 22:21:55 +00:00
John Marino
558580ea92 benchmarks/polygraph: Fix c++ errors caught by modern compilers
There were two scope issues caught by -fpermissions and another case
of a redeclared variabled, all of which are caught on recent gcc.

Approved by:	portmgr (bapt, implicit)
2013-10-01 22:16:39 +00:00
John Marino
a7256f135f biology/avida: add <unistd.h>, <typoinfo> for modern compilers 2013-10-01 22:00:47 +00:00
Rusmir Dusko
0553a9acf8 XGalaga-SDL is a port of the popular X11 game XGalaga, a clone of Galaga,
using the SDL (Simple DirectMedia Layer) library.
XGalaga was originally written by Joe Rumsey.

WWW: http://sourceforge.net/projects/xgalaga-sdl/

Approved by:	wg/pawel (mentors)
2013-10-01 21:51:38 +00:00
John Marino
629f1f8fea databases/libhsclient: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-01 21:44:53 +00:00
John Marino
beee8aac50 devel/gwenhywfar-fox16: add <unistd.h> for modern compilers
Since this is a slave port, patch had to be added to devel/gwenhywfar.

Approved by:	portmgr (bapt, implicit)
2013-10-01 21:37:46 +00:00
Rene Ladan
7cb24f24d5 Document new vulnerabilities for www/chromium < 30.0.1599.66
Obtained from:	http://googlechromereleases.blogspot.nl/
2013-10-01 21:30:23 +00:00
John Marino
3c6fcd605f devel/libopkele: add <unistd.h> and other C++ fixes for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-01 21:27:49 +00:00
John Marino
7ab7a478aa games/brutalchess: add <unistd.h> for modern compilers
USE_DOS2UNIX was required in order to create and apply the patch.

Approved by:	portmgr (bapt, implicit)
2013-10-01 21:13:17 +00:00
Rene Ladan
a5b6e13d4a - Add stage support
- USE_GMAKE -> USES=gmake
2013-10-01 20:58:48 +00:00
Carlo Strub
f38aad6356 Update to 0.2.4 2013-10-01 20:54:44 +00:00
Carlo Strub
9f06866a3b Update to 0.0.5 2013-10-01 20:53:32 +00:00
Jason Helfman
d3eb64a0d8 - update to 1.1.3
- support staging

Changes: http://libvirt.org/news.html
2013-10-01 20:47:39 +00:00
John Marino
c477800bf0 games/pinball: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-01 20:35:53 +00:00