Commit graph

8065 commits

Author SHA1 Message Date
Alex Dupre
c8e30015e9 Stagify. 2013-10-30 13:32:02 +00:00
Steve Wills
f70564d745 - Add stage support 2013-10-30 02:50:05 +00:00
Pawel Pekala
6c1d29a502 - Update to version 1.5 [1]
- Add support for STAGEDIR

PR:		ports/181892 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-29 21:45:12 +00:00
Jimmy Olgeni
e34aa4dc49 Add staging support. 2013-10-29 20:50:39 +00:00
Sunpoet Po-Chuan Hsieh
8a9f3afaf5 - Update to 0.103007
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Software-License/Changes
2013-10-28 18:40:04 +00:00
Pietro Cerutti
af16b8918f - Convert to USES+=tcl gmake
- STAGE-clean
2013-10-28 09:26:46 +00:00
Dirk Meyer
338eecf237 - use STAGEDIR
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Pawel Pekala
f04f19d468 - Update net/yaz to version 5.0.2
- Update net/zebra-server to 2.0.55 and fix build
  with new net/yaz [1]
- Bump other affected ports

PR:		ports/183355 [1]
Submitted by:	myself
Approved by:	maintainer
2013-10-27 15:17:05 +00:00
Antoine Brodin
df94fe4f26 Fix plist when KDE4_PREFIX != PREFIX (default) after the addition of
share/applications to BSD.local.dist
2013-10-27 15:02:55 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Sunpoet Po-Chuan Hsieh
9ed13715d6 - Update to 20131023
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20131023.diff
2013-10-25 17:10:02 +00:00
Thomas Abthorpe
8794e5a69d - Convert to staging 2013-10-25 15:52:40 +00:00
Emanuel Haupt
e5455d4a06 Support staging. 2013-10-25 14:33:17 +00:00
Emanuel Haupt
b6eeafcdd7 Fix package list. 2013-10-25 12:42:00 +00:00
Emanuel Haupt
3484c27618 Support staging. 2013-10-24 15:11:40 +00:00
Eitan Adler
c6b2f8060d Unquiet my ports to make debugging easier. 2013-10-23 18:58:57 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Emanuel Haupt
84040e0860 Support staging. 2013-10-23 10:26:46 +00:00
Renato Botelho
9173896a24 One more fix for compat9x dependency
Reported by:	jkim@
2013-10-22 22:16:15 +00:00
Renato Botelho
c75df44848 Fix compat9x dependency 2013-10-22 21:57:25 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Dmitry Marakasov
d46ccd7303 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by:	portmgr (bdrewery)
2013-10-22 13:56:27 +00:00
MIHIRA Sanpei Yoshiro
ffcfcf4e3e fix on clang enviroment(use cc instead of gcc) 2013-10-22 12:13:15 +00:00
Rusmir Dusko
f202310163 - Update to 4.8.10
- Use the new format for LIB_DEPENDS
- Remove PORTDATA use full pkg-plist
- Add DOCS and NCURSES Options
- Add EDITOR to default Options
- Remove NLS and EDIT from default Options
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS
- Remove obsolete REINPLACE_CMD
- Add patch, resolve Syntax error

PR:		ports/181364
Submitted by:	nemysis (self)
Approved by:	pawel / wg (mentors, implicit), maintainer timeout
2013-10-21 21:07:18 +00:00
Sunpoet Po-Chuan Hsieh
4315aba46c - Update to 0.103006
- Add TEST_DEPENDS
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Software-License/Changes
2013-10-21 09:52:34 +00:00
Steve Wills
11c65a8af1 Loads environment variables from .env.
WWW: https://github.com/bkeepers/dotenv

