Commit graph

11844 commits

Author SHA1 Message Date
Vanilla I. Shu
41d28aef1b Switch to USES framework. 2013-09-22 01:47:15 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Alex Kozlov
97e5e7dc3d - Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by:	portmgr (bapt)
2013-09-20 10:54:22 +00:00
Pietro Cerutti
672a7034b6 - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK
Suggested by:	bapt
2013-09-20 07:43:51 +00:00
Pietro Cerutti
335927cf6f - Update Tcl/Tk 8.6 to 8.6.1
Release notes: http://code.activestate.com/lists/tcl-core/13590/
2013-09-20 07:32:38 +00:00
Pietro Cerutti
00fac1a754 - Fix a problem that causes modules not to be found
- Bump PORTREVISION

Reported by:	Christoph Lukas <clukas@firc.de>
2013-09-20 07:07:48 +00:00
Pietro Cerutti
99252f2c22 - Update Tcl/Tk 8.5 to 8.5.15
Release notes: http://code.activestate.com/lists/tcl-core/13585/
2013-09-18 21:01:43 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Baptiste Daroussin
f3c7cf4e64 Convert to new perl framework 2013-09-17 09:34:36 +00:00
Baptiste Daroussin
2071b3a8a6 Fix leftout from previous commit 2013-09-17 09:30:18 +00:00
Baptiste Daroussin
076703a60d Convert to new perl framework 2013-09-17 09:29:06 +00:00
Baptiste Daroussin
8daca60541 Convert to new perl framework 2013-09-17 09:28:01 +00:00
Baptiste Daroussin
9f48528e6e Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:51:04 +00:00
Baptiste Daroussin
f25de658a0 Fix typo 2013-09-17 06:44:10 +00:00
Baptiste Daroussin
6adf864b81 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:40:21 +00:00
Gerald Pfeifer
d5493624d5 Update to the 20130915 snapshot of GCC 4.9.0. 2013-09-16 21:16:47 +00:00
Sunpoet Po-Chuan Hsieh
c9611ee964 - Use USES=gmake 2013-09-16 17:27:31 +00:00
Baptiste Daroussin
ef5a8cdc90 Only the default package will be named ruby-<version> now, to stop confusing users
Approved by:	ruby (swills)
2013-09-16 16:34:10 +00:00
Marcus von Appen
1e35ab7368 - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2
binary in $PATH. It can be set in case the user wants to use a
  specific python2 version as a default. Its behaviour is similar
  to the existing PYTHON3_DEFAULT_VERSION and fixes a small issue with
  package builds for different python versions.
- Outline that PYTHON_DEFAULT_VERSION always takes precedence for a
  specific python major version.
- Update lang/python2 to use PYTHON2_DEFAULT_VERSION and bump the
  PORTREVISION to let the installed port catch up with the change.
- Allow PYTHON3_DEFAULT_VERSION to overriden by a user choice, if
  PYTHON_DEFAULT_VERSION is not set to a python3 port.

Reported by:	David Demelier <demelier.david@gmail.com>
Reviewed by:	koobs@, sbz@
With hat on:	python@
2013-09-15 12:52:28 +00:00
Sunpoet Po-Chuan Hsieh
cb8f923af6 - Update to 2013.08
Changes:	http://rakudo.org/2013/08/24/rakudo-star-2013-08-released/
2013-09-14 08:51:30 +00:00
Sunpoet Po-Chuan Hsieh
0df67a5b1c - Update to 2013.05
- Sort *_DEPENDS
- Convert to new LIB_DEPENDS format
- Convert to new options framework
- Use USES=gmake
- Add missing USE_LDCONFIG
- Cosmetic change

Changes:	http://rakudo.org/2013/05/31/rakudo-star-2013-05-released/
		http://rakudo.org/2013/02/24/rakudo-star-2013-02-released/
		http://rakudo.org/2013/01/30/rakudo-star-2013-01-released/
		http://rakudo.org/2012/12/27/rakudo-star-2012-12-released/
