Up to [cvs.netbsd.org] / pkgsrc / mk
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.287, Wed Oct 6 20:51:47 2004 UTC (3 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
jlam-pkgviews-base,
jlam-pkgviews,
HEAD
Changes since 1.286: +1 -1
lines
FILE REMOVED
Reorganize some of the files under pkgsrc/mk:
(1) defs.${OPSYS}.mk --> platform/${OPSYS}.mk.
The "platform" subdirectory is where all of the ${OPSYS}-specific
infrastructure logic should reside.
(2) bsd.pkg.defaults.mk --> defaults/mk.conf
bsd.pkg.obsolete.mk --> defaults/obsolete.mk
Renaming bsd.pkg.defaults.mk to defaults/mk.conf is to mimic the way
that NetBSD has /etc/rc.conf as well as /etc/defaults/rc.conf, where
the latter is a full list of user-settable variables, and the two
files share the same name to reinforce the fact /etc/defaults/rc.conf
can be directly copied in place as /etc/rc.conf. This is the same
relationship shared by defaults/mk.conf and /etc/mk.conf.
Revision 1.286 / (download) - annotate - [select for diffs], Wed Oct 6 19:47:01 2004 UTC (3 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.285: +7 -1
lines
Diff to previous 1.285 (colored)
Add SUN_JRE15_USE_JCE (forgot this file in the commit).
Revision 1.285 / (download) - annotate - [select for diffs], Thu Sep 30 15:37:24 2004 UTC (3 years, 9 months ago) by epg
Branch: MAIN
Changes since 1.284: +4 -8
lines
Diff to previous 1.284 (colored)
Make APR_USE_DB4 default to NO everywhere, now that subversion-base can build without it.
Revision 1.284 / (download) - annotate - [select for diffs], Mon Sep 27 14:44:31 2004 UTC (3 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.283: +1 -7
lines
Diff to previous 1.283 (colored)
LIBTOOLIZE_PLIST doesn't even need to be conditional. If USE_LIBTOOL is set in the package Makefile, then a libtool transform will be done, period.
Revision 1.283 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:44 2004 UTC (3 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.282: +2 -2
lines
Diff to previous 1.282 (colored)
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
Revision 1.282 / (download) - annotate - [select for diffs], Tue Sep 21 17:51:30 2004 UTC (3 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.281: +5 -1
lines
Diff to previous 1.281 (colored)
X11_TYPE=xorg users: * Use builtin versions for Xfixes, fixesext, randrext and render. There's no need to install these packages from pkgsrc when using X.org >= 6.8.0, they were already installed.
Revision 1.281 / (download) - annotate - [select for diffs], Tue Sep 14 08:34:52 2004 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.280: +7 -1
lines
Diff to previous 1.280 (colored)
Document THTTPD_LOG_FACILITY.
Revision 1.280 / (download) - annotate - [select for diffs], Fri Sep 10 19:51:50 2004 UTC (3 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.279: +7 -1
lines
Diff to previous 1.279 (colored)
* Do the *.la expansion within the current _PLIST_AWK_SCRIPT framework. We no longer require that LIBTOOL_LA_FILES be defined in the package Makefile, and the libtool archives should once again be listed in the PLIST. * Add a new yes/no variable "LIBTOOLIZE_PLIST" to control whether to have bsd.pkg.mk automatically expand *.la files in PLISTs into the true library names represented by the libtool archives. * Rename the "transform-la" script to "print-la-libnames" which more correctly reflects its function. Many thanks to Todd Vierling for the original implementation and for his contructive comments on how to improve the changes in this commit.
Revision 1.279 / (download) - annotate - [select for diffs], Wed Sep 1 02:21:29 2004 UTC (3 years, 10 months ago) by uebayasi
Branch: MAIN
Changes since 1.278: +2 -2
lines
Diff to previous 1.278 (colored)
Match the default value and the "Default" line (W3M_USE_UNICODE).
Revision 1.278 / (download) - annotate - [select for diffs], Wed Aug 25 04:09:10 2004 UTC (3 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.277: +10 -1
lines
Diff to previous 1.277 (colored)
Add a knob PKGSRC_SHOW_PATCH_ERRORMSG to control whether the newly verbose message displayed on patch failure is in fact displayed on patch failure. It defaults to "no" if PKG_DEVELOPER is defined, "yes" otherwise. While here, rename PKG_PATCH_FAIL to PKGSRC_PATCH_FAIL.
Revision 1.277 / (download) - annotate - [select for diffs], Tue Aug 10 05:59:45 2004 UTC (3 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.276: +1 -11
lines
Diff to previous 1.276 (colored)
ezmlm-idx's options have moved to its options.mk.
Revision 1.276 / (download) - annotate - [select for diffs], Mon Aug 9 22:37:34 2004 UTC (3 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.275: +1 -13
lines
Diff to previous 1.275 (colored)
Use bsd.options.mk framework for flow-tools package.
Revision 1.275 / (download) - annotate - [select for diffs], Sat Aug 7 21:03:59 2004 UTC (3 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.274: +1 -6
lines
Diff to previous 1.274 (colored)
Convert bash2 to use bsd.options.mk.
Revision 1.274 / (download) - annotate - [select for diffs], Sat Aug 7 14:13:06 2004 UTC (3 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.273: +1 -6
lines
Diff to previous 1.273 (colored)
Remove unused JABBERD_METHOD, it was replaced by PKG_OPTIONS.jabberd2.
Revision 1.273 / (download) - annotate - [select for diffs], Thu Aug 5 07:20:33 2004 UTC (3 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.272: +1 -17
lines
Diff to previous 1.272 (colored)
G/C the MUTT_* variables as they're documented in the mutt package Makefiles and will be removed and some point in the future.
Revision 1.272 / (download) - annotate - [select for diffs], Thu Aug 5 02:55:50 2004 UTC (3 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.271: +1 -58
lines
Diff to previous 1.271 (colored)
Garbage collect package-specific default settings that have migrated into their respective package Makefiles after they were converted to use bsd.options.mk. These variables will be removed at some point in the future (to be determined).
Revision 1.271 / (download) - annotate - [select for diffs], Wed Aug 4 02:56:01 2004 UTC (3 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.270: +11 -1
lines
Diff to previous 1.270 (colored)
Introduce GAMEDATAMODE and INSTALL_GAME_DATA, which will take care of files installed for SETGIDGAME packages. This will help address PR pkg/25313 and PR pkg/26236.
Revision 1.270 / (download) - annotate - [select for diffs], Mon Aug 2 04:01:38 2004 UTC (3 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.269: +1 -6
lines
Diff to previous 1.269 (colored)
Remove QMAIL_AUTOCONFIG. No need to mark it obsolete; it hasn't been around long.
Revision 1.269 / (download) - annotate - [select for diffs], Fri Jul 30 07:48:56 2004 UTC (3 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.268: +16 -1
lines
Diff to previous 1.268 (colored)
Add a new variable to specify the installation prefix for X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX. Defaults: xorg: X11ROOT_PREFIX = xorg. XFree86: X11ROOT_PREFIX = XFree86. Otherwise it's undefined. With this modification we don't have to specify X11BASE anymore, because it's assigned automatically via bsd.pkg.defaults.mk. If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf. Update Packages.txt now that we don't need X11BASE.
Revision 1.268 / (download) - annotate - [select for diffs], Tue Jul 27 15:59:31 2004 UTC (3 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.267: +3 -3
lines
Diff to previous 1.267 (colored)
erm, I had PKG_RESUME_TRANSFERS set to yes, disable it for now.
Revision 1.267 / (download) - annotate - [select for diffs], Tue Jul 27 15:56:19 2004 UTC (3 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.266: +7 -1
lines
Diff to previous 1.266 (colored)
Make the option to resume transfer optional, as suggested by
Robert Elz in PR pkg/26448 (at least for now).
If you want to use it, PKG_RESUME_TRANSFERS must be set to [Yy][Ee][Ss].
While here, no need to use ${AWK} to get the size with ${WC} -c,
${WC} -c < file is enough.
Thanks to Robert Elz for suggestions, still I have to fix the problems
reported in the PR.
Revision 1.266 / (download) - annotate - [select for diffs], Tue Jul 27 10:34:53 2004 UTC (3 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.265: +5 -1
lines
Diff to previous 1.265 (colored)
Fix some more troubles with my modification for resume transfers:
o Use ${WC} -c instead of using ${LS} -l, which works with
symlinks.
o Only assign -R to FETCH_RESUME_ARGS when FETCH_CMD is the
default value (NetBSD's ftp).
o Fix for www/navigator package, which uses DIST_SUBDIR.
o Replace another [ with ${TEST}.
o Print a warning when FETCH_CMD != ftp and FETCH_RESUME_ARGS
is empty (resume will not be possible).
Thanks to cube@ and tron@ for reporting/helping with the problems.
Revision 1.265 / (download) - annotate - [select for diffs], Tue Jul 27 03:59:26 2004 UTC (3 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.264: +16 -1
lines
Diff to previous 1.264 (colored)
Add support to resume transfers, by default it will be disabled if $http_proxy or $ftp_proxy are defined (for the moment, NetBSD's ftp(1) doesn't support this). While I'm here, move FETCH_CMD from bsd.pkg.mk to bsd.pkg.defaults.mk, and add the new variable FETCH_RESUME_ARGS (-R by default with ftp(1) from NetBSD/pkgsrc). If you want to use wget to resume transfers, you should use something like: FETCH_CMD=wget FETCH_RESUME_ARGS=-c
Revision 1.264 / (download) - annotate - [select for diffs], Sun Jul 25 06:51:33 2004 UTC (4 years ago) by grant
Branch: MAIN
Changes since 1.263: +6 -1
lines
Diff to previous 1.263 (colored)
move PKG_SUFX=.tbz example to bsd.pkg.defaults.mk.
Revision 1.263 / (download) - annotate - [select for diffs], Wed Jul 21 22:32:24 2004 UTC (4 years ago) by schmonz
Branch: MAIN
Changes since 1.262: +22 -4
lines
Diff to previous 1.262 (colored)
Add QMAIL_AUTOCONFIG, QMAIL_QUEUE_DIR, and QMAIL_QUEUE_EXTRA, which will control some aspects of the about-to-be-imported qmail package, and note that you probably don't need to change QMAILDIR anymore.
Revision 1.262 / (download) - annotate - [select for diffs], Tue Jul 20 22:04:44 2004 UTC (4 years ago) by salo
Branch: MAIN
Changes since 1.261: +2 -2
lines
Diff to previous 1.261 (colored)
Remove external Matroska support from mplayer packages. The new internal demuxer is the only one supported now, works better and support for the external one will be removed in next releases.
Revision 1.261 / (download) - annotate - [select for diffs], Mon Jul 19 23:54:32 2004 UTC (4 years ago) by schmonz
Branch: MAIN
Changes since 1.260: +11 -1
lines
Diff to previous 1.260 (colored)
Introduce EZMLM_IDX_USE_{MY,PG}SQL, which provide database support
in mail/ezmlm-idx.
Revision 1.260 / (download) - annotate - [select for diffs], Mon Jul 19 20:00:15 2004 UTC (4 years ago) by jlam
Branch: MAIN
Changes since 1.259: +6 -25
lines
Diff to previous 1.259 (colored)
Stop the proliferation of <PKG>_USE_<FOO> yes/no variables in the 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.
Revision 1.259 / (download) - annotate - [select for diffs], Fri Jul 16 23:21:50 2004 UTC (4 years ago) by xtraeme
Branch: MAIN
Changes since 1.258: +6 -1
lines
Diff to previous 1.258 (colored)
Enable OpenLDAP support in devel/apr, by default it's disabled. If you want to use it, "APR_USE_OPENLDAP" should be set to [Yy][Ee][Ss]. This closes PR pkg/25356.
Revision 1.258 / (download) - annotate - [select for diffs], Wed Jul 14 00:25:11 2004 UTC (4 years ago) by xtraeme
Branch: MAIN
Changes since 1.257: +6 -1
lines
Diff to previous 1.257 (colored)
Update chat/jabberd2 to 2.0s3.
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
Revision 1.257 / (download) - annotate - [select for diffs], Sat Jul 10 22:32:28 2004 UTC (4 years ago) by salo
Branch: MAIN
Changes since 1.256: +11 -1
lines
Diff to previous 1.256 (colored)
Add default values for CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST, used by comms/conserver.
Revision 1.256 / (download) - annotate - [select for diffs], Tue Jul 6 22:49:16 2004 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.255: +4 -4
lines
Diff to previous 1.255 (colored)
Retire buildlink2, now that all packages using it have been converted to buildlink3.
Revision 1.255 / (download) - annotate - [select for diffs], Tue Jul 6 11:32:49 2004 UTC (4 years ago) by abs
Branch: MAIN
Changes since 1.254: +7 -1
lines
Diff to previous 1.254 (colored)
Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strength Java Cryptography Extension. Implemented as a variable rather than as an additional package as it needs to replace JRE jar files.
Revision 1.254 / (download) - annotate - [select for diffs], Sat Jun 26 06:03:41 2004 UTC (4 years ago) by grant
Branch: MAIN
Changes since 1.253: +2 -2
lines
Diff to previous 1.253 (colored)
as per bsd.pkg.mk rev 1.1449, flow.dl.sourceforge.net in Australia is still unreachable. replace it with optusnet.dl.sourceforge.net, another fast, up-to-date mirror.
Revision 1.253 / (download) - annotate - [select for diffs], Tue Jun 22 23:53:52 2004 UTC (4 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.252: +6 -1
lines
Diff to previous 1.252 (colored)
Enable drac support in mail/qpopper package, patch was supplied by John Nemeth in PR pkg/22925. The new option to use is "QPOPPER_USE_DRAC" and by default is not defined. Bump PKGREVISION.
Revision 1.252 / (download) - annotate - [select for diffs], Sun Jun 20 20:57:17 2004 UTC (4 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.251: +1 -11
lines
Diff to previous 1.251 (colored)
Update sysutils/grub to 0.95, and remove obsoleted options GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed. New in 0.95 - 2004-06-13: * Add support for ReiserFS 3. * Fix support for FreeBSD 5. * Support ATARAID for Linux in the grub shell and grub-install. * Add CDROM support for El Torito with no emulation mode. You can use (cd) as a CDROM drive in the config file. * Option --no-mem-option is implied for Linux 2.4.18 and newer. * Add support for UFS2.
Revision 1.251 / (download) - annotate - [select for diffs], Sun Jun 20 02:52:56 2004 UTC (4 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.250: +1 -14
lines
Diff to previous 1.250 (colored)
Remove obsoleted options USE_TETEX2 and LIBWRAP_FWD, they are not used under any package, reported by Jim Bernard in PRs pkg/25975, pkg/25976.
Revision 1.250 / (download) - annotate - [select for diffs], Fri Jun 18 11:22:41 2004 UTC (4 years, 1 month ago) by kristerw
Branch: MAIN
Changes since 1.249: +1 -22
lines
Diff to previous 1.249 (colored)
Remove Motif 1.2 functionality.
Revision 1.249 / (download) - annotate - [select for diffs], Sun Jun 6 22:04:55 2004 UTC (4 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.248: +44 -39
lines
Diff to previous 1.248 (colored)
Introduce VARBASE per discussion on tech-pkg@. It is set to "/var" by default.
Revision 1.248 / (download) - annotate - [select for diffs], Fri Jun 4 20:15:28 2004 UTC (4 years, 1 month ago) by mrauch
Branch: MAIN
Changes since 1.247: +2 -2
lines
Diff to previous 1.247 (colored)
Note usage of PKG_LANG by misc/openoffice.
Revision 1.247 / (download) - annotate - [select for diffs], Mon May 31 16:47:00 2004 UTC (4 years, 1 month ago) by jschauma
Branch: MAIN
Changes since 1.246: +3 -3
lines
Diff to previous 1.246 (colored)
Use a cleaner approach for previous: - set RSH on an opsys-specific basis, defaulting to /usr/bin/rsh (XXX: please confirm/verify this on your OS) - set SSH_RSHPATH to RSH in bsd.pkg.defaults.mk
Revision 1.246 / (download) - annotate - [select for diffs], Sun May 30 08:10:05 2004 UTC (4 years, 1 month ago) by mrauch
Branch: MAIN
Changes since 1.245: +21 -1
lines
Diff to previous 1.245 (colored)
Add MASTER_SITE_OPENOFFICE for the misc/openoffice* packages. List extracted from http://download.openoffice.org/1.1.1/source.html
Revision 1.245 / (download) - annotate - [select for diffs], Fri May 28 22:20:42 2004 UTC (4 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.244: +6 -1
lines
Diff to previous 1.244 (colored)
Update mail/dovecot to 0.99.10.5.
v0.99.10.5 2003-12-27 Timo Sirainen <tss@iki.fi>
+ MySQL authentication, patch by Matthew Reimer
+ --with-moduledir configure option
- mbox: APPEND reversed given \Draft and \Deleted flags
- mbox: "LF not found" errors happened sometimes when X-IMAPbase
header was updated. Possibly corrupted mbox sometimes.
Thanks to Fabrice Bellet for finding this bug.
- Custom flags couldn't be unset
- Maildir: make sure ":2," is appended to filename when moving mails
from new/ to cur/.
- Maildir: synchronization might have sometimes set wrong flags to
messages, or crash completely
- Maildir: RENAME xx inbox.xx didn't result as uppercased ".INBOX.xx"
directory which then couldn't be accessed
- Don't crash with RAND_bytes() error messages anymore. This mostly
happened with Fedora/RedHat.
pkgsrc changes:
o Disable crammd5 patch, doesn't apply cleanly anymore.
o Add a new option "DOVECOT_USE_MYSQL" to authenticate users
against a mysql database.
Revision 1.244 / (download) - annotate - [select for diffs], Thu May 27 09:28:15 2004 UTC (4 years, 1 month ago) by recht
Branch: MAIN
Changes since 1.243: +6 -1
lines
Diff to previous 1.243 (colored)
Add two patches from CVS: - allow deletions in the middle of a hash_enumerate - typo Posted by Jukka Salmi on tech-pkg@. While at it add a knob for changing cyrus' default idle method. # CYRUS_IDLE # use METHOD for IMAP IDLE # METHOD is poll, idled or no # Default: not defined (Idea from FreeBSD) Bump PKGREVISION to 2.
Revision 1.243 / (download) - annotate - [select for diffs], Tue May 25 21:51:42 2004 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.242: +6 -1
lines
Diff to previous 1.242 (colored)
Add VICE_USE_FFMPEG switch to enable ffmpeg support in vice. Document it in bsd.pkg.defaults.mk. Defaults to "no". PKGREVISION not bumped since package does not change (by default).
Revision 1.242 / (download) - annotate - [select for diffs], Sun May 23 16:01:49 2004 UTC (4 years, 2 months ago) by jschauma
Branch: MAIN
Changes since 1.241: +19 -1
lines
Diff to previous 1.241 (colored)
Introduce and use three new variables: LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode to specify the data dir, the user and the group, defaulting to 'news'. Note: the default is the same as for inn. Pointed out by Georg Schwarz in mail to tech-pkg.
Revision 1.241 / (download) - annotate - [select for diffs], Sat May 22 19:09:53 2004 UTC (4 years, 2 months ago) by cl
Branch: MAIN
Changes since 1.240: +6 -1
lines
Diff to previous 1.240 (colored)
add XEN12_USE_COM2 option to switch Xen console on com port2
Revision 1.240 / (download) - annotate - [select for diffs], Sat May 22 18:58:29 2004 UTC (4 years, 2 months ago) by jschauma
Branch: MAIN
Changes since 1.239: +11 -1
lines
Diff to previous 1.239 (colored)
Introduce and use two new variables: INN_USER and INN_GROUP, specifying the username and groupname to be used by inn, defaulting to 'news'. Noted by Georg Schwarz in mail to tech-pkg.
Revision 1.239 / (download) - annotate - [select for diffs], Sat May 15 09:44:00 2004 UTC (4 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.238: +2 -2
lines
Diff to previous 1.238 (colored)
update suggested CPAN mirror for Australia to mirror.aarnet.edu.au, which is much more up-to-date than planetmirror.
Revision 1.238 / (download) - annotate - [select for diffs], Wed May 12 01:03:58 2004 UTC (4 years, 2 months ago) by jschauma
Branch: MAIN
Changes since 1.237: +31 -1
lines
Diff to previous 1.237 (colored)
Introduce new variables: SETGIDGAME: specifies whether or not certain games are installed setgid GAMEGRP: the group owning games if SETGIDGAME is set GAMEOWN: the user owning games if SETFIDGAME is set GAMEMODE: the mode to install games as Use these to provide INSTALL_GAME (for example for PR pkg/25313), and set them to meaningful values under NetBSD.
Revision 1.237 / (download) - annotate - [select for diffs], Sun May 2 20:04:36 2004 UTC (4 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.236: +11 -1
lines
Diff to previous 1.236 (colored)
Rename GRUB_ISO9660 and GRUB_UFS2 to GRUB_USE_ISO9660 and GRUB_USE_UFS2 respectively, and document them in bsd.pkg.defaults.mk.
Revision 1.236 / (download) - annotate - [select for diffs], Sun May 2 19:15:18 2004 UTC (4 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.235: +6 -1
lines
Diff to previous 1.235 (colored)
Rename ENABLE_CACHE option to JWHOIS_ENABLE_CACHE, and document it in the defaults file.
Revision 1.235 / (download) - annotate - [select for diffs], Wed Apr 28 11:27:54 2004 UTC (4 years, 2 months ago) by uebayasi
Branch: MAIN
Changes since 1.234: +1 -7
lines
Diff to previous 1.234 (colored)
* Bl3ify. * Enable pkgviews installation. * Obsolete PRIV_CONF_DIR and follow PKG_SYSCONFDIR, the standard.
Revision 1.234 / (download) - annotate - [select for diffs], Thu Apr 22 15:58:26 2004 UTC (4 years, 3 months ago) by seb
Branch: MAIN
Changes since 1.233: +7 -1
lines
Diff to previous 1.233 (colored)
Add default value of FLOW_TOOLS_USE_POSTGRESQL for package net/flow-tools.
Revision 1.233 / (download) - annotate - [select for diffs], Wed Apr 21 21:09:32 2004 UTC (4 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.232: +3 -17
lines
Diff to previous 1.232 (colored)
Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
Revision 1.232 / (download) - annotate - [select for diffs], Wed Apr 21 17:08:06 2004 UTC (4 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.231: +2 -2
lines
Diff to previous 1.231 (colored)
Fix tyop
Revision 1.231 / (download) - annotate - [select for diffs], Tue Apr 20 14:21:19 2004 UTC (4 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.230: +5 -6
lines
Diff to previous 1.230 (colored)
Fix "M17N without Unicode".
Revision 1.230 / (download) - annotate - [select for diffs], Mon Apr 19 00:23:34 2004 UTC (4 years, 3 months ago) by recht
Branch: MAIN
Changes since 1.229: +8 -1
lines
Diff to previous 1.229 (colored)
Document the PGSQL_USE_HIER used by the PostgreSQL 7.4 packages.
Revision 1.229 / (download) - annotate - [select for diffs], Sun Apr 18 12:08:42 2004 UTC (4 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.228: +7 -37
lines
Diff to previous 1.228 (colored)
Update W3m from 0.4.0 to 0.5. Now M17N patch is merged into the main development now. Pkgsrc changes: * Simplify options. * XXX "M17N without Unicode" is broken now. This should be fixed. Other changes in W3m: w3m 0.5 - 2004-03-22 * gettextize * m17n patch merged w3m 0.4.2 - 2003-09-23 * options: -4, -6 * configuration file in $(sysconfdir)/$(package)/ * func: NEXT_VISITED, PREV_VISITED * autoconfiscate (partially) * rc: use_history w3m 0.4.1 - 2003-03-07 * fix bugs - completion segfault in lineinput - incremental search - URL pattern fix - UFhalfclose bug - allow pipe in shell command - enhance ftp directory support - linenumber in edit - fix Bug#181897 - W3M_TTY problem fixed
Revision 1.228 / (download) - annotate - [select for diffs], Sat Apr 10 12:26:23 2004 UTC (4 years, 3 months ago) by salo
Branch: MAIN
Changes since 1.227: +2 -2
lines
Diff to previous 1.227 (colored)
Add "matroska" driver to list of possible MPLAYER_DISABLE_DRIVERS options.
Revision 1.227 / (download) - annotate - [select for diffs], Sun Apr 4 07:09:38 2004 UTC (4 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.226: +3 -3
lines
Diff to previous 1.226 (colored)
Make USE_XPKGWEDGE default to "yes", as announced on tech-pkg@ last week.
Revision 1.226 / (download) - annotate - [select for diffs], Mon Mar 29 11:01:24 2004 UTC (4 years, 3 months ago) by recht
Branch: MAIN
Changes since 1.225: +9 -1
lines
Diff to previous 1.225 (colored)
Add and document MKTTINTERP.
Revision 1.225 / (download) - annotate - [select for diffs], Sun Mar 28 23:14:29 2004 UTC (4 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.224: +1 -6
lines
Diff to previous 1.224 (colored)
Remove USE_PKGSRC_XFREE86 which has been replaced by X11_TYPE=XFree86.
Revision 1.224 / (download) - annotate - [select for diffs], Mon Mar 15 18:09:42 2004 UTC (4 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.223: +3 -3
lines
Diff to previous 1.223 (colored)
Add MesaLib and glu to the list of packages for which we prefer the pkgsrc libraries. This now matches the behaviour in pre-buildlink3 days.
Revision 1.223 / (download) - annotate - [select for diffs], Mon Mar 15 17:36:42 2004 UTC (4 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.222: +3 -3
lines
Diff to previous 1.222 (colored)
Alphabetize the PREFER_PKGSRC list for easier searching.
Revision 1.222 / (download) - annotate - [select for diffs], Sat Mar 6 13:45:37 2004 UTC (4 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.221: +2 -1
lines
Diff to previous 1.221 (colored)
Explicitly enable Xft support in mozilla-gtk2; it is already beeing used by the GUI (because of gtk2), so do it the right way by adding support everywhere. Bump PKGREVISION to 3.
Revision 1.221 / (download) - annotate - [select for diffs], Sat Mar 6 12:06:55 2004 UTC (4 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.220: +1 -6
lines
Diff to previous 1.220 (colored)
remove short-lived YTALK_USE_X11, now net/ytalk-x11 has X support enabled.
Revision 1.220 / (download) - annotate - [select for diffs], Mon Mar 1 19:13:16 2004 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.219: +3 -3
lines
Diff to previous 1.219 (colored)
Mention that gnupg honours M68060 too, and fix the grammar in its description.
Revision 1.219 / (download) - annotate - [select for diffs], Sun Feb 29 19:06:09 2004 UTC (4 years, 4 months ago) by recht
Branch: MAIN
Changes since 1.218: +3 -2
lines
Diff to previous 1.218 (colored)
Also add expat to PREFER_PKGSRC. ok'd by wiz@
Revision 1.218 / (download) - annotate - [select for diffs], Sun Feb 29 18:58:12 2004 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.217: +2 -2
lines
Diff to previous 1.217 (colored)
Add fontconfig to PREFER_PKGSRC arguments too; per report from hubertf that it fixed his kdetoys3 build and nudge from Sverre Froyen on tech-pkg.
Revision 1.217 / (download) - annotate - [select for diffs], Sun Feb 29 11:33:43 2004 UTC (4 years, 4 months ago) by recht
Branch: MAIN
Changes since 1.216: +2 -2
lines
Diff to previous 1.216 (colored)
s/randr/randrext/ for PREFER_PKGSRC (There's no randr pkg.)
Revision 1.216 / (download) - annotate - [select for diffs], Sun Feb 29 10:32:13 2004 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.215: +2 -2
lines
Diff to previous 1.215 (colored)
Default PREFER_PKGSRC to Xrender render Xft2 freetype2 Xrandr randr xcursor to fix lots of build problems on systems where the libraries coming with X are too old for some packages (but not for others). Ok'd by recht@ and agc@. Attention: for this to take effect, you must recompile your packages that depend on freetype2/Xrender, especially pango.
Revision 1.215 / (download) - annotate - [select for diffs], Sat Feb 28 12:22:14 2004 UTC (4 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.214: +6 -1
lines
Diff to previous 1.214 (colored)
provide default for YTALK_USE_X11
Revision 1.214 / (download) - annotate - [select for diffs], Thu Feb 12 02:35:06 2004 UTC (4 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.213: +11 -6
lines
Diff to previous 1.213 (colored)
Create a new variable PREFER_NATIVE that has the opposite semantics as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
Revision 1.213 / (download) - annotate - [select for diffs], Sat Feb 7 15:21:52 2004 UTC (4 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.212: +7 -1
lines
Diff to previous 1.212 (colored)
Introduce EMACS_TYPE to determine which emacs version should be installed, and emacs lisp packages should be built for. Users need to set the version you like in /etc/mk.conf explicitly. The default is emacs21 (editors/emacs, GNU Emacs 21.x). This will deprecate EMACS_VERSION_DEFAULT defined in emacs.mk and USE_XEMACS used in places.
Revision 1.212 / (download) - annotate - [select for diffs], Thu Feb 5 07:19:34 2004 UTC (4 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.211: +10 -1
lines
Diff to previous 1.211 (colored)
Document PREFER_PKGSRC and default to "no".
Revision 1.211 / (download) - annotate - [select for diffs], Sat Jan 31 23:46:18 2004 UTC (4 years, 5 months ago) by snj
Branch: MAIN
Changes since 1.210: +2 -2
lines
Diff to previous 1.210 (colored)
s/seperated/separated/
Revision 1.210 / (download) - annotate - [select for diffs], Thu Jan 29 18:36:38 2004 UTC (4 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.209: +9 -1
lines
Diff to previous 1.209 (colored)
Update grub to 0.94: * Support building on x86-64 with gcc -m32. * Use a BIOS call to turn on/off Gate A20. This should solve various problems related to Gate A20 in modern BIOSes. * Add a workaround for buggy BIOSes (notably HP Vectra series) which don't pass the boot drive correctly. * Display "GNU GRUB" instead of "GRUB" in the menu. * Add support for QNX RTP into the grub shell. * Add support for the initrd max address of a kernel header in Linux. * Support 32 bit and 64 bit dev_t. * Add support for an install device in GRUB's notation with no parenthesis (e.g. grub-install hd0). * Improve the manual a lot. While here, add a new build definition, GRUB_PRESET_COMMAND, which can be set to a single command that will be embedded in grub's stage2 and executed during bootup (useful for automated diskless setups). Also make use of BUILD_DEFS properly. And pick up maintainership, as requested by tron@.
Revision 1.209 / (download) - annotate - [select for diffs], Sat Jan 24 09:23:22 2004 UTC (4 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.208: +6 -1
lines
Diff to previous 1.208 (colored)
Added a new variable for XFree86 packages: USE_PKGSRC_XFREE86 By default it is disabled, if you want to use XFree86 packages from pkgsrc, please add "USE_PKGSRC_XFREE86=YES" in /etc/mk.conf.
Revision 1.208 / (download) - annotate - [select for diffs], Thu Jan 22 10:19:58 2004 UTC (4 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.207: +3 -2
lines
Diff to previous 1.207 (colored)
Add three additional mirrors to MASTER_SITE_SUSE.
Revision 1.207 / (download) - annotate - [select for diffs], Sun Jan 18 18:55:24 2004 UTC (4 years, 6 months ago) by epg
Branch: MAIN
Changes since 1.206: +11 -1
lines
Diff to previous 1.206 (colored)
As i described in <9883.1074028467@gould.diplodocus.org> (http://mail-index.netbsd.org/tech-pkg/2004/01/13/0015.html) and <479.1074093881@gould.diplodocus.org> (http://mail-index.netbsd.org/tech-pkg/2004/01/14/0016.html), add an APR_USE_DB4 variable (defaulting to YES except on platforms where db4 is broken). devel/apr now builds without db4 when APR_USE_DB4 is NO.
Revision 1.206 / (download) - annotate - [select for diffs], Thu Jan 15 12:48:00 2004 UTC (4 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.205: +7 -1
lines
Diff to previous 1.205 (colored)
Support a new yes/no variable "KERBEROS_PREFIX_CMDS" that can be used by Kerberos implementation packages to decide whether to prefix certain commands with a "k" to differentiate it from system tools with similar names. KERBEROS_PREFIX_CMDS defaults to "no".
Revision 1.205 / (download) - annotate - [select for diffs], Wed Jan 14 08:23:07 2004 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.204: +6 -2
lines
Diff to previous 1.204 (colored)
Add warning to IGNORE_RECOMMENDED entry.
Revision 1.204 / (download) - annotate - [select for diffs], Wed Jan 14 06:57:45 2004 UTC (4 years, 6 months ago) by rh
Branch: MAIN
Changes since 1.203: +9 -1
lines
Diff to previous 1.203 (colored)
Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a more
fine-grained distinction between required versions of pre-requisites
(DEPENDS) and versions that are recommended for security or library ABI
consistency reasons (RECOMMENDED).
The contents of ${RECOMMENDED} are added to DEPENDS unless
IGNORE_RECOMMENDED is set to YES, in which case a warning will be printed
and IGNORE_RECOMMENDED will be added to BUILD_DEFS.
Add a corresponding BUILDLINK_RECOMMENDED.<pkg> variable for use with
buildlink2 and buildlink3.
Revision 1.203 / (download) - annotate - [select for diffs], Sun Jan 11 17:03:47 2004 UTC (4 years, 6 months ago) by kim
Branch: MAIN
Changes since 1.202: +15 -1
lines
Diff to previous 1.202 (colored)
Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (for audio/icecast1).
Revision 1.202 / (download) - annotate - [select for diffs], Sun Jan 11 16:42:04 2004 UTC (4 years, 6 months ago) by kim
Branch: MAIN
Changes since 1.201: +7 -1
lines
Diff to previous 1.201 (colored)
Add X10_PORT for selecting the default serial port for the X10 adapter.
Revision 1.201 / (download) - annotate - [select for diffs], Thu Jan 8 19:48:05 2004 UTC (4 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.200: +7 -1
lines
Diff to previous 1.200 (colored)
Explain the option ICECAST_CHROOTDIR.
Revision 1.200 / (download) - annotate - [select for diffs], Wed Jan 7 21:45:18 2004 UTC (4 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.199: +6 -1
lines
Diff to previous 1.199 (colored)
Change wxGTK to use gtk2 by default. Provide the WXGTK_USE_GTK1 variable which, if set to YES, will revert the package to use gtk1. Bump PKGREVISION. Closes PR pkg/21509.
Revision 1.199 / (download) - annotate - [select for diffs], Wed Jan 7 19:09:41 2004 UTC (4 years, 6 months ago) by ben
Branch: MAIN
Changes since 1.198: +4 -4
lines
Diff to previous 1.198 (colored)
Add fprot-workstation-license for security/fprot-workstation-bin.
Revision 1.198 / (download) - annotate - [select for diffs], Tue Jan 6 23:00:51 2004 UTC (4 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.197: +7 -1
lines
Diff to previous 1.197 (colored)
Create a variable USE_XPKGWEDGE that determines whether or not pkgsrc will
use xpkgwedge to install X11 packages into ${LOCALBASE}. It defaults to
"no" to preserve the current behaviour.
Also make pkgviews imply USE_XPKGWEDGE=yes, as xpkgwedge is a requirement
for making X11 packages install properly using pkgviews.
Revision 1.197 / (download) - annotate - [select for diffs], Fri Jan 2 18:45:44 2004 UTC (4 years, 6 months ago) by ben
Branch: MAIN
Changes since 1.196: +4 -1
lines
Diff to previous 1.196 (colored)
Add license information for fp-netbsd-ws, and note new package in Makefile and CHANGES.
Revision 1.196 / (download) - annotate - [select for diffs], Tue Dec 23 10:21:53 2003 UTC (4 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.195: +29 -1
lines
Diff to previous 1.195 (colored)
Added default values for jabberd package.
Revision 1.195 / (download) - annotate - [select for diffs], Wed Dec 17 13:48:02 2003 UTC (4 years, 7 months ago) by keihan
Branch: MAIN
Changes since 1.194: +20 -20
lines
Diff to previous 1.194 (colored)
http://www.netbsd.org/Sites/net.html is no more, use /mirrors/ instead. From Dave B <netbsd-current (at) dberg (dot) net> to www@ While there, s/netbsd.org/NetBSD.org/g.
Revision 1.194 / (download) - annotate - [select for diffs], Wed Dec 17 03:00:11 2003 UTC (4 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.193: +7 -1
lines
Diff to previous 1.193 (colored)
add a template and comments for MOZILLA_USE_LINUX.
Revision 1.193 / (download) - annotate - [select for diffs], Thu Dec 4 10:28:31 2003 UTC (4 years, 7 months ago) by veego
Branch: MAIN
Changes since 1.192: +7 -1
lines
Diff to previous 1.192 (colored)
Add IRSSI_USE_SSL?= YES to be used in the coming update of irssi 0.8.8.
Revision 1.192 / (download) - annotate - [select for diffs], Wed Nov 12 17:24:38 2003 UTC (4 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.191: +5 -5
lines
Diff to previous 1.191 (colored)
After some discussion, default BSDSRCDIR to /usr/src if it's not already set in /etc/mk.conf, and default BSDXSRCDIR to /usr/xsrc if it's not already set in /etc/mk.conf.
Revision 1.191 / (download) - annotate - [select for diffs], Tue Nov 11 14:32:06 2003 UTC (4 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.190: +14 -1
lines
Diff to previous