1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

310325 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d0d208cd21 - Update to 1.3.11
Changes:	https://github.com/isaacs/npm/commits/master
2013-09-30 20:25:47 +00:00
Sunpoet Po-Chuan Hsieh
49f70f8cb3 - Support STAGEDIR 2013-09-30 20:25:25 +00:00
Christian Weisgerber
702f3064de This uses iconv even with NLS off. 2013-09-30 20:23:38 +00:00
Sunpoet Po-Chuan Hsieh
699cd424ee - Support STAGEDIR 2013-09-30 20:20:27 +00:00
Jason Helfman
a02c48b9da - fix build on 8.x (thanks kwm@!)
Reported by: pkg-fallout
2013-09-30 20:20:19 +00:00
Sunpoet Po-Chuan Hsieh
0d6fac21f4 - Fix *_DEPENDS
- Support STAGEDIR
- Bump PORTREVISION for dependency change
2013-09-30 20:17:08 +00:00
Sunpoet Po-Chuan Hsieh
77e34ddae9 - Support STAGEDIR 2013-09-30 20:16:07 +00:00
John Marino
c4ab36e7e2 devel/liblas: fix [-fpermissive] cannot call constructor errors
The port doesn't build with gcc4.7+ without this patch.  Partial log:
las_c_api.cpp: In function 'LASErrorEnum LASHeader_SetProjectId(LASHeaderH, const char*)':
las_c_api.cpp:748:38: error: cannot call constructor 'liblas::guid::guid' directly [-fpermissive]
las_c_api.cpp:748:38: error:   for a function-style cast, remove the redundant '::guid' [-fpermissive]
las_c_api.cpp: In function 'LASGuidHS* LASGuid_CreateFromString(const char*)':
las_c_api.cpp:1545:39: error: cannot call constructor 'liblas::guid::guid' directly [-fpermissive]
las_c_api.cpp:1545:39: error:   for a function-style cast, remove the redundant '::guid' [-fpermissive]

Approved by:	portmgr (bapt, implicit)
2013-09-30 20:08:18 +00:00
Lars Engels
02a1ef0b28 Add new port net-mgmt/icli:
Command line interface to Icinga.

Features:

- Listing of service/host states, check queue or downtimes
- Detailed service/host info
- Scheduling of service rechecks, acknowledging of problems
- Detailed filtering (host(group)/service name, state, passive, acknowledged, etc.)
- Mostly nagios-compatible

http://finalrewind.org/projects/icli/
2013-09-30 20:05:10 +00:00
Sunpoet Po-Chuan Hsieh
0e3b7988b9 - Support STAGEDIR 2013-09-30 20:03:35 +00:00
Sunpoet Po-Chuan Hsieh
665df09d66 - Support STAGEDIR 2013-09-30 19:58:55 +00:00
Boris Samorodov
51ff0091fe Fix using iconv at ports:
. shells/fish;
. games/instead;
. www/xapian-omega;
. devel/xdg-user-dirs.

Submitted by:	marino (via e-mail)
Approved by:	portmgr (bapt, implicit)
2013-09-30 19:58:20 +00:00
Sunpoet Po-Chuan Hsieh
1932b7bf5e - Support STAGEDIR 2013-09-30 19:41:57 +00:00
Brad Davis
9bf90ed5bb - Add a low version to the graphite-web vuln
Approved by:	swills@
2013-09-30 19:40:28 +00:00
Koop Mast
c012370b15 Update to 0.9.6.
Use new lib_depend syntax, enable staging, USE_GMAKE => USES=gmake.

Obtained from:	gnome dev repo (0.9.5).
2013-09-30 19:32:38 +00:00
Steve Wills
246df8a401 - Document graphite issue 2013-09-30 19:31:31 +00:00
Lars Engels
8c7ff45123 - Install manpages to the correct location [1]
- Pet portlint
- Bump PORTREVISION

