1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

1937 Commits

Author SHA1 Message Date
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
Antoine Brodin
b0c7161b13 - Stage support
- Get rid of infozip dependency
2014-01-20 18:39:49 +00:00
Antoine Brodin
d3781fc46b Stage support 2014-01-20 18:37:12 +00:00
Sunpoet Po-Chuan Hsieh
fc3731a685 - Update to 0.40
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-01-20 17:02:25 +00:00
Baptiste Daroussin
72d170001a Reduce over inclusion of bsd.port.mk 2014-01-15 23:24:19 +00:00
John Marino
54bf1b37b9 converters/psiconv: Unbreak by fixing obvious typo 2014-01-13 19:26:25 +00:00
John Marino
d7f1d8f658 converters/fconv: Unbreak for root builds
The previous commit enabled non-root builds to work, but broke builds
by root instead.  The ${GID} variable is blank when the user is root,
so the replacement of "root" with ${GID} resulted in bad command.
Just use ${BSD_INSTALL_PROGRAM} instead and revbump because the packaged
binaries could be stripped now because of that.  Commit covered by the
"Just fix it" blanket.
2014-01-13 19:15:26 +00:00
Alexander Nedotsukov
77cbcc78ab Fix profiled library packaging. 2014-01-13 16:02:09 +00:00
Jun Kuriyama
d334c5a76f - Upgrade to 2.03. 2014-01-13 10:21:14 +00:00
Baptiste Daroussin
d7fab97d19 Update to version 7 to allow using lua 5.2
While here switch MASTER_SITES to github cloud
Use MAKE_ARGS do avoid patching

With hat:	lua@
2014-01-13 07:50:03 +00:00
Koop Mast
c10de79b1a Update to 1.0.
Update Comment
Add LICENSE blob.
Stagify.
2014-01-12 19:48:11 +00:00
Jun Kuriyama
f94152751e - Upgrade to 2.90. 2014-01-11 11:56:51 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Baptiste Daroussin
13d579bb52 Support stage 2014-01-09 14:49:45 +00:00
Baptiste Daroussin
591efe9fe3 Support stage 2014-01-09 14:40:14 +00:00
Baptiste Daroussin
31c145a790 Support stage 2014-01-09 14:34:22 +00:00
Baptiste Daroussin
9ab482aa0c Support stage 2014-01-09 14:29:53 +00:00
Baptiste Daroussin
36951ee4c9 Support stage 2014-01-09 14:28:30 +00:00