aboutsummaryrefslogtreecommitdiff
path: root/archivers/unrar-iconv
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 5.71Sunpoet Po-Chuan Hsieh2019-04-291-9/+9
| | | | Notes: svn path=/head/; revision=500416
* Update CONFLICTS_INSTALL: chinese/unrar was removed more than 8 monthsSunpoet Po-Chuan Hsieh2019-02-272-17/+19
| | | | Notes: svn path=/head/; revision=494095
* Update to 5.50 Beta 1 (5.5.3)Sunpoet Po-Chuan Hsieh2017-05-011-30/+30
| | | | | | | | - Convert to options target helper - Regenerate patch files with makepatch: Notes: svn path=/head/; revision=439870
* converters/libiconv:Tijl Coosemans2015-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Update to 5.21 (5.2.4)Sunpoet Po-Chuan Hsieh2015-02-191-4/+4
| | | | Notes: svn path=/head/; revision=379371
* - Update to 5.10 (5.1.6)Sunpoet Po-Chuan Hsieh2014-07-311-49/+47
| | | | | | | Approved by: maintainer (for unrar version update) Notes: svn path=/head/; revision=363594
* - Update to unrar 5.01 (5.0.14)Sunpoet Po-Chuan Hsieh2014-02-282-61/+39
| | | | | | | | | | | - Use = instead of += - Use CONFLICTS_INSTALL instead off CONFLICTS Submitted by: sunpoet (myself) Approved by: maintainer (no object, 3 weeks) Notes: svn path=/head/; revision=346527
* Support stageBaptiste Daroussin2014-01-041-1/+0
| | | | Notes: svn path=/head/; revision=338693
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - 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 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
* - Fix patch for unrar 4.20 Beta 1Sunpoet Po-Chuan Hsieh2012-05-151-9/+9
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=296653
* - Fix build after removal of hardcoded CXX/CXXFLAGSSunpoet Po-Chuan Hsieh2012-01-162-16/+2
| | | | | | | | Submitted by: sunpoet (myself) Approved by: Yar <yarodin@gmail.com> (maintainer) Notes: svn path=/head/; revision=289327
* - Didn't reinstall documentation/fceux.6 as intended.Michael Scheidell2012-01-131-2/+2
| | | | | | | | | | | - maintainer asked committer to submit the patch due to maintainer's schedule PR: ports/163510 Submitted by: A.J. Kehoe IV (Nanoman)" <ibxht163@nanoman.ca> Approved by: maintainer (timeout, 22 days), gabor (mentor, implicit) Notes: svn path=/head/; revision=289108
* - Update to 4.00 Beta 4Sunpoet Po-Chuan Hsieh2011-01-212-30/+33
| | | | | | | | | | | | - LOCALBASE is already in MAKE_ENV PR: ports/154105 Submitted by: sunpoet (myself) Approved by: Yar Odin <yarodin@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268093
* - Fix build with custom LOCALBASE.Dennis Herrmann2009-06-072-4/+8
| | | | | | | | | | - Fix iconv dependency PR: ports/135326 Submitted by: Yar Odin <yarodin@gmail.com> (maintainer) Notes: svn path=/head/; revision=235365
* Fix broken build.Wesley Shields2008-07-021-4/+4
| | | | | | | | | PR: ports/125040 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: Yar Odin <yarodin@gmail.com> (maintainer) Notes: svn path=/head/; revision=216184
* - update patch for unrar-3.80.b1 and unbreak this portYen-Ming Lee2008-06-182-5/+5
| | | | | | | | | | | - fix typo PR: 124720 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=215082
* - Fix Unicode supportRong-En Fan2008-04-062-17/+19
| | | | | | | | | | - Add some notes PR: ports/122420 Submitted by: Yarodin <yarodin at gmail.com> (maintainer) Notes: svn path=/head/; revision=210632
* Add unrar-iconv: unrar with iconv support (as slave port).Alejandro Pulver2008-02-162-0/+226
PR: ports/117290 Submitted by: Yarodin <yarodin at gmail.com> Notes: svn path=/head/; revision=207378