Noticed by:	antoine [1]
2013-09-30 19:28:25 +00:00
Steve Wills
966e7b5b82 - Update to 0.9.12
PR:		ports/181453
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 weeks)
Security:	CVE-2013-5942 (vuxml entry on the way)
2013-09-30 19:27:16 +00:00
Sunpoet Po-Chuan Hsieh
b600a9921e - Support STAGEDIR 2013-09-30 19:25:55 +00:00
Steve Wills
8a6d7e3dff - Update to 0.9.12
PR:		ports/181442
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 weeks)
Security:	CVE-2013-5942 (vuxml entry on the way)
2013-09-30 19:24:34 +00:00
Sunpoet Po-Chuan Hsieh
fbb75d3de8 - Support STAGEDIR 2013-09-30 19:12:58 +00:00
Sunpoet Po-Chuan Hsieh
e81b4c4058 - Support STAGEDIR 2013-09-30 18:44:49 +00:00
Sunpoet Po-Chuan Hsieh
eb3c9b98e1 - Convert to new LIB_DEPENDS format
- Add TEST_DEPENDS
- Support STAGEDIR
2013-09-30 18:43:28 +00:00
Sunpoet Po-Chuan Hsieh
44d144fee6 - Convert to new LIB_DEPENDS format
- Support STAGEDIR
2013-09-30 18:43:01 +00:00
Jose Alonso Cardenas Marquez
b20e3fd4c3 - Mark DEPRECATED. Currently, it has not an active development 3 years ago and
the latest version of dazuko only support linux
- Set EXPIRATION to 2013-12-30
- Mark BROKEN. It does not compile on freebsd > 8.x
2013-09-30 18:35:44 +00:00
Koop Mast
3ce7ea6997 Upper case the last 'l' in libGL
Submitted by:	Mike Jakubik <mike.jakubik@intertainservices.com>
2013-09-30 18:31:25 +00:00
Sunpoet Po-Chuan Hsieh
952159e04e - Update to 1.00
- Convert to new LIB_DEPENDS format
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/DateTime-Astro/Changes
2013-09-30 18:22:22 +00:00
John Marino
3b1a51b741 devel/libdatrie: Add explicit LDFLAGS for iconv 2013-09-30 18:20:59 +00:00
Jose Alonso Cardenas Marquez
1f27e79deb - Bump PORTREVISION. Lazarus has been updated to 1.0.12
- Fix MAN file installatin
2013-09-30 18:16:32 +00:00
Jose Alonso Cardenas Marquez
c66d1a64b3 - Bump PORTREVISION. Lazarus has been updated to 1.0.12 2013-09-30 18:15:34 +00:00
Jose Alonso Cardenas Marquez
16999e23b1 - Update to 1.0.12 2013-09-30 18:14:33 +00:00
John Marino
a72211ef02 graphics/mtpaint: USES+= iconv and explicit LDFLAGS 2013-09-30 18:11:44 +00:00
Florian Smeets
3aad17958c Mark SSP_UNSAFE for now, until we figure out what's wrong exactly.
PR:		ports/182377
PR:		ports/182508
2013-09-30 18:07:39 +00:00
Marcus von Appen
e313d07ec3 Enable python meta-ports to be used as direct dependencies
via USE_PYTHON=2 (for lang/python2) or USE_PYTHON=3 (for lang/python3).
This can be used for ports, which do not care, which specific minor
release version of Python 2.x or Python 3.x is used, as long as there
are proper symlinks to e.g. bin/python2 or bin/python3.
2013-09-30 17:56:28 +00:00
Christian Weisgerber
1dd1475924 Support staging. 2013-09-30 16:47:56 +00:00
Matthias Andree
b9940e2dda Convert to support STAGEDIR; misc. LIB_DEPENDS cleanups. 2013-09-30 16:44:41 +00:00
Marc Fonvieille
38f7d5776b Update to r42697 of the FreeBSD docset.
Approved by:	doceng (implicit)
2013-09-30 16:36:55 +00:00
William Grzybowski
e960067ef6 - Adopt ffmpeg ports
They are in the pool for some time now and nobody stepped up so I'll give it
a shot.
2013-09-30 16:23:53 +00:00
Christian Weisgerber
0fd3526def Support staging.
Use option helpers.
Fix build with NLS option off.
2013-09-30 16:16:06 +00:00
Sunpoet Po-Chuan Hsieh
c7bfbb8455 - Update to 0.028
Changes:	http://search.cpan.org/dist/Module-Build-Tiny/Changes
2013-09-30 16:06:23 +00:00
Sunpoet Po-Chuan Hsieh
74d50709a9 - Update to 1.15
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/ExtUtils-PkgConfig/Changes
2013-09-30 15:52:33 +00:00
Sunpoet Po-Chuan Hsieh
04e178890a - Support STAGEDIR 2013-09-30 15:50:01 +00:00
Sunpoet Po-Chuan Hsieh
5a105d7c04 - Support STAGEDIR 2013-09-30 15:49:55 +00:00
Sunpoet Po-Chuan Hsieh
5e5dec8613 - Support STAGEDIR 2013-09-30 15:49:49 +00:00
Sunpoet Po-Chuan Hsieh
720f9c7994 - Support STAGEDIR 2013-09-30 15:49:38 +00:00
Sunpoet Po-Chuan Hsieh
de4769301f - Support STAGEDIR 2013-09-30 15:49:28 +00:00
Sunpoet Po-Chuan Hsieh
47a32a971e - Support STAGEDIR 2013-09-30 15:38:15 +00:00
Sunpoet Po-Chuan Hsieh
69da4ed50d - Support STAGEDIR 2013-09-30 15:38:07 +00:00
Sunpoet Po-Chuan Hsieh
be2e30f0bc - Support STAGEDIR 2013-09-30 15:38:03 +00:00
Sunpoet Po-Chuan Hsieh
d774839d55 - Support STAGEDIR 2013-09-30 15:31:03 +00:00