Commit Graph

25 Commits

Author SHA1 Message Date
Tobias Kortkamp
ce1af7fdc2 *: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02: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
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Matthias Fechner
911f04257e Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
2021-04-09 20:44:23 +02:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Rainer Hurling
b47058075b deskutils/sysctlview: Update to 2.1
Changelog: https://gitlab.com/alfix/sysctlview/-/blob/master/CHANGELOG

PR:		254243
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2021-03-13 10:15:12 +00:00
Neel Chauhan
703ac1559c deskutils/sysctlview: Add missing include to sys/sysctl.h
PR:		253910
Submitted by:	Trond.Endrestol AT ximalas DOT info
Approved by:	alfix86 AT gmail DOT com (maintainer)
2021-03-01 01:54:25 +00:00
Neel Chauhan
12bd683a39 devel/libsysctlmibinfo2: Update to 2.0.1
* use new sysctlinfo(4) 20210222 and sysctlbyname 20210223 features
 * add: sysctlmif_oidextendedbyname()
 * add: sysctlmif_hashandler(), sysctlmif_hashandlerbyname()
 * add: sysctlmif_nextnodebyname(), sysctlmif_nextleafbyname()
 * add: sysctlmif_leavesbyname(), sysctlmif_leavesbyname()
 * update: constants/OIDs so delete port path

PR:		253883, 253884
Submitted by:	Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
2021-02-27 17:28:23 +00:00
Fernando Apesteguía
5343f263a0 devel/libsysctlmibinfo2: Add Portrevision and patch
Bump PORTREVISION for dependencies.

PR:	253781
Submitted by:	alfix86@gmail.com (maintainer)
2021-02-25 11:16:33 +00:00
Kurt Jaeger
c6e1cb8856 audio/mixertui,deskutils/sysctlview,sysutils/nsysctl: bump PORTREVISION
- after devel/libsysctlmibinfo2 etc are updated

PR:		250151
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2020-10-31 16:39:28 +00:00
Hiroki Tagato
a3db6d8797 Update to 2.0.1
PR:		247190
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Approved by:	mentors (implicit)
Changelog:	https://gitlab.com/alfix/sysctlview/-/blob/v2.0.1/CHANGELOG
2020-06-15 10:54:40 +00:00
Mateusz Piotrowski
7c321d4cf2 Update to 2.0
Changelog:
https://gitlab.com/alfix/sysctlview/-/blob/master/CHANGELOG

- Update COMMENT, pkg-descr, and DESKTOP_ENTRIES.

Also, while here:
- Pet portclippy & portfmt.
- Simplify do-install.
- Update installation path for manpages.

PR:		244367
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
Approved by:	Alfonso S. Siciliano (maintainer)
2020-02-26 23:26:58 +00:00
Tobias C. Berner
77d085eda5 deskutils/sysctlview: Update to 1.6
PR:		242239
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-12-14 11:17:02 +00:00
Torsten Zuehlsdorff
b33a850e96 deskutils/sysctlview: Update to 1.5.2
Changelog:

    * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h
    * add an error dialog if an OID has 23/24 levels and the sysctlinfo kmod is not
      loaded (avoiding a segmentation fault)

PR:		241086
Submitted by:	Alfonso S. Siciliano (maintainer)
2019-10-08 09:33:16 +00:00
Kai Knoblich
14108b73ea deskutils/sysctlview: Update to 1.5.1
* The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as
  build/run dependency which relies on the "oid_label" constant that was
  introduced in FreeBSD 1200019.

  Thus set the port to IGNORE if the above doesn't apply while I'm here. [1]

Changelog:

* Show nodes up to CTL_MAXNAME (24) levels
* Show the right value of the nodes without the last name
* Show a subtree without leaves (the nodes are all CTLTYPE_NODE)
* The sysctlinfo interface is 30% more efficient than the kernel
  undocumented interface [1]

PR:		240391
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-09-24 17:33:50 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Steve Wills
9fb7a72d3b deskutils/sysctlview: update to 1.4
PR:		238804
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-06-30 21:17:37 +00:00
Steve Wills
8202134c95 deskutils/sysctlview: Update to 1.3
PR:		238510
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-06-20 02:51:18 +00:00
Steve Wills
04dc06458b deskutils/sysctlview: Update to 1.2
PR:		238196
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-05-29 23:50:55 +00:00
Steve Wills
ea258fcfe0 deskutils/sysctlview: Update to 1.1
While here, improve formatting

PR:		238040
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-05-22 21:18:11 +00:00
Fernando Apesteguía
345816483c deskutils/sysctlview: fix build with GCC-based architectures
PR:     237159
Submitted by:   pkubaj@anongoth.pl
Approved by:    alfix86@gmail.com (maintainer)
2019-04-15 16:20:22 +00:00
Steve Wills
be133b39eb deskutils/sysctlview: Update to 1.0
PR:		236866
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-04-10 21:35:29 +00:00
Fernando Apesteguía
b55fd4595c deskutils/sysctlview: update to 0.2
From ChangeLog: https://gitlab.com/alfix/sysctlview/blob/master/CHANGELOG

* change C GTK -> C++ GTKmm
* add menu
* add "node dialog" when a row is
* clicked
* add manual page "sysctlview.1"
* add TreeView "Main"
* delete
* TreeView "description"
* delete TreeView "values"
* delete TreeView "info"
* delete sysctlmibinfo.c/h (dynamic linking)
* delete sysctlview.window.xml

PR:	236762
Submitted by:	alfix86@gmail.com (maintainer)
2019-03-25 17:15:59 +00:00
Steve Wills
4837ff2e60 deskutils/sysctlview: create port
sysctlview is a gtk frontend for the sysctl mib.

WWW: https://gitlab.com/alfix/sysctlview/

PR:		235434
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2019-02-12 19:36:52 +00:00