notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/php5/Makefile.ext

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »  

Sunday, 10 Jan 2016
16:47 bapt search for other commits by this committer
Finish conversion to USES=sqlite
Original commitRevision:405723 
16:46 bapt search for other commits by this committer
Finish conversion to USES=firebird
Original commitRevision:405722 
16:44 bapt search for other commits by this committer
Convert categories m* and m* to USES=sqlite and USES=firebird
Original commitRevision:405721 
Tuesday, 15 Dec 2015
14:53 ale search for other commits by this committer
Switch to onigurum5 port and bump PORTREVISION.
Original commitRevision:403784 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Monday, 19 Jan 2015
10:32 ale search for other commits by this committer
Allow to link imap extension with newer panda-cclient library.

PR:		195973
Submitted by:	thierry
Original commitRevision:377396 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Saturday, 27 Sep 2014
08:31 riggs search for other commits by this committer
Modernise databases/freetds port
- Retire databases/freetds-msdblib port
  (no longer needed, recently updated upstream version has necessary compat
   option which is now enabled in the freetds port)
- Fix LIB_DEPENDS in dependent ports
- Bump PORTREVISION in freetds and dependent ports

PR:		193850
Submitted by:	5u623l20@gmail.com (maintainer)
Original commitRevision:369379 
Wednesday, 17 Sep 2014
07:38 tijl search for other commits by this committer
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
Original commitRevision:368356 
Friday, 29 Aug 2014
10:21 tijl search for other commits by this committer
Fix dependencies on libtidy

Reported by:	amdmi3
Original commitRevision:366491 
Thursday, 31 Jul 2014
13:16 antoine search for other commits by this committer
Unbreak php5-readline on head (uncovered by removal of readline dep from pcre)
Original commitRevision:363587 
Thursday, 15 May 2014
08:08 ale search for other commits by this committer
Fix build of xmlrpc extension.
Original commitRevision:354103 
Wednesday, 14 May 2014
10:20 ale search for other commits by this committer
Fix builds of a few extensions.
Original commitRevision:354035 
Monday, 5 May 2014
16:24 bapt search for other commits by this committer
Fix unixODBC vs libiodbc conflicts

Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
Original commitRevision:353029 
Monday, 31 Mar 2014
14:25 ale search for other commits by this committer
Replace DEFAULT_VERSIONS with PHP_DEFAULT.
Original commitRevision:349756 
11:03 ale search for other commits by this committer
No-op, use DEFAULT_VERSIONS.

PR:		ports/188061
Submitted by:	Spil <spil.oss@gmail.com>
Original commitRevision:349728 
Wednesday, 29 Jan 2014
20:41 tijl search for other commits by this committer
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.

PR:		ports/184596
Tested by:	grembo
Approved by:	ale (maintainer)
Original commitRevision:341778 
Friday, 27 Dec 2013
10:24 ale search for other commits by this committer
Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.

PR:		ports/185151
Submitted by:	Erick Turnquist <jhujhiti@adjectivism.org>
Original commitRevision:337692 
Friday, 18 Oct 2013
10:04 ale search for other commits by this committer
Update to 5.4.21 release and STAGify.
Original commitRevision:330735 
Friday, 13 Sep 2013
21:31 marino search for other commits by this committer
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)
Original commitRevision:327187 
Thursday, 12 Sep 2013
16:55 bapt search for other commits by this committer
The simplexml extension needs pkgconfig
Original commitRevision:327089 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- 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)
Original commitRevision:326307 
Tuesday, 16 Jul 2013
06:47 ale search for other commits by this committer
Update to 5.4.17 release.

PR:		ports/180527
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
Original commitRevision:323097 
Thursday, 2 May 2013
06:23 jgh search for other commits by this committer
- adoption of USES for gettext

Approved by:	portmgr (bapt@)
Original commitRevision:317073 
Monday, 29 Apr 2013
08:57 bapt search for other commits by this committer
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
Original commitRevision:316786 
Saturday, 27 Apr 2013
22:09 bapt search for other commits by this committer
Convert the last USE_ICONV to USES=iconv
Original commitRevision:316695 
Thursday, 20 Dec 2012
21:15 ale search for other commits by this committer
Update to 5.4.10 release.
Original commitRevision:309326 
Tuesday, 9 Oct 2012
07:32 ale search for other commits by this committer
Fix typo in MYSQLND_DESC.

