Commit graph

13580 commits

Author SHA1 Message Date
David Naylor
ac36df2908 pypy-devel: update to 2.5
Changes:
 * Improved warmup time.
 * Improved hitted code performance (+10% compared to v2.4).
 * Passing objects between C and PyPy has been improved.
 * Integrated numpy support gains GenericUfunc API.
 * Dictionaries are ordered by default.
 * More careful handling of errno.
2015-02-10 18:50:52 +00:00
Gerald Pfeifer
bf2d09da2e Update to the 20150208 snapshot of GCC 5.0. 2015-02-10 18:03:14 +00:00
Lars Thegler
5be0bf370b - Update to 0.404 2015-02-09 17:41:01 +00:00
Ashish SHUKLA
88e9a93206 - Update to 2.5.2
- Switch to LLVM 3.5
- Strip "rbx" binary
2015-02-08 21:26:13 +00:00
Gerald Pfeifer
04a1e18e84 Update to the 20150204 snapshot of GCC 4.9.3. 2015-02-07 14:09:52 +00:00
Pawel Pekala
6d6c1662e0 - Update to version 2.11.5 [1]
- Convert to USES=tar:tgz
- Unmute install commands

PR:		196761 [1]
Submitted by:	j-keck <jhyphenkeck@gmail.com> [1]
Approved by:	maintainer timeout
2015-02-06 15:06:35 +00:00
Brooks Davis
d6d9423cb0 Update to RC2. 2015-02-05 17:25:20 +00:00
Gerald Pfeifer
cac544398e Update to the 20150201 snapshot of GCC 5.0.
This now successfully builds libffi again, so we can enable JAVA by
default on i386 and amd64.

PR:		197171
2015-02-02 00:46:28 +00:00
Baptiste Daroussin
167f82f839 Change the EDIT option of ruby to use libedit by default now that libedit
from ports is able to handle unicode. Make sure that ruby does not provides its
own function to read the input but let libedit do it itself.

This allows the binary package to by default not be "tainted" by the readline
license.

Differential Revision:	https://reviews.freebsd.org/D1547
Reviewed by:	swills
Approved by:	ruby (swills)
2015-02-01 23:19:51 +00:00
Jimmy Olgeni
0ad964e951 Do not disable the hipe application entirely, even if the HIPE
option is disabled. Dialyzer seems to need at least some beam files
from hipe to perform its job.
2015-02-01 21:40:58 +00:00
Gerald Pfeifer
e5c5cee495 Update to the 20150129 snapshot of GCC 4.8.5. 2015-01-31 21:26:32 +00:00
Jimmy Olgeni
817b9f479c Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
Create SKIP files for applications disabled by port options.
Remove disabled applications from ${STAGEDIR}.
2015-01-31 18:46:25 +00:00
Gerald Pfeifer
ecb2738b39 Update to the 20150128 snapshot of GCC 4.9.3. 2015-01-30 22:48:13 +00:00
Koop Mast
9d55d2cac8 Add DTRACE option
PR:		192614
Submitted by:	jbeich@
2015-01-30 10:04:27 +00:00
Koop Mast
8ba21f0052 Fix the build on ARM [1]
Add DTRACE option (default off) [2]

PR:		197058 [1]
PR:		192614 [2]
Submitted by:	sbruno@ [1], jbeich@ [2]
2015-01-30 09:58:04 +00:00
Gerald Pfeifer
978f07dbce Also disable Java and libffi on amd64 until the next snapshot of
GCC 5.0.

