Commit Graph

55 Commits

Author SHA1 Message Date
Charlie Li 48060e03b6 devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.

With hat: gnome
PR: 273722
2024-11-19 11:59:07 -05:00
Alexey Dokuchaev b15730c88e accessibility/redshift: revert unjust deprecation of the useful port
It remains widely popular and suggested alternatives are often subpar,
lacking many of its original features and gimmicks.

Fixes:	4a384fbfb2
2024-06-29 22:45:00 +00:00
Daniel Engberg 26ab2dab97 accessibility/redshift: Update DEPRECATED entry
Add ported utilities for Wayland via wl-roots
There's also builtin support for Wayland in GNOME (Night Light)
and Plasma (Night Color)

Reported by:	jbeich
2024-06-07 00:07:38 +02:00
Daniel Engberg 4a384fbfb2 accessibility/redshift: Deprecate and set expiration date to 2024-06-30
No upstream activity for the past 4 years, a lot of bug reports upstream
and doesn't support wayland. Redirect users to accessibility/sct and there's
also https://gitlab.com/chinstrap/gammastep (not ported).

PR:		276954
Approved by:	portmgr (maintainer timeout, 3+ months)
2024-06-06 21:05:47 +02:00
Joseph Mingrone 5a7a7e6535 accessibility/redshift: Install man pages under share/man
Sponsored by:	The FreeBSD Foundation
2024-02-26 14:41:14 -04:00
Rene Ladan 3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Jan Beich a391bb6a72 accessibility/redshift: limit wayland category to WAYLAND option 2022-12-21 17:57:13 +00:00
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner 4bc2b38872 accessibility: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  David K. Gerry
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>

With hat:	portmgr
2022-07-20 16:20:47 +02:00
Jan Beich 2948687622 wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
2022-07-20 12:48:14 +00:00
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Mathieu Arnold 305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Lewis Cook a5c7f2939c Update MAINTAINER fields for myself (lcook)
Approved by:            tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D28279
2021-01-22 10:08:51 +00:00
Steve Wills 4e0872d0ca Give maintainership to a user of these ports 2020-07-24 00:12:51 +00:00
Jan Beich a0010fc724 accessibility/redshift: force rebuild after r518170
PR:		242130
2019-11-22 22:53:43 +00:00
Jan Beich f27b7ee6e1 accessibility/redshift: add Wayland support
PR:		242130
Approved by:	swills (maintainer)
2019-11-22 22:50:48 +00:00
Baptiste Daroussin b7fe8f6183 Catchup with recent developers warnings 2019-10-10 11:59:15 +00:00
Antoine Brodin 5407c66310 Clean up plist 2019-04-25 14:12:08 +00:00
Steve Wills 0d4caf047b accessibility/redshift: make geoclue optional
While here, remove obsolete gnome-clock option which was removed
upstream in version 1.9 and pet portlint

PR:		234048
Submitted by:	bsd@haps.ca, which modifications
2018-12-27 19:51:19 +00:00
Antoine Brodin f9ccfcad61 Fix plist 2018-12-08 12:09:04 +00:00
Tijl Coosemans c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00
Steve Wills d71239abc9 accessibility/redshift: update to 1.12 2018-05-21 16:04:07 +00:00
Steve Wills 5d35dffde9 accessibility/redshift: update to 1.11 2018-05-09 21:32:05 +00:00
Steve Wills f3c1ddc38b accessibility/redshift: take maintainership since I use this 2018-04-05 17:20:04 +00:00
Mark Felder 6b5b6162df Give back to the ports pool
I do not have a FreeBSD install with a graphical desktop to test updates
on at this time.
2018-04-05 16:42:19 +00:00
Mathieu Arnold 551be3c723 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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Felder cfb2c80810 accessibility/redshift: fix shebangs
- Also add LICENSE and LICENSE_FILE

PR:		219526
MFH:		2017Q2
2017-06-09 21:39:22 +00:00
Matthew Rezny b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Mark Felder 649081a926 accessibility/redshift: Fix warnings
USE_XORG is required for proper dependency declaration

MFH:		2016Q2
Differential Revision:	https://reviews.freebsd.org/D6883
2016-06-22 16:37:59 +00:00
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mark Felder a645d59057 Add build dependency required for VIDMODE and older Nvidia graphics drivers
PR:		199004
2015-03-30 13:50:33 +00:00
Marcus von Appen 472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
Baptiste Daroussin 4578d430e8 Cleanup plist 2014-12-09 07:35:40 +00:00
Adam Weinberger 654093c547 Reduce unnecessary bsd.port.options.mk inclusion by using
OPTIONS helpers.

Approved by:	portmgr (blanket)
2014-07-03 20:01:14 +00:00
Martin Wilke c7e04dae7b - Convert use_xz,bzip to USES
Approved by:	portmgr
2014-05-30 05:47:08 +00:00
Baptiste Daroussin c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Mark Felder 529e46878c Fix building with the GUI option
Split the Gnome clock integration into its own option

PR:		ports/182925
Approved by:	swills (mentor)
2013-11-25 22:47:00 +00:00
Mark Felder 2e89fe22c3 Support STAGE
Approved by:	swills (mentor)
2013-10-26 01:35:09 +00:00
Baptiste Daroussin a62b5a9a5a Add no stage all over the place in accessibility in preparation for the staging area support 2013-09-20 11:02:49 +00:00
Boris Samorodov 9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Baptiste Daroussin 2729c7d447 Add an explicit dependency on pkgconf 2013-09-02 21:32:24 +00:00
Baptiste Daroussin 035f175141 Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig
2013-08-30 00:47:20 +00:00
Mark Felder 35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Mark Felder cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Martin Wilke bdee77a728 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:56:04 +00:00
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Raphael Kubo da Costa 22ff7a88cc Fix typo in the NLS port option.
PR:		ports/170803
Submitted by:	Artis Caune <artis.caune@gmail.com>
Approved by:	Mark Felder <feld@feld.me> (maintainer)
2012-08-25 00:50:50 +00:00