Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-24 | Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX. | recht | 1 | -1/+2 | |
2004-07-23 | pgsql.buildlink3.mk is used to select a PostgreSQL version for use by | recht | 1 | -0/+74 | |
pkgsrc. It is modeled after lang/python/pyversion.mk and like it could be influenced by user- and package-settable variables. More precisely, tt's behaviour is controlled by the following two variables: - PGSQL_VERSION_DEFAULT A user-settable variable to choose the default PostgreSQL version. Default: 74 - PGSQL_VERSIONS_ACCEPTED A package-settable list of PostgreSQL versions accepted by the package. Default: 74 73 After postgresql-* has been reimported as postgresql73* all depending packages should be changed to use mk/pgsql.buildlink3.mk. | |||||
2004-07-22 | make the TBL variable work as intended | drochner | 1 | -2/+2 | |
2004-07-22 | Abstract out the "nice -n 20" clause, so that it can be set to something | agc | 2 | -4/+12 | |
else if desired. Print out dates in the form: yyyy/mm/dd | |||||
2004-07-21 | Add QMAIL_AUTOCONFIG, QMAIL_QUEUE_DIR, and QMAIL_QUEUE_EXTRA, which | schmonz | 1 | -4/+22 | |
will control some aspects of the about-to-be-imported qmail package, and note that you probably don't need to change QMAILDIR anymore. | |||||
2004-07-21 | Enable _OPSYS_MAX_CMDLEN test. | xtraeme | 1 | -6/+5 | |
2004-07-21 | If a package Makefile sets USE_TBL to "yes", then add "tbl" to | jlam | 1 | -1/+22 | |
${TOOLS_DIR}/bin. It will either point to /usr/bin/tbl or will depend on groff otherwise. This should allow removing dependencies on groff just for the sake of forcing the existence of tbl. | |||||
2004-07-21 | Add a reminder that the old Postfix make variables will be removed after | jlam | 1 | -1/+5 | |
the 2004Q3 branch is released. | |||||
2004-07-20 | Remove external Matroska support from mplayer packages. | salo | 1 | -2/+2 | |
The new internal demuxer is the only one supported now, works better and support for the external one will be removed in next releases. | |||||
2004-07-19 | Introduce EZMLM_IDX_USE_{MY,PG}SQL, which provide database support | schmonz | 1 | -1/+11 | |
in mail/ezmlm-idx. | |||||
2004-07-19 | Stop the proliferation of <PKG>_USE_<FOO> yes/no variables in the | jlam | 2 | -30/+46 | |
mail/postfix package -- create a new option "POSTFIX_OPTIONS" that is a list of optional add-ons that will be built into Postfix. Currently, it accepts any of "inet6 ldap mysql mysql4 prce sasl tls". Move the existing POSTFIX_USE_* variables into bsd.pkg.obsolete.mk. | |||||
2004-07-16 | Enable OpenLDAP support in devel/apr, by default it's disabled. | xtraeme | 1 | -1/+6 | |
If you want to use it, "APR_USE_OPENLDAP" should be set to [Yy][Ee][Ss]. This closes PR pkg/25356. | |||||
2004-07-15 | add anchors for jumping to the top and each section of the HTML report. | grant | 1 | -4/+22 | |
2004-07-15 | only include broken packages in the email output. | grant | 1 | -6/+9 | |
2004-07-14 | Revert 1.29. | wiz | 1 | -1/+14 | |
With 1.29, e.g. devel/jgrasp would report: ===> Checking for vulnerabilities in jgrasp-1.7.0 => Checksum OK for jgrasp170.zip. ===> Extracting for jgrasp-1.7.0 ===> Required package : NOT found ===> Verifying reinstall for ../../lang/sun-jre13 even if sun-jre13/sun-jdk13 were already installed. | |||||
2004-07-14 | Update chat/jabberd2 to 2.0s3. | xtraeme | 1 | -1/+6 | |
Changes: 2004-06-25 jabberd 2.0s3 * Fixed several memory leaks and overruns <karsten.petersen@hrz.tu-chemnitz.de> * Fixed XMPP session replacement [rob] * Added support for Win32 platforms <peter@cerebus.co.za> [rob] * Added support for requiring SSL/TLS before auth <deryni@eden.rutgers.edu> * Added support for LDAPv3 (including channel encryption) [rob] * Added workaround to make large presence broadcasts more efficient [rob] * Generate random dialback key if none provided [rob] * Rewrote configure script (+ many code tweaks to support this) [rob] * Remove build requirement for Libidn and OpenSSL [rob] * Removed bundled Libidn due to licensing issues [rob] * Bugfixes: 3059, 3174, 3343, 3368, 3480, 3481, 3594 | |||||
2004-07-10 | Add default values for CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST, | salo | 1 | -1/+11 | |
used by comms/conserver. | |||||
2004-07-10 | Be explicit about the fact that USE_PKGINSTALL has to be set to YES | wiz | 1 | -2/+2 | |
for this Makefile fragment to get included. XXX: This should be documented in Packages.txt, not here. | |||||
2004-07-10 | Replace test -e with -d and -f respectively. | salo | 2 | -13/+13 | |
Fixes part of PR pkg/26235 by Georg Schwarz. | |||||
2004-07-10 | fix typo | grant | 1 | -2/+2 | |
2004-07-10 | explicitly don't transform "-Wl,*", fixing a bug that meant we were | grant | 1 | -1/+5 | |
throwing away all -W arguments that weren't -Wl,-R. fixes building of a number of packages on Solaris. | |||||
2004-07-10 | provide BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb, taken from whichever db | grant | 1 | -1/+14 | |
implementation is being used, including native. tested on NetBSD with db1 in libc, Linux with db1 in libdb, db2, db3 and db4. | |||||
2004-07-08 | Replace VARBASE in INSTALL/DEINSTALL scripts and in rc.d scripts. | reed | 1 | -1/+2 | |
2004-07-07 | Remove duplicated BUILDLINK_DEPENDS lines, which are not needed because | xtraeme | 1 | -14/+1 | |
they are already defined in the buildlink3 files. | |||||
2004-07-06 | Retire buildlink2, now that all packages using it have been converted to | wiz | 25 | -2136/+16 | |
buildlink3. | |||||
2004-07-06 | Option "-e" for "test" is not portable. | heinz | 1 | -2/+2 | |
2004-07-06 | Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strength | abs | 1 | -1/+7 | |
Java Cryptography Extension. Implemented as a variable rather than as an additional package as it needs to replace JRE jar files. | |||||
2004-07-06 | Implement EXTRACT_CMD.bin | abs | 1 | -1/+3 | |
2004-07-04 | Handle --execute the same way as --install (not modifying the arguments). | wiz | 1 | -2/+2 | |
Needed to convert inputmethods/xcin to bl3. Idea from jlam. | |||||
2004-07-04 | transform --export-dynamic to -G and strip -fstrict-prototypes. | grant | 2 | -3/+13 | |
2004-07-04 | Re-add USE_PKGSRC_GCC, and document it should only be | wiz | 1 | -2/+9 | |
used in /etc/mk.conf. Requested by Klaus Heinz. | |||||
2004-07-04 | Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC, | wiz | 1 | -22/+2 | |
now that all instances of packages using it have been fixed. | |||||
2004-07-03 | catch locking failure case where we couldn't find the parent's process | grant | 1 | -1/+5 | |
ID. from Roland Illig. | |||||
2004-07-03 | style fix from Roland Illig. | grant | 1 | -8/+6 | |
2004-07-03 | use built-in test(1) now that bsd.pkg.mk is ${TEST} -e free. | grant | 1 | -2/+2 | |
2004-07-03 | replace ${TEST} -e with -f. | grant | 1 | -2/+2 | |
2004-07-03 | replace use of ${TEST} -e with -f or -d as appropriate. use consistent | grant | 1 | -12/+12 | |
shell syntax. this allows the pkgsrc framework to work with IRIX 5.3 and Solaris' sh(1) built-in test(1). | |||||
2004-07-03 | add /var/sadm so that Solaris pkgchk(8) can read the package database, | grant | 1 | -2/+2 | |
xpm/builtin.mk uses this to determine whether Solaris has xpm. | |||||
2004-07-03 | update the cache for -static | grant | 1 | -2/+2 | |
2004-07-03 | fix typo and slight botch up in last | grant | 1 | -3/+3 | |
2004-07-03 | Convert -static to -Bstatic. | salo | 1 | -1/+6 | |
2004-07-03 | Use http instead of ftp from ftp.fi.NetBSD.org. This provides at least | gavan | 1 | -2/+2 | |
one MASTER_SITE_BACKUP which is available by http, to be nice to people behind proxies or who have difficulty with ftp. | |||||
2004-07-03 | gcc 3.3.4 is in pkgsrc now. | grant | 1 | -2/+2 | |
2004-07-02 | Unused. | wiz | 1 | -16/+0 | |
2004-07-02 | Remove support for buildlink2, now that all packages using this | wiz | 1 | -7/+3 | |
file have been converted to buildlink3. | |||||
2004-07-02 | else exists ... -> elif exists ... | wiz | 1 | -2/+2 | |
Noted by Roland Illig on tech-pkg. | |||||
2004-07-01 | the timezone file on Solaris is /etc/TIMEZONE. | grant | 1 | -2/+10 | |
2004-07-01 | Do not use continuation -- line is short | wiz | 1 | -3/+2 | |
enough, and this silences a pkglint warning. | |||||
2004-06-27 | Use shell builtins where possible, particularly for TEST. | jschauma | 1 | -9/+5 | |
Pointed out by Roland Illig on tech-pkg. | |||||
2004-06-27 | s/planetmirror.com/public.planetmirror.com.au/ to help MASTER_SORT. | grant | 1 | -2/+2 | |