PR:		ports/182667
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 13:11:22 +00:00
Sunpoet Po-Chuan Hsieh
be850e1692 - Update to 0.13
Changes:	http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes
2013-10-20 08:34:30 +00:00
Baptiste Daroussin
2a9f9e5056 Enable stage
USES=gmake
2013-10-18 23:18:19 +00:00
Brooks Davis
ccd67acd47 STAGIFY 2013-10-18 14:14:25 +00:00
Carlo Strub
cd2aad06f7 - Update to 2.6
- use stagedir
2013-10-17 21:44:41 +00:00
Raphael Kubo da Costa
ffc964c93f Properly support staging after r330463.
Submitted by:	antoine@
2013-10-17 19:22:58 +00:00
Dmitry Marakasov
e8d9e4013b - Support staging 2013-10-16 23:45:18 +00:00
Renato Botelho
1df3bce402 When OSVERSION is >= 1000054, depends of caompat9x to make sure libstdc++.so.6
is installed and satisfy a possible dependency for a 8.x binary
2013-10-16 12:22:16 +00:00
Renato Botelho
d5d3b12e6b Update to 7.4.704000.201310.1 and add a missing lib on i386 tarball
(libvgl.so.5)
2013-10-16 10:47:01 +00:00
Raphael Kubo da Costa
d6119cb107 Update SIP to 4.15.2 and PyQt to 4.10.3.
This commit also adds proper staging support to all the ports being updated.

In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
2013-10-15 21:52:33 +00:00
Danilo Egea Gondolfo
f92cfa0b84 - Add PKGNAMESUFFIX to fix package collision
Approved by:	wg (mentor)
2013-10-15 20:25:25 +00:00
Olivier Duchateau
5483a9d678 - Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format

- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
2013-10-15 18:36:02 +00:00
Renato Botelho
3b809c905a - Update to 9.2
- Add libsupc++.so.1 and liblwres.so.80
- Support staging
2013-10-15 11:40:32 +00:00
Renato Botelho
368b37045f - Update to 8.4.201310
- Remove liblwres.so.50 (not present on 8.4)
- Remove libstdc++.so.6 to avoid conflict with compat9x [1]
- Support staging

Suggested by:	des@ [1]
2013-10-15 11:39:39 +00:00
Renato Botelho
222ce80c82 - Update to 7.4
- Support staging
- Drop sparc64
2013-10-15 11:37:43 +00:00
Olivier Duchateau
7bc54df392 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
2013-10-14 18:57:19 +00:00
Sunpoet Po-Chuan Hsieh
aca3dfa4bb - Update to 0.42
Changes:	http://search.cpan.org/dist/Geo-Coder-Many/Changes
2013-10-14 12:28:45 +00:00
Sunpoet Po-Chuan Hsieh
14b8e3d101 - Add LICENSE 2013-10-14 11:39:27 +00:00
Raphael Kubo da Costa
ecda38b0a5 Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.

Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.

Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!

PR:		ports/180615
	        ports/181921
		ports/182049
2013-10-13 23:15:50 +00:00
Eitan Adler
aee915dd44 - Flash 11 is now the only option so there is no need for a manual LATEST_LINK
- xdelta is the only version so it may define the LATEST_LINK
2013-10-13 06:01:55 +00:00
Danilo Egea Gondolfo
ccaf70012e - Fix build with clang [1]
- Add stage support

PR:		ports/182888
Submitted by:	Stefan `Sec` Zehl <sec@42.org> (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
2013-10-11 20:46:29 +00:00
Thomas Abthorpe
8f2bb0abab 2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9
2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9
2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9
2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9
2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9
2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9
2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9
2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9
2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9
2013-10-10 security/ruby-acl: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9
2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9
2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
2013-10-11 05:34:28 +00:00
Sunpoet Po-Chuan Hsieh
6fda647003 - Update to 20131010
- Support STAGEDIR

Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20131010.diff
2013-10-10 14:36:11 +00:00
Edwin Groothuis
86113de5b2 Update to tzdata2013g
- Fix Morocco DST transition.
- Fix patches for the new zone.tab format.
2013-10-09 20:19:16 +00:00
Antoine Brodin
50125fe3ca - update to 0.2.4
- add LICENSE
- convert to STAGEDIR

PR:		ports/182798
Submitted by:	KATO Tsuguru
2013-10-09 18:19:05 +00:00