Commit Graph

607696 Commits

Author SHA1 Message Date
Jan Beich
6c8d6a7750 x11-servers/xwayland-devel: improve error messages after 96381f9418
Mainly when the process has disappeared.
2023-01-30 14:50:46 +00:00
Po-Chuan Hsieh
cd84e476b7
www/npm*: Fix build_fs_violation of dependent ports in poudriere (with -t flag)
- Bump PORTREVISION for package change

from textproc/kibana7 log:
=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/input.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/common.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/simple_copy.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/xcode_emulation.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/__init__.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__pycache__/__init__.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__pycache__/make.cpython-39.pyc

from textproc/kibana8 log:
=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__pycache__/make.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__pycache__/__init__.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/xcode_emulation.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/input.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/__init__.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/common.cpython-39.pyc
extra: usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__pycache__/simple_copy.cpython-39.pyc
2023-01-30 22:45:11 +08:00
Po-Chuan Hsieh
f5f4cf1f8b
UPDATING: Document nodejs changes 2023-01-30 22:45:11 +08:00
Baptiste Daroussin
cc9a30d2dc gtk2: remove false dependency on gtk2 2023-01-30 15:43:40 +01:00
Nicola Vitale
d7dd628265
audio/py-pyradio: Fix a runtime error (missing icon)
- When notifications are enabled and the user doesn't have a custom icon
  the program raises a Python Exception, because it doesn't find the default one.
  The patch was provided by Spiros Georgaras (upstream) via email.

- Bump PORTREVISION
2023-01-30 15:38:18 +01:00
Jan Beich
23b864937c x11-servers/xwayland-devel: update to 21.0.99.1.384
Changes:	d67383a69...2ef5ef57b
2023-01-30 14:32:09 +00:00
Jan Beich
96381f9418 x11-servers/xwayland-devel: better support XRes extension
https://gitlab.freedesktop.org/xorg/xserver/-/commit/1e933665bef2
2023-01-30 14:32:08 +00:00
Po-Chuan Hsieh
ce96861caf
*/py-: Fix MASTER_SITES after CHEESESHOP to PYPI trasition
With hat:	python
2023-01-30 22:30:57 +08:00
Po-Chuan Hsieh
fa93fdc383
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.

The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.

After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g. www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g. www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to www/node18)

Discussed with:	jrm, otis, pizzamig
2023-01-30 22:20:38 +08:00
Po-Chuan Hsieh
a58124c5ff
*/py-: Fix MASTER_SITES after CHEESESHOP to PYPI trasition 2023-01-30 22:18:07 +08:00
Baptiste Daroussin
e12133330b x11-toolkits/vdk: remove
Depends on EOLed GTk+2.0 and not depended on in the ports tree
2023-01-30 14:59:55 +01:00
Baptiste Daroussin
fd067017d4 x11-toolkits/gtkmathview: remove
Depends on EOLed GTk+2.0 and not depended on in the ports tree
2023-01-30 14:49:55 +01:00
Baptiste Daroussin
1f441152f2 MOVED: add missing |
Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
2023-01-30 14:49:54 +01:00
Sergei Vyshenski
dd3678c650 security/p5-openxpki{-i18n}: Update to 3.24.1
ChangeLog:	https://github.com/openxpki/openxpki/compare/v3.22.2...v3.24.1
PR:		269041
2023-01-30 13:05:30 +00:00
Po-Chuan Hsieh
68f653e2c6
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap114
- Change RUN_DEPENDS from rubygem-flipper to rubygem-flipper025
- Change RUN_DEPENDS from rubygem-fugit to rubygem-fugit17
- Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt25
- Change RUN_DEPENDS from rubygem-mail to rubygem-mail27
- Change RUN_DEPENDS from rubygem-redis-namespace to rubygem-redis-namespace19
- Change RUN_DEPENDS from rubygem-sidekiq to rubygem-sidekiq6
- Change RUN_DEPENDS from rubygem-sidekiq-cron to rubygem-sidekiq-cron18
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
2023-01-30 21:02:42 +08:00
Po-Chuan Hsieh
f5e6e814ea
textproc/py-textract: Add NO_ARCH
- While I'm here, fix indent

