1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

1955 Commits

Author SHA1 Message Date
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
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
2014-03-29 00:52:54 +00:00
Tijl Coosemans
1aa279d779 Instead of patching the code to use /usr/include/iconv.h replace LOCALBASE
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)
2014-03-25 18:40:44 +00:00
Guido Falsi
cb3a8e9513 Fix build on 10 and head when converters/libiconv is installed.
Reported by:	Mike Harding <mvharding@gmail.com> (via email)
Approved by:	perl (mat)
2014-03-25 07:23:06 +00:00
Pawel Pekala
6b0ba53870 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-03-24 13:18:58 +00:00
Baptiste Daroussin
70baed8bf7 Use tar:bzip2 2014-03-24 09:54:57 +00:00
Tijl Coosemans
96557119e2 - Remove indefinite article from COMMENT.
- Enable -fvisibility=hidden.
- Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz.
- Add DOCS option.

PR:		ports/186846
Approved by:	kwm, marcus
2014-03-23 13:26:20 +00:00
Alexey Dokuchaev
ba31c6c887 Kill bogus EOL whitespace. 2014-03-15 15:58:50 +00:00
Martin Wilke
edccdb6d03 - Convert USE_GMAKE to USES 2014-03-13 08:09:09 +00:00
Baptiste Daroussin
16ea4dd5a8 Convert to USES=lha 2014-03-12 09:49:06 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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)
2014-03-10 20:55:20 +00:00
Baptiste Daroussin
b411bc617f Convert c* to USES=zip 2014-03-07 15:59:54 +00:00
Dmitry Marakasov
b3249305b0 - Fix depend on gobject-introspection
- Support staging
- Patch upstream makefile to not mix LOCALBASE and PREFIX

PR:		186196
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-03-07 11:49:02 +00:00
Sunpoet Po-Chuan Hsieh
8504348794 - Update to 0.45
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-03-07 11:43:31 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Baptiste Daroussin
facf62e27e Support stage 2014-03-06 18:18:15 +00:00
Baptiste Daroussin
38390d95ee Support stage 2014-03-06 18:14:28 +00:00
Sunpoet Po-Chuan Hsieh
108615b12c - Update to 0.43
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-03-05 21:57:00 +00:00
Adam Weinberger
7714ad1b98 Don't unconditionally install DOCS. PORTREVISION bump
for plist change.

PR:		ports/186590
Approved by:	maintainer
2014-03-03 21:15:30 +00:00
Ruslan Makhmatkhanov
98cd15f284 Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
was included into bsd.python.mk
2014-03-02 19:51:02 +00:00
Rene Ladan
ef50dbb213 PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
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
2014-03-01 00:06:29 +00:00
Antoine Brodin
f20fe85e65 Reset maintainer: email bounces 2014-02-28 17:52:04 +00:00
Sunpoet Po-Chuan Hsieh
32578850f4 - Remove outdated PERL_LEVEL check 2014-02-27 22:18:36 +00:00
Sunpoet Po-Chuan Hsieh
e511ef3eae - Update to 0.42
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-02-22 14:08:10 +00:00
Emanuel Haupt
6917398e5f Remove trailing whitespaces from category converters 2014-02-21 13:35:52 +00:00
Dmitry Marakasov
e3bf743966 - Update to 0.84.0
Tested by:	Frank Broniewski
2014-02-19 08:22:17 +00:00
Tijl Coosemans
284d283afe - Convert USE_AUTOTOOLS=libtool to USES=libtool.
- 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)
2014-02-18 19:34:04 +00:00
Emanuel Haupt
88dffabedf Support staging 2014-02-17 14:06:20 +00:00
Antoine Brodin
9394b3cdcd Stage support 2014-02-15 17:34:49 +00:00
Antoine Brodin
1a465e9fac Stage support 2014-02-15 17:29:46 +00:00
Antoine Brodin
4d3f48fafd Stage support 2014-02-15 17:28:47 +00:00
Martin Wilke
9d5f9eb7f6 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-02-12 09:43:24 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
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)
2014-02-10 13:54:26 +00:00
Alex Dupre
7439b8c4ff - Update to 5.5.9 release
- 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]
2014-02-09 12:46:09 +00:00
Emanuel Haupt
df1dfe5659 Support staging 2014-02-09 09:37:58 +00:00
Alex Dupre
3bf632e183 - Update to 5.4.25 release [1]
- 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]
2014-02-09 08:39:00 +00:00
Martin Matuska
fe80b78d73 Use all distfiles from github using the new qt tag
Thanks to:	Ashish Kulkarni (upstream developer)
2014-02-08 10:57:24 +00:00
Martin Matuska
50e7a4a719 Update to 0.12.0 and support staging 2014-02-07 01:15:49 +00:00
Emanuel Haupt
f890e6f2a3 Support staging. 2014-02-05 13:11:05 +00:00
Martin Wilke
8b621c7c08 - Stage support 2014-02-03 04:11:38 +00:00
Tijl Coosemans
b2f07a8a49 Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR:		ports/184596
Tested by:	grembo
Approved by:	ale (maintainer)
2014-01-29 20:41:27 +00:00
Tijl Coosemans
0052e743ef - Add two new arguments to USES=iconv so ports can indicate they use GNU
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)
2014-01-29 20:24:49 +00:00
Andrej Zverev
d49a8f39af - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:00:41 +00:00
Martin Wilke
d885915acb - Stage support 2014-01-28 13:33:56 +00:00
Baptiste Daroussin
d88da1e856 Support stage 2014-01-28 07:33:56 +00:00
Antoine Brodin
864284545c Stage support 2014-01-28 00:16:57 +00:00
Thierry Thomas
4ab70118ac Fix an implicit declaration of the exit function.
PR:		ports/178251
Submitted by:	Chad Slater <chad.slater (at) gmail.com>
Approved by:	maintainer time-out (8 months)
2014-01-27 21:46:48 +00:00
Martin Wilke
a62de32af0 - Stage safe 2014-01-24 14:45:58 +00:00
Martin Wilke
1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Antoine Brodin
88e77036b0 - Stage support
- Use PYDISTUTILS_AUTOPLIST
2014-01-20 18:53:03 +00:00