Commit graph

28 commits

Author SHA1 Message Date
hubertf
61b35899ac don't need .CURDIR on DEPENDS 2001-05-05 16:33:07 +00:00
hubertf
f97d35ffa4 make sure FILESDIR etc. are absolute paths -> prepend with ${.CURDIR}
XXX someone please teach pkglint about $PKGSRCDIR
2001-05-05 16:27:59 +00:00
wiz
e5444d2ccc Add ${.CURDIR} in some places. Noted by Takahiro Kambe. 2001-05-05 16:22:55 +00:00
wiz
5902a4a2c5 Use a shared distinfo file. 2001-05-03 16:53:57 +00:00
jlam
1edfee944f Change build dependency from perl-5.* to perl>=${PERL5_REQD}. 2001-04-30 03:46:32 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
explorer
9719143313 Get the Makefile too -- somehow 'cvs ci' missed this last night... 2001-01-07 04:59:58 +00:00
jlam
60d8d28f10 Update build dependency on perl to build in correct directory if perl
interpreter is not found.
2000-09-05 09:33:15 +00:00
wiz
52a4fa3d33 remove unnecessary empty line 2000-09-03 13:40:30 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
wiz
4a72b8b121 change dependency from gdbm-1.7.3 to gdbm>=1.7.3 2000-06-13 10:40:24 +00:00
veego
b9dcb9b7d2 Split the INSTALL_DATA_DIR line with the two directories into two commands.
This fix the installtion on Solaris.
2000-05-26 14:35:58 +00:00
veego
ceb5647147 Enable GDBM support (it allready depends on gdbm).
And add a build dependency for perl, which is needed for our configure patch.
2000-05-26 14:07:31 +00:00
bad
c8f7cce71a Need to include bsd.prefs.mk before testing ${OPSYS}. Doh! 2000-04-25 15:40:19 +00:00
bad
df1bb2a995 DEPEND on devel/zlib under SunOS. 2000-04-25 14:22:52 +00:00
jdolecek
f88e66da60 Update to 3.0.16. Mainly bug fixes, though some new features as well -
the list is just too long, see http://www.php.net/ChangeLog.php3 for
details.
2000-04-12 17:51:57 +00:00
explorer
e201752bc5 remove stray } 2000-02-29 18:10:24 +00:00
dmcmahill
948965134f check to see if one of the install dirs exists. If not, then create the
directory.  This fixes a bug where the pkg won't install if PREFIX/libexec/cgi-bin
doesn't exist.
2000-02-28 02:02:20 +00:00
wiz
d3e4235456 reorder lines for pkglint 2000-02-05 14:18:30 +00:00
tron
206c79654d Move dependence for "gdbm" package to "php3" base package. 1999-06-15 22:24:12 +00:00
tv
1c2d2b0dea Make sure to get the path to perl right, even if it isn't installed. 1999-05-04 20:22:10 +00:00
tv
19cbca7e43 Re-add PREFIX/lib/php3 directory. 1999-05-03 21:40:59 +00:00
tv
1c32626598 Clean up some of the configuration, build, and install of php3. 1999-05-03 21:32:46 +00:00
tv
0e52b10d4f Make the php3 pkg work and add full dynamic module support. This includes:
- the CGI-based interpreter, xbase support binaries, and php2 converter
- compiled-in support for Berkeley DB (ndbm), yp, zlib, dBase (xbase),
  and filePro
- the ability to compile PHP3 extensions as dynamic modules (such as support
  for MySQL/PostgreSQL/freeODBC) that may be exchanged freely between
  different server interfaces to PHP (abstractions.c and php.h/tls.h patches)
1999-05-03 19:45:43 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
cjs
c994d550f7 Initial go at a package for a php3 apache module. 1998-07-24 00:18:03 +00:00