Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1 01 Jun 2024 11:54:46 |
Fernando ApesteguĂa (fernape) |
lang/libobjc2: update to 2.2.1
While here use robin-map from ports instead of the submodule. |
2.1_3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.1_3 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2.1_3 26 Feb 2022 11:35:56 |
Piotr Kubaj (pkubaj) |
lang/libobjc2: fix build on powerpc* and riscv64*
Skip building tests on architectures that don't have assembly. |
2.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1_3 06 Dec 2020 17:06:19 |
linimon |
Mark as BROKEN on riscv64. |
2.1_3 06 Nov 2020 19:39:53 |
se |
Bump PORTREVISION to rebuild this port for the updated security/openvpn
This has been reported to fix a run-time error affecting openvpn-2.5.0:
"2020-11-06 02:37:05 PLUGIN_INIT: could not load plugin shared object
/usr/local/lib/openvpn-auth-ldap.so: /usr/local/lib/libobjc.so.4.6:
Undefined symbol "ceilf"
2020-11-06 02:37:05 Exiting due to fatal error"
Reported by: admin@npo-lencor.ru (Nikita Druba) |
2.1_2 01 Sep 2020 16:41:37 |
fernape |
lang/libobjc2: Fix build in 11.3
We need -lm in order to use the ceilf function.
PR: 249046
Reported by: brad@facefault.org
MFH: 2020Q3 (blanket, build fix) |
2.1_2 27 Aug 2020 08:01:14 |
danfe |
Now that tests are built after r546301, hook them to our framework
so "make test" would work. Currently 99% tests pass, 2 tests fail
out of 186 (on amd64). |
2.1_2 26 Aug 2020 21:41:46 |
zeising |
lang/libobjc2: Fix linking against
Pull in a patch from upstream to fix generation of eh_trampoline().
Without this patch linking against libobjc sometimes failes with
undefined reference to `eh_trampoline()'.
Build tests by default.
MFH: 2020Q3
X-MFH-With: 546146 |
2.1_1 25 Aug 2020 09:37:59 |
zeising |
lang/libobjc2: Update to 2.1
Properly update lang/libobjc2 to 2.1.
It now builds with -fno-common.
Releas announcement:
https://github.com/gnustep/libobjc2/releases/tag/v2.1 |
2.1 24 Aug 2020 18:11:25 |
fernape |
lang/libobjc2: update to 2.1
ChangeLog: https://github.com/gnustep/libobjc2/releases/tag/v2.1
While here:
* Reorder variables
* Add missing USE_LDCONFIG since the port installs shared libraries
Reported by: portscout |
2.0_1 22 Aug 2020 13:55:19 |
zeising |
lang/libobjc2: Add -fcommon to CFLAGS
Fix the build of lang/libobjc2 after the llvm 11 import by adding -fcommon
to CFLAGS. There are several patches needed to get this to build with
-fno-common, and I'm unsure about some of the changes I needed to make, so
build with -fcommon for now, until upstream can have a look as well.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
2.0_1 11 Jun 2020 03:15:27 |
pkubaj |
lang/libobjc2: unbreak on powerpc
Builds fine. |
2.0_1 05 Mar 2020 20:49:06 |
rene |
Return theraven's ports to the pool after safekeeping his commit bit. |
2.0_1 28 Aug 2019 17:17:14 |
pkubaj |
lang/libobjc2: fix build on armv7
armv7 needs LDFLAGS+=-Wl,-znotext.
PR: 239744
Approved by: theraven (maintainer timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21429 |
2.0_1 12 Jul 2019 02:25:07 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
2.0_1 10 Feb 2019 18:08:12 |
theraven |
Bump libobjc2 port to latest git head.
Fixes an issue where programs with long double ivars when compiled with the old
ABI would crash on load. |
2.0 03 Feb 2019 15:37:58 |
theraven |
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version) |
1.8.1_2 27 Nov 2018 16:40:33 |
linimon |
Switch the libstdc++ flag to be dependent on an existance test. This
will be more robust if the quoted archs switch to libc++ in the future.
Reported by: jbeich
Approved by: portmgr (tier-2 blanket) |
1.8.1_2 02 Nov 2018 01:54:07 |
linimon |
USES=objc:compiler sets the compiler, but then USES=compiler:c++11-lang
overwrites it. Remove the latter to use the proper compiler. Also use
libstdc++ on GCC architectures to fix build.
While here, pet portlint.
PR: 232386
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.8.1_2 26 Sep 2018 15:23:37 |
brooks |
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL |
1.8.1_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.8.1 02 Jun 2018 19:40:59 |
linimon |
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.
While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).
Tested on both powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket) |
1.8.1 12 Jan 2017 13:50:09 |
amdmi3 |
- Remove long dead FreeBSD 9.2 related conditions
Approved by: portmgr blanket |
1.8.1 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
1.8.1 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.8.1 25 Sep 2015 21:18:54 |
linimon |
Mark as broken on sparc64: fails to build.
Approved by: portmgr (sparc64 blanket) |
1.8.1 07 Aug 2015 14:07:46 |
theraven |
Update libobjc2 to the latest release.
Approved by: bapt (mentor, implicit) |
1.7_2 04 Jul 2015 12:34:50 |
theraven |
Bump port revision (forgot to do this when updating).
Approved by: bapt (mentor) |
1.7_1 01 Jul 2015 13:50:29 |
theraven |
Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D2961 |
1.7_1 21 Nov 2014 17:22:07 |
antoine |
Enforce clang 3.4 in USES=c*11*,objc,gnustep as clang 3.3 has some bugs
Requested by: bapt
PR: ports/195122
Differential Revision: https://reviews.freebsd.org/D1181
Exp-run by: self
With hat: portmgr |
1.7_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.7_1 18 Oct 2014 18:13:58 |
antoine |
Switch from clang33 to clang34 for ports using compiler:*11*, objc or
gnustep on freebsd 8.4 and 9.1
PR: ports/193555
Differential Revision: https://reviews.freebsd.org/D935
Reviewed by: bapt
Exp-run: self |
1.7_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.7_1 03 Feb 2014 10:34:09 |
bapt |
Use regular CC and CXX instead of custom CLANGXX/CLANG
That fixes build after .pre.mk removal as well as simplify the makefile
Reported by: tijl |
1.7_1 28 Jan 2014 08:13:38 |
bapt |
Support stage
Respect prefix |
1.7_1 15 Jan 2014 19:10:16 |
theraven |
Backport bug fix from r37605 upstream. This fixes crashing when
Objective-C++ programs use Objective-C types in static constructors.
Approved by: bapt (mentor) |
1.7 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.7 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
1.7 28 Aug 2013 18:26:01 |
theraven (src committer) |
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C
features work out of the box and remove a lot of configurable options for
sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely
broken in lots of cases. Future commits will fix them.
Approved by: bapt |
1.6 04 Oct 2012 07:21:06 |
bapt |
Convert to new options framework |
1.6 26 Jun 2012 05:43:33 |
dinoex |
- reset MAINTAINER |
1.6 27 May 2012 06:56:59 |
linimon |
Mark as broken on powerpc: Unsupported relocation type 10.
Hat: portmgr |
1.6 19 Feb 2012 10:28:29 |
dinoex |
- force build with clang |
1.6 28 Jan 2012 20:22:19 |
pav |
- Mark BROKEN on 9.X:
gcc46: error: unrecognized option '-no-integrated-as'
Reported by: pointyhat |
1.6 13 Jan 2012 17:00:36 |
dinoex |
- make check safer |
1.6 12 Jan 2012 06:22:36 |
dinoex |
- add USE_GCC |
1.6 13 Dec 2011 18:05:25 |
dinoex |
- update to 1.6
- fix build with clang |
1.5.1 29 Oct 2011 20:41:06 |
dinoex |
- fix build for FreeBSD-9 |
1.5.1 29 Oct 2011 20:40:15 |
dinoex |
- honor LDFLAGS |
1.5.1 19 Oct 2011 18:56:47 |
dinoex |
Replacement for the GNU Objective-C runtime supporting the features
of Objective-C 2 for use with GNUstep and other Objective-C programs.
This runtime is based on the Etoile Objective-C Runtime, an earlier
research prototype, and includes support for non-fragile instance
variables, type-dependent dispatch, and object planes. It is fully
compatible with the FSF's GCC Objective-C ABI and also implements
a new ABI that is supported by Clang and is required for some of
the newer features. |
1.0_1 02 Jun 2011 20:06:44 |
pav |
- Remove lang/libobjc2, it's duplicate of gnustep-libobjc
Submitted by: Pete French <pete@twisted.org.uk> (maintainer) |
1.0_1 17 May 2011 22:20:58 |
pav |
- Mark BROKEN on 9.X: does not compile
cc: NSBlocks.m: Objective-C compiler not installed on this system
Reported by: pointyhat |
1.0_1 13 Nov 2010 22:06:23 |
dinoex |
- add new option WITHOUT_NSOBJECT_ROOT
Submitted by: Pete French (maintainer)
Reviewed by: dinoex |
1.0 24 Oct 2010 21:59:42 |
pav |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat |
1.0 13 Oct 2010 16:41:24 |
dinoex |
Replacement for the GNU Objective-C runtime supporting the features
of Objective-C 2 for use with GNUstep and other Objective-C programs.
This runtime is based on the Etoile Objective-C Runtime, an earlier
research prototype, and includes support for non-fragile instance
variables, type-dependent dispatch, and object planes. It is fully
compatible with the FSF's GCC Objective-C ABI and also implements
a new ABI that is supported by Clang and is required for some of
the newer features.
Submitted by: Pete French
Reviewed by: dinoex |