aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-293-3/+3
| | | | | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=349475
* Instead of patching the code to use /usr/include/iconv.h replace LOCALBASETijl Coosemans2014-03-252-37/+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-252-2/+36
| | | | | | | | Reported by: Mike Harding <mvharding@gmail.com> (via email) Approved by: perl (mat) Notes: svn path=/head/; revision=349107
* - Add staging supportPawel Pekala2014-03-241-12/+14
| | | | | | | | - Remove leading article from COMMENT - Define DOCS option Notes: svn path=/head/; revision=348992
* Use tar:bzip2Baptiste Daroussin2014-03-241-2/+1
| | | | Notes: svn path=/head/; revision=348929
* - Remove indefinite article from COMMENT.Tijl Coosemans2014-03-232-5/+16
| | | | | | | | | | | | - Enable -fvisibility=hidden. - Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz. - Add DOCS option. PR: ports/186846 Approved by: kwm, marcus Notes: svn path=/head/; revision=348854
* Kill bogus EOL whitespace.Alexey Dokuchaev2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348337
* - Convert USE_GMAKE to USESMartin Wilke2014-03-131-2/+1
| | | | Notes: svn path=/head/; revision=348046
* Convert to USES=lhaBaptiste Daroussin2014-03-121-1/+1
| | | | Notes: svn path=/head/; revision=347965
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-105-5/+5
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Convert c* to USES=zipBaptiste Daroussin2014-03-074-7/+4
| | | | Notes: svn path=/head/; revision=347403
* - Fix depend on gobject-introspectionDmitry Marakasov2014-03-072-9/+28
| | | | | | | | | | | | - Support staging - Patch upstream makefile to not mix LOCALBASE and PREFIX PR: 186196 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=347376
* - Update to 0.45Sunpoet Po-Chuan Hsieh2014-03-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=347369
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-03-061-7/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=347305
* Support stageBaptiste Daroussin2014-03-062-14/+20
| | | | Notes: svn path=/head/; revision=347293
* Support stageBaptiste Daroussin2014-03-061-15/+10
| | | | Notes: svn path=/head/; revision=347292
* - Update to 0.43Sunpoet Po-Chuan Hsieh2014-03-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=347148
* Don't unconditionally install DOCS. PORTREVISION bumpAdam Weinberger2014-03-032-8/+8
| | | | | | | | | | for plist change. PR: ports/186590 Approved by: maintainer Notes: svn path=/head/; revision=346968
* Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionalityRuslan Makhmatkhanov2014-03-022-9/+2
| | | | | | | was included into bsd.python.mk Notes: svn path=/head/; revision=346792
* PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, timeRene Ladan2014-03-016-56/+0
| | | | | | | | | | to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk Notes: svn path=/head/; revision=346583
* Reset maintainer: email bouncesAntoine Brodin2014-02-281-1/+1
| | | | Notes: svn path=/head/; revision=346559
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-272-15/+1
| | | | Notes: svn path=/head/; revision=346394
* - Update to 0.42Sunpoet Po-Chuan Hsieh2014-02-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=345641
* Remove trailing whitespaces from category convertersEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345401
* - Update to 0.84.0Dmitry Marakasov2014-02-192-5/+12
| | | | | | | Tested by: Frank Broniewski Notes: svn path=/head/; revision=345015
* - Convert USE_AUTOTOOLS=libtool to USES=libtool.Tijl Coosemans2014-02-185-137/+19
| | | | | | | | | | | | | | | | | | | | | | | - Replace PERL with REINPLACE_CMD in post-patch. - Replace "iconv.h" with "${ICONV_PREFIX}/include/iconv.h" so /usr/include/iconv.h is included on FreeBSD 10 even when converters/iconv is installed. The port uses iconvctl(3) which isn't declared in /usr/local/include/iconv.h with -DLIBICONV_PLUG. - files/patch-lib-error.c: Implement program_name using __progname. - files/patch-libiconv-Makefile.in: deleted because the libiconv directory isn't built. - files/patch-src-Makefile.in: + Remove chunks that aren't needed. + Remove ../lib/libreco.a from LIBS so CFLAGS+=-fPIC can be removed from the port Makefile. Instead, just copy lib/error.c (the only file needed from libreco.a) to src/error.c and compile it into librecode.so. PR: 186637 Approved by: demon (maintainer) Notes: svn path=/head/; revision=344949
* Support stagingEmanuel Haupt2014-02-171-3/+3
| | | | Notes: svn path=/head/; revision=344752
* Stage supportAntoine Brodin2014-02-151-18/+11
| | | | Notes: svn path=/head/; revision=344459
* Stage supportAntoine Brodin2014-02-151-1/+0
| | | | Notes: svn path=/head/; revision=344458
* Stage supportAntoine Brodin2014-02-151-1/+0
| | | | Notes: svn path=/head/; revision=344457
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-02-122-30/+3
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=343876
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-102-0/+4
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - Update to 5.5.9 releaseAlex Dupre2014-02-091-1/+0
| | | | | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/185438 [1], ports/186536 [2] Submitted by: Ilya Bakulin <webmaster@kibab.com> [1], Reinier Schoof <reinier@skoef.nl> [2] Notes: svn path=/head/; revision=343492
* Support stagingEmanuel Haupt2014-02-092-25/+27
| | | | Notes: svn path=/head/; revision=343440
* - Update to 5.4.25 release [1]Alex Dupre2014-02-091-1/+0
| | | | | | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/186564 [1], ports/185437 [2], ports/186536 [3] Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [1], Ilya Bakulin <webmaster@kibab.com> [2], Reinier Schoof <reinier@skoef.nl> [3] Notes: svn path=/head/; revision=343435
* Use all distfiles from github using the new qt tagMartin Matuska2014-02-082-11/+13
| | | | | | | Thanks to: Ashish Kulkarni (upstream developer) Notes: svn path=/head/; revision=343319
* Update to 0.12.0 and support stagingMartin Matuska2014-02-0713-31/+1351
| | | | Notes: svn path=/head/; revision=343179
* Support staging.Emanuel Haupt2014-02-0510-18/+10
| | | | Notes: svn path=/head/; revision=342693
* - Stage supportMartin Wilke2014-02-032-20/+31
| | | | Notes: svn path=/head/; revision=342384
* Allow the use of //TRANSLIT and //IGNORE with PHP iconv.Tijl Coosemans2014-01-293-0/+3
| | | | | | | | | PR: ports/184596 Tested by: grembo Approved by: ale (maintainer) Notes: svn path=/head/; revision=341778
* - Add two new arguments to USES=iconv so ports can indicate they use GNUTijl Coosemans2014-01-292-11/+7
| | | | | | | | | | | | | | | | | iconv extensions that the base system iconv doesn't support yet: * wchar_t: port uses the special WCHAR_T character conversion. * translit: port uses //TRANSLIT or //IGNORE conversion options. Adding one or both of these arguments makes the port depend on converters/libiconv for now. - Allow installation of converters/libiconv on FreeBSD 10+. - Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS and LDFLAGS to fix compilation with libiconv installed. - Stage converters/libiconv and devel/gettext. Approved by: bapt (on trust) Notes: svn path=/head/; revision=341775
* - add stage supportAndrej Zverev2014-01-2935-86/+62
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341761
* - Stage supportMartin Wilke2014-01-282-20/+18
| | | | Notes: svn path=/head/; revision=341552
* Support stageBaptiste Daroussin2014-01-281-1/+0
| | | | Notes: svn path=/head/; revision=341502
* Stage supportAntoine Brodin2014-01-281-2/+4
| | | | Notes: svn path=/head/; revision=341492
* Fix an implicit declaration of the exit function.Thierry Thomas2014-01-271-0/+8
| | | | | | | | | PR: ports/178251 Submitted by: Chad Slater <chad.slater (at) gmail.com> Approved by: maintainer time-out (8 months) Notes: svn path=/head/; revision=341459
* - Stage safeMartin Wilke2014-01-241-1/+0
| | | | Notes: svn path=/head/; revision=340899
* - StageifyMartin Wilke2014-01-231-1/+0
| | | | | | | - Take maintainership of a few ports Notes: svn path=/head/; revision=340835
* Fix properties on pkg-plistBaptiste Daroussin2014-01-212-2/+0
| | | | Notes: svn path=/head/; revision=340671
* - Stage supportAntoine Brodin2014-01-202-8/+3
| | | | | | | - Use PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=340448