1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

296 Commits

Author SHA1 Message Date
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Dupre
bfd6008211 Add an OPTION to force ZTS build.
PR:		ports/180125
Submitted by:	r4721@tormail.org
2013-08-12 12:54:12 +00:00
Alex Dupre
8881b5bd12 Update to 5.4.17 release.
PR:		ports/180527
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-07-16 06:47:02 +00:00
Florian Smeets
36db7bcea0 Update to 5.4.16
Approved by:	ports-secteam (remko, delphij)
Security:	59e7163c-cf84-11e2-907b-0025905a4770
2013-06-07 23:49:53 +00:00
Alex Dupre
7c85e1a48f Update to 5.4.15 release.
PR:		ports/178556
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-05-13 08:22:07 +00:00
Florian Smeets
5ac18767d1 Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
2013-05-04 22:48:03 +00:00
Jason Helfman
c4aecaf410 - adoption of USES for gettext
Approved by:	portmgr (bapt@)
2013-05-02 06:23:48 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Alex Dupre
258d2a92f1 Update to 5.4.14 release.
PR:		ports/177787, ports/177825
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>,
		Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
2013-04-23 08:14:18 +00:00
Alex Dupre
31d0b59a39 Update to 5.4.13 release.
PR:		ports/177082
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-03-20 08:15:37 +00:00
Alex Dupre
e7f539cc4c Suhosin will never reappear, remove commented out code.
Fix plist when CLI is not selected [1].

Submitted by:	Gergely CZUCZY <gergely.czuczy@harmless.hu> [1]
2013-03-12 10:33:04 +00:00
Alex Dupre
befc345529 Update to 5.4.12 release. 2013-02-25 10:30:40 +00:00
Alex Dupre
a298a24f46 Update to 5.4.11 release. 2013-01-22 08:20:05 +00:00
Alex Dupre
191ec4a2d5 Update to 5.4.10 release. 2012-12-20 21:15:05 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Alex Dupre
e568062c73 Update to 5.4.9 release. 2012-12-10 14:46:07 +00:00
Alex Dupre
8a7cb3a042 Fix typo in MYSQLND_DESC.
Submitted by:	riccardo@torrini.org
2012-10-09 07:32:44 +00:00
Alex Dupre
80e4958419 Update to 5.4.7 release. 2012-10-04 10:00:00 +00:00
Alex Dupre
dfc4377001 Update to 5.4.6 release. 2012-08-23 14:54:48 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Xin LI
c70c6891b6 Update to 5.4.5.
Security:	bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89
With hat:	secteam
2012-07-23 23:18:19 +00:00
Alex Dupre
64c2bd97d4 Update to 5.4.4 release and switch to OptionsNG. 2012-06-19 07:44:31 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alex Dupre
0926c2d681 Update to 5.4.3 release:
- add support for embedded php library
- add support for dtrace

Re-organize bsd.php.mk:
 - add WANT_PHP_EMD
 - fix handling of WANT_PHP_*
 - remove php4 extensions

From UPDATING:
  Suhosin patch has been disabled until the
  new version will be released (soon). Suhosing extension will take more
  time. LINKTHR option is now enabled by default, be sure to flag it if
  you are updating using an old saved configuration. sqlite2 extension
  has been permanently removed.
  If you want to remain at PHP 5.3, a new port (lang/php53) will be
  committed soon.
2012-05-16 07:36:13 +00:00
Alex Dupre
7c74eb8aa5 Update to 5.3.13 release:
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823.
- Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311.
2012-05-09 05:43:32 +00:00
Alex Dupre
dbe5e951ac Update to 5.3.11 release.
Note: this port will be updated to 5.4.x as soon as suhosin will be released,
while php 5.3.x branch will continue to exist in lang/php53.
2012-04-30 15:06:53 +00:00
Martin Matuska
205f1ac23d Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
2012-02-14 12:44:23 +00:00
Alex Dupre
8796d6d0d6 Restore accidentally removed patch hunk. 2012-02-09 15:48:54 +00:00
Alex Dupre
1c08b00624 When FPM is selected, install status.html into ${PREFIX}/share/php/fpm/.
Submitted by:	Michael Vorobyov <vmb@ric168.ru>
2012-02-08 14:53:55 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +00:00
Alex Dupre
fa058866bd Update to 5.3.10 security-fix release.
(Probably you have to wait for the FreeBSD mirrors to sync up distfiles).
2012-02-03 09:03:06 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Alex Dupre
78089b826e Update to 5.3.9 release. 2012-01-12 16:19:13 +00:00
Olli Hauer
19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00
Alex Dupre
c9a7c3da2d Add phar support.
Feature safe:	yes
2011-11-25 15:50:11 +00:00
Alex Dupre
d548aa8855 Fix configure checks for FPM.
Feature safe:	yes
2011-11-18 10:28:49 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
c6f888194d - Fix build on FreeBSD 10 2011-10-29 08:45:31 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Doug Barton
7ec7e2a3cf Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL=     323 40
2011-10-17 04:35:02 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Alex Dupre
695204e383 Update to 5.3.8 release. 2011-08-24 06:48:07 +00:00
Alex Dupre
b760f908cc Bump PORTREVISION again (the bump for apache was not required) for the latest fix.
Note: PHP 5.3.8 will be in the ports tree very soon.
2011-08-22 13:56:38 +00:00
Alex Dupre
3255ef1143 Point to upstream suhosin master site. 2011-08-22 08:07:15 +00:00
Alex Dupre
435b613878 Unbreak crypt().
Submitted by:	Svetlin Ivanov <izrodix@gmail.com>
2011-08-22 07:56:39 +00:00
Olli Hauer
7a0bd31763 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined 2011-08-20 17:27:52 +00:00
Alex Dupre
cda471cf02 Update to 5.3.7 release. 2011-08-19 09:33:31 +00:00
Pav Lucistnik
ccd80aa917 - Chase net-snmp shlib bump
PR:		ports/159253
Submitted by:	Tacid <tacid@tacid.kiev.ua>
2011-07-29 18:58:40 +00:00
Sunpoet Po-Chuan Hsieh
ba4869fc17 - Remove BROKEN_WITH_PHP
PR:		ports/158661
Submitted by:	sunpoet (myself)
Approved by:	ale (maintainer)
2011-07-05 11:59:46 +00:00