Commit graph

3418 commits

Author SHA1 Message Date
grant
2704a2aa94 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.
2004-06-26 06:03:41 +00:00
wiz
8605f7b956 Add switch and voxel sourceforge mirrors, and reenable aleron,
since it is currently working.
2004-06-25 16:16:51 +00:00
dmcmahill
f2b6b7c157 make sure we get BMAKE set when calling printdepends and printindex 2004-06-25 13:45:00 +00:00
salo
97a5956635 In SUBST_SED.pkglocaledir, escape the rest of the line in the pattern.
Saves trailing \ properly.

Addresses PR pkg/26022 by Akio OBATA.
2004-06-23 11:42:18 +00:00
cjep
a957b1f62d Use TEST instead of [] when using -nt. This makes the section work on
SunOS.
2004-06-23 11:13:12 +00:00
xtraeme
b290be6cc2 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.
2004-06-22 23:53:52 +00:00
xtraeme
d8d555b461 Remove references about BUILDLINK_UPDATE_CACHE in the configure stage,
you could build packages faster right now (yay), I'm using this way
around +2 months ago without any problem.

Ok'ed by jlam@.
2004-06-22 23:23:36 +00:00
xtraeme
38e875e52b Check for libpthread.so.* file with -f instead of echo as suggested by
grant, because previous check was not working fine, I tested it under
OpenBSD 3.5 and now just works.
2004-06-21 21:57:00 +00:00
xtraeme
b259186410 Under OpenBSD there is no libpthread.so, just libpthread.so.X.X, and
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>.
2004-06-21 00:06:37 +00:00
xtraeme
360c467eeb 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.
2004-06-20 20:57:17 +00:00
xtraeme
efe060c0f2 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.
2004-06-20 02:52:56 +00:00
kristerw
94d68468ae Remove Motif 1.2 functionality. 2004-06-18 11:22:41 +00:00
grant
6c1ca06818 NetBSD 2.0 and above does not have GNU awk, make it so. 2004-06-15 13:41:43 +00:00
grant
8c1e1038ca add optusnet.dl.sourceforge.net as a sourceforge mirror in Australia. 2004-06-15 13:05:10 +00:00
uebayasi
208c6f1b98 Update priv to 1.0beta2nb1.
* Make sure ${PKG_SYSCONFDIR} is passed to configure.
* Care ${PRIV_CONF_DIR} as an obsoleted variable.

Pointed out by Matt Green.
2004-06-14 03:16:42 +00:00
grant
dd030e3fb5 ensure that motif header files and libraries can be found at
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.
2004-06-14 01:18:16 +00:00
grant
9bc788ad87 strip -fno-gnu-keywords argument to SunPro, and munge -pthread into
-lpthread. ok'd by jlam.

