summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2004-07-24Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX.recht1-1/+2
2004-07-23pgsql.buildlink3.mk is used to select a PostgreSQL version for use byrecht1-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-22make the TBL variable work as intendeddrochner1-2/+2
2004-07-22Abstract out the "nice -n 20" clause, so that it can be set to somethingagc2-4/+12
else if desired. Print out dates in the form: yyyy/mm/dd
2004-07-21Add QMAIL_AUTOCONFIG, QMAIL_QUEUE_DIR, and QMAIL_QUEUE_EXTRA, whichschmonz1-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-21Enable _OPSYS_MAX_CMDLEN test.xtraeme1-6/+5
2004-07-21If a package Makefile sets USE_TBL to "yes", then add "tbl" tojlam1-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-21Add a reminder that the old Postfix make variables will be removed afterjlam1-1/+5
the 2004Q3 branch is released.
2004-07-20Remove external Matroska support from mplayer packages.salo1-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-19Introduce EZMLM_IDX_USE_{MY,PG}SQL, which provide database supportschmonz1-1/+11
in mail/ezmlm-idx.
2004-07-19Stop the proliferation of <PKG>_USE_<FOO> yes/no variables in thejlam2-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-16Enable OpenLDAP support in devel/apr, by default it's disabled.xtraeme1-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-15add anchors for jumping to the top and each section of the HTML report.grant1-4/+22
2004-07-15only include broken packages in the email output.grant1-6/+9
2004-07-14Revert 1.29.wiz1-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-14Update chat/jabberd2 to 2.0s3.xtraeme1-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-10Add default values for CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST,salo1-1/+11
used by comms/conserver.
2004-07-10Be explicit about the fact that USE_PKGINSTALL has to be set to YESwiz1-2/+2
for this Makefile fragment to get included. XXX: This should be documented in Packages.txt, not here.
2004-07-10Replace test -e with -d and -f respectively.salo2-13/+13
Fixes part of PR pkg/26235 by Georg Schwarz.
2004-07-10fix typogrant1-2/+2
2004-07-10explicitly don't transform "-Wl,*", fixing a bug that meant we weregrant1-1/+5
throwing away all -W arguments that weren't -Wl,-R. fixes building of a number of packages on Solaris.
2004-07-10provide BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb, taken from whichever dbgrant1-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-08Replace VARBASE in INSTALL/DEINSTALL scripts and in rc.d scripts.reed1-1/+2
2004-07-07Remove duplicated BUILDLINK_DEPENDS lines, which are not needed becausextraeme1-14/+1
they are already defined in the buildlink3 files.
2004-07-06Retire buildlink2, now that all packages using it have been converted towiz25-2136/+16
buildlink3.
2004-07-06Option "-e" for "test" is not portable.heinz1-2/+2
2004-07-06Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strengthabs1-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-06Implement EXTRACT_CMD.binabs1-1/+3
2004-07-04Handle --execute the same way as --install (not modifying the arguments).wiz1-2/+2
Needed to convert inputmethods/xcin to bl3. Idea from jlam.
2004-07-04transform --export-dynamic to -G and strip -fstrict-prototypes.grant2-3/+13
2004-07-04Re-add USE_PKGSRC_GCC, and document it should only bewiz1-2/+9
used in /etc/mk.conf. Requested by Klaus Heinz.
2004-07-04Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC,wiz1-22/+2
now that all instances of packages using it have been fixed.
2004-07-03catch locking failure case where we couldn't find the parent's processgrant1-1/+5
ID. from Roland Illig.
2004-07-03style fix from Roland Illig.grant1-8/+6
2004-07-03use built-in test(1) now that bsd.pkg.mk is ${TEST} -e free.grant1-2/+2
2004-07-03replace ${TEST} -e with -f.grant1-2/+2
2004-07-03replace use of ${TEST} -e with -f or -d as appropriate. use consistentgrant1-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-03add /var/sadm so that Solaris pkgchk(8) can read the package database,grant1-2/+2
xpm/builtin.mk uses this to determine whether Solaris has xpm.
2004-07-03update the cache for -staticgrant1-2/+2
2004-07-03fix typo and slight botch up in lastgrant1-3/+3
2004-07-03Convert -static to -Bstatic.salo1-1/+6
2004-07-03Use http instead of ftp from ftp.fi.NetBSD.org. This provides at leastgavan1-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-03gcc 3.3.4 is in pkgsrc now.grant1-2/+2
2004-07-02Unused.wiz1-16/+0
2004-07-02Remove support for buildlink2, now that all packages using thiswiz1-7/+3
file have been converted to buildlink3.
2004-07-02else exists ... -> elif exists ...wiz1-2/+2
Noted by Roland Illig on tech-pkg.
2004-07-01the timezone file on Solaris is /etc/TIMEZONE.grant1-2/+10
2004-07-01Do not use continuation -- line is shortwiz1-3/+2
enough, and this silences a pkglint warning.
2004-06-27Use shell builtins where possible, particularly for TEST.jschauma1-9/+5
Pointed out by Roland Illig on tech-pkg.
2004-06-27s/planetmirror.com/public.planetmirror.com.au/ to help MASTER_SORT.grant1-2/+2