Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
237 23 Sep 2024 23:29:41 |
Daniel Engberg (diizzy) |
devel/libgudev: Remove libtool as dependency
Not used in project
Approved by: portmgr (blanket) |
237 06 Jan 2024 08:30:56 |
Dimitry Andric (dim) |
devel/libgudev: fix build with clang 18
Clang 18 no longer accepts -export-dynamic, which is a linker option,
resulting in an error building devel/libgudev:
cc -o gudev/libgudev-1.0.so.0.3.0
gudev/libgudev-1.0.so.0.3.0.p/meson-generated_.._gudevenumtypes.c.o
gudev/libgudev-1.0.so.0.3.0.p/gudevclient.c.o
gudev/libgudev-1.0.so.0.3.0.p/gudevdevice.c.o
gudev/libgudev-1.0.so.0.3.0.p/gudevenumerator.c.o -Wl,--as-needed
-Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group
-Wl,-soname,libgudev-1.0.so.0 -fstack-protector-strong -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -Wl,-rpath,/usr/local/lib
-Wl,-rpath-link,/usr/local/lib -export-dynamic
-Wl,--version-script,/wrkdirs/share/dim/ports/devel/libgudev/work/libgudev-237/libgudev-1.0.sym
/usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so
/usr/local/lib/libgobject-2.0.so /usr/local/lib/libudev.so -Wl,--end-group
cc: error: unknown argument: '-export-dynamic'
Fix this by using the correct spelling, -Wl,--export-dynamic.
PR: 276135
Approved by: x11 (manu)
MFH: 2024Q1 |
237 12 Aug 2023 20:29:13 |
Kevin Bowling (kbowling) Author: Sean Champ |
devel/libgudev: Updating to 237 & meson
PR: 267479 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
234 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
234 20 Jul 2022 14:55:49 |
Tobias C. Berner (tcberner) |
cleanup: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Trull <freebsd.alex@trull.org>
* Alonso Cardenas <acm@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* David Shane Holden <dpejesh@yahoo.com>
* Felix Palmen <felix@palmen-it.de>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Kevin Bowling <kbowling@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
* Matthias Andree
* Matthias Fechner <mfechner@FreeBSD.org>
* Oleg Sidorkin <osidorkin@gmail.com>
* Oliver Lehmann
* Radim Kolar <hsn@sendmail.cz>
* Timothy Beyer <beyert@cs.ucr.edu>
* hq@FreeBSD.org
* johalun0@gmail.com
* lev@FreeBSD.org
* rooneg@electricjellyfish.net
With hat: portmgr |
234 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
234 28 Sep 2020 20:19:32 |
zeising |
devel/libgudev: Update to 234
Update devel/libgudev to 234
PR: 249878
Submitted by: Olivier Duchateau |
233 11 Aug 2020 17:05:56 |
tobik |
Clean up some things
Reported by: portscan (some of it) |
233 11 Aug 2020 16:03:34 |
zeising |
devel/libgudev: Update to 233
Update devel/libgudev to 233. [1]
Change to use MASTER_SITE_GNOME.
Disable umockdev since we don't have that in ports, and it's only used for
tests.
Fix COMMENT per portlint.
PR: 248565 [1]
Requested by: jbeich [1]
MFH: 2020Q3 |
230_1 03 Nov 2019 21:56:38 |
zeising |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
230_1 29 Jan 2017 23:33:28 |
bapt |
This library provides GObject bindings for libudev.
WWW: https://wiki.gnome.org/Projects/libgudev
Obtained from: FreeBSDDesktop github |