Commit Graph

66 Commits

Author SHA1 Message Date
ajacoutot d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
ajacoutot 3398da53cd Disable the FileManager to remove dependency on sysutils/gamin. 2022-09-04 10:54:07 +00:00
jca 44cd228a71 Patch the embedded nspr copy to let this build on riscv64
REVISION bump requested by Josh Grosse (maintainer)
2022-04-19 11:57:44 +00:00
sthen cc056df03e update to codeblocks-20.0.3svn12751, from maintainer Josh Grosse 2022-03-21 20:15:45 +00:00
naddy 85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
jca 77312dc627 Add some riscv64 bits 2021-10-30 08:52:35 +00:00
rsadowski 67b86e1d0f Regen WANTLIB 2021-06-22 04:24:16 +00:00
ajacoutot c67f256430 Bump for sysutils/gamin,-main -> sysutils/gamin 2021-02-27 08:53:07 +00:00
rsadowski f7bb9ac822 Bump after hunspell update
The library name has changed from hunspell-1.6 to hunspell-1.7.
2020-10-09 19:12:00 +00:00
cwen 47b49b1fb6 codeblocks: update to 20.03
changelog: http://www.codeblocks.org/downloads/binaries/changelog

Also, change COMPILER reason, add a new patch to fix the build on !x86
archs and remove a trailing whitespace in Makefile.

From Josh Grosse, with some tweaks from me.

OK Josh Grosse (maintainer)
2020-06-26 09:41:39 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen 22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
jca 16c8a26880 Cope with the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:44:06 +00:00
sthen 49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
sthen d64c95b578 unbreak with newer libc++. FreeBSD r447202. similar diff as openttd, supertux 2018-09-11 19:24:43 +00:00
espie a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie 150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen 50df6f8a25 Set --with-boost-libdir, should fix build problem seen in i386 bulk.
From Josh Grosse.
2018-02-13 21:45:25 +00:00
sthen 0264a36f31 update to codeblocks-17.12, from maintainer Josh Grosse, ok bcallah 2018-02-06 15:28:51 +00:00
jsg 09841f5ace Remove most of the remaining BROKEN-arm markers to give ports a chance
of building with clang.

ok sthen@ phessler@
2018-01-20 15:05:34 +00:00
espie 16410e9347 fix NULL pointers derefs that broke in clang.
from maintainer
2017-11-27 22:13:47 +00:00
naddy 1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy 11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
sthen ceb7770170 Handle pthread-stubs removal. 2017-10-23 17:10:37 +00:00
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie 2a61301e74 let it build with clang, deactivate nullptr work-around 2017-05-26 14:50:15 +00:00
landry 52ca4711f9 Fix WANTLIB and bump REVISION for all ports depending on hunspell.
While here enforce dependency on hunspell 1.6 in mozilla.port.mk, as
it's a requirement for 53.
2017-04-12 18:12:33 +00:00
sthen 7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
jasper bea41959bb update maintainer e-mail
from Josh Grosse
2017-01-11 13:44:33 +00:00
jsg 381647fe81 Mark codeblocks as broken on arm. GCC 4.4 changed the C++ symbol
mangling of va_list on arm to conform to a newer revision of the EABI
specification.  Codeblocks is built with ports gcc (4.9) but depends
on wxwidgets which has va_list in a public symbol in the form of
wxString::FormatV() and wxwidgets is built with base gcc (4.2.1).

This can be revisited when wxwidgets is built with a different compiler.

ok Josh Grosse (MAINTAINER)
2017-01-02 05:18:42 +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
sthen 69cd5caee0 set AUTO*_VERSION in MAKE_ENV, it was trying to run autoheader:
(CDPATH="${ZSH_VERSION+.}:" && cd ../.. && /bin/sh /usr/obj/ports/codeblocks-16.01/codeblocks-16.01.release/missing autoheader)
Provide an AUTOCONF_VERSION environment variable, please
2016-03-12 11:02:55 +00:00
naddy ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
ajacoutot d5cea837b1 Update to codeblocks-16.01.
from new MAINTAINER Josh Grosse, thanks!
2016-01-30 11:20:01 +00:00
pascal f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
ajacoutot 30beee1c31 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:46:20 +00:00
landry e7df1f7194 Mark BROKEN-alpha a bunch of ports that reliably failed (!) to build in
the past 3 bulks, or forever.

Various reasons: no d^Hrecent compiler available, base gcc generating
nice internal compiler errors, no atomic ops, etc, etc.

While here, mark all webkits as BROKEN-hppa, since this also requires
clang or g++ 4.7. Our g++ 4.8 port only builds on
i386|amd64|powerpc|sparc64 anyway...

if you're interested^Wbored to death, full past logs at
http://build-failures.rhaalovely.net/alpha/...
2014-12-30 21:50:24 +00:00
brad 76bcdeed08 Eliminate the use of the malloc.h header and/or replace
with stdlib.h.

ok sthen@
2014-11-18 10:17:17 +00:00
kili 5643f49cdd This needs devel/boost as BUILD_DEPENDS.
ok aja@
2014-09-12 07:44:22 +00:00
ajacoutot bda61dc25a Update to codeblocks-13.12. 2014-09-11 14:02:55 +00:00
espie 5e9935bc58 use xargs -r because in FAKE_AS_ROOT=No mode, rights will get fixed beforehand 2014-09-08 07:44:39 +00:00
jasper ddbbde83f6 - remove unreachable homepages on berlios and add a working one where applicable
- move master sites to the berliosbot created sourceforge projects
2014-07-09 16:49:35 +00:00
ajacoutot bdc45172d2 Some PLISTs have brazillions of @comment entries for .la files; sanitize
some of the ports a bit and rm at post-install time, it is way simpler to
maintain.
2014-04-01 14:52:09 +00:00
ajacoutot dc98eefad8 No need for rpath in LDFLAGS anymore. 2014-03-31 14:22:48 +00:00
ajacoutot 30ea2666e8 Drop useless patch. 2014-03-18 13:57:04 +00:00
ajacoutot 3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
ajacoutot 58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00