Submitted by:	riccardo@torrini.org
Original commitRevision:305571 
Tuesday, 19 Jun 2012
07:44 ale search for other commits by this committer
Update to 5.4.4 release and switch to OptionsNG.
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 16 May 2012
07:36 ale search for other commits by this committer
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.
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Friday, 25 Nov 2011
15:50 ale search for other commits by this committer
Add phar support.

Feature safe:   yes
Original commit
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
08:45 miwi search for other commits by this committer
- Fix build on FreeBSD 10
Original commit
Monday, 17 Oct 2011
04:35 dougb search for other commits by this committer
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40
Original commit
Monday, 12 Sep 2011
13:46 gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
Original commit
Friday, 29 Jul 2011
18:58 pav search for other commits by this committer
- Chase net-snmp shlib bump

PR:             ports/159253
Submitted by:   Tacid <tacid@tacid.kiev.ua>
Original commit
Tuesday, 5 Jul 2011
11:59 sunpoet search for other commits by this committer
- Remove BROKEN_WITH_PHP

PR:             ports/158661
Submitted by:   sunpoet (myself)
Approved by:    ale (maintainer)
Original commit
Tuesday, 26 Apr 2011
12:05 ale search for other commits by this committer
Add support for iODBC (in addition to [default] unixODBC) in php5-odbc and
php-pdo_odbc extensions.

PR:             ports/156564
Submitted by:   gahr
Original commit
Friday, 15 Apr 2011
14:52 ale search for other commits by this committer
Add support for php5-sqlite3 port.
Original commit
Tuesday, 11 Jan 2011
20:35 ale search for other commits by this committer
Enable MYSQLND by default.

Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Tuesday, 7 Sep 2010
14:30 ale search for other commits by this committer
Replace pecl-fileinfo with php5-fileinfo for php 5.3.x.
Original commit
Wednesday, 25 Aug 2010
12:42 ale search for other commits by this committer
Add the ability to use MySQL Native Driver (instead of MySQL Client Library)
with mysql/mysqli/pdo_mysql extensions.
Original commit
Sunday, 6 Jun 2010
19:37 pav search for other commits by this committer
- Chase net-snmp update

Reported by:    pointyhat
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Monday, 12 Apr 2010
08:03 ale search for other commits by this committer
Fix build if multibyte regex support is disabled.
Original commit
Sunday, 11 Apr 2010
07:53 ale search for other commits by this committer
PHP dropped support for Oracle8 client library.
Original commit
Friday, 9 Apr 2010
09:34 ale search for other commits by this committer
Update to PHP 5.3.2 release!
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 8 Dec 2009
08:59 pav search for other commits by this committer
- Remove support for ucd-snmp4 in ports, that also support net-snmp5.
  (ucd-snmp4 port is past expiration date)
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Thursday, 14 May 2009
11:53 pav search for other commits by this committer
- Chase math/libgmp4 shlib bump

Reported by:    pointyhat
Pointy hat to:  ale
Original commit
Friday, 6 Mar 2009
10:08 ale search for other commits by this committer
Update to 5.2.9 release and re-add pcre extension.
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Thursday, 11 Dec 2008
12:02 ale search for other commits by this committer
Allow BDB 40+.
Original commit
08:46 ale search for other commits by this committer
Add support for filter, hash, json and zip extensions.
Original commit
Sunday, 7 Dec 2008
11:54 ale search for other commits by this committer
Update to 5.2.7 release.
Original commit
Tuesday, 23 Sep 2008
05:41 ale search for other commits by this committer
Remove unused configure arg, no functional changes.
Original commit
Friday, 25 Jul 2008
14:34 pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Original commit
Wednesday, 18 Jun 2008
23:22 pav search for other commits by this committer
- Add WITH_SQLITE_PORT knob for php5-pdo_sqlite port, to use system-wide
  sqlite3 instead of bundled one

PR:             ports/115800
Submitted by:   Maxim Khitrov <mkhitrov@gmail.com>
Approved by:    maintainer timeout (ale; 9 months)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 29 Mar 2008
11:02 kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp which I've forgotten.
- Bump PORTREVISIONs again.
Original commit
Saturday, 16 Feb 2008
17:34 ale search for other commits by this committer
Remove obsolate row.
Original commit
Sunday, 30 Sep 2007
06:00 edwin search for other commits by this committer
Chase mail/cclient shared library version bump.
Several patches were needed due to the removal of
include/c-client/linkage.c in favour of include/c-client/linkage.h.

PR:             ports/114833
Submitted by:   "Pedro J. Lobo" <pjlobo@sec.upm.es>
Original commit
Friday, 14 Sep 2007
09:28 ale search for other commits by this committer
Backout previous commit, since bsd.port.mk rev. 1.584 has been reverted.
Original commit
08:43 ale search for other commits by this committer
Add Xpm to OPTIONS (now we can).

