Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-09 | buildlinkify, so this compiles again! | hubertf | 1 | -2/+3 | |
Noted by Bernhard Riedel <bernhard@sdg.de> on IRC | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-05 | don't need .CURDIR on DEPENDS | hubertf | 1 | -2/+2 | |
2001-05-05 | make sure FILESDIR etc. are absolute paths -> prepend with ${.CURDIR} | hubertf | 1 | -2/+2 | |
XXX someone please teach pkglint about $PKGSRCDIR | |||||
2001-05-05 | Add ${.CURDIR} in some places. Noted by Takahiro Kambe. | wiz | 1 | -4/+4 | |
2001-05-03 | Use a shared distinfo file. | wiz | 1 | -3/+4 | |
2001-04-30 | Change build dependency from perl-5.* to perl>=${PERL5_REQD}. | jlam | 1 | -2/+2 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -13/+11 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
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-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-08 | make patchsum. | kei | 1 | -2/+2 | |
2001-02-08 | added NetBSD RCS Id tag. | kei | 1 | -0/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -1/+2 | |
2001-01-07 | Get the Makefile too -- somehow 'cvs ci' missed this last night... | explorer | 1 | -2/+2 | |
2001-01-06 | Upgrade to 3.0.18: | explorer | 3 | -21/+3097 | |
October 21, 2000, Version 3.0.18 - Fixed file upload bugs (Sascha) October 11, 2000, Version 3.0.17 - Fixed output functions (Sascha) - Added odbc_tables() (Frank) - Fixed htmlspecialchars/htmlentities inconsistencies (Rasmus) - Added is_uploaded_file() (Zeev) - Clean up htmlspecialchars/htmlentities inconsistencies (Rasmus) - Add optional charset parameter to sybase_[p]connect (alf@alpha.ulatina.ac.cr) - Fixed incorrect handling of 0-precision strings (e.g., %4.0s) in printf (Ken Coar) - You can now call Ora_Error() without prameters to get the reason for a failed connection attempt. (Kirill Maximov) - Fixed crash in OCIFetchStatement() when trying to read after all data has already been read. (Thies) - Added --enable-sigchild. Use this option if you encounter <defunc> processes when using Oracle 8i. (Thies) - Uncommitted outstanding OCI8 transactions are now rolled back before the connection is closed. (Thies) - Improved configure checks for Oracle 8i. (Thies) - Added imap_mime_header_decode() function (Skalski) | |||||
2000-09-05 | Update build dependency on perl to build in correct directory if perl | jlam | 1 | -2/+2 | |
interpreter is not found. | |||||
2000-09-03 | add RCS Ids | wiz | 2 | -0/+2 | |
2000-09-03 | remove unnecessary empty line | wiz | 1 | -2/+1 | |
2000-08-27 | Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. | jlam | 1 | -4/+4 | |
2000-06-13 | change dependency from gdbm-1.7.3 to gdbm>=1.7.3 | wiz | 1 | -2/+2 | |
2000-05-26 | Split the INSTALL_DATA_DIR line with the two directories into two commands. | veego | 1 | -2/+3 | |
This fix the installtion on Solaris. | |||||
2000-05-26 | Enable GDBM support (it allready depends on gdbm). | veego | 1 | -1/+3 | |
And add a build dependency for perl, which is needed for our configure patch. | |||||
2000-05-26 | Change the /usr/pkg check in the configure script to ${PREFIX}. | veego | 3 | -22/+174 | |
Move the configure patch to patch-ai and add a patch for configure.in to patch-ah. | |||||
2000-05-24 | Fix apache module runtime linker path for ELF systems. | rh | 2 | -5/+5 | |
2000-04-25 | regen. | bad | 1 | -2/+2 | |
2000-04-25 | Fix AC_PATH_PROG check for sendmail. | bad | 1 | -2/+11 | |
2000-04-25 | Need to include bsd.prefs.mk before testing ${OPSYS}. Doh! | bad | 1 | -1/+3 | |
2000-04-25 | DEPEND on devel/zlib under SunOS. | bad | 1 | -1/+6 | |
2000-04-13 | Make this package work on "a.out" systems, too. | tron | 3 | -5/+5 | |
2000-04-13 | Sync. | tron | 1 | -4/+4 | |
2000-04-13 | Defuzz patch. | tron | 1 | -6/+6 | |
2000-04-12 | Update to 3.0.16. Mainly bug fixes, though some new features as well - | jdolecek | 7 | -56/+22 | |
the list is just too long, see http://www.php.net/ChangeLog.php3 for details. | |||||
2000-02-29 | remove stray } | explorer | 1 | -2/+2 | |
2000-02-28 | check to see if one of the install dirs exists. If not, then create the | dmcmahill | 1 | -1/+3 | |
directory. This fixes a bug where the pkg won't install if PREFIX/libexec/cgi-bin doesn't exist. | |||||
2000-02-05 | reorder lines for pkglint | wiz | 1 | -5/+5 | |
1999-12-07 | defuzz. | rh | 2 | -8/+6 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+10 | |
1999-06-15 | Use correct library path for linking the GDBM library and set run-time | tron | 1 | -1/+10 | |
library search patch for ELF. Fixes PR pkg/7773 by Alaric Williams. | |||||
1999-06-15 | Move dependence for "gdbm" package to "php3" base package. | tron | 1 | -1/+3 | |
1999-05-07 | Get the LDFLAGS right for ELF; we need -Wl,-E (pulled from Perl's CCCDLFLAGS) | tv | 1 | -0/+12 | |
in order to load dynamic modules that reference the internal function calls of the CGI binary. | |||||
1999-05-04 | Make sure to get the path to perl right, even if it isn't installed. | tv | 1 | -1/+2 | |
1999-05-04 | Typo: "instaled" -> "installed" | tv | 1 | -2/+2 | |
1999-05-04 | Get proper includes for function prototypes in convertor/alloc.c. | tv | 1 | -0/+16 | |
1999-05-03 | Re-add PREFIX/lib/php3 directory. | tv | 1 | -2/+2 | |
1999-05-03 | Clean up some of the configuration, build, and install of php3. | tv | 4 | -16/+22 | |
1999-05-03 | Make the php3 pkg work and add full dynamic module support. This includes: | tv | 13 | -32/+262 | |
- 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) |