non port: x11/arandr/Makefile |
SVNWeb
|
Number of commits found: 20 |
Wed, 12 Jul 2023
|
[ 18:56 Felix Palmen (zirias) ] 7d1faa7 (Only the first 10 of 299 ports in this commit are shown above. )
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] d357bca (Only the first 10 of 288 ports in this commit are shown above. )
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 9 Sep 2020
|
[ 07:14 danfe ]
Add missing dependency on GTK, otherwise installed package fails to run:
Traceback (most recent call last):
File "/usr/local/bin/arandr", line 41, in <module>
from screenlayout.gui import main
File "/usr/local/lib/python3.7/site-packages/screenlayout/gui.py",
line 28, in <module>
gi.require_version('Gtk', '3.0')
File "/usr/local/lib/python3.7/site-packages/gi/__init__.py",
line 130, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
Reported by: Zeus Panchenko
|
Sat, 29 Feb 2020
|
[ 19:56 antoine ]
Fix plist
With hat: portmgr
|
[ 16:34 0mp ]
x11/arandr: Update to 0.1.10
This version introduces support for Python 3.
Changelog:
https://gitlab.com/arandr/arandr/-/commit/43faec00c0feca3f00b0acbae048de14f02c6d21
Also:
- Remove deprecation notices.
- Switch to GitLab.
- Order variables.
- Install manpages into the new standard directory.
- Use INSTALL_MAN instead of INSTALL_DATA for documentation.
- Update WWW to use HTTPS.
PR: 244324
Approved by: sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D23799
|
Thu, 27 Feb 2020
|
[ 13:21 0mp ]
Postpone the expiration date of x11/arandr by 2 weeks
There is already a patch upgrading x11/arandr to a version supporting
Python 3. We need a litle bit more time in case the patch has to be
approved by maintainer timeout.
PR: 244324
Approved by: portmgr blanket
|
Tue, 28 Jan 2020
|
[ 21:57 antoine ] (Only the first 10 of 33 ports in this commit are shown above. )
Deprecate some pygtk2 ports
With hat: portmgr
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Mon, 16 Jan 2017
|
[ 22:16 bapt ]
Update to 0.1.9
Approved by: sbz (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sun, 19 Oct 2014
|
[ 18:16 mva ] (Only the first 10 of 63 ports in this commit are shown above. )
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
|
Sat, 19 Apr 2014
|
[ 06:11 bdrewery ]
- Stop removing directories from BSD.local.dist.
This fixes false-positive leftover (files removed) warnings
in Redports/QAT/Tinderbox.
Note that some of these ports still have Orphans which I did not
address.
With hat: portmgr
Spotted by: new 'check-plist'
|
Mon, 6 Jan 2014
|
[ 08:30 bapt ]
Support stage
Fix broken dependency on py-gtk2
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Fri, 21 Jun 2013
|
[ 10:10 sbz ]
ARandR is designed to provide a simple visual front end for XRandR. Relative
monitor positions are shown graphically and can be changed in a drag-and-drop
way.
WWW: http://christian.amsuess.com/tools/arandr/
|
Number of commits found: 20 |