Commit Graph

19 Commits

Author SHA1 Message Date
Alexey Dokuchaev 5371e3549b - Fix MASTER_SITES to unbreak the fetch
- GC GitHub-related knobs, they are not being used
2020-04-15 07:33:41 +00:00
Mathieu Arnold beb1c1fe19 USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored.  A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.

USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.

PR:		245038
Submitted by:	andrew tao11 riddles org uk
Reviewed by:	mat, kevans, russ haley gmail com
Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16494
2020-04-14 15:49:36 +00:00
Antoine Brodin 5771a96715 Deprecate ports broken for more than 6 months 2020-04-04 20:51:40 +00:00
Antoine Brodin cc8ad7de9b Mark a few ports BROKEN, unfetchable 2019-11-06 12:48:32 +00:00
Piotr Kubaj 649d02b89c converters/lua-iconv: fix build on armv7 and armv6
Those require -fPIC too.

PR:		239623
Reviewed by:	vanilla (maintainer timeout), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21402
2019-09-01 17:45:53 +00:00
Ed Maste c460a0dbeb converters/lua*-iconv: enable -fPIC on arm64 and i386, for lld
Shared objects should be built as PIC, and lld enforces this by default.
Add aarch64 and i386 cases to the existing set of per-arch CFLAGS, and
remove the BROKEN_aarch64.

Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
2018-09-18 19:53:46 +00:00
Mark Linimon fd22400b4e Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.

Approved by:	portmgr (tier-2 blanket)
2018-07-07 06:44:07 +00:00
Vanilla I. Shu f91016f09d * Set LICENSE.
* Update pkg-descr (including WWW).
* Do not override user's LDFLAGS.
* Replace %%LUA_MODLIBDIR%% with ${LUA_MODLIBDIR}

PR:		226873
Submitted by:	0mp@
2018-03-27 13:37:43 +00:00
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Mathieu Arnold 00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Baptiste Daroussin d7fab97d19 Update to version 7 to allow using lua 5.2
While here switch MASTER_SITES to github cloud
Use MAKE_ARGS do avoid patching

With hat:	lua@
2014-01-13 07:50:03 +00:00
Vanilla I. Shu c75087c655 Support stagedir. 2013-09-24 16:05:33 +00:00
Baptiste Daroussin 1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Guido Falsi 642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Vanilla I. Shu 2a204718d8 remove unnecessary file.
Submitted by:	Alex Kozlov <spam at rm-rf.kiev.ua>
2011-09-25 12:52:33 +00:00
Martin Wilke bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Vanilla I. Shu a6d5e870b4 Add USE_ICONV to fix build.
Obtained from:	pav@
2009-12-08 00:34:01 +00:00
Vanilla I. Shu 09e4071352 Add lua-iconv, is a lua binding to iconv(3). 2009-12-05 16:33:14 +00:00