Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Fixes PR 19489.
|
|
have been converted to USE_BUILDLINK2.
|
|
|
|
* Added basic --verify mode, to check whether the remote copy of a
site using safe mode has been modified outside sitecopy's control.
* Added Norwegian Nynorsk translation, nn.po (Karl Ove Hufthammer
<huftis@bigfoot.com>)
* Added 'http tolerant' option, to skip OPTIONS check in WebDAV mode.
And many fixes & updates.
|
|
|
|
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.
|
|
|
|
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.
|
|
Sitecopy is for copying locally stored web sites to remote web servers. A
single command will upload files to the server which have changed locally,
and delete files from the server which have been removed locally, to keep
the remote site synchronized with the local site. The aim is to remove the
hassle of uploading and deleting individual files using an FTP client.
Sitecopy will also optionally try to spot files you move locally, and move
them remotely.
FTP, WebDAV and other HTTP-based authoring servers (for instance, AOLserver
and Netscape Enterprise) are supported.
|