PR:		197171
2015-01-30 00:18:46 +00:00
Raphael Kubo da Costa
48f147ecf1 Add upstream commit to fix a crash in devel/qtcreator.
PR:		197079
Submitted by:	Alex Richardson <arichardson.kde@gmail.com>
2015-01-29 02:11:00 +00:00
Tom Judge
260731b65c New port - 0.94
This module is an implementation of the "Promise/A+" pattern for
asynchronous programming. Promises are meant to be a way to
better deal with the resulting callback spaghetti that can often
result in asynchronous programs.
2015-01-28 16:28:06 +00:00
Andreas Tobler
0e7b60b426 Allow to build gcc for armv6(hf).
Approved by:	gerald	(maintainer)
2015-01-28 05:37:26 +00:00
Sunpoet Po-Chuan Hsieh
6d8ebc8437 - Update to 7.0.1
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-27 11:27:05 +00:00
Mikhail Teterin
e8f2d860c0 Upgrade from 5f1 to 5f2.
The bad news:

	1. gcc is still required -- clang can build the binaries, but
	   some self-tests will fail, unless all optimization was
           disabled. This is, probably, due to some suspect code in
           bytenumb.c -- would be good to investigate.
	2. Building this port in parallel is still not possible -- the
	   Makefile is too convoluted and same sources are recompiled
	   multiple times with different #defines set.

The good news:

	1. Resolve a large number of warnings.
	2. Fix build on ia64 and sparc64 (tested on pluto and flame
           respectively). Other platforms (alpha, powerpc?) have a
	   better chance of working now...
2015-01-27 08:40:34 +00:00
Brooks Davis
2c270b100c Upgrade to a new snapshot support an upcoming CheriBSD release. 2015-01-26 23:36:46 +00:00
Gerald Pfeifer
d33c10d634 Update to the 20150125 snapshot of GCC 5.0. Sadly libffi is still
broken thus Java remains disabled on i386.
2015-01-26 12:53:12 +00:00
Gerald Pfeifer
8ce8e4cf51 Update to the 20150118 snapshot of GCC 5.0.
libgcj-5.0.pc is now properly called libgcj-5.pc; adjust pkg-plist.

libffi is broken on FreeBSD i386 since 2015-01-11, cf.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779, so disable it
for the time being.
2015-01-25 23:42:16 +00:00
Johannes Jost Meixner
7b8f7ef5f5 Replace spaces with tab.
Spotted by:	koobs
Approved by:	koobs (mentor)
2015-01-25 12:42:27 +00:00
Johannes Jost Meixner
806b558bbb lang/lci: Add port.
This is the original LOLCODE interpreter.

WWW: http://lolcode.org

PR:			196785
Differential Revision:	https://reviews.freebsd.org/D1632
Submitted by:		Maxim Filimonov <che@bein.link>
Approved by:		koobs (mentor)
2015-01-25 11:27:06 +00:00
Muhammad Moinur Rahman
9c6ca436c3 lang/py-mx-base: Update version 3.2.7=>3.2.8
- Added LICENSE (EGENIX)
- Changed MASTER_SITES from https to http to support downloading from behind proxy

Differential Revision:	https://reviews.freebsd.org/D1635
Approved by:		bapt(mentor)
2015-01-25 11:14:11 +00:00
Gerald Pfeifer
34bc3cb59a Update to the 20150122 snapshot of GCC 4.8.5. 2015-01-24 21:26:44 +00:00
Gerald Pfeifer
498b963956 Update to the 20150121 snapshot of GCC 4.9.3. 2015-01-24 20:34:32 +00:00
Johan van Selst
f40b99ab62 - Update to csnobol4 version 2.0; this is a major upgrade
http://www.snobol4.org/csnobol4/curr/CHANGES
- Added some patches to work around broken build dependencies
2015-01-24 16:43:54 +00:00
Antoine Brodin
728929b709 Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
2015-01-23 22:50:49 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00
Alex Dupre
65309e3814 Update to 5.4.37 release. 2015-01-23 12:15:14 +00:00
Alex Dupre
4cd28d1fe9 Update to 5.5.21 release. 2015-01-23 12:14:58 +00:00
Alex Dupre
13f4df7c05 Update to 5.6.5 release. 2015-01-23 12:14:38 +00:00
Cy Schubert
a6cff58a2b Update 2.066.0 --> 2.066.1
Convert to @sample.
2015-01-23 03:03:20 +00:00
Steve Wills
50824f0da5 lang/ruby19: set expiration date 2015-01-23 02:29:02 +00:00
Sunpoet Po-Chuan Hsieh
b0b9134e7a - Update to 7.0.0
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-22 17:46:06 +00:00
Mathieu Arnold
6d96685fc5 Remove BSDPAN from here too.
Sponsored by:	Absolight
2015-01-22 17:27:05 +00:00
Brooks Davis
09ca3ee277 Add ports of llvm/clang 3.6.0rc1. 2015-01-21 23:47:28 +00:00
Brooks Davis
aef63d8457 Upgrade to llvm/clang 3.5.1 release. 2015-01-21 22:58:16 +00:00
Kubilay Kocak
5da5cfa9d3 lang/python32: Fix ABIFLAGS for PYMALLOC option
Investigating the comment regarding a 'configure script bug' lead me
to a bug which manifested itself in 'm' not being added to ABIFLAGS
when PYMALLOC was enabled, not the inability to set
--without-pymalloc using PYMALLOC_CONFIGURE_WITH (options helpers).

