summaryrefslogtreecommitdiff
path: root/converters/lua-iconv
Commit message (Collapse)AuthorAgeFilesLines
* converters/lua*-iconv: enable -fPIC on arm64 and i386, for lldEd Maste2018-09-181-3/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=480070
* Mark these ports as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-07-071-0/+2
| | | | | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474058
* * Set LICENSE.Vanilla I. Shu2018-03-273-5/+12
| | | | | | | | | | | | * Update pkg-descr (including WWW). * Do not override user's LDFLAGS. * Replace %%LUA_MODLIBDIR%% with ${LUA_MODLIBDIR} PR: 226873 Submitted by: 0mp@ Notes: svn path=/head/; revision=465705
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Update to version 7 to allow using lua 5.2Baptiste Daroussin2014-01-134-38/+16
| | | | | | | | | | While here switch MASTER_SITES to github cloud Use MAKE_ARGS do avoid patching With hat: lua@ Notes: svn path=/head/; revision=339574
* Support stagedir.Vanilla I. Shu2013-09-241-2/+2
| | | | Notes: svn path=/head/; revision=328152
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-042-2/+4
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=326307
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* remove unnecessary file.Vanilla I. Shu2011-09-251-21/+0
| | | | | | | Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Notes: svn path=/head/; revision=282365
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add USE_ICONV to fix build.Vanilla I. Shu2009-12-081-0/+1
| | | | | | | Obtained from: pav@ Notes: svn path=/head/; revision=245364
* Add lua-iconv, is a lua binding to iconv(3).Vanilla I. Shu2009-12-056-0/+81
Notes: svn path=/head/; revision=245237