summaryrefslogtreecommitdiff
path: root/www (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-30Make sure directory ${WRKDIRPREFIX}${CURDIR} exists beforeDirk Froemberg6-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
1999-08-29Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek2-2/+2
Notes: svn path=/head/; revision=21098
1999-08-29Change category of libxpg4-ns from japanese to www.SADA Kenji2-2/+3
This is useful not only for Japanese. Notes: svn path=/head/; revision=21097
1999-08-29Caps, no period.Tim Vanderhoek1-1/+1
Notes: svn path=/head/; revision=21094
1999-08-29cosmetics: spaces -> tabsDirk Froemberg2-6/+6
Notes: svn path=/head/; revision=21090
1999-08-29Apache installation is needed to build this port.Jun Kuriyama1-1/+2
Notes: svn path=/head/; revision=21089
1999-08-28expr -> ${EXPR}Michael Haro3-11/+11
mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
1999-08-28sed -> ${SED}Michael Haro1-2/+2
Notes: svn path=/head/; revision=21048
1999-08-28ln -> ${LN}Michael Haro3-11/+11
Notes: svn path=/head/; revision=21047
1999-08-27portlintMichael Haro1-11/+11
Notes: svn path=/head/; revision=21037
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro25-130/+121
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-26Add option for SNMP support (via net/ucd-snmp).Dirk Froemberg3-0/+15
Requested by: Khaled Daham <khaled@mailbox.telia.net> Notes: svn path=/head/; revision=21009
1999-08-26Fix two minor problems:Dirk Froemberg6-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
1999-08-26Add option for XML support (via textproc/expat).Dirk Froemberg3-0/+21
Notes: svn path=/head/; revision=20992
1999-08-26Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() forDirk Froemberg2-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
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-08-24Renamed erwin to erwn to avoid copyright issues.Jim Mock6-0/+67
Notes: svn path=/head/; revision=20923
1999-08-24Rename erwin to erwn to avoid copyright issues. Ok'd with SatoshiJim Mock1-2/+2
that no repository copy was needed. Notes: svn path=/head/; revision=20922
1999-08-24gd is build as a shared lib, too, so use LIB_DEPENDS instead ofDirk Froemberg3-3/+3
BUILD_DEPENDS. Notes: svn path=/head/; revision=20919
1999-08-23grep -> ${GREP}Michael Haro3-7/+7
true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
1999-08-22awk -> ${AWK}Michael Haro5-11/+11
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
1999-08-22Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza6-60/+18
Notes: svn path=/head/; revision=20886
1999-08-22chmod -> ${CHMOD}Michael Haro37-89/+85
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-22Assign USE_XLIB var. Any ports which use XLib needs it.SADA Kenji1-2/+3
Notes: svn path=/head/; revision=20884
1999-08-22Update to version 1.0.4.Steve Price2-4/+4
PR: 12781 (3 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20859
1999-08-20Disable pdflib and IMAP support for PHP. It doesn't seem to workDirk Froemberg2-0/+12
at the moment. Reported by: andreas Notes: svn path=/head/; revision=20833
1999-08-20Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.Dirk Froemberg12-18/+69
Notes: svn path=/head/; revision=20832
1999-08-20I've misfiled about PKGREQ script.SADA Kenji1-1/+2
Notes: svn path=/head/; revision=20830
1999-08-20It's double-feature time:Ralf S. Engelschall5-65/+54
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0 Notes: svn path=/head/; revision=20823
1999-08-19Update for mod_ssl 2.3.1Ralf S. Engelschall2-4/+4
(Thanks to Dirk for catching this ;) Notes: svn path=/head/; revision=20818
1999-08-19Upgrade to mod_ssl-2.3.11.Dirk Froemberg6-6/+6
(Hey, am I really faster with this upgrade than rse himself? I can't believe it... ;-) Notes: svn path=/head/; revision=20813
1999-08-19Fix typo: remove '\' from the last MASTER_SITE.Dirk Froemberg3-6/+6
Notes: svn path=/head/; revision=20812
1999-08-19Rework MASTER_SITES:Dirk Froemberg6-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
1999-08-18netscape45-communicator.us -> netscape46-communicator.usDavid E. O'Brien1-2/+2
Notes: svn path=/head/; revision=20796
1999-08-18Update to version 1.2.8Chris Piazza2-4/+4
PR: 13193 Submitted by: maintainer Notes: svn path=/head/; revision=20788
1999-08-18Fix MASTER_SITES for php-4.0b2.Dirk Froemberg2-12/+14
Reported by: andreas Notes: svn path=/head/; revision=20784
1999-08-18Remove from www category and put into x11 category.Jim Mock1-2/+1
Notes: svn path=/head/; revision=20771
1999-08-17egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza6-24/+24
all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
1999-08-17Set NO_LATEST_LINK to yes.Dirk Froemberg2-2/+4
Notes: svn path=/head/; revision=20760
1999-08-17Add apache13-php4.Dirk Froemberg1-1/+2
Notes: svn path=/head/; revision=20757
1999-08-17apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi).Dirk Froemberg6-26/+12
Update to PHP-4.0b2: "PHP 4.0 offers drastic improvements in every aspect - performance and scalability, features, platform support and extendibility." See http://www.php.net/version4/ for details. Notes: svn path=/head/; revision=20756
1999-08-16s/PHP3/PHP/g;Dirk Froemberg16-194/+194
s/php3/php/g; whereever appropriate. This was done in preparation for a repository copy to apache13-php4 to keep the diffs between apache13-php3 and apache13-php4 as small as possible. Notes: svn path=/head/; revision=20751
1999-08-16Activate erwin and gyroscopeJim Mock1-1/+3
Notes: svn path=/head/; revision=20746
1999-08-15Updated my email addressJim Mock2-6/+6
Notes: svn path=/head/; revision=20734
1999-08-14Change PKGNAME: netscape-communicator-linux-4.61SADA Kenji10-28/+28
-> linux-netscape-communicator-4.61 Suggested by: Asami Notes: svn path=/head/; revision=20724
1999-08-14Update MASTER_SITES and a few minor nits.Chris Piazza2-8/+8
PR: 13120 Submitted by: maintainer Notes: svn path=/head/; revision=20695
1999-08-13Go go gadget demoroniser!Matthew Hunt1-1/+2
Notes: svn path=/head/; revision=20691
1999-08-13Import of demoroniser 1.0, a Perl script for fixing up gratuitouslyMatthew Hunt6-0/+44
incorrect Microsoft "HTML", including those "smart quotes" that turn into question marks when viewed with Netscape on Unix. PR: 13110 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=20690
1999-08-13Variable ``BROWSER_VER'' should be overrideable forSADA Kenji2-4/+4
www/linux-netscape46-communicator . Suggested by: P.W.Asami Notes: svn path=/head/; revision=20688
1999-08-11Update maintainers email addressChris Piazza1-2/+2
PR: 13080 Submitted by: maintainer Notes: svn path=/head/; revision=20653