Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
or failed to build.
|
|
change: use pkgsrc neon
|
|
|
|
major change.
Reported by Robert Elz in PR 41345.
|
|
Bump the PKGREVISION to 5.
+ Add full DESTDIR support.
|
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
|
|
|
|
Suggested by Roland Illig, ok'd by various.
|
|
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.
|
|
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
|
|
|
|
|
|
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).
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
neon takes care of that for us. Don't include openssl or libxml2
buildlink2.mk files either, for same reason.
|
|
|
|
dependency bumps.
|
|
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.
|
|
changes:
-Fix 'edit' on a path like `/one.two/three'
-[pkg framework] use pkg neon (this gives us IPv6 support)
|
|
have been converted to USE_BUILDLINK2.
|
|
* 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.
|
|
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.
|
|
|
|
automatically added by libgetopt/buildlink.mk.
|
|
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.
|
|
|
|
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
|
|
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.
|
|
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
|
|
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.
|
|
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>.
|
|
neon library.
|
|
|
|
download, on-screen display, namespace operations (move/copy), collection
creation and deletion, and locking operations.
|