Dirk Froemberg
6ac4aad38f
Make sure directory ${WRKDIRPREFIX}${CURDIR} exists before
...
touching files in that directory. Problem only occurs when
${WRKDIRPREFIX} is set.
Found by: bento.freebsd.org
1999-08-30 10:56:07 +00:00
Tim Vanderhoek
847ae8f2b6
Remove preceeding pkgname from some of the comments having one.
1999-08-29 19:19:43 +00:00
SADA Kenji
3484e60958
Change category of libxpg4-ns from japanese to www.
...
This is useful not only for Japanese.
1999-08-29 18:23:35 +00:00
Tim Vanderhoek
4f1d4da0af
Caps, no period.
1999-08-29 17:49:24 +00:00
Dirk Froemberg
8e55fabf4e
cosmetics: spaces -> tabs
1999-08-29 15:15:59 +00:00
Jun Kuriyama
6be48c079b
Apache installation is needed to build this port.
1999-08-29 15:14:12 +00:00
Michael Haro
3262cce303
expr -> ${EXPR}
...
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2
sed -> ${SED}
1999-08-28 02:17:34 +00:00
Michael Haro
af5f314286
ln -> ${LN}
1999-08-28 01:58:05 +00:00
Michael Haro
66b3a4c259
portlint
1999-08-27 22:37:05 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Dirk Froemberg
e3a346c70f
Add option for SNMP support (via net/ucd-snmp).
...
Requested by: Khaled Daham <khaled@mailbox.telia.net>
1999-08-26 22:09:39 +00:00
Dirk Froemberg
f1b6bb55b8
Fix two minor problems:
...
- 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.)
1999-08-26 21:18:15 +00:00
Dirk Froemberg
39adcb0336
Add option for XML support (via textproc/expat).
1999-08-26 15:03:52 +00:00
Dirk Froemberg
6fd04797a9
Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() for
...
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>
1999-08-26 09:24:16 +00:00
David E. O'Brien
c751fc667a
Change Id->FreeBSD.
1999-08-25 05:28:01 +00:00
Jim Mock
3cc75b6de9
Renamed erwin to erwn to avoid copyright issues.
1999-08-24 09:50:50 +00:00
Jim Mock
c7260fd68f
Rename erwin to erwn to avoid copyright issues. Ok'd with Satoshi
...
that no repository copy was needed.
1999-08-24 09:41:33 +00:00
Dirk Froemberg
07d6bbe0f9
gd is build as a shared lib, too, so use LIB_DEPENDS instead of
...
BUILD_DEPENDS.
1999-08-24 08:13:22 +00:00
Michael Haro
535add65ac
grep -> ${GREP}
...
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Michael Haro
235481b52a
awk -> ${AWK}
...
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Chris Piazza
c8d77a093b
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
1999-08-22 19:46:45 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
SADA Kenji
acfa648bd4
Assign USE_XLIB var. Any ports which use XLib needs it.
1999-08-22 17:57:47 +00:00
Steve Price
bdcb8df99f
Update to version 1.0.4.
...
PR: 12781 (3 of 19)
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-22 03:41:53 +00:00
Dirk Froemberg
bb6211f6b6
Disable pdflib and IMAP support for PHP. It doesn't seem to work
...
at the moment.
Reported by: andreas
1999-08-20 20:28:37 +00:00
Dirk Froemberg
d52c6146dc
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.
1999-08-20 19:13:00 +00:00
SADA Kenji
ac1122f2ab
I've misfiled about PKGREQ script.
1999-08-20 17:47:16 +00:00
Ralf S. Engelschall
a0a0b41f7f
It's double-feature time:
...
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0
1999-08-20 06:27:51 +00:00
Ralf S. Engelschall
bc1b303a51
Update for mod_ssl 2.3.1
...
(Thanks to Dirk for catching this ;)
1999-08-19 14:23:11 +00:00
Dirk Froemberg
ac3667b456
Upgrade to mod_ssl-2.3.11.
...
(Hey, am I really faster with this upgrade than rse himself? I can't
believe it... ;-)
1999-08-19 12:11:01 +00:00
Dirk Froemberg
1048912f96
Fix typo: remove '\' from the last MASTER_SITE.
1999-08-19 11:55:29 +00:00
Dirk Froemberg
e2e03239c0
Rework MASTER_SITES:
...
- 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)
1999-08-19 11:26:48 +00:00
David E. O'Brien
af7175026e
netscape45-communicator.us -> netscape46-communicator.us
1999-08-18 20:40:51 +00:00
Chris Piazza
33292e0a84
Update to version 1.2.8
...
PR: 13193
Submitted by: maintainer
1999-08-18 19:22:59 +00:00
Dirk Froemberg
d2eba1ae2e
Fix MASTER_SITES for php-4.0b2.
...
Reported by: andreas
1999-08-18 15:42:03 +00:00
Jim Mock
5d8cffbdba
Remove from www category and put into x11 category.
1999-08-18 08:24:15 +00:00
Chris Piazza
56fe7a4c6a
egcc/eg++ have been renamed to gcc295/g++295. Change
...
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Dirk Froemberg
17d100a1d8
Set NO_LATEST_LINK to yes.
1999-08-17 09:58:49 +00:00
Dirk Froemberg
ebf4bf4a88
Add apache13-php4.
1999-08-17 08:08:13 +00:00
Dirk Froemberg
6d50851002
apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi).
...
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.
1999-08-17 08:07:06 +00:00
Dirk Froemberg
b98bb912e6
s/PHP3/PHP/g;
...
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.
1999-08-16 18:41:13 +00:00
Jim Mock
ef1bc16794
Activate erwin and gyroscope
1999-08-16 09:22:26 +00:00
Jim Mock
cde8035cfb
Updated my email address
1999-08-15 07:10:55 +00:00
SADA Kenji
492e2a18c4
Change PKGNAME: netscape-communicator-linux-4.61
...
-> linux-netscape-communicator-4.61
Suggested by: Asami
1999-08-14 18:37:53 +00:00
Chris Piazza
0f9d9f3047
Update MASTER_SITES and a few minor nits.
...
PR: 13120
Submitted by: maintainer
1999-08-14 03:16:29 +00:00
Matthew Hunt
428b0d0550
Go go gadget demoroniser!
1999-08-13 21:40:10 +00:00
Matthew Hunt
c26b1d2b49
Import of demoroniser 1.0, a Perl script for fixing up gratuitously
...
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>
1999-08-13 21:38:11 +00:00
SADA Kenji
7657606957
Variable ``BROWSER_VER'' should be overrideable for
...
www/linux-netscape46-communicator .
Suggested by: P.W.Asami
1999-08-13 15:12:35 +00:00
Chris Piazza
cf69eadaa4
Update maintainers email address
...
PR: 13080
Submitted by: maintainer
1999-08-11 19:01:50 +00:00