Commit Graph

45 Commits

Author SHA1 Message Date
espie
0031945c6e Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.

Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00
robert
a26d36e9a4 upgrade to 4.4.0;
This release also includes PEAR XML-RPC version 1.3.1 which
fixes a security vulnerability.
For more information, please visit:
http://www.vuxml.org/openbsd/b9d96cbe-f2d2-11d9-82d5-00065bd5b0b6.html
2005-07-12 15:49:27 +00:00
robert
1cafd903db add des to IMAP_WANTLIB; from naddy@ 2005-06-20 16:11:11 +00:00
robert
3264258f4e update to 4.3.11; 2005-04-04 21:11:41 +00:00
naddy
6d09f31353 - fix typo in @conflict
- properly bump package names
2005-03-16 21:55:54 +00:00
naddy
54fdcbe432 fatal typo 2005-02-10 12:38:28 +00:00
wilfried
9ac7fc4b76 kill whitespace at eol, ok robert@ 2005-02-06 13:10:38 +00:00
alek
5791371be4 - Fix WANTLIB
- Fix dependencies
- Bump PKGNAME

help & ok wilfried@, robert@
2005-01-30 15:29:07 +00:00
espie
0ffec1f241 mark explicit conflicts, unconfuse find-all-conflicts.
fix dependency from ltdl in mcrypt (noticed by mbalmer@)
2004-12-21 12:15:01 +00:00
alek
5364a42ec5 Add WANTLIB markers 2004-12-11 13:29:20 +00:00
danh
f8aa183c80 replace ucd-snmp with net-snmp; ok maintainer 2004-10-13 01:46:02 +00:00
espie
5318b3b20e MODULES=www/php4/pear
okay maintainer(s)
2004-08-03 12:54:39 +00:00
robert
b9543fc14b Update to use new postgresql-client dependency
from Alistair Kerr <openbsd@rukh.net>
2004-07-27 11:15:24 +00:00
robert
05644a2c86 Update to 4.3.8:
SECURITY: PHP memory_limit remote vulnerability
http://security.e-matters.de/advisories/112004.html

Add Type 1 support for the gd extension,
from Aleksander Piotrowski <Aleksander.Piotrowski@nic.com.pl>;

move to @dir
2004-07-15 00:49:46 +00:00
robert
50eb0c4c39 Remove the pspell extension because it is broken. And people can use aspell
without this extension.

Pointed out and requested by jolan@
2004-07-05 00:00:33 +00:00
robert
c00564cf77 take over maintainance; remove some unnecessary line;
remove iconv from MODULES because gettext includes it

ok jolan@
2004-06-08 15:59:54 +00:00
avsm
fc64e2aef2 add support for xmlrpc extension 2004-02-29 00:25:41 +00:00
avsm
8d38c60ffc fix build after recent tiff changes; prodded by naddy@ 2004-01-05 17:02:32 +00:00
brad
584755cbb2 better LIB_DEPENDS entries for MySQL 2004-01-02 04:56:24 +00:00
jolan
be444d29d0 Use new aspell path 2003-11-21 04:54:20 +00:00
avsm
d81200c678 generate the php4-gd no_x11 subpackage correctly 2003-11-14 14:52:49 +00:00
jolan
a2d42bb599 Use new aspell (which includes pspell) for the pspell subpackage 2003-08-12 04:41:08 +00:00
avsm
8cc5586132 add a pspell subpackage 2003-07-21 20:34:52 +00:00
avsm
11d155558e missing GRAPHICS_DEPENDS for gd 2003-05-10 14:42:49 +00:00
avsm
0a2337d26b lose the xml subpackage, its part of php4-core now 2003-05-07 14:02:32 +00:00
avsm
3ca33d3395 extensions now get installed into /var/www/lib/php 2003-05-02 19:49:36 +00:00
avsm
0bc07dda52 dbx support; tholo@ 2003-04-03 14:04:25 +00:00
avsm
ea684538ac update to php4-extensions-4.3.1 2003-04-03 10:27:22 +00:00
avsm
f679c8d60e make it compile using any LOCALBASE 2002-09-14 15:22:06 +00:00
avsm
26642d5df9 LIB_DEPENDS -> SNMP_DEPENDS in the snmp section 2002-09-14 00:46:02 +00:00
avsm
3be5f28cc0 set fullpkgname not pkgname so that we dont build two php4-extensions
packages
2002-09-12 14:39:28 +00:00
avsm
f3da1d65db - update to php4-4.2.3
- include the domxml extension as a subpackage
- include some extra modules with PEAR which also disappeared
- only link against freetype1, not freetype2
2002-09-11 23:16:48 +00:00
avsm
c80fb0bbc8 update sablotron lib_depends 2002-08-17 01:33:57 +00:00
avsm
951df1b6a2 - mcrypt now lib_depends on libtool since it uses libltdl
- patch for snmp to link with libdes
- stop libtool from helpfully mangling the ld.so hints file with
  crap from the ports build directory by removing the finish_command
- MESSAGE file reflects phpxs command
2002-08-12 04:30:21 +00:00
avsm
fd184dc795 add a bunch of no_* pseudo_flavors to enable building a subset of extension
packages

eg: env FLAVOR="no_gd no_pdflib no_shmop" make package
2002-08-07 15:52:05 +00:00
avsm
2c34081771 oops, too early 2002-07-24 16:14:56 +00:00
avsm
7cea50bc22 move the jpeg/tiff/png dependencies into the right subpackage
sections, so that they aren't introduced across the board
2002-07-24 16:14:27 +00:00
avsm
bf801d999b Restore the gd extension as a subpackage. Now the main package
is just a placeholder which informs the user to use the various
module sub-packages.
2002-07-24 15:41:42 +00:00
avsm
85c77ff8e5 fix pkgnames, thanks wilfried@ 2002-07-10 09:00:49 +00:00
jakob
b95b220f13 define MULTI_PACKAGES separately for each extension. ok avsm@ 2002-07-10 08:13:27 +00:00
avsm
d77bc5784a add in snmp module 2002-07-09 19:35:10 +00:00
avsm
2ab23a776b now all the subpackages load successfully into macppc as well without
any library errors
2002-07-09 18:14:16 +00:00
kevlo
61739b300b add gd library dependency; ok avsm@ 2002-07-02 01:09:50 +00:00
avsm
86d07a84e3 add ncurses extension 2002-06-26 22:16:40 +00:00
avsm
a5c226010f Import php4-4.2.1 extensions
This module generates a bunch of php4 extensions as shared modules,
and seperates them out into multiple packages.

End result is that you can pkg_add individual modules now without
getting into the mess of flavors that we've had in the past. 

Work by wilfried@ and me,  espie@ ok
2002-06-24 19:27:46 +00:00