2013-09-14 06:21:43 +00:00
Sunpoet Po-Chuan Hsieh
55b3bd0038 - Use USES=gmake 2013-09-14 06:21:24 +00:00
John Marino
5511fddafd lang/php5*: Fix spl/simplexml modules (4 ports)
The simplexml module uses spl which uses pcre (php53,54,55).  For php52,
the fix is applied directly to spl.  In any case, the bundled PCRE is not
used, so it needs to be able to find the external pcre library and related
headers.  Unfortunately, there is no include for ${LOCALBASE}/include
directory.  This commit adds to fix simplexml (or spl) module build.

Approved by:	portmgr (bapt)
2013-09-13 21:31:47 +00:00
Gabor Pali
94171e85d8 - Fix build on recent head where iconv(1) is in base by rolling new
7.6.3-based bootstrap compilers without any external dependencies [1]
- Update bootstrap hscolour to 1.20.3, so both 7.4 and 7.6 bootstraps can
  work with it
- Remove the line for the 7.x bootstrap as no such one exists any more

Thanks to:	cognet [1]
Obtained from:	FreeBSD Haskell
2013-09-12 22:02:32 +00:00
Marcus von Appen
883ad9898a - Update to 2.7.4 2013-09-12 18:39:07 +00:00
Baptiste Daroussin
e421971970 The simplexml extension needs pkgconfig 2013-09-12 16:55:27 +00:00
Andrej Zverev
4f9a4c9a94 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 16:41:28 +00:00
John Marino
9518965c21 lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)
Instead of hardcoding the compiler target as FreeBSD, use the OPSYS
variable to it.  This makes no practical difference for FreeBSD, but
it helps DragonFly get properly configured.

Approved by:	gerald
2013-09-12 10:20:45 +00:00
Jimmy Olgeni
b6e3fa83bf Upgrade to version 10.5.3, which is the same as lang/newlisp for now. 2013-09-11 12:48:01 +00:00
Jimmy Olgeni
a5d1b1b8d0 Upgrade to version 1.2.1.
PR:		ports/181530
Submitted by:	olgeni
Approved by:	maintainer timeout (15+ days)
2013-09-11 12:43:47 +00:00
Andrej Zverev
72185e5fb2 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 08:56:53 +00:00
Andrej Zverev
e91a050e2e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 08:15:53 +00:00
Thomas Abthorpe
d198593a5f - Update to 5.1
PR:		ports/181977
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-09-10 04:32:41 +00:00
Pietro Cerutti
0dbb1fb2a7 - Update to 05_20130908
Changes:

  * The compiler has been improved to use charvalue instead of
    intvalue, when characters are initialized. Thanks go to Brian
    Callahan, for reporting the bug. Btw.: Brian Callahan created an
    openBSD port for Seed7.
  * The makefile mk_freebsd.mk has been added to support compilation
    under freeBSD. Thanks go to Pietro Cerutti, for providing it.
  * The makefiles mk_clang.mak and mk_freebsd.mk have been improved
    to use the options -ffunction-sections, -fdata-sections and
    *Wl,--strip-debug.
  * The functions bStriLe2BigInt, bytesLe2BigInt, bStriBe2BigInt,
    bytesBe2BigInt, bStriLe, bytesLe, bStriBe and bytesBe have been
    added to bytedata.s7i. This functions convert between sequences
    of bytes and bigInteger numbers.
  * In bytedata.s7i the functions bytesLeAsInt and bytesBeAsInt have
    been renamed to bytesLe2Int respectively bytesBe2Int.
  * Parameter names have been added to seed7_05.s7i, graph_file.s7i,
    graph.s7i, reference.s7i, pac.sd7, tetg.sd7, tet.sd7 and wiz.sd7.
  * Checks for the Karatsuba multiplication and the functions bytesBe,
    bytesLe, bytesBe2BigInt and bytesLe2BigInt have been added to
    chkbig.sd7.
  * Checks for set membership in character sets have been added to
    chkset.sd7.
  * The readability of the bitset initialisation in the compiler (s7c)
    has been improved.
  * Interpreter and compiler have been improved to support the new
    actions BIG_FROM_BSTRI_BE, BIG_FROM_BSTRI_LE, BIG_TO_BSTRI_BE and
    BIG_TO_BSTRI_LE.
  * The functions bigFromBytesBe, bigFromBytesLe, bigFromBStriBe,
    bigFromBStriLe, bigToBStriBe and bigToBStriLe have been added to
    both, big_gmp.c and big_rtl.c.
  * In big_gmp.c and big_rtl.c the function bigImport has been
    rewritten to use bigFromBytesBe.
  * The readability of the function uint2_mult in int_rtl.c has been
    improved.
  * The program chkccomp.c has been improved to check for a ones
    complement inttype and if casting can be used to get the element
    of a union.
  * Several makefiles have been adjusted to use 'cp -p' instead of
    'cp -a'. The cp command openBSD does not support -a.
  * The function bigRand in big_rtl.c has been improved to avoid that
    a random number is outside the required range.