The incorrect ABIFLAGS caused packaging failures with default options, so
I'm not sure how this wasn't picked up earlier:

  Error: Orphaned: include/python3.2u/<file>
  <snip>
  Error: Missing: include/python3.2mu/<file>

- Backport an upstream commit [1] to correct the configure bug that never
  made it to the 3.2 branch.
- Use options helpers for PYMALLOC accordingly

While I'm here, clean up after the LIBFFI option addition:

- Sort options variables: OPTIONS_* and *_DESC
- Use OPTIONS helpers

[1] https://hg.python.org/cpython/raw-rev/d158b0a78390

Approved by:	python
2015-01-21 12:34:50 +00:00
Kubilay Kocak
262bb77a67 lang/python27: Fix packaging for mips64
- Fix packaging for mips64 (Reported by: sbruno)

mips64 is also not a 32-bit ${ARCH}, so add it to the list of
architectures for which imageop.so and dl.so aren't packaged:

  %%32BIT_ONLY%%lib/python2.7/lib-dynload/dl.so
  %%32BIT_ONLY%%lib/python2.7/lib-dynload/imageop.so

Both dl and imageop have been removed in Python 3.x [1][2][3][4]

Thanks jhibbits@ for his help testing.

- Add BROKEN for i386 without LIBFFI option, and add upstream
  issue references.

While I'm here, clean up after the LIBFFI option addition:

- Sort options variables: OPTIONS_* and *_DESC
- Use OPTIONS helpers

References:

[1] The :mod:`imageop` module has been removed in Python 3.0.
[2] dl Added: https://hg.python.org/cpython/file/aac1ee966f56/setup.py
[3] dl Removed: https://hg.python.org/cpython/file/859ff5c7c60a/setup.py
[4] PEP-3108: https://www.python.org/dev/peps/pep-3108/

Approved by:	python
2015-01-21 09:40:18 +00:00
Gerald Pfeifer
4c9d82a3c4 This fails to properly build with GCC 4.9, so force GCC 4.8 for the
time being.

PR:		196857
Approved by:	pgj (maintainer)
2015-01-20 00:13:22 +00:00
Alex Dupre
02525ad728 Allow to link imap extension with newer panda-cclient library.
PR:		195973
Submitted by:	thierry
2015-01-19 10:32:23 +00:00
Muhammad Moinur Rahman
b061f60787 lang/guile2 error: Fix LIB_DEPENDS
- Fixed wrong shared library