Approved by:	portmgr (blanket)
2023-01-30 21:02:41 +08:00
Po-Chuan Hsieh
8da2956234
textproc/py-RTFDE: Add NO_ARCH
- While I'm here, fix indent

Approved by:	portmgr (blanket)
2023-01-30 21:02:41 +08:00
Po-Chuan Hsieh
d4355104e7
textproc/py-rich: Update version requirement of RUN_DEPENDS
Approved by:	portmgr (blanket)
With hat:	python
2023-01-30 21:02:41 +08:00
Po-Chuan Hsieh
af381a70f5
textproc/py-python-pptx: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-01-30 21:02:41 +08:00
Po-Chuan Hsieh
6d25ba2eb0
textproc/py-extract-msg: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-01-30 21:02:40 +08:00
Po-Chuan Hsieh
4d453fff5c
textproc/py-ebcdic: Add NO_ARCH
- With I'm here:
  - Fix USE_GITHUB usage: Use DISTVERSIONPREFIX instead of GH_TAGNAME
  - Fix indent

Approved by:	portmgr (blanket)
2023-01-30 21:02:40 +08:00
Po-Chuan Hsieh
42d8b32ba7
sysutils/rubygem-r10k: Change RUN_DEPENDS from rubygem-gettext-setup to rubygem-gettext-setup0
- Bump PORTREVISION for dependency change
2023-01-30 21:02:40 +08:00
Po-Chuan Hsieh
2b72228e0b
sysutils/py-azure-cli-core: Change RUN_DEPENDS from py-packaging to py-packaging21
- Bump PORTREVISION for dependency change
2023-01-30 21:02:40 +08:00
Po-Chuan Hsieh
aca75024b8
sysutils/py-azure-cli: Change RUN_DEPENDS from py-packaging to py-packaging21
- Bump PORTREVISION for dependency change
2023-01-30 21:02:39 +08:00
Po-Chuan Hsieh
0085723e26
sysutils/datadog-integrations: Add missing @PY_FLAVOR
Approved by:	portmgr (blanket)
2023-01-30 21:02:39 +08:00
Po-Chuan Hsieh
077f90448b
security/py-YubiOTP: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-01-30 21:02:39 +08:00
Po-Chuan Hsieh
f0f9570da5
security/dehydrated: Sort PLIST
Approved by:	portmgr (blanket)
2023-01-30 21:02:39 +08:00
Po-Chuan Hsieh
bb5a78f913
mail/rubygem-roadie-rails-rails52: Update version requirement of RUN_DEPENDS
Approved by:	portmgr (blanket)
With hat:	ruby
2023-01-30 21:02:38 +08:00
Po-Chuan Hsieh
07edc4ebad
games/wipeclean: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-01-30 21:02:38 +08:00
Po-Chuan Hsieh
51cf7b633a
devel/rubygem-gitlab-sidekiq-fetcher: Change RUN_DEPENDS from rubygem-sidekiq to rubygem-sidekiq6
- Bump PORTREVISION for dependency change
2023-01-30 21:02:38 +08:00
Po-Chuan Hsieh
68c3896d87
devel/rubygem-pdk: Change RUN_DEPENDS from rubygem-gettext-setup to rubygem-gettext-setup0
- Bump PORTREVISION for dependency change
2023-01-30 21:02:37 +08:00
Po-Chuan Hsieh
299d946b62
devel/rubygem-graphql-docs: Change RUN_DEPENDS from rubygem-gemoji to rubygem-gemoji3
- Bump PORTREVISION for dependency change
2023-01-30 21:02:37 +08:00
Po-Chuan Hsieh
c74cc18872
devel/rubygem-cms_scanner: Fix gemspec for rubygem-sys-proctable 1.3.0 update
- Bump PORTREVISION for package change
2023-01-30 21:02:37 +08:00
Po-Chuan Hsieh
3d63cf7abc
devel/qt6-translations: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-01-30 21:02:37 +08:00
Po-Chuan Hsieh
ba4f577e73
devel/py-fabric: Allow build with py-invoke 2.0.0+
- Bump PORTREVISION for package change

