4647 Commits

Author SHA1 Message Date
robert
d2b852453e add more exceptions for php-7.0 2016-04-08 20:25:51 +00:00
jeremy
a0bba702a8 Update to ruby 2.1.9 2016-04-07 14:24:30 +00:00
naddy
d9f3e296dc replace gettext module with library dependency; ok rpointel@ 2016-04-06 11:29:25 +00:00
juanfra
8b292561ad Add a note about a bug in DrRacket reported by Ray Lai. 2016-04-05 23:14:01 +00:00
kili
7781d0abf0 Provide and use additional distfiles containing the shared libraries
required by the bootstrapper, so we don't need a new bootstrapper
whenever libc or other required libraries gets a major bump.

requested by naddy@
2016-04-05 08:15:50 +00:00
robert
981e253b27 update to 5.6.20 2016-04-04 18:56:11 +00:00
robert
16a0393af2 update to 5.5.34 2016-04-04 18:47:22 +00:00
naddy
59666f3dc6 g/c PFRAG.shared 2016-04-04 16:09:09 +00:00
visa
29d7ebfad2 Re-enable on mips64.
OK jasper@
2016-03-30 16:47:34 +00:00
naddy
b565ffc051 g/c PFRAG.shared from OCaml ports; ok chrisz@ 2016-03-29 11:27:00 +00:00
kili
4c06108c58 Merge PFRAG.ahared into PLIST. Reminded by naddy@. 2016-03-28 22:42:13 +00:00
juanfra
eb1c1ad46d Add a warning about to run raco commands as root. 2016-03-28 19:08:18 +00:00
naddy
fe1d4a2aa6 g/c PFRAG.shared 2016-03-27 20:53:14 +00:00
sthen
e960c1656c regenerate bootstrap 2016-03-26 12:11:51 +00:00
kili
fb40da4e25 New bootstrappers, this time for real linked against new libc and libpthread.
Fix a typo in a comment (noticed by naddy@).
2016-03-25 10:42:17 +00:00
kili
4b2e6e59b5 New bootstrappers. 2016-03-24 20:32:57 +00:00
kili
77092f8492 Switch the manpage link for pledge(2) to man.openbsd.org. 2016-03-24 20:32:25 +00:00
jsg
2bc786660f Change the default gcc arm arch target from strongarm (armv4) to
arm9e (armv5te w/o xscale extensions).  We no longer support anything
less than armv5te and this allows some additional instructions.

-mthumb-interwork remains off by default.

Same change made to base gcc works here as well.

ok pascal@
2016-03-24 13:16:32 +00:00
naddy
d233c2890d g/c PFRAG.shared 2016-03-23 21:58:11 +00:00
sthen
e162843019 add commented-out entry for 7.0 with explanation of why it's not enabled yet 2016-03-21 10:04:43 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
naddy
38978018fb remove SHARED_ONLY from PHP ports, unused 2016-03-19 23:59:15 +00:00
naddy
88c5a3338b For all our ports that use the pecl module, SHARED_ONLY is always
defined and "c" is always added to WANTLIB.  Remove the check from
the module and add WANTLIB += c to the individual port Makefiles.
No changes in package signature, no other modules affected.
2016-03-19 21:18:37 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
naddy
d0908e426f Do not derive other variables from PKG_ARCH. In the general case it
can contain a list (e.g. "powerpc,macppc"), which can lead to unexpected
results.
2016-03-18 22:14:47 +00:00
naddy
2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +00:00
sthen
7123c98071 oops, revert pieces which shouldn't have been in previous commit 2016-03-17 16:58:01 +00:00
sthen
dc5525c548 update to php-7.0.4, ok robert@ 2016-03-17 16:54:12 +00:00
sthen
640e4458f9 update to php-5.6.19, ok robert@ 2016-03-17 16:54:06 +00:00
sthen
1a0d82458d update to php-5.5.33, ok robert@ 2016-03-17 16:53:58 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
naddy
5fc24d3cb3 removing SHARED_ONLY is safe here 2016-03-16 20:02:11 +00:00
naddy
ef68f42b62 remove SHARED_ONLY from ports that don't use any MODULES 2016-03-16 16:46:31 +00:00
naddy
1dac0ff671 get rid of NO_SHARED_LIBS and PFRAG.shared 2016-03-15 21:13:32 +00:00
naddy
bd903afdb8 replace after-bsd.port.mk hack with PROPERTIES check, regen PLIST 2016-03-15 21:12:06 +00:00
kili
0cb5d3570e - Change the first argument to pledge (the promises) to Maybe String,
following the recent change to pledge(2) (passing NULL doesn't change
  the value).

- Use maybeWith instead of pattern matching to distinguish between
  Nothing and Just x.

- Add some minimal documentation.
2016-03-15 19:41:18 +00:00
juanfra
91b06c872e Update to ecl 16.1.2. From Timo Myyra. 2016-03-13 00:18:19 +00:00
juanfra
1386aad00f Fix Racket on i386. Spotted by sthen@. 2016-03-13 00:11:40 +00:00
naddy
7a321e73de get rid of PROPERTIES:Mno_shared and PFRAG.shared; ok espie@ 2016-03-12 23:16:55 +00:00
naddy
6326f9996f remove NO_SHARED_ARCHS 2016-03-12 20:23:35 +00:00
naddy
a823942bfe fix mismerge; from ajacoutot@ 2016-03-12 12:10:34 +00:00
mmcc
ada9c62715 replace some 404ing Mozilla HOMEPAGEs
ok landry
2016-03-12 07:02:16 +00:00
abieber
aa27302904 Update to latest. Nothing special.
ChageLog: https://github.com/nodejs/node/blob/v4.4.0/CHANGELOG.md

OK awolk@
2016-03-12 02:50:36 +00:00
naddy
a8fe2f782b merge PFRAG.shared into PLIST 2016-03-11 23:31:56 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
naddy
c30d26ae75 garbage collect CONFIGURE_SHARED 2016-03-11 20:07:49 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
naddy
17b84e4360 remove NO_SHARED_LIBS 2016-03-11 18:13:19 +00:00
naddy
b231c558f5 requires --enable-shared 2016-03-11 12:34:21 +00:00