PR:			196683
Differential Revision:	https://reviews.freebsd.org/D1537
Submitted by:		spastorino@gmail.com
Approved by:		marino(mentor)
2015-01-18 11:17:17 +00:00
Gerald Pfeifer
2a5149f763 Update to the 20150114 snapshot of GCC 4.9.3. 2015-01-17 12:06:43 +00:00
Antoine Brodin
86af82b79e Fix build on head 2015-01-17 10:34:18 +00:00
Baptiste Daroussin
6a4dc8a394 Add lua 5.3.0
Highlights from this new version:
Main new features are support for integers, bitwise operators, and a basic utf-8
library

Complete list of changes: http://www.lua.org/manual/5.3/readme.html#changes
List of incompatibilities with lua 5.2:
http://www.lua.org/manual/5.3/manual.html#8
2015-01-17 02:19:59 +00:00
Baptiste Daroussin
4c7f530152 Update to 1.1.0
Use libedit from ports instead of libreadline
2015-01-17 01:46:19 +00:00
Baptiste Daroussin
ce179c4f7e Link on libedit instead of readline
Reduce overlinking on liblua
Enforce libedit from ports
2015-01-17 01:37:59 +00:00
Baptiste Daroussin
9f5c578c82 Add a forgot post-patch for libedit support 2015-01-17 01:33:30 +00:00
Baptiste Daroussin
9df11b9159 Link on port version of libedit
Avoid overlinking on liblua
2015-01-17 01:28:31 +00:00
Brooks Davis
a58e7611a0 Update to r225991 (the 3.6 branch point). 2015-01-15 19:04:50 +00:00
Alex Dupre
0695ab49e4 Update to 2.11.5 release.
PR:		196759
Submitted by:	j-keck <jhyphenkeck@gmail.com>
2015-01-15 14:50:31 +00:00
Koop Mast
14d1bd1429 Update vala to 0.26.2.
PR:		196695
Submitted by:	olivierd@
Obtained from:	gnome dev repo
2015-01-15 11:21:11 +00:00
Johan van Selst
0d970c4f39 Update patch forgotten in previous commit 2015-01-15 10:39:45 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
David Naylor
644d0b322f Backport lang/pypy-devel to lang/pypy.
Changes:
 - Update memory requires (less for pypy, more for python).
2015-01-14 18:28:28 +00:00
Sunpoet Po-Chuan Hsieh
1d7ded6fe9 - Update to 6.9.0
- Remove CONFLICTS since lang/rakudo was removed
- Strip binary executable and shared library
- Simplify Makefile:
  - Remove Makefile.common
  - Use BROKEN_ia64
  - Remove regression-test:
- Cosmetic change

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-13 15:34:22 +00:00
Gerald Pfeifer
f29a3a5521 Update to the 20150108 snapshot of GCC 4.8.5. This is a bit past
the GCC 4.8.4 release that the lang/gcc port is at, and likely will
lead to the last release on this branch.
2015-01-12 05:18:42 +00:00
Gerald Pfeifer
b43ca1a81f Tweak a comment and fix whitespace in the new ARM support. 2015-01-12 04:16:23 +00:00
Gerald Pfeifer
50f8a1208f Update to the 20150111 snapshot of GCC 5.0.
Welcome FreeBSD/ARM support to upstream GCC! [1]

Thanks to:	andreast [1]
2015-01-12 03:20:43 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Antoine Brodin
0d009fe9d2 Revert part of r376655 that is breaks freebsd ports
With hat:	portmgr
2015-01-10 17:55:52 +00:00
John Marino
2d4447cf51 lang/fpc: Remove unnecessarily variable substition and EXTRACT_SUFX
There were several substitions like "${XXX:S/$/.something/} which is the
equivalent of appending, e.g. "${XXX}.something".

So for the sake of comprehension, change these to appends, and also just
hardcode ".tar.gz" instead of using ${EXTRACT_SUFX} for the same reason.
Since the distfiles are being manually defined, there's no real purpose
to have a variable in the name, and if the EXTRACT_SUFX changes for any
reason (say a new distfile with a different suffix requiring USES+=tar),
then the code actually breaks.  These changes make the code easier to
read, comprehend, and arguably makes the port more robust.
2015-01-10 14:41:53 +00:00
John Marino
dbb38c3c5e lang/fpc: Remove googlecode from MASTER_SITES
The googlecode URL only provides 2.6.0 and 2.6.2 versions of the man pages
and bootstrap compiler, but not the current 2.6.4, so remove those urls.

