summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add php_pdf.c.diff to PATCHFILES in order to make PHP-3 aware of theDirk Froemberg1999-09-082-1/+3
| | | | | | | new pdflib-2.01. Notes: svn path=/head/; revision=21401
* Update MASTER_SITEJoseph Koshy1999-09-081-1/+1
| | | | Notes: svn path=/head/; revision=21389
* Upgrade to mod_ssl 2.4.2.Dirk Froemberg1999-09-066-6/+6
| | | | Notes: svn path=/head/; revision=21314
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.2Ralf S. Engelschall1999-09-062-3/+3
| | | | Notes: svn path=/head/; revision=21311
* Mark apache13-php4 as broken.Dirk Froemberg1999-09-062-0/+4
| | | | Notes: svn path=/head/; revision=21299
* portlintDavid E. O'Brien1999-09-051-1/+1
| | | | Notes: svn path=/head/; revision=21285
* Use syslog logging.Shigeyuki Fukushima1999-09-047-47/+118
| | | | | | | | | | Fix segmentation fault problem. Update to 1999.01.10. Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=21237
* Reflect port's CC and CFLAGS variables to wcol's local Makefile.Shigeyuki Fukushima1999-09-031-8/+16
| | | | Notes: svn path=/head/; revision=21219
* upgrade to 1.3.9Andrey A. Chernov1999-09-0345-575/+500
| | | | Notes: svn path=/head/; revision=21215
* $Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it)Satoshi Asami1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21161
* Take over fixes from Dirk's apache13-php3 port.Ralf S. Engelschall1999-08-312-1/+11
| | | | Notes: svn path=/head/; revision=21158
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3144-51/+51
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-31137-137/+137
| | | | Notes: svn path=/head/; revision=21146
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Upgrade to mod_ssl 2.4.1.Dirk Froemberg1999-08-306-6/+6
| | | | Notes: svn path=/head/; revision=21137
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.1Ralf S. Engelschall1999-08-302-5/+5
| | | | Notes: svn path=/head/; revision=21134
* Disable gd and freetype support.Dirk Froemberg1999-08-302-0/+12
| | | | | | | PR: ports/13454 Notes: svn path=/head/; revision=21129
* Make sure directory ${WRKDIRPREFIX}${CURDIR} exists beforeDirk Froemberg1999-08-306-9/+15
| | | | | | | | | | touching files in that directory. Problem only occurs when ${WRKDIRPREFIX} is set. Found by: bento.freebsd.org Notes: svn path=/head/; revision=21119
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21098
* Change category of libxpg4-ns from japanese to www.SADA Kenji1999-08-292-2/+3
| | | | | | | This is useful not only for Japanese. Notes: svn path=/head/; revision=21097
* Caps, no period.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21094
* cosmetics: spaces -> tabsDirk Froemberg1999-08-292-6/+6
| | | | Notes: svn path=/head/; revision=21090
* Apache installation is needed to build this port.Jun Kuriyama1999-08-291-1/+2
| | | | Notes: svn path=/head/; revision=21089
* expr -> ${EXPR}Michael Haro1999-08-283-11/+11
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-283-11/+11
| | | | Notes: svn path=/head/; revision=21047
* portlintMichael Haro1999-08-271-11/+11
| | | | Notes: svn path=/head/; revision=21037
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-2725-130/+121
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Add option for SNMP support (via net/ucd-snmp).Dirk Froemberg1999-08-263-0/+15
| | | | | | | Requested by: Khaled Daham <khaled@mailbox.telia.net> Notes: svn path=/head/; revision=21009
* Fix two minor problems:Dirk Froemberg1999-08-266-15/+27
| | | | | | | | | | | | - if e. g. a "make BATCH=yes fetch" was followed by a "make all" the config menu popped up. - if gd was installed but gd support was not checked in the config menu, php was compiled with gd support nevertheless. (There may be other support options having the same behavior. I haven't checked all, yet.) Notes: svn path=/head/; revision=21006
* Add option for XML support (via textproc/expat).Dirk Froemberg1999-08-263-0/+21
| | | | Notes: svn path=/head/; revision=20992
* Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() forDirk Froemberg1999-08-262-1/+7
| | | | | | | | | | | image creation. Without these functions image creation is impossible. So add three patches via PATCH_SITES/PATCHFILES to make these functions available. Reported by: Dmitry Petrov <dpetrov@nchcapital.com> Notes: svn path=/head/; revision=20988
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Renamed erwin to erwn to avoid copyright issues.Jim Mock1999-08-246-0/+67
| | | | Notes: svn path=/head/; revision=20923
* Rename erwin to erwn to avoid copyright issues. Ok'd with SatoshiJim Mock1999-08-241-2/+2
| | | | | | | that no repository copy was needed. Notes: svn path=/head/; revision=20922
* gd is build as a shared lib, too, so use LIB_DEPENDS instead ofDirk Froemberg1999-08-243-3/+3
| | | | | | | BUILD_DEPENDS. Notes: svn path=/head/; revision=20919
* grep -> ${GREP}Michael Haro1999-08-233-7/+7
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-225-11/+11
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-226-60/+18
| | | | Notes: svn path=/head/; revision=20886
* chmod -> ${CHMOD}Michael Haro1999-08-2237-89/+85
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Assign USE_XLIB var. Any ports which use XLib needs it.SADA Kenji1999-08-221-2/+3
| | | | Notes: svn path=/head/; revision=20884
* Update to version 1.0.4.Steve Price1999-08-222-4/+4
| | | | | | | | PR: 12781 (3 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20859
* Disable pdflib and IMAP support for PHP. It doesn't seem to workDirk Froemberg1999-08-202-0/+12
| | | | | | | | | at the moment. Reported by: andreas Notes: svn path=/head/; revision=20833
* Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.Dirk Froemberg1999-08-2012-18/+69
| | | | Notes: svn path=/head/; revision=20832
* I've misfiled about PKGREQ script.SADA Kenji1999-08-201-1/+2
| | | | Notes: svn path=/head/; revision=20830
* It's double-feature time:Ralf S. Engelschall1999-08-205-65/+54
| | | | | | | Upgrade to Apache 1.3.9 and mod_ssl 2.4.0 Notes: svn path=/head/; revision=20823
* Update for mod_ssl 2.3.1Ralf S. Engelschall1999-08-192-4/+4
| | | | | | | (Thanks to Dirk for catching this ;) Notes: svn path=/head/; revision=20818
* Upgrade to mod_ssl-2.3.11.Dirk Froemberg1999-08-196-6/+6
| | | | | | | | (Hey, am I really faster with this upgrade than rse himself? I can't believe it... ;-) Notes: svn path=/head/; revision=20813
* Fix typo: remove '\' from the last MASTER_SITE.Dirk Froemberg1999-08-193-6/+6
| | | | Notes: svn path=/head/; revision=20812
* Rework MASTER_SITES:Dirk Froemberg1999-08-196-72/+73
| | | | | | | | | | - move MASTER_SITES for mod_ssl from scripts/configure.php to Makefile thus include them in the heavy rotation - use ${PHP_DISTDIR} for PHP to minimize the diffs between apache13-php[34] - cut down to 30 sites (10 for apache, php and mod_ssl each) Notes: svn path=/head/; revision=20811