non port: lang/php53/Makefile.ext |
Number of commits found: 29 |
Thursday, 25 Dec 2014
|
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Saturday, 22 Nov 2014
|
20:40 crees
Finally retire USE_PGSQL
|
Saturday, 27 Sep 2014
|
08:31 riggs
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)
|
Wednesday, 17 Sep 2014
|
23:27 amdmi3
- Bump PORTREVISIONs on php*-mcrypt after libmcrypt .so version change
- Drop specific libmcrypt so version requirement from php53 to fix build
Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net>
|
07:38 tijl
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)
|
Friday, 29 Aug 2014
|
10:21 tijl
Fix dependencies on libtidy
Reported by: amdmi3
|
Friday, 1 Aug 2014
|
07:49 antoine
Fix build on head by adding missing USES=readline
(uncovered by removal of readline dep from pcre)
|
Friday, 4 Jul 2014
|
20:28 tijl
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
|
Monday, 5 May 2014
|
16:24 bapt
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
|
Friday, 2 May 2014
|
17:48 flo
- Fix CVE-2014-0185 via patch until 5.3.29 is released
- Use DEFAULT_VERSIONS [1]
PR: ports/188061 [1]
Submitted by: Spil <spil.oss@gmail.com> [1]
MFH: 2014Q2
|
Saturday, 19 Apr 2014
|
15:57 tijl
Fix libfreetype dependencies.
PR: ports/188792
|
Wednesday, 29 Jan 2014
|
20:41 tijl
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR: ports/184596
Tested by: grembo
Approved by: ale (maintainer)
|
Saturday, 2 Nov 2013
|
00:56 flo
Add LDFLAGS to the sqlite3 section, otherwise configure cannot properly
detect whether sqlite3 was built with sqlite3_load_extension or not.
PR: ports/182927
Submitted by: Birger Schacht <birger.schacht@tuwien.ac.at>
|
Friday, 1 Nov 2013
|
23:49 flo
- convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
|
Friday, 13 Sep 2013
|
21:31 marino
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)
|
Thursday, 12 Sep 2013
|
16:55 bapt
The simplexml extension needs pkgconfig
|
Wednesday, 4 Sep 2013
|
18:06 madpilot
- 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)
|
Thursday, 11 Jul 2013
|
16:26 sunpoet
- 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
|
Thursday, 2 May 2013
|
06:23 jgh
- adoption of USES for gettext
Approved by: portmgr (bapt@)
|
Monday, 29 Apr 2013
|
08:57 bapt
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
|
Saturday, 27 Apr 2013
|
22:09 bapt
Convert the last USE_ICONV to USES=iconv
|
Wednesday, 10 Oct 2012
|
11:47 flo
remove trainling " from MYSQLND_DESC
Submitted by: Riccardo Torrini <riccardo@torrini.org>
|
Friday, 14 Sep 2012
|
11:09 flo
- put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be used
simultaneously (affects databases/php53-dba) [1]
- fix a typo introduced in r300957 that prevents mail/php53-imap from
building [2]
PR: ports/171636 [2]
Submitted by: <freebsd@nagilum.org> [2]
Reported by: Shahin Qurbanov <shahin.b.qurbanov@gmail.com> [1]
|
Wednesday, 18 Jul 2012
|
07:40 flo
- fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
- bump PORTREVISION of php53-pdo_mysql
PR: ports/169959
Submitted by: Alexey Markov <redrat@mail.ru>
|
Monday, 16 Jul 2012
|
17:04 flo
More optionsNG fixes. (PORT_OPTIONS:M construct can only be used after
bsd.options.mk/bsd.port.pre.mk)
Reported by: Michael Ranner (michael@ranner.eu)
Tested by: Michael Ranner (michael@ranner.eu)
Discussed with: bapt
|
Wednesday, 11 Jul 2012
|
23:48 flo
Convert to optionsNG
|
Friday, 1 Jun 2012
|
07:33 dinoex
- update png to 1.5.10
|
Wednesday, 16 May 2012
|
15:02 flo
fix DEFAULT_PHP_VER, somehow i seem to have reverted this file prior to
committing.
Reported by: miwi
|
Wednesday, 2 May 2012
|
21:10 flo
forced commit to note the repo copy of lang/php5 to lang/php53
|
Number of commits found: 29 |