While here, simplify the LOCAL distcache site urls.  The substition is not
necessary.
2015-01-10 13:53:16 +00:00
John Marino
fe0e6bcacc lang/fpc: Prepare for 3.0 and the use of older bootstrap
The Free Pascal Compiler port currently mandates that the bootstrap
compiler be the same version of the compiler being built.  This means that
every update requires a new bootstrap compiler to be generated before the
update.  This goes against the philosophy of a bootstrap compiler, which
aims to allow older compilers to build self-hosting modern compilers.  FPC
is capable of this, but the feature wasn't being leveraged.

There are a lot of changes in this commit, but I believe the resulting
compiler is the same as before the commit, thus PORTREVISION has not been
bumped.  Changes include:

  * Add DragonFly bootstrap compiler 2.6.4 to list of distfiles
  * use OPSYS to make builds generic between FreeBSD and DragonFly
  * Add FREEBSD PLIST variable as FreeBSD builds an extra unit
  * Create the framework to have a bootstrap compiler of an older version
    than the current version (BOOTVER variable)
  * split PP variable out of MAKE_ARGS and use NEWPPC or BOOTPPC to
    specify PP uniquely (required when bootstrap version is different)
  * wrap compound command with parenthesis
  * Use options lists on TAR man page (xfz without hyphen is legacy)
  * unmask installation commands
  * respect 80-column limits, wrapping as necessary
  * bring in some dports-specific changes that have no effect on port
    to eliminate dports patch files

future work:

  When version 3.0 is released, the new fpc make program will be built
  which will have some moderate impacts to the build process and it
  will use a "bootstrap" target.

  The intention is to continue using the 2.6.4 bootstrap compilers to
  build the upcoming 3.0 compiler when it is released.  New bootstrap
  compilers will not be generated until the existing bootstrap compilers
  are unable to bootstrap the upcoming release.
2015-01-09 20:00:30 +00:00
Johan van Selst
fe148103c3 Update to Afnix 2.5.1 2015-01-09 19:41:06 +00:00
Gerald Pfeifer
9e7be6f446 Update to the 20150107 snapshot of GCC 4.9.3.
Fix a comment typo and whitespace in the new ARM support.
2015-01-09 07:56:15 +00:00
Gerald Pfeifer
75bd5e2638 Update to the 20150104 snapshot of GCC 5.0. 2015-01-09 06:46:08 +00:00
Sunpoet Po-Chuan Hsieh
f759982cc7 - Fix BUILD_DEPENDS: ExtUtils::CBuilder 0.27+ is already in all supported Perl releases 2015-01-07 17:56:30 +00:00
Emanuel Haupt
12f48dc28d Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:17:28 +00:00
Andreas Tobler
520645def8 Add support for armv6*-*-freebsd*.
The large patch is the same as the one from r376266.
The second patch is a temporary fix for the bootstrap failure on all
ARM targets. This fix will be hopefully soon applied to gcc-4.9.x upstream.

Thanks again to Sean Bruno for testing and Gerald for approving.

Approved by:	gerald (maintainer)
2015-01-05 19:28:19 +00:00
John Marino
d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00
Andreas Tobler
90b138a17e Add support for armv6*-*-freebsd*.
The larger part of the patch is a backport from gcc trunk which is sent
upstream for approval.

Thanks to Sean Bruno for testing, Andrew Turner for explaining me fine details
and Gerald for approving.