addresses PR pkg/24966 from Charlie Allom.
2004-06-13 08:50:15 +00:00
grant
c4e3c8cd15 when using native threads, only set BUILDLINK_CFLAGS.pthread=-pthread on
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.
2004-06-12 03:19:52 +00:00
jschauma
f152a8f656 We really need to pass the ABI flags to both CFLAGS and LDFLAGS, since
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.
2004-06-10 20:34:08 +00:00
tron
d669151c27 Use "_JAVA_HOME_DEFAULT" if it is defined instead of using "EVAL_PREFIX".
The later usually returns "${LOCALBASE}" which isn't useful for most of
the packages providing a JVM.
2004-06-09 08:20:22 +00:00
minskim
bf88a1d2b1 Introduce VARBASE per discussion on tech-pkg@. It is set to "/var" by
default.
2004-06-06 22:04:55 +00:00
schmonz
105997fbc4 Usually there's no need to keep the original version of a file
"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.
2004-06-06 04:22:23 +00:00
grant
492fa68c52 on Solaris, ensure /usr/tmp and /var/tmp are created in the sandbox,
as nroff(1) and others complain if these directories don't exist.
2004-06-06 01:33:17 +00:00
grant
455f44b853 remove "local" variable scope, it is not required and is NetBSD sh(1)
specific.
2004-06-06 01:30:31 +00:00
agc
fb05638837 When building a pre-requisite package, exit if the build of the
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.
2004-06-05 09:10:41 +00:00
mrauch
49793528d7 Note usage of PKG_LANG by misc/openoffice. 2004-06-04 20:15:28 +00:00
tv
b04b3d3ba0 A couple packages (including the new boost) use "libfoo.so" as a directory
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.  :)
2004-06-04 19:21:23 +00:00
xtraeme
681fedc2bd Forgot to add MASTER_SITE_SOURCEFORGE. 2004-06-04 15:28:39 +00:00
jschauma
8196789a05 Append ${ABI} to some lib-dirs. This is a no-op on systems that do not
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.
2004-06-04 15:00:14 +00:00
xtraeme
0e31a48155 Remove MASTER_SITE_* definitions from bsd.pkg.mk and put them
into the new bsd.sites.mk file. Ok'ed by Hubert Feyrer and
Jan Schaumann in tech-pkg@.
2004-06-04 13:45:26 +00:00
xtraeme
3bd263e27d Remove comment about RSH, provide defaults when SETGIDGAME is used. 2004-06-03 22:07:35 +00:00
abs
fcdcbb0adb Allow PKG_JVM=jdk14 (once a buildlink file has been added to wip/jdk14) 2004-06-03 20:19:08 +00:00
jschauma
4f098b48ff 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
2004-05-31 16:47:00 +00:00
jschauma
9ac119aadc Set SSH_RSHPATH to /usr/bsd/rsh, overriding the default from
bsd.pkg.defaults.mk.  Noted by Georg Schwarz in a private email.
2004-05-31 16:34:46 +00:00
grant
cbd2865637 correctly set BDB_TYPE when native db is not available, eg. Solaris,
IRIX using the first BDB_ACCEPTED.
2004-05-30 10:40:02 +00:00
mrauch
80f88d2fca Add MASTER_SITE_OPENOFFICE for the misc/openoffice* packages.
List extracted from http://download.openoffice.org/1.1.1/source.html
2004-05-30 08:10:05 +00:00
kristerw
a061ccd067 aleron.dl.sourceforge.net have had problems during the last couple of
days.  Comment it out for now.
2004-05-29 21:41:30 +00:00
xtraeme
39441ba61a 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.
2004-05-28 22:20:42 +00:00
recht
3b877eee07 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.
2004-05-27 09:28:15 +00:00
wiz
3c971e1670 Fix typo in comment. 2004-05-26 20:26:29 +00:00
wiz
2d7f64ccf3 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).
2004-05-25 21:51:42 +00:00
xtraeme
9461692df5 Add ${X11BASE}/bin to the PATH when USE_IMAKE is used, without objections
in tech-pkg@.
2004-05-24 20:54:12 +00:00
jschauma
f59839502b 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.
2004-05-23 16:01:49 +00:00
jmmv
6dda30f393 Lets be pkgviews friendly: create the bin directory when installing wrappers. 2004-05-23 10:29:43 +00:00
jmmv
7aa73ae308 Let a package specify which is the real binary for each wrapper (by setting
JAVA_WRAPPER_BIN.<wrapper-name>), in case it differs from the default.
For example, sablevm does not install a 'java' program with that name, so
adding 'java' to JAVA_WRAPPERS couldn't DTRT.
2004-05-23 10:19:28 +00:00
jmmv
37aec7aa72 Initial addition.
This file provides a framework to easily create wrappers to run Java
environments (either compilers or virtual machines) installed under
${PREFIX}/java/<implementation>.  These wrappers hide the complexity
of having to modify the path, unlimit resources or to set a correct
CLASSPATH for the program to run.
2004-05-22 21:13:17 +00:00
cl
45fe3da9df add XEN12_USE_COM2 option to switch Xen console on com port2 2004-05-22 19:09:53 +00:00
jschauma
4b0427bd64 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.
2004-05-22 18:58:29 +00:00
jschauma
5419c918f3 Follow Grant's advice: use _OPSYS_GPATCH_REQD to influence _NEED_PATCH
and let tools.mk take care of the rest.
2004-05-19 03:26:09 +00:00
jschauma
7384d31eb1 We have a variable _OPSYS_GPATCH_REQD, but it doesn't do anything.
Change that:  if it's set to YES, require devel/patch.  If building
devel/patch, set _OPSYS_GPATCH_REQD to NO, as otherwise we have a
circular dependency.
2004-05-19 01:27:03 +00:00