non port: x11/arandr/Makefile |
SVNWeb
|
Number of commits found: 16 |
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: 16 |