Requested by:   delphij
Original commit
06:29 ale search for other commits by this committer
Update to 5.2.4 release.
Original commit
Wednesday, 25 Jul 2007
07:19 ale search for other commits by this committer
Add support for firebird2 in pdo_firebird extension.
Original commit
Friday, 25 May 2007
06:27 ale search for other commits by this committer
- Mark php5-mbstring BROKEN on amd64 with FreeBSD 5
- Drop FreeBSD 4 bits
Original commit
Sunday, 20 May 2007
08:27 ale search for other commits by this committer
Update to 5.2.2 release.

PR:             ports/112527
Submitted by:   Nick Barkas<snb@threerings.net>
Approved by:    portmgr (linimon)
Original commit
Tuesday, 13 Mar 2007
07:10 ale search for other commits by this committer
Revert previous commit: for an unknown reason, the pcre module linked
with external pcre library doesn't work inside apache. PHP devs are not
interested in fixing this problem and insist to use the bundled (broken
too) version.
Original commit
Sunday, 11 Mar 2007
21:54 ale search for other commits by this committer
Now that we have a utf8-enabled pcre port, let php5-pcre
depend on it. This should also fix PR 109542.
Original commit
Saturday, 10 Mar 2007
05:41 rafan search for other commits by this committer
- Chase databases/freetds update. Fix php5-pdo_dblib build

Reported by:    pointyhat via kris
Original commit
Thursday, 8 Mar 2007
07:32 ale search for other commits by this committer
Add spl dependency to pdo, mysqli and sqlite extensions.
Original commit
Saturday, 3 Mar 2007
14:21 rafan search for other commits by this committer
- Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5
- Bump PORTREVISION where necessary
Original commit
Wednesday, 28 Feb 2007
01:19 kuriyama search for other commits by this committer
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
Original commit
Tuesday, 27 Feb 2007
06:57 ale search for other commits by this committer
Add support for firebird2 in interbase extension.

Submitted by:   acm
Original commit
Sunday, 18 Feb 2007
19:58 ale search for other commits by this committer
Add an hack to avoid segmentation fault caused by session module loaded
after pspell module.
Original commit
Friday, 9 Feb 2007
08:28 ale search for other commits by this committer
Update to 5.2.1 release.
Original commit
Wednesday, 13 Dec 2006
12:41 roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
Original commit
Monday, 6 Nov 2006
17:43 ale search for other commits by this committer
Update to 5.2.0 release.
Original commit
Sunday, 10 Sep 2006
16:37 ale search for other commits by this committer
Add support for QDBM.

PR:             ports/102392
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Original commit
Friday, 18 Aug 2006
16:40 delphij search for other commits by this committer
Allow php5-ldap to be built with SASL support enabled.

Note that PORTREVISION is intentionally not bumped because an update
is under way.

Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
PR:             ports/96428
Approved by:    ale's vacation
Original commit
Tuesday, 11 Jul 2006
13:21 garga search for other commits by this committer
Add databases/php5-oci8:

This port adds support for OCI8 PHP shared extension. It replaces the old
Oracle shared extension which is obsolete and will be dropped (moved to
PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared
extension (added Oracle client in RUN_DEPENDS).

PR:             ports/86580
Submitted by:   Simun Mikecin <numisemis at yahoo.com>
Original commit
Tuesday, 23 May 2006
06:19 ale search for other commits by this committer
Try to fix build on 4.X.
Original commit
Wednesday, 10 May 2006
14:46 ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
Original commit
Wednesday, 12 Apr 2006
15:24 ale search for other commits by this committer
Bump ming shared library version after recent update.

Spotted by:     Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch>
Original commit
Tuesday, 17 Jan 2006
15:09 ale search for other commits by this committer
s/PHP_EXTDIR/EXTSUBDIR/g
The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
Original commit
13:57 ale search for other commits by this committer
Speed up the build of PHP extensions by extracting only the extension subdir
from the big tarball.
Fix xsl extensions that look for files outside its WRKSRC.
Original commit
Monday, 16 Jan 2006
12:08 ale search for other commits by this committer
Update to 5.1.2 release:
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
Original commit
Friday, 9 Dec 2005
19:41 ale search for other commits by this committer
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
Original commit
Wednesday, 30 Nov 2005
05:23 kuriyama search for other commits by this committer
Chase shlib version bump of net-snmp.
Original commit

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »