aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Text-Iconv/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2018-03-141-0/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=464475
* Always use libiconv, which has all the functions.Mathieu Arnold2016-07-051-2/+2
| | | | | | | | | PR: 210848 Submitted by: Marcin Gryszkalis Sponsored by: Absolight Notes: svn path=/head/; revision=418111
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Instead of patching the code to use /usr/include/iconv.h replace LOCALBASETijl Coosemans2014-03-251-12/+4
| | | | | | | | | | | in CONFIGURE_ARGS with ICONV_PREFIX. Also add CFLAGS to INC in CONFIGURE_ARGS to get -DLIBICONV_PLUG on FreeBSD 10 with libiconv installed. PR: ports/187907 Approved by: perl (mat) Notes: svn path=/head/; revision=349168
* Fix build on 10 and head when converters/libiconv is installed.Guido Falsi2014-03-251-2/+11
| | | | | | | | Reported by: Mike Harding <mvharding@gmail.com> (via email) Approved by: perl (mat) Notes: svn path=/head/; revision=349107
* Support STAGEDIR.Vanilla I. Shu2013-11-011-3/+0
| | | | Notes: svn path=/head/; revision=332379
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | 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 to new perl frameworkMathieu Arnold2013-08-021-8/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Pass maintainership of almost of my "p5-*" ports to "perl@".Sergey Skvortsov2012-05-071-1/+1
| | | | | | | (I hope updating of them will be improved). Notes: svn path=/head/; revision=296145
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 1.7Sergey Skvortsov2008-01-151-1/+1
| | | | Notes: svn path=/head/; revision=205704
* Update to 1.5Sergey Skvortsov2007-09-271-1/+1
| | | | | | | Changes: http://search.cpan.org/src/MPIOTR/Text-Iconv-1.5/Changes Notes: svn path=/head/; revision=200210
* Updated to 1.4Sergey Skvortsov2004-07-191-1/+1
| | | | Notes: svn path=/head/; revision=113946
* Updated to 1.3Sergey Skvortsov2004-07-021-2/+1
| | | | Notes: svn path=/head/; revision=112788
* Minor clean (use USE_ICONV, etc.)Sergey Skvortsov2004-02-051-2/+1
| | | | Notes: svn path=/head/; revision=100061
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Minor port cleanupsSergey Skvortsov2002-08-161-3/+4
| | | | Notes: svn path=/head/; revision=64580
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Update converters/p5-Text-Iconv to 1.2.Anton Berezin2001-08-161-1/+1
| | | | | | | | | PR: 29628 Submitted by: Pete Fritchman <petef@databits.net> Approved by: maintainer Notes: svn path=/head/; revision=46306
* Add a "}" to Makefile, and add "-liconv" to CONFIGURE_ARGV.Vanilla I. Shu2001-03-101-1/+1
| | | | | | | | | It broken on my last commit. Submitted by: bento Notes: svn path=/head/; revision=39356
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-9/+2
| | | | Notes: svn path=/head/; revision=38917
* Style/space police (space -> tab) over the converters category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37974
* Add p5-Text-Iconv 1.1, a perl interface to iconv().Will Andrews2000-12-311-0/+32
PR: 23855 Submitted by: Sergey Skvortsov <skv@protey.ru> Notes: svn path=/head/; revision=36510