Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
481978c0
Commit
481978c0
authored
2 years ago
by
Guido Falsi
Browse files
Options
Downloads
Patches
Plain Diff
sysutils/conky: Update to 1.16.1
- Project now uses ninja
parent
cb41009d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sysutils/conky/Makefile
+2
-2
2 additions, 2 deletions
sysutils/conky/Makefile
sysutils/conky/distinfo
+3
-3
3 additions, 3 deletions
sysutils/conky/distinfo
sysutils/conky/files/patch-src_x11.h
+16
-0
16 additions, 0 deletions
sysutils/conky/files/patch-src_x11.h
with
21 additions
and
5 deletions
sysutils/conky/Makefile
+
2
−
2
View file @
481978c0
PORTNAME
=
conky
PORTVERSION
=
1.1
5.0
PORTVERSION
=
1.1
6.1
DISTVERSIONPREFIX
=
v
CATEGORIES
=
sysutils
...
...
@@ -10,7 +10,7 @@ WWW= https://github.com/brndnmtthws/conky
LIB_DEPENDS
=
libinotify.so:devel/libinotify
BUILD_DEPENDS
=
gsed:textproc/gsed
USES
=
cpe cmake
:noninja
compiler:c++11-lib gettext-runtime iconv
\
USES
=
cpe cmake compiler:c++11-lib gettext-runtime iconv
\
localbase lua:52-53 pkgconfig
tar
:bzip2
CMAKE_ARGS
=
-DBUILD_PORT_MONITORS
:BOOL
=
false
\
...
...
This diff is collapsed.
Click to expand it.
sysutils/conky/distinfo
+
3
−
3
View file @
481978c0
TIMESTAMP = 16
6594207
2
SHA256 (brndnmtthws-conky-v1.1
5.0
_GH0.tar.gz) =
bebd54637bf8819ee395b765e3615ad28606d28a7870ac99ed1dffb1d14087b2
SIZE (brndnmtthws-conky-v1.1
5.0
_GH0.tar.gz) = 1
800684
TIMESTAMP = 16
7208673
2
SHA256 (brndnmtthws-conky-v1.1
6.1
_GH0.tar.gz) =
a293530980bf5ec2250e6d52533cb3426de66c99477ae15430215b3e4b536593
SIZE (brndnmtthws-conky-v1.1
6.1
_GH0.tar.gz) = 1
696411
This diff is collapsed.
Click to expand it.
sysutils/conky/files/patch-src_x11.h
0 → 100644
+
16
−
0
View file @
481978c0
---
src
/
x11
.
h
.
orig
2022
-
12
-
26
18
:
54
:
10
UTC
+++
src
/
x11
.
h
@@
-
22
,
6
+
22
,
7
@@
*
*/
+
#
ifdef
BUILD_X11
#pragma once
#include
<X11/Xatom.h>
@@
-
157
,
3
+
158
,
5
@@
extern
priv
::
use_xpmdb_setting
use_xpmdb
;
#else
extern
priv
::
use_xpmdb_setting
use_xpmdb
;
#endif
+
+
#
endif
/* BUILD_X11 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment