Commit graph

14 commits

Author SHA1 Message Date
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
uebayasi
117417c36c Rerun make makepatchsum. 2002-08-22 09:45:35 +00:00
uebayasi
519ca12a48 Sitecopy 0.11.4. New features are,
* 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.
2002-08-20 08:52:33 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +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
791ec24f2b Add missing BUILD_USES_MSGFMT. 2001-07-24 09:36:23 +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
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
0db9506cfc sitecopy - utility for synchronizing remote and local web sites
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.
2001-05-15 23:27:07 +00:00