Commit graph

27 commits

Author SHA1 Message Date
schmonz
4e23d7bc47 Fix previous: swap link order to unbreak at least NetBSD and SmartOS.
Still works on FreeBSD.
2018-12-17 02:56:42 +00:00
schmonz
6e6a8028d8 Avoid linking duplicate symbols. Fixes FreeBSD build. 2018-12-16 06:47:18 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
schmonz
1ff66595a8 Modernize patch filenames. 2017-07-27 02:20:30 +00:00
schmonz
ab9f7086bb Improve DESTDIR support. Take MAINTAINER. 2017-07-27 02:11:52 +00:00
schmonz
110fbcb0d9 Really don't build catpages. 2017-07-26 02:27:20 +00:00
jperkin
979bd61620 Support PKGMANDIR. Add patch comments. 2016-04-01 11:20:58 +00:00
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
seb
9fce71c968 Update HOMEPAGE 2014-01-04 10:10:15 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
joerg
4c90a20463 Don't install cat pages. Bump revision. 2012-03-14 23:15:16 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
heinz
6c55d3b99f Added support for installation to DESTDIR, similar to the way RPM
packages get built.
2008-02-16 15:21:40 +00:00
schmonz
554b62d0ee Update to 1.13. From the changelog:
Only minor changes in this version: principally updated RPM support
courtesy of Vadim Druzhin and Charlie Brady.
2007-01-15 11:01:24 +00:00
wiz
768a49f2dd Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
tv
6034528fc2 USE_TOOLS nroff. 2005-11-07 20:39:19 +00:00
schmonz
736775b870 Whitespace. 2005-08-19 03:55:00 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
schmonz
0f55d7d583 Take advantage of mk/djbware.mk. 2005-03-23 00:51:09 +00:00
schmonz
21af779684 In packages with djb-style compile scripts, properly enquote ${CC}
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any
other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as
well as being more generally correct for arbitrary user-defined
CFLAGS. Suggested by jlam.

For consistency across djbware in pkgsrc:

* In math/djbfft's and sysutils/daemontools's do-configure targets,
  remove leading @ from ${ECHO} lines; from the former, also remove
  unneeded single quotes from one such line.

* Rename net/publicfile's pre-build and sysutils/service-config's
  post-patch targets to do-configure.

* In sysutils/checkpassword's do-configure target, reorder creation
  of conf-cc, conf-ld, and conf-home.

All of the affected packages have been verified to compile.

XXX These packages probably have enough build goo in common to
XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-13 03:25:43 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +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
schmonz
fbccde2c51 Update to 1.12. From the changelog:
* a fixed typo in an error message
* conditional code to support large files on Linux
* a workaround for the disabling of errno

pkgsrc changes:

* Update HOMEPAGE and MASTER_SITES.
* Reformat DESCR.
2004-08-30 13:39:45 +00:00
snj
d01a9dfab3 Convert to buildlink3. 2004-04-18 05:10:15 +00:00
kristerw
787fc7bece Work around a gcc-2.95 arm bug that makes compiling the tryulong32.c
configuration test take ~forever.
2003-10-19 19:58:24 +00:00
zuntum
c1b6632786 Initial import of safecat-1.11
safecat is an implementation of D. J. Bernstein's maildir algorithm.
It can be used to write mail messages to a qmail-style maildir, or to
write data to a "spool" directory reliably. There are no lockfiles with
safecat, and nothing is left to chance. If safecat returns a successful
exit status, then you can be (practically) 100% sure your data is
safely committed to disk. Further, if data is written to a directory
using safecat (or other implementations of the maildir algorithm),
then every file in that directory is guaranteed to be complete. If
safecat fails to write all of the data, there will be no file at all
in the destination directory.
2003-08-15 09:50:03 +00:00