2015-08-29 23:59:18 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
x86_64 is not referenced anywhere in the file, comment appears above if
statement regarding sparc64. s/x86_64/sparc64.
|
2015-07-04 14:33:36 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Revert generic part.
Requested by jperkin@ and joerg@.
|
2015-07-04 09:19:08 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 20150704
* Improve QNX support.
From Jan Danielsson.
|
2015-06-11 11:20:56 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Do not add -Werror or -Wno-error in sys.mk, it is the generic ruleset
included everywhere.
|
2015-06-04 19:11:33 by Ryo ONODERA | Files touched by this commit (7) |
Log message:
Ride previous version bump.
My previous commit is wrong.
From share/mk/bsd.README of NetBSD src/:
NOGCCERROR If defined, prevents passing certain ${CFLAGS} to GCC
that cause warnings to be fatal, such as:
-Werror -Wa,--fatal-warnings
(The latter being for as(1).)
In !defined(NOGCCERROR) case, -Werror should be passed to CFLAGS.
This change may break many packages.
|
2015-06-04 18:38:11 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 20150605
* If NOGCCERROR is not defined, add -Wno-error to CFLAGS instead of -Werror.
NOGCCERROR means 'do not treat warnings as errors'.
|
2015-06-04 17:48:46 by Sevan Janiyan | Files touched by this commit (4) |
Log message:
Introduce preliminary support for Bitrig to pkgsrc
Initial patchset to add support by rodent@
Further adjustments made based on feedback by joerg@
Tested by myself with numerous bulkbuilds thanks to Patrick Wildt @ Bitrig
Reviewed by bsiegert@ joerg@ wiz@
|
2015-02-14 05:46:50 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
On NetBSD, earm is always elf.
Someone^TM should adjust this to reflect the fact that NetBSD >=1.5
or whatever is always ELF, but I'll leave that for someone else to
deal with.
|
2014-11-22 17:32:13 by Benny Siegert | Files touched by this commit (2) |
Log message:
Do not use gcc-specific compiler flags on Mac OS versions that come with
clang. Update version for bootstrap-mk-files.
Patch provided by Todd Kover in PR pkg/48966.
|
2014-05-16 15:13:22 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 20140516
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD.
Fix undefined __guard_local in devel/libexecinfo.
|