non port: devel/libgudev/Makefile |
Number of commits found: 11 |
Monday, 23 Sep 2024
|
23:29 Daniel Engberg (diizzy)
devel/libgudev: Remove libtool as dependency
Not used in project
Approved by: portmgr (blanket)
6873142 |
Saturday, 6 Jan 2024
|
08:30 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
b6807b4 |
Saturday, 12 Aug 2023
|
20:29 Kevin Bowling (kbowling) Author: Sean Champ
devel/libgudev: Updating to 237 & meson
PR: 267479
4a8056d |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:55 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
4831879 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 28 Sep 2020
|
20:19 zeising
devel/libgudev: Update to 234
Update devel/libgudev to 234
PR: 249878
Submitted by: Olivier Duchateau
 |
Tuesday, 11 Aug 2020
|
17:05 tobik
Clean up some things
Reported by: portscan (some of it)
 |
16:03 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
 |
Sunday, 3 Nov 2019
|
21:56 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
 |
Sunday, 29 Jan 2017
|
23:33 bapt
This library provides GObject bindings for libudev.
WWW: https://wiki.gnome.org/Projects/libgudev
Obtained from: FreeBSDDesktop github
 |
Number of commits found: 11 |