Commit graph

20 commits

Author SHA1 Message Date
schmonz
5740ce8c75 Conflicts with the to-be-added-shortly tinycdb package: both install
include/cdb.h and lib/libcdb.a.
2006-01-07 06:45:45 +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
2c2ad757b8 Whitespace. 2005-03-23 00:57:20 +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
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +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
a0513df09e Add standard djbware RESTRICTED clause. Set USE_BUILDLINK3=yes.
Enable pkgviews installation. Rename pre-build to do-configure.
2004-07-26 19:29:44 +00:00
kristerw
8babcb102d Compilation of the tryulong32.c configuration test takes ~forever on
arm/gcc 2.95.3.  Add a workaround.
2004-01-31 01:23:16 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
schmonz
a77b81c7cd Update my email address. 2002-07-22 00:13:13 +00:00
cjep
c282139ca8 Turn off optimization on NetBSD/arm. Having it on causes a hang in compilation. 2002-06-07 08:17:33 +00:00
cjep
4972f56304 On arm32 turn off optimisation so that this package builds. 2002-05-19 19:37:50 +00:00
yyamano
fe4b706f3e Make conf-ld to make it build on Darwin. pkg/15467 2002-03-30 13:15:02 +00:00
martti
e9a6821cc4 Added cdb-0.75 (provided by Amitai Schlair in pkg/14879)
cdb is a fast, reliable, simple package for creating and reading
constant databases.

cdb is designed to be used in mission-critical applications like
e-mail. Database replacement is safe against system crashes. Readers
don't have to pause during a rewrite.
2001-12-10 18:11:46 +00:00