notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/php52/Makefile.ext
SVNWeb

Number of commits found: 26

Fri, 13 Sep 2013
[ 21:31 marino search for other commits by this committer ] Original commit   Revision:327187
lang/php5*: Fix spl/simplexml modules (4 ports)

The simplexml module uses spl which uses pcre (php53,54,55).  For php52,
the fix is applied directly to spl.  In any case, the bundled PCRE is not
used, so it needs to be able to find the external pcre library and related
headers.  Unfortunately, there is no include for ${LOCALBASE}/include
directory.  This commit adds to fix simplexml (or spl) module build.

Approved by:	portmgr (bapt)
Thu, 12 Sep 2013
[ 16:55 bapt search for other commits by this committer ] Original commit   Revision:327089
The simplexml extension needs pkgconfig
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  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)
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Tue, 18 Jun 2013
[ 17:48 az search for other commits by this committer ] Original commit   Revision:321208
- Fix after convertion to new options framework

PR:		ports/179665
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
Wed, 5 Jun 2013
[ 13:45 bapt search for other commits by this committer ] Original commit   Revision:319990
Convert to new options framework
Thu, 2 May 2013
[ 21:53 jgh search for other commits by this committer ] Original commit   Revision:317158
- conversion to USES=gettext

Approved by:	portmgr (bapt@)
Sat, 27 Apr 2013
[ 22:09 bapt search for other commits by this committer ] Original commit   Revision:316695 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert the last USE_ICONV to USES=iconv
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sat, 5 May 2012
[ 15:18 rm search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- apply BACKPORTS patch unconditionally and remove BACKPORTS option
- update backports patch to latest version (20120504)
- align pathnames in slave ports
- bump PORTREVISION

The only drawback of this change is that now for building of every slave
port (php extension) we extracting full php52 source tree.

Apologies that it took that long.

PR:             164849
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:    Alex Keda <admin at lissyara dot su>
Security:       60de13d5-95f0-11e1-806a-001143cd36d8
Wed, 15 Feb 2012
[ 08:52 mm search for other commits by this committer ] Original commit 
Bump pcre shared library version in php52

Reported by:    pointyhat
Mon, 6 Feb 2012
[ 12:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Chase unixODBC shlib bump
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 08:45 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Fix build on FreeBSD 10
Mon, 17 Oct 2011
[ 04:35 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40
Mon, 12 Sep 2011
[ 13:46 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Track dependencies after databases/gdbm update
Mon, 8 Aug 2011
[ 03:43 swills search for other commits by this committer ] Original commit 
- Chase libming shared lib bump
Mon, 1 Aug 2011
[ 21:51 pav search for other commits by this committer ] Original commit 
- Chase net-snmp shlib bump

Reported by:    pointyhat
Tue, 5 Jul 2011
[ 11:59 sunpoet search for other commits by this committer ] Original commit 
- Remove BROKEN_WITH_PHP

PR:             ports/158661
Submitted by:   sunpoet (myself)
Approved by:    ale (maintainer)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 6 Jun 2010
[ 19:37 pav search for other commits by this committer ] Original commit 
- Chase net-snmp update

Reported by:    pointyhat
Sun, 25 Apr 2010
[ 19:27 mm search for other commits by this committer ] Original commit 
- Fix gmp version 5 support for php52

PR:             ports/146041
Submitted by:   myself
Approved by:    maintainer
[ 05:02 dinoex search for other commits by this committer ] Original commit 
- fix name of apache module
Submitted by:   Alex Keda
Fri, 23 Apr 2010
[ 16:49 dinoex search for other commits by this committer ] Original commit 
- fix build
Reported by:    ITetcu
[ 15:03 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML.  Its syntax draws upon C,
Java, and Perl, and is easy to learn.  The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: http://www.php.net/
PR:             145772
Submitted by:   Alex Keda

Number of commits found: 26