./devel/gnustep-objc, Objective-C runtime

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.0nb1, Package name: gnustep-objc-2.1.0nb1, Maintainer: pkgsrc-users

This is the GCC/GNUstep objective C runtime.

The runtime is modeled after the NeXT Objective C runtime. That is, most
functions have semantics as it is known from the NeXT. The names, however,
have changed. All runtime API functions have names of lowercase letters
and underscores as opposed to the `traditional' mixed case names.


Required to run:
[devel/gnustep-make] [lang/clang]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 195.596 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-23 13:57:05 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/gnustep-objc: Fix unusable libobjc being produced when PKGSRC_MKPIE is set \ 
to yes (default)

Do not override CMAKE_C_COMPILER or CMAKE_CXX_COMPILER. Doing so causes
cmake to ignore cwrappers and try compiling test executables without -fPIC,
which fails, and the resulting libobjc.so will not contain any symbols from
${WRKSRC}/objcxx_eh.cc even though it still has (undefined) references to
them, e.g. test_eh_personality. devel/gnustep-base, or anything requiring
libobjc.so, will choke on missing symbols and fail to link.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-01-03 18:41:16 by Thomas Klausner | Files touched by this commit (2)
Log message:
gnustep-objc: revert unintended commit
   2022-01-26 16:57:54 by Thomas Merkel | Files touched by this commit (2)
Log message:
gnustep-objc: Fix build support with gcc >= 10

In gcc>=10 SEL is implemented as an build-in typedef, so an workaround
is required to build with it.
   2021-11-28 16:45:13 by Masatake Daimon | Files touched by this commit (1)
Log message:
Support RELRO

When running cmake it is required to do ${SETENV} ${CONFIGURE_ENV},
otherwise pkgsrc LDFLAGS will not be passed to cmake.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-11-04 10:02:21 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) | Package removed
Log message:
gnustep-objc: remove useless PLIST.*