pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ghc7
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 13 19:28:40 UTC 2015
Modified Files:
pkgsrc/lang/ghc7: Makefile buildlink3.mk distinfo
Added Files:
pkgsrc/lang/ghc7/patches:
patch-libraries_time_Data_Time_Clock_CTimeval.hs
patch-libraries_unix_System_Posix_Signals.hsc
Log Message:
Suppress linker warnings about compatibility syscall wrappers by using "capi" instead of "ccall"
In Haskell FFI, "ccall" is actually an interface to C ABI rather than
C API. That is, GHC generates direct references to the symbol even if
it's actually defined as a cpp macro or something like that, because
GHC knows nothing about those macros in foreign headers.
I will later send these patches to the upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/ghc7/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ghc7/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ghc7/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/lang/ghc7/patches/patch-libraries_time_Data_Time_Clock_CTimeval.hs \
pkgsrc/lang/ghc7/patches/patch-libraries_unix_System_Posix_Signals.hsc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index