bin
|
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
|
2006-05-11 23:16:28 +00:00 |
common
|
Make the conditional for defining boolean_t complement the conditional
|
2006-05-07 12:46:01 +00:00 |
crypto
|
use socklen_t where appropriate.
|
2006-05-11 11:54:14 +00:00 |
dist
|
match u_char * with u_char[].
|
2006-05-11 09:29:39 +00:00 |
distrib
|
Appease gcc 3.3.3 once more, marked with /* -Wuninitialized [many] */,
|
2006-05-12 13:31:56 +00:00 |
doc
|
note that libsa/Makefile and crontab/Makefile have -Wno-pointer-sign and
|
2006-05-12 18:06:29 +00:00 |
etc
|
add /usr/include/g++/{debug,tr1}.
|
2006-05-12 01:57:59 +00:00 |
games
|
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
|
2006-05-11 23:16:28 +00:00 |
gnu
|
prepend cvs_ to all the x* functions to avoid coverity conflicts with other
|
2006-05-12 15:41:53 +00:00 |
include
|
add __BEGIN_DECLS/__END_DECLS around snprintf() & vsnprintf() prototypes.
|
2006-05-10 21:09:45 +00:00 |
lib
|
apply -fno-strict-aliasing to changepw.c
|
2006-05-12 18:00:06 +00:00 |
libexec
|
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
|
2006-05-11 23:16:28 +00:00 |
regress
|
sprinkle some (char *) to pacify GCC4.
|
2006-05-12 01:56:39 +00:00 |
rescue
|
lmcctl has been replaced by lmcconfig.
|
2005-12-06 14:02:58 +00:00 |
sbin
|
don't do the -Wno-pointer-sign dance for host programs.
|
2006-05-12 01:18:25 +00:00 |
share
|
LDFLAGS is for CC not LD.
|
2006-05-12 04:29:08 +00:00 |
sys
|
as mrg@ points out, including <bsd.own.mk> is the proper fix.
|
2006-05-12 16:45:12 +00:00 |
tools
|
set AR and RANLIB to the host versions in MAKE_ARGS - otherwise the
|
2006-05-12 18:01:13 +00:00 |
usr.bin
|
Sorry, fix syntax error in previous.
|
2006-05-12 07:20:13 +00:00 |
usr.sbin
|
Add "iscsi" target which install the iSCSI configuration files.
|
2006-05-12 12:43:28 +00:00 |
x11
|
Add missing closing brace. How did this ever work previously?
|
2006-04-21 21:46:06 +00:00 |
BUILDING
|
mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord.
|
2006-01-29 14:03:59 +00:00 |
Makefile
|
retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
|
2006-04-07 19:38:58 +00:00 |
Makefile.inc
|
…
|
|
UPDATING
|
Note new sparc64 bootloader requirement.
|
2006-01-31 22:54:22 +00:00 |
build.sh
|
Fix the iso-image action. These changes were accidentally omitted
|
2006-02-03 12:29:41 +00:00 |