2020-08-21 02:44:55 by Masatake Daimon | Files touched by this commit (1) |
Log message: Correct accidental use of parentheses instead of braces |
2020-08-21 02:42:23 by Masatake Daimon | Files touched by this commit (1) |
Log message: Fix build with PKG_OPTIONS.gnustep=fragile The runtime builds fine with GCC but tests don't. |
2020-04-17 15:32:23 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Use <typeinfo> in all cases |
2020-04-16 19:32:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Don't force -lgcc_s on NetBSD. |
2017-12-31 12:20:03 by Havard Eidnes | Files touched by this commit (2) |
Log message: At least on NetBSD, gnustep-objc's libobjc.so ends up with various _Unwind_* symbols undefined, and apparently they can come from -lgcc_s. Being cautious, link in -lgcc_s on NetBSD only so far. Bump PKGREVISION. |
2017-08-01 19:40:17 by Thomas Klausner | Files touched by this commit (114) |
Log message: Comment out some dead HOMEPAGEs. |
2016-11-27 10:49:41 by S.P.Zeidler | Files touched by this commit (1) |
Log message: since ../../devel/gnustep-make/buildlink3.mk sets PKGSRC_COMPILER it must be included before ../../mk/compiler.mk |
2016-11-16 23:46:49 by Sebastian Wiedenroth | Files touched by this commit (4) |
Log message: fix gnustep-objc on illumos |
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message: Add SHA512 digests for distfiles for devel category Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. |
2015-04-18 09:23:18 by Emmanuel Dreyfus | Files touched by this commit (3) |
Log message: Build fix for missing __i686.get_pc_thunk.bx symbol Depending on the compiler, __i686.get_pc_thunk.bx may be missing from runtime. Replace it by a localy supplied version. |