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
91793f57
Commit
91793f57
authored
1 year ago
by
baptiste daroussin
Browse files
Options
Downloads
Patches
Plain Diff
deskutils/i3lock: update to 2.15
parent
18be0977
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
deskutils/i3lock/Makefile
+2
-6
2 additions, 6 deletions
deskutils/i3lock/Makefile
deskutils/i3lock/distinfo
+3
-3
3 additions, 3 deletions
deskutils/i3lock/distinfo
deskutils/i3lock/files/patch-meson.build
+11
-0
11 additions, 0 deletions
deskutils/i3lock/files/patch-meson.build
with
16 additions
and
9 deletions
deskutils/i3lock/Makefile
+
2
−
6
View file @
91793f57
PORTNAME
=
i3lock
PORTVERSION
=
2.13
PORTREVISION
=
2
PORTVERSION
=
2.15
CATEGORIES
=
deskutils x11
MASTER_SITES
=
http://i3wm.org/
${
PORTNAME
}
/
...
...
@@ -26,12 +25,10 @@ PLIST_FILES= bin/i3lock \
share/man/man1/i3lock.1.gz
\
etc/pam.d/i3lock
USES
=
gmake
iconv localbase pkgconfig
tar
:
bzip2
xorg
USES
=
iconv localbase
meson
pkgconfig
tar
:
xz
xorg
LDFLAGS
+=
${
ICONV_LIB
}
USE_XORG
=
x11 xcb xt xorgproto xext
USE_CSTD
=
c99
GNU_CONFIGURE
=
yes
GNU_CONFIGURE_MANPREFIX
=
${
PREFIX
}
/share
CONFLICTS_INSTALL
=
i3lock-color
...
...
@@ -40,7 +37,6 @@ PORTDOCS= CHANGELOG README.md
OPTIONS_DEFINE
=
DOCS
post-install
:
@${
STRIP_CMD
}
${
STAGEDIR
}${
PREFIX
}
/bin/i3lock
@${
RM
}
${
STAGEDIR
}${
PREFIX
}
/etc/pam.d/i3lock
@${
LN
}
-s
${
LOCALBASE
}
/etc/pam.d/unix-selfauth
\
${
STAGEDIR
}${
PREFIX
}
/etc/pam.d/i3lock
...
...
This diff is collapsed.
Click to expand it.
deskutils/i3lock/distinfo
+
3
−
3
View file @
91793f57
TIMESTAMP = 1
603984277
SHA256 (i3lock-2.1
3
.tar.
bz2
) =
637fe898acb324337d3ebc4fcdb2e390b082147fdc8a0cda6c19e7f395965f0b
SIZE (i3lock-2.1
3
.tar.
bz2
) =
149332
TIMESTAMP = 1
710759931
SHA256 (i3lock-2.1
5
.tar.
xz
) =
5711ae5255e82b1dc8d8b4c035c520230921aba7ceee23d66f79765b21a84baa
SIZE (i3lock-2.1
5
.tar.
xz
) =
29100
This diff is collapsed.
Click to expand it.
deskutils/i3lock/files/patch-meson.build
0 → 100644
+
11
−
0
View file @
91793f57
--- meson.build.orig 2024-03-16 09:37:48 UTC
+++ meson.build
@@ -92,7 +92,7 @@
i3lock_srcs = [
'xcb.c',
]
-ev_dep = cc.find_library('ev')
+ev_dep = dependency('libev', method: 'pkg-config')
thread_dep = dependency('threads')
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