Commit graph

33 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +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
wiz
bdbd480a7c Update to 0.22.2:
Changes in release 0.22.2:
* Fix build issues on AIX (Tony Bennett).
* Fix DeltaV commands on locked resources.
* Update to neon 0.24.6:
 - SECURITY (CVE CAN-2004-0398): fix for sscanf overflow in date parsing
2004-05-27 15:00:14 +00:00
snj
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
recht
d4e467b054 update to 0.22.1
Changes in release cadaver 0.22.1, 14 April 2004 (PGP signature)

    * Restore DASL/DeltaV support (GRASE team).
    * Fix to only use netrc on first attempt at authentication.
    * Update to neon 0.24.5:
          o SECURITY (CVE CAN-2004-0179): fix for format string
	    vulnerabilities

Changes in release cadaver 0.22.0, 10 September 2003 (PGP signature)

    * Fix build on BSD platforms, or if using bundled expat library.
    * Fixes for some URI encoding issues.
    * Update to neon 0.24.1:
          o only support PKCS#12-encoded client certs, using
	    the "client-cert" option.
    * Support --with-libs argument to configure.
    * (Drop DASL/DeltaV support temporarily).
2004-04-16 11:40:38 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
epg
8933dfea25 Use internal neon rather than the www/neon package and add the
following note to the Makefile:

# DON'T make this package depend on the www/neon package until neon
# becomes stable; keep it using its internal copy of neon as with
# www/sitecopy.  This package has in the past bounced back and forth
# between using external and internal neon because neon moves faster
# than cadaver, and does so incompatibly.
2003-09-10 04:37:57 +00:00
martti
33e2a02324 COMMENT should start with a capital letter. 2003-07-22 04:14:17 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
epg
f4127a42e2 Forgot to bump PKGREVISION. 2003-05-25 10:10:34 +00:00
epg
84af1ab8fc Don't require gmake. Don't mention ssl or libxml2 in CONFIGURE_ARGS;
neon takes care of that for us.  Don't include openssl or libxml2
buildlink2.mk files either, for same reason.
2003-05-25 09:37:03 +00:00
jmmv
0333e4cc18 Line up PKGREVISION whitespace. 2003-05-05 16:54:24 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
50ad457af9 Update to 0.21.0, by Marc Recht in PR 20338.
Changes in release 0.21.0:
* Added DASL searching and DeltaV basic versioning support, contributed
 by the GRASE team <grase@cse.ucsc.edu>.  New commands 'version',
 'checkin', 'checkout', 'uncheckout', 'label', 'history', 'search'.
* Enable netrc support by default.
* Fix 'mput' for filenames with spaces.
2003-02-14 16:59:53 +00:00
drochner
262962b8cb update to 0.20.5
changes:
-Fix 'edit' on a path like `/one.two/three'
-[pkg framework] use pkg neon (this gives us IPv6 support)
2003-01-30 12:14:32 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
jlam
3d405780b7 Update www/cadaver to 0.19.1. Pkgsrc changes include:
* Don't use the shared libneon as the neon API is just too unstable.
	  Revert back to using the included neon library.
	* Remove dependency on gettext-lib as the NLS build is broken.
	* Remove dependency on libgetopt as cadaver provides its own
	  getopt_long implementation if one doesn't exist on the system.

Changes from version 0.19.0 include:

	* Fix permissions of local file downloaded using 'get' (Dan Mullen).
	* Add man page (Jules <jules@jules.com>)
	* lockdepth option is used for any non-collection resource.
	* Add 'quiet' option; when set, connection status messages are
	  supressed.
2002-02-28 18:23:57 +00:00
agc
9a23e219aa Update the cadaver package to version 0.19.0.
Provided in PR 15223 by "Eric Gillespie, Jr." <epg@pretzelnet.org>

Changes since previous version (0.17.0):

+ Use the neon package (also from "Eric Gillespie, Jr." <epg@pretzelnet.org>)

+ Changes from 0.17 to 0.19.0:

    * Remote filename completion from Sean Treadway.
    * Cosmetic and bug fixes for 'steal' and 'discover' commands.
    * Added 'propdel' command to remove properties.
    * Added 'overwrite', 'lockdepth', 'lockscope' options.
    * Fix for resolving paths passed to 'ls' command (e.g. "..").
    * Retry authentication once if it fails.
    * Fixes for readline 4.2 compatibility:
          * may have broken readline 2 compatibility; please shout if so!
    * Add mkstemp() replacement for platforms where necessary.
    * Incorporate RPM spec file changes from Red Hat (by Nalin Dahyabhai).
    * Updated to neon 0.18:
          * timezone handling fixes in date parsing on some platforms
          * fixes for lock handling
          * portability fixes
    * Added 'logout' command, to clear cached authentication details.
    * Added 'propnames' command.
    * Added 'utf8' option, to presume terminal I/O is UTF-8. e.g. xterm -u8 mode.
    * Handle UTF-8 encoding/decoding of property names/values better when not in utf8 mode.
    * Added FAQ entry on how to read your HotMail e-mail using cadaver.
    * Updated to neon 0.16:
          * libxml2, expat2 support (can force with --with-libxml[12])
          * Untested SOCKSv5 support (--with-socks)
    * Fix 'ls' listing the 'executable' property.
    * Disable i18n support by default to prevent portability problems.
    * Added FAQ entry on using 'edit' with gvim.
2002-01-13 21:24:44 +00:00
jlam
eaa7dc2c7c Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer
automatically added by libgetopt/buildlink.mk.
2001-08-20 03:55:31 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
354c679deb Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 04:52:16 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +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
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
jlam
b065e705f1 Pass in CPPFLAGS through CFLAGS to the configure script to eventually pass
then to libneon/Makefile.  Should now pick up libintl.h if it's not in
the base system.  Noted by David Brownlee <abs@formula1.com>.
2001-05-22 16:09:14 +00:00
jlam
8c75dc7fc6 Pass --with-included-neon to configure script to ensure use of the supplied
neon library.
2001-05-22 15:22:20 +00:00
jlam
a3029f739e Enable .netrc-parsing support and simplify readline/editline handling. 2001-05-16 05:55:33 +00:00
jlam
df2edf0d6c cadaver is a command-line WebDAV client for Unix. It supports file upload,
download, on-screen display, namespace operations (move/copy), collection
creation and deletion, and locking operations.
2001-05-16 04:40:48 +00:00