Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
file have been converted to buildlink3.
|
|
Noted by Roland Illig on tech-pkg.
|
|
|
|
enough, and this silences a pkglint warning.
|
|
Pointed out by Roland Illig on tech-pkg.
|
|
|
|
still unreachable. replace it with optusnet.dl.sourceforge.net,
another fast, up-to-date mirror.
|
|
since it is currently working.
|
|
|
|
Saves trailing \ properly.
Addresses PR pkg/26022 by Akio OBATA.
|
|
SunOS.
|
|
by John Nemeth in PR pkg/22925.
The new option to use is "QPOPPER_USE_DRAC" and by default is not
defined.
Bump PKGREVISION.
|
|
you could build packages faster right now (yay), I'm using this way
around +2 months ago without any problem.
Ok'ed by jlam@.
|
|
grant, because previous check was not working fine, I tested it under
OpenBSD 3.5 and now just works.
|
|
BUILDLINK_LDADD.pthread was empty, so add a check to find the libraries
and if they are found, add -lpthread to BUILDLINK_LDADD.pthread, thanks
to grant beattie for the suggestion.
Reported and tested by Sergio Jimenez <tripledes at eslack dot org>.
|
|
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.
|
|
under any package, reported by Jim Bernard in PRs pkg/25975, pkg/25976.
|
|
|
|
|
|
|
|
* Make sure ${PKG_SYSCONFDIR} is passed to configure.
* Care ${PRIV_CONF_DIR} as an obsoleted variable.
Pointed out by Matt Green.
|
|
compile/link time by adding the appropriate flags to CPPFLAGS and
LDFLAGS (patch posted to tech-pkg@).
fixes build of a number of motif-needy packages on Solaris using
native motif from /usr/dt.
XXX this needs to better adhere to the buildlink3 way, but not during
the freeze.
|
|
-lpthread. ok'd by jlam.
addresses PR pkg/24966 from Charlie Allom.
|
|
systems known to support its (FreeBSD, NetBSD, Linux).
fixes breakage caused by passing -pthread to SunPro cc(1) and likely
also fixes platforms other than the above.
|
|
some packages (for example ntp4) have configure scripts that try to be
clever and insert their own if they don't find any. This would be wrong
on a system that relies on /etc/compiler.defaults to choose the correct
ABI.
|
|
The later usually returns "${LOCALBASE}" which isn't useful for most of
the packages providing a JVM.
|
|
default.
|
|
"foo" as "foo.subst.sav". Implement SUBST_POSTCMD, which by default
cleans up these leftovers. If you need to keep them around, e.g.
while debugging, set it to ${DO_NADA}.
Remove superfluous whitespace in a comment.
|
|
as nroff(1) and others complain if these directories don't exist.
|
|
specific.
|
|
pre-req fails. Fixes an error noticed by Kimmo and others, where a
build would blindly continue even if the pre-requsite package wasn't
built correctly, and is fallout from the "sh -e" and make(1) changes
in NetBSD-current.
|
|
|
|
name -- this seems to be common among Jam-using packages. So, make sure
to do the -L -l transform only if at the end of a word. This unfortunately
doubles the number of regexes needed to match (one with $_sep, one with $).
While here, though, the expressions for .so, .so.X, .so.X.Y, and .so.X.Y.Z
can all be collapsed into only one set with the use of \(\.[0-9]\)*, so we
actually end up with *less* regexes than before. :)
|
|
|
|
use ABI, but allows IRIX and particularly IRIX64 to find the correct libraries
especially when linking against X11 libs. Tested over several months and
multiple bulk-builds.
|
|
into the new bsd.sites.mk file. Ok'ed by Hubert Feyrer and
Jan Schaumann in tech-pkg@.
|
|
|
|
|
|
- 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
|
|
bsd.pkg.defaults.mk. Noted by Georg Schwarz in a private email.
|
|
IRIX using the first BDB_ACCEPTED.
|
|
List extracted from http://download.openoffice.org/1.1.1/source.html
|
|
days. Comment it out for now.
|
|
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.
|
|
- 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.
|
|
|
|
Document it in bsd.pkg.defaults.mk. Defaults to "no".
PKGREVISION not bumped since package does not change (by default).
|
|
in tech-pkg@.
|
|
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.
|