2013-09-09 09:31:22 +00:00
Anton Berezin
b05da80dc3 Update to 0.18.
Changes:	http://search.cpan.org/dist/Try-Tiny/Changes
2013-09-08 16:28:34 +00:00
Bryan Drewery
83d53541ed Mark MAKE_JOBS_UNSAFE 2013-09-08 15:10:42 +00:00
Kubilay Kocak
ec7259ec32 Resolve gettext (libintl) detection and linking in all Python ports
Fix gettext (NLS) detection, includes and linking:
- all: Use LDFLAGS and CPPFLAGS over CFLAGS for NLS option (with comment)
- python26,27: Pass LIBS="-lintl" to CONFIGURE_ENV

Workaround Pythons odd build mechanics causing duplicate args:
- all: Remove CFLAGS from OPT= in CONFIGURE_ENV
- python32,33: Remove CONFIGURE_* variables from Makefile.pre.in

Other:
- python32: Patch setup.py to pass OPT correctly to shared modules

PR:		ports/181721
Reported by:	pawel
Reviewed by:	bapt mva sbz
2013-09-08 14:05:18 +00:00
Boris Samorodov
7046a55fd8 Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.

Approved by:	portmgr (bapt, implicit)
2013-09-07 19:49:41 +00:00
Tijl Coosemans
bd503ebb02 - Sync with lang/sdcc.
- Replace NO_LATEST_LINK with PKGNAMESUFFIX to accomodate pkg.
- Update to 3.3.1.2013.09.07 which brings experimental support for
  STMicroelectronics STM8.
2013-09-07 18:26:26 +00:00
Tijl Coosemans
84a6d91140 Conflict with sdcc-devel and simplify options handling. 2013-09-07 18:21:14 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
Baptiste Daroussin
625521b37a Fix build on head by removing USE_GCC=any, and adding -fgnu89-inline to cflags
(gfortran requires gnu99)

PR:		ports/181816
Submitted by:	tijl
Approved by:	gerald
2013-09-06 21:54:28 +00:00
Baptiste Daroussin
f5d7531940 Fix build on head by removing USE_GCC=any and properly define USE_CSTD=gnu89 instead
PR:		ports/181816
Submitted by:	tijl
Approved by:	gerald
2013-09-06 21:51:26 +00:00
Gerald Pfeifer
bbd59ec3c8 Work around a bug in libcpp that pulls in the optional system iconv
if present (even if the libiconv port is present and requested) and
fails using that.

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.

PR:		161417
2013-09-06 19:25:24 +00:00
Gerald Pfeifer
f21405e963 Work around a bug in libcpp that pulls in the optional system iconv
if present (even if the libiconv port is present) and fails using that.

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.

PR:		161417
2013-09-06 18:11:06 +00:00
Guido Falsi
083576c0af Teach fpc not to try to link to libiconv on head after the iconv change.
This fixes the lang/fpc-utils port build.

Bump PORTREVISION due to runtime behaviour change on head.

Approved by:	portmgr (bapt, implicit)
2013-09-06 15:15:10 +00:00
Thomas Abthorpe
61a62182a7 - Update to 5.0
- Builds on sparc64 now

PR:		ports/181803
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-09-06 04:30:35 +00:00
Gerald Pfeifer
effa8d89e1 Work around a bug in libcpp that pulls in the optional system iconv
if present instead of relying on the port we actually depend on.

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.

PR:		161417
2013-09-05 22:26:42 +00:00