Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0 26 Jun 2021 11:39:51 |
Rene Ladan (rene) |
*/*: Remove expired ports:
2020-12-31 devel/libosmocore: Uses Python 2.7 which is EOLed upstream
2021-06-23 net/openggsn: Uses EOL Python 2.7 via devel/libosmocore
2021-06-23 devel/libosmo-abis: Uses EOL Python 2.7 via devel/libosmocore |
1.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
1.2.0 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
1.2.0 29 Aug 2020 10:14:16 |
tcberner |
devel/libosmocore: fix build on current
- already deprecated via py27 dependency |
1.2.0 11 Jul 2020 21:09:05 |
dbaio |
Drop MAINTAINER'ship per maintainer request
PR: 247919, 247920, 247921, 247922, 247923, 247924, 247916
Submitted by: Nikola Kolev <koue@chaosophia.net>
Event: July 2020 Bugathon |
1.2.0 23 Sep 2019 20:41:42 |
swills |
devel/libosmocore: update to 1.2.0
PR: 240679
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
1.1.0 30 May 2019 07:40:19 |
pkubaj |
devel/libosmocore: fix build with GCC-based architectures
Two more files now require removing #pragma GCC diagnostic to fix build with
base GCC.
PR: 238163
Approved by: koue@chaosophia.net (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D20436 |
1.1.0 22 May 2019 20:59:27 |
swills |
devel/libosmocore: update to 1.1.0
While here, improve formatting
PR: 238047
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.12.1 27 Oct 2018 16:31:51 |
linimon |
Apparently now builds on powerpc64.
PR: 231833
Submitted by: Piotr Kubaj |
0.12.1 30 Sep 2018 14:43:39 |
antoine |
Fix build without the python metaport |
0.12.1 30 Sep 2018 14:29:11 |
antoine |
Remove dependency on the python metaport, if it's broken it will need to
be fixed |
0.12.1 26 Sep 2018 13:13:49 |
linimon |
Fix error messages on tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
0.12.1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.12.1 27 Aug 2018 17:25:16 |
swills |
devel/libosmocore: update to 0.12.1
PR: 230934
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.12.0 31 Jul 2018 20:55:19 |
swills |
devel/libosmocore: update to 0.12.0
PR: 230236
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.11.0 28 Jul 2018 15:47:32 |
joneum |
devel/libosmocore: update to 0.11.0
Changelog: http://git.osmocom.org/libosmocore/plain/debian/changelog?h=0.11.0
PR: 229886
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.10.2_1 18 Jun 2018 03:49:10 |
linimon |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.10.2_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.10.2 22 Jan 2018 11:50:09 |
danfe |
Unbreak the build on sparc64 and other big-endian architectures by
spelling FreeBSD's byte-swap routines names correctly and removing
GCC diagnostic #pragmas that were upsetting GCC 4.2.1. |
0.10.2 01 Dec 2017 20:25:40 |
ultima |
* Updated to 0.10.2
* Removed doxygen patches, these are no longer needed
* Added python:2 to USES,
devel/talloc has changed USES= python:2 --> python:2.7 (r454532), this port uses
the python2 command.
PR: 223434
Submitted by: Nikola Kolev (maintainer) |
0.9.0 22 Sep 2017 10:48:58 |
mat |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
0.9.0 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
0.9.0 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.9.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.9.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.0 31 Jan 2016 06:11:29 |
pi |
devel/libosmocore: 0.8.3 -> 0.9.0
- StatsD support
- Disable building of static libraries
- GTP Hub and OAP ports/identifiers assigned
PR: 206681
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.8.3 06 Oct 2015 08:32:43 |
robak |
devel/libosmocore: update 0.8.0 -> 0.8.3
PR: 203010
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.8.0_1 24 Feb 2015 08:00:59 |
jbeich |
- Unbreak on DragonFly
- Unbreak on big-endian archs [1]
- Unbreak and rename DOCS option [2]
- Convert to USES=autoreconf
- Convert to USES=pathfix
- Convert to INSTALL_TARGET=install-strip
- Convert to PORTDOCS
- Fix whitespace
- Bump PORTREVISION for [1], [2]
Differential Revision: https://reviews.freebsd.org/D1947
PR: 197948
Reviewed by: marino, pi
Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.8.0 03 Feb 2015 23:42:17 |
jbeich |
- Update to 0.8.0
PR: 196999
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
Approved by: mentors (implicit) |
0.7.0 13 Dec 2014 19:46:03 |
danilo |
- Update to 0.7.0
PR: 195884
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
0.6.6 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.6.6 11 Aug 2014 18:14:07 |
pi |
devel/libosmocore: fix DOCS option build hook
PR: 191877 |
0.6.6 11 Aug 2014 18:08:33 |
pi |
devel/libosmocore: cleanup port
- fix build dependencies
- make DOCS optional and default-off
- now builds on 8.4 and 9.1
PR: 191877
Submitted by: Nikola Kolev <koue@chaosophia.net> |
0.6.6 10 Aug 2014 07:16:23 |
pi |
New port: devel/libosmocore
libosmocore is a library with various utility functions that were
originally developed as part of the OpenBSC project, but which are
of a more generic nature and thus useful to (at least) other programs
that we develop in the sphere of Free Software / Open Source mobile
communications.
WWW: http://bb.osmocom.org/trac/wiki/libosmocore
PR: 191877
Submitted by: koue@chaosophia.net |