69 Commits

Author SHA1 Message Date
naddy
a599f8d2c7 switch HOMEPAGE to https 2019-09-07 13:16:47 +00:00
naddy
8dbac5a12d Fix master site.
Switch to .tar.bz2 because only this format is still available.
Comparing the decompressed .tar.gz and .tar.bz2 shows the .tar files to
be identical.
ok sthen@
2019-09-07 11:48:33 +00:00
naddy
15934c06f0 bump for plist changes 6.5 -> 6.6 2019-08-10 19:41:07 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
naddy
b1eb1d48fd bump for plist changes 6.4 -> 6.5 2019-02-28 01:52:37 +00:00
jca
2799ceef6f Disable neon code again
http://build-failures.rhaalovely.net/arm/2019-02-07/x11/e17/evas.log
2019-02-25 15:24:14 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
1e87a41b50 bump for plist changes 6.3 -> 6.4 2018-08-11 04:58:47 +00:00
naddy
348526e698 tentative fix for assembly instruction and re-enable NEON 2018-08-09 14:49:54 +00:00
ajacoutot
8b49889179 --disable-cpu-neon to fix build on ARM.
from Brad
2018-08-09 07:24:53 +00:00
sthen
b98b6d18ae bump; plist changes now we are at 6.3-beta 2018-02-28 19:23:56 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
naddy
e118edc8b4 bump for plist changes 6.1 -> 6.2 2017-08-21 19:25:52 +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
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
sthen
d13947c49d bump ports with openbsd version number in filenames 2017-03-04 21:59:55 +00:00
naddy
a26d55a53c bump for plist changes 5.9 -> 6.0 2016-05-12 01:17:13 +00:00
naddy
98b05d7730 bump for plist changes 5.8 -> 5.9 2015-12-20 00:16:27 +00:00
sthen
51b3db80fc port REVISION bumps as base has moved to 5.8 2015-06-17 20:03:11 +00:00
sthen
e0da2dd381 handle giflib api change 2015-03-28 17:23:23 +00:00
rpe
ec83f2c811 Update x11/e17 - efl to 1.7.10, e to 0.17.6
- bump major for SO_VERSION
- remove TEST_TARGET from eina as it's disabled in the Makefile
- regen WANTLIB for emotion and evas
- remove patch-src_lib_engines_common_evas_font_load_c

OK sthen@
2015-01-25 07:46:44 +00:00
sthen
7e8e24291b bump REVISION for 5.7 2015-01-02 14:58:34 +00:00
espie
28d283ad42 5.6 bump 2014-07-16 13:13:49 +00:00
naddy
09999a5515 bump for plist changes 5.4 -> 5.5 2014-01-12 14:58:30 +00:00
naddy
983702358e fix build with newer FreeType 2014-01-09 23:03:18 +00:00
naddy
eaedf6a0fe remove accidentally re-introduced VMEM_WARNING 2013-12-08 21:20:19 +00:00
dlg
da3f676b8e update to efl 1.7.9 and enlightenment 0.17.5.
lots of help and ok landry@
2013-12-06 13:16:45 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
sthen
f9dc2fa78a libungif->giflib and patch where necessary, ok jasper@ aja@ 2013-09-25 07:56:56 +00:00
naddy
6b7bf0fa1b bump for plist changes 5.3 -> 5.4 2013-07-07 21:25:27 +00:00
ajacoutot
b60e9ca8bf Bump some pkg that directly depend on harfbuzz after the recent version
bump.
2013-05-31 15:29:40 +00:00
jasper
a0b78729b1 remove two unused configure arguments 2013-05-11 12:10:56 +00:00
rpe
0e2506dd4c tidy up e17 Makefiles
ok sthen@
2013-05-09 17:03:55 +00:00
rpe
5ff218fe82 update enlightenment to 0.17.2.1 and EFL to 1.7.6
bump SHARED_LIBS minor of ecore and major for emotion
(thanks to sthen@ for the analysis)

ok aja@ sthen@
2013-05-09 13:00:13 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
rpe
634056d990 - add a e17.port.mk module handling RUN_DEPENDS for icon cache,
desktop db, mime info db updates and removal of .la files in
  modules.
- add exec/unexec-delete goo for update-desktop-database in e17/e
- bump REVISIONs accordingly due to changed PLISTs

with help/feedback sthen@, ajacoutot@
ok ajacoutot@
2013-02-03 12:09:27 +00:00
naddy
cbeb31112b bump for plist changes 5.2 -> 5.3 2013-02-01 16:34:36 +00:00
rpe
fbbff6d505 move FULLARCH/SUBST_VARS from individual Makefiles to Makefile.inc
in parent directory.

suggested and ok sthen@
2013-01-28 08:17:15 +00:00
rpe
cde03b32fb - update the existing enlightenment EFL libraries to 1.7.5 and
remove REVISIONs
- bump SO_VERSION of e_dbus to 4.0, because of API changes
- modify license marker for edje, where the epp binary is GPLv2
- add EFL libraries elementary, emotion and ethumb leaving out eeze
  which is based on udev which does not exist in OpenBSD to have a
  complete base for other e17 apps/libs, e.g. terminology
- bump REVISION for x11/e17/e because of new dependencies and remove
  EXTRACT_SUFX, because the distfile is available as tar.gz
- correct LIB_DEPENDS (pkgpaths instead of bogus libversions),
  adjust/simplify LIB_DEPENDS according to the EFL structure and
  regen WANTLIBs accordingly

with feedback and ok ajacoutot@ sthen@
2013-01-27 15:57:29 +00:00
jasper
2ab1ba5e01 laurent@ drops maintainership.
committing on his behalf
2013-01-08 08:13:28 +00:00
sthen
d1e6ef1faf Mark e17 as SHARED_ONLY and merge down PFRAG.shared files into PLISTs. From stsp@.
Also, use LIBTOOL_FLAGS to remove static libraries suggested by and OK ajacoutot@.
2012-12-28 12:26:38 +00:00
stsp
0035cb844f Update e17 ports to the final 0.17.0 release.
Major bump for all shared libs for safety (requested by sthen and landry).
ok sthen landry
2012-12-24 13:11:03 +00:00
stsp
21e2438742 Update e17 EFL components to 1.7.1. ok landry armani 2012-11-10 15:01:12 +00:00
nigel
4b6412f9bf regen WANTLIB, add missing LIB_DEPENDS, stop creating no-arch packages.
Ok sthen@
2011-11-18 12:20:33 +00:00
naddy
8c18b08ac5 Fix build with png-1.5.
All fixes from/via NetBSD pkgsrc.  The people there did a lot of
heavy lifting.
2011-07-08 20:36:09 +00:00
jasper
884e4b8362 - update evas to 1.0.0
ok laurent@ (MAINTAINER)
2011-03-15 19:41:31 +00:00
jasper
c9e77bae03 - use gettext and regen WANTLIB 2011-01-16 11:28:32 +00:00