Commit graph

61 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
seb
0b8638b672 Prevent paths of the build directories from being included in all amanda
packages. Set runtime dependencies on GNU tar and gzip for all amanda
packages.

Bump PKGREVISIONs to 1 for amanda-client and amanda-plot, to 2 for
amanda-common and amanda-server.
2005-08-02 09:26:06 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
mjl
834bb01177 Update amanda to 2.4.4p4
Bug fix release and minor improvements:

new chg-iomega changer script.
amanda will not use a tape if it's label is not in the tapelist file.
amflush.c: Don't start a driver if nothing to flush.
amadmin.c: Call check_dumpuser() as soon as posible.
amadmin.c: Don't core dump if DUMPCYLE is too  big.
dumper.c: Parse warning message.
2004-11-12 12:13:44 +00:00
seb
162ca222aa Fix build after amanda-common had its PKGREVISION bumped: no need to set
an explicit DEPENDS on it, let sysutils/amanda-common/buildlink3.mk take
care of it.
2004-10-05 15:51:00 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 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".
2004-09-22 08:09:14 +00:00
bouyer
4606f924bd Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
2004-05-12 18:45:25 +00:00
snj
560beadce5 Convert to buildlink3. 2004-05-04 03:40:50 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
2f55598a22 Convert to buildlink2.
Remove dependency on readline -- it does not get used, contrary to
what a comment (which has now been annotated) here says.
2002-10-25 18:52:44 +00:00
jschauma
8411c736b9 Changes to make amanda* work nicely on Linux:
- do not depend on gtar; GNU/Linux tar is gtar, obviously
 - set AMANDA_GROUP as on NetBSD and Darwin
2002-09-05 18:07:52 +00:00
taca
ac13852d62 Allow to depend on ja-samba package as well as samba package. 2002-06-25 15:42:21 +00:00
veego
04bee16a1c Change the gtar depends line to {gtar,gtar-base}>=1.12:../../archivers/gtar-base
amanada-client only needs the gtar binary and not the gtar meta package.
gtar-base didn't exists in the past, but the old gtar package is enough
for this package, thats why we also allow to use the old gtar package.
2002-04-25 20:51:55 +00:00
wiz
299f5c037d Remove duplicate line. 2001-12-25 20:50:00 +00:00
zuntum
1cf29af8b5 Move pkg/ files into package's toplevel directory 2001-10-31 22:48:50 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
christos
ea01ce89a0 Upgrade to 2.4.2p2 2001-06-26 03:15:16 +00:00
christos
95062a354a Prepare for 2.4.2p2
This is a bug fix release.
Improve debugging support, fix some fd leaks and add barcode reader support.
For more details, refer to the Changelog.
2001-06-26 03:14:11 +00:00
jlam
73823d7723 - Migrate BUILD_DEFS to Makefile.common
- Apply the patch from pkg/13188 by Ron Roskens <roskens@elfin.net> to
  fix problems with hard-coding /var/amanda.
- Remove USE_X11 from amanda-server since amanda-plot has already been
  split out.
- Don't explicitly look for headers in ${PREFIX}/include.
2001-06-14 21:54:35 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
jlam
432c0f1be5 Use buildlink.mk to get readline dependency, and use libedit readline
emulation where possible.  Only link readline into amrecover as it's the
only program that needs readline.
2001-05-29 18:04:30 +00:00
agc
027c166bf7 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:28:57 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
cjones
20c34e6524 Upgrade of the amanda packages from 2.4.1p1 to 2.4.2. 2001-01-16 21:59:29 +00:00
tron
205a713cf4 Adapt package list for libtool version 1.3.5nb9 or newer. 2000-11-29 22:25:22 +00:00
tron
25d5a2ea0f Sync with "patches/patch-af". 2000-11-17 20:45:47 +00:00
kleink
6c368abf8f Make this work for Solaris' ufsdump -S, which writes the estimate to stdout;
derived from amanda-current sources.
2000-11-16 08:17:50 +00:00
wiz
1b6dd0619e USE_PKGLIBTOOL -> USE_LIBTOOL.
While I'm here, convert it from addnerd to user.
2000-08-17 02:26:26 +00:00
tron
5ce1af6b37 Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:26:18 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
wiz
a62e4b187d RCS tag added 2000-03-16 13:58:46 +00:00
groo
35db8a5422 Allow amanda to build with either the 1.4 chio.h or the post-comdex
chio.h.  Note: I do *not* own a SCSI tape changer.  Testing appreciated!
This patch continues to use the old ioctl on new systems.  If it worked
before, it should continue to work.

Fixes PR pkg/8651.
2000-03-06 21:14:50 +00:00
tron
bba94d2969 Depend on Samba 2.0.0 or newer instead of 2.0.*. 2000-03-06 11:17:57 +00:00
wiz
1acf9f8317 wildcard samba dependency, as reported in pkg/9554 2000-03-06 10:53:29 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bad
3f20add20c Split out the common code in the amanda make files into
amanda-common/Makefile.common.
1999-09-06 19:30:19 +00:00
bad
69876b341a regen. 1999-09-06 18:09:05 +00:00
bad
ad924cfabd Our dump has a "just do the dump size estimate mode" too. Make use of it. 1999-09-06 18:03:43 +00:00
bad
525d13522a regen 1999-09-04 01:10:41 +00:00
bad
13a43dfb0b Minor nit in DEPENDS line. 1999-09-04 01:08:53 +00:00
bad
b27f459aa6 RCS Id police. 1999-09-04 01:07:29 +00:00
agc
f721b0e129 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:28:09 +00:00