Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
robert 1d497297cd Import a reworked port of php to lang/php. The basic difference is that
there are no core and extensions packages anymore, everything is built by
the main ports itself and the package names have changed to php-${V} or
php-mysql-${V} for modules.

The new ports allows you to install all of the php versions just like python
so you can actually run different webservers with different versions of php
because you can't load two modules to one. You can only do that with fastcgi.

The port tries to share all the files that can be shared and the different
extensions are located in the local version's Makefile instead of Makefile.inc.

The other change is that *all* of the configuration has moved to /etc out
of /var/www because that was a realy stupid concept, since apache if you
use it chrooted, will load all of the extensions before doing the actual
chroot.

This port is not linked to the build yet because several issues have to
be resolved first, like providing a way to update from php5-* packages,
and probably other things that do not come into my mind right now,
because the Bullfrog is making me crazy.
2010-06-27 20:28:44 +00:00
archivers pudate to 9.13, Josh Grosse (maintainer) ok 2010-06-20 15:54:35 +00:00
astro Remove MODCMAKE_WANTCOLOR=No, as requested by espie@ 2010-06-11 08:53:52 +00:00
audio Add libtool to BUILD_DEPENDS instead of overriding it. Fixes build on a 2010-06-25 08:16:51 +00:00
benchmarks +httperf 2010-05-05 14:09:23 +00:00
biology - remove mips64 workaround 2010-05-22 08:06:33 +00:00
books +AsteriskGuide 2010-05-11 00:16:54 +00:00
cad Fix build for gcc4. 2010-06-07 20:08:09 +00:00
chinese Consistency: remove the 1, 2 or even 3 empty blank lines. 2010-04-15 13:56:33 +00:00
comms update to 3.1.11 2010-06-25 22:44:33 +00:00
converters Update to 2.29 2010-06-05 13:54:09 +00:00
databases Use autoconf 2.64 instead of 2.65, which still has some issues. 2010-06-25 13:54:34 +00:00
devel update to latest teensyloader which supports the teensy2.0 boards 2010-06-26 21:22:00 +00:00
editors Update to OpenOffice.Org 3.2.1 2010-06-26 15:48:11 +00:00
education - update gamgi to 0.14.7 2010-04-27 21:50:45 +00:00
emulators remove i386 from ONLY_FOR_ARCHS unless the compiler is gcc4, 2010-06-24 09:48:06 +00:00
games grrrrr, don't hardcode paths. 2010-06-20 16:44:54 +00:00
geo Update to merkaartor 0.16.0. 2010-06-13 10:57:35 +00:00
graphics SECRUTY update to 1.22.44 2010-06-27 19:55:04 +00:00
infrastructure store full path to another .la file that we find during processing 2010-06-27 14:29:54 +00:00
inputmethods don't link with libiconv.a and -liconv at the same time 2010-06-23 15:48:28 +00:00
japanese fix 2010-05-23 01:06:47 +00:00
java yet another piece of shit compiles on LP64+gcc4 again 2010-06-07 23:30:48 +00:00
korean SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
lang Import a reworked port of php to lang/php. The basic difference is that 2010-06-27 20:28:44 +00:00
mail 2 fixes from upstream via Brad 2010-06-27 09:46:18 +00:00
math Bugfix update to gnumeric-1.10.6. 2010-06-17 08:17:40 +00:00
misc Update to mc-4.7.0.6 2010-06-26 16:34:28 +00:00
multimedia Remove the Real plugin. No need for it anymore now that FFmpeg has been 2010-06-24 20:50:40 +00:00
net s/lpthread/pthread 2010-06-27 01:30:33 +00:00
news fix build with gcc4 2010-05-22 11:44:40 +00:00
palm Link palm2ical to the build 2010-04-15 17:33:10 +00:00
plan9 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
print Update to cups-1.4.4. 2010-06-27 04:18:50 +00:00
productivity Bump PKGNAME/SO_VERSION to chase www/mozilla-thunderbird update. 2010-06-23 17:11:50 +00:00
russian SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
security Do we really need a '96 'Secure Telnet Daemon' when we have OpenSSH in 2010-06-23 18:13:55 +00:00
shells fix compile with gcc4 (no need to #defined socklen_t) 2010-05-22 11:13:56 +00:00
sysutils update to latest memtester, ok jim@ 2010-06-27 04:59:13 +00:00
telephony update to 1.6.2.9; various crash fixes (including one with dtmf detection) 2010-06-18 22:10:44 +00:00
textproc Update to meld-1.3.2. 2010-06-26 03:53:36 +00:00
www update to 2.2.15 2010-06-27 17:27:03 +00:00
x11 fix audio on big-endian machines 2010-06-27 17:35:36 +00:00
.cvsignore Change WRKOBJDIR (again...) to default to ${PORTSDIR}/pobj instead of obj, 2009-10-13 14:39:23 +00:00
INDEX sync, 6303 unzels 2010-05-24 18:47:53 +00:00
Makefile provide a _MAKE internal that does the cd ${.CURDIR} && exec, 2010-04-20 10:03:36 +00:00
README

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), port-modules(5).

See also http://www.openbsd.org/porting.html

$OpenBSD: README,v 1.18 2009/03/13 10:03:29 giovanni Exp $