FreeBSD Bugzilla – Attachment 180184 Details for
Bug 217270
x11/slock: update to 1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
slock.patch (text/plain), 1.75 KB, created by
Piotr Kubaj
on 2017-02-21 12:37:30 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2017-02-21 12:37:30 UTC
Size:
1.75 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 434512) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= slock >-PORTVERSION= 1.3 >+PORTVERSION= 1.4 > CATEGORIES= x11 > MASTER_SITES= http://dl.suckless.org/tools/ > >Index: distinfo >=================================================================== >--- distinfo (revision 434512) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (slock-1.3.tar.gz) = bab4a3aea4046aa0fd0361c3649b79b90ca531bc5dfae3c4a6c0fe436152bd18 >-SIZE (slock-1.3.tar.gz) = 5943 >+TIMESTAMP = 1487670784 >+SHA256 (slock-1.4.tar.gz) = b53849dbc60109a987d7a49b8da197305c29307fd74c12dc18af0d3044392e6a >+SIZE (slock-1.4.tar.gz) = 6889 >Index: files/patch-config.mk >=================================================================== >--- files/patch-config.mk (revision 434512) >+++ files/patch-config.mk (working copy) >@@ -1,11 +1,13 @@ >---- config.mk.orig 2013-10-09 16:23:24.000000000 +0200 >-+++ config.mk 2013-10-09 16:25:18.000000000 +0200 >-@@ -18,6 +18,9 @@ >- CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} >- LDFLAGS = -s ${LIBS} >+--- config.mk.orig 2016-11-20 00:31:23 UTC >++++ config.mk >+@@ -22,6 +22,10 @@ COMPATSRC = explicit_bzero.c > >+ # On OpenBSD and Darwin remove -lcrypt from LIBS >+ #LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXext -lXrandr >++ > +# To enable PAM-based authentication, remove -DHAVE_SHADOW_H from CPPFLAGS > +# and add -DHAVE_PAM instead. Also, add -lpam to LDFLAGS. > +# >- # On *BSD remove -DHAVE_SHADOW_H from CPPFLAGS and add -DHAVE_BSD_AUTH >- # On OpenBSD and Darwin remove -lcrypt from LIBS >+ # On *BSD remove -DHAVE_SHADOW_H from CPPFLAGS >+ # On NetBSD add -D_NETBSD_SOURCE to CPPFLAGS >+ #CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_NETBSD_SOURCE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217270
:
180184
|
180251