Reference:	22c02a1d31
2023-01-30 21:02:36 +08:00
Po-Chuan Hsieh
f83ebd62dc
devel/py-click: Update WWW
Approved by:	portmgr (blanket)
2023-01-30 21:02:36 +08:00
Po-Chuan Hsieh
8bc7e318a4
databases/py-pgmigrate: Fix version requirement of RUN_DEPENDS
from setup.py:
REQUIREMENTS = [
    'sqlparse >= 0.3.0',
    'psycopg2 >= 2.8.2',
    'PyYAML >= 5.2',
]

Approved by:	portmgr (blanket)
With hat:	python
Reference:	https://github.com/yandex/pgmigrate/blob/1.0.7/setup.py#L33-L37
2023-01-30 21:02:36 +08:00
Po-Chuan Hsieh
67afa67bfb
archivers/py-compressed-rtf: Add NO_ARCH
- With I'm here, fix indent

Approved by:	portmgr (blanket)
2023-01-30 21:02:35 +08:00
Po-Chuan Hsieh
280880c4d1
www/rubygem-roda: Update to 3.64.0
Changes:	https://github.com/jeremyevans/roda/blob/master/CHANGELOG
		https://roda.jeremyevans.net/rdoc/files/CHANGELOG.html
2023-01-30 21:02:35 +08:00
Po-Chuan Hsieh
5d6c164dee
www/rubygem-rdf-normalize: Update to 0.5.1
Changes:	https://github.com/ruby-rdf/rdf-normalize/releases
2023-01-30 21:02:35 +08:00
Po-Chuan Hsieh
17b3c74757
www/rubygem-haml: Update to 6.1.1
Changes:	https://github.com/haml/haml/releases
		https://github.com/haml/haml/blob/main/CHANGELOG.md
2023-01-30 21:02:35 +08:00
Po-Chuan Hsieh
9567fa8f7e
www/rubygem-d3_rails: Cosmetic change 2023-01-30 21:02:34 +08:00
Po-Chuan Hsieh
745baacadc
www/rubygem-cal-heatmap-rails: Update to 3.6.2
Changes:	https://github.com/pavolzbell/cal-heatmap-rails/commits/master
2023-01-30 21:02:34 +08:00
Po-Chuan Hsieh
9cddf7fa4d
textproc/rubygem-ox: Update to 2.14.13
Changes:	https://github.com/ohler55/ox/blob/develop/CHANGELOG.md
2023-01-30 21:02:34 +08:00
Po-Chuan Hsieh
f261dc92a9
textproc/rubygem-nokogiri: Update to 1.13.10
- Remove LIB_DEPENDS:
  - libxml2 is already in USE_GNOME
  - libgcrypt and libgpg-error are indirect dependencies (via libxslt)
- Clean up:
  - Remove rubygem-pkg-config from RUN_DEPENDS by moving it to BUILD_DEPENDS
  - Remove USES=pkgconfig
  - Remove STRIP_CMD from post-install: since it is done by USES=gem
- Update version requirement of BUILD_DEPENDS

Changes:	https://github.com/sparklemotion/nokogiri/releases
2023-01-30 21:02:34 +08:00
Po-Chuan Hsieh
cb3c37091f
textproc/rubygem-iso-639: Update to 0.3.6
Changes:	https://github.com/xwmx/iso-639/commits/master
2023-01-30 21:02:33 +08:00
Po-Chuan Hsieh
70c806a1ca
textproc/rubygem-github-linguist: Update to 7.24.1
Changes:	https://github.com/github/linguist/releases
2023-01-30 21:02:33 +08:00
Po-Chuan Hsieh
868617cbc7
textproc/rubygem-gemoji: Update to 4.0.1
- Add LICENSE_FILE

Changes:	https://github.com/github/gemoji/releases
2023-01-30 21:02:33 +08:00
Po-Chuan Hsieh
dad21d8d1a
sysutils/rubygem-vagrant-vbguest: Update to 0.31.0
Changes:	https://github.com/dotless-de/vagrant-vbguest/blob/main/CHANGELOG.md
2023-01-30 21:02:33 +08:00
Po-Chuan Hsieh
fe0f3682d2
sysutils/rubygem-sys-proctable: Update to 1.3.0
Changes:	https://github.com/djberg96/sys-proctable/blob/main/CHANGES.md
2023-01-30 21:02:32 +08:00