Approved by:	gerald (maintainer)
2015-01-04 19:09:32 +00:00
Lars Thegler
7e83a1412b - Add missing dependency
Noted by:	antoine, "Matthew D. Fuller" <fullermd@over-yonder.net>
2015-01-04 12:29:22 +00:00
Jimmy Olgeni
85fdc815cc Upgrade to version 10.6.1. 2015-01-04 10:25:47 +00:00
Gerald Pfeifer
30ead9df6c Update from the GCC 4.8.3 release to the GCC 4.8.4 release.
This fixes (at least) 87 bugs reported, cf.
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.8.4
for the full list.  No new features.
2015-01-04 08:38:22 +00:00
Lars Thegler
fe7a3c2321 update to 0.402
PR:	196441
Submitted by:	adamw
2015-01-03 17:06:06 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Gerald Pfeifer
dac688fffc Update to the 20141231 snapshot of GCC 4.9.3.. 2015-01-02 14:19:11 +00:00
Gerald Pfeifer
0022b7cd59 Update to the 20141228 snapshot of GCC 5.0. 2015-01-02 14:17:52 +00:00
Gerald Pfeifer
0f61f38b08 Update to the 20141224 snapshot of GCC 4.9.3. 2015-01-02 10:18:53 +00:00
Sunpoet Po-Chuan Hsieh
232c629a4e - Add LICENSE
- Add PORTSCOUT
2015-01-01 16:09:34 +00:00
Koop Mast
d939a48eb4 Unbreak cjs and cinnamon on 9.3 and 8.4. The spidermonkey 24.0 code needs
GCC 4.4+ or clang to build.

Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>
2015-01-01 15:59:19 +00:00
Rene Ladan
d3bac4b4be Remove expired port:
2014-12-31 lang/perl5.14: Unsupported, please upgrade to a more recent version of Perl
2014-12-31 16:02:08 +00:00
Antoine Brodin
38e8f93368 Update devel/doxygen to 1.8.9
PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
2014-12-31 06:45:10 +00:00
Sean Bruno
1cd6488449 Fix build for armv6 with an upstream commit:
http://git.php.net/?p=php-src.git;a=commitdiff;h=050aae2860e1c202e2e9db715beaa97d0a4c9c33;hp=e67a2b9e471a7bc0b774b9056bb38745b7187969#patch1

PR:		196067
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	flo@
Approved by:	mentor (implicit)
2014-12-31 00:35:22 +00:00
Koop Mast
b28f497285 Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
2014-12-30 20:13:46 +00:00
Dimitry Andric
0e14fd9299 When building the gcc ports using a full bootstrap, tell the configure
script to assume the BUILD_CONFIG is set to bootstrap-debug, instead of
letting it auto-detect.

With clang 3.5.0 this auto-detection can fail, due to a discrepancy [1]
[2] in its debug information, when objects are produced with and without
-g.  When the auto-detection fails, gcc will compare objects with full
debug information during the stage comparisons, and this sometimes
causes those stage comparisons to fail unexpectedly.

[1] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141222/250134.html
[2] http://llvm.org/PR22046

Approved by:	gerald (maintainer)
2014-12-30 19:19:43 +00:00
Alex Dupre
cd8b7ccc77 Update to 2.11.4 release. 2014-12-30 09:43:19 +00:00
Alex Dupre
bca9f04e02 Update to 5.6.4 release. 2014-12-29 10:00:37 +00:00
Alex Dupre
684ef43bf8 Update to 5.5.20 release. 2014-12-29 10:00:18 +00:00
Alex Dupre
3ea04f6a33 Update to 5.4.36 release and drop broken fpm-ipv6 patch.
If you need it, update to php 5.6 (that will be the default one soon) or 5.5.
2014-12-29 09:59:56 +00:00
Gerald Pfeifer
1fa2ca6050 Update to the 20141221 snapshot of GCC 5.0. 2014-12-26 08:24:11 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
542e20d6e4 Remove fpc-imlib and fpc-gnome1 2014-12-25 14:49:57 +00:00
Antoine Brodin
78c233e44d Finish properly support png 1.5 2014-12-25 12:18:54 +00:00