head 1.5; access; symbols pkgsrc-2015Q1:1.2.0.16 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.14 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.12 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.10 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.8 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.6 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.4 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.4 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.2 pkgsrc-2012Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2015.08.25.23.58.20; author khorben; state dead; branches; next 1.4; commitid 7lkRCqhJDb942Iyy; 1.4 date 2015.08.23.23.18.31; author khorben; state Exp; branches; next 1.3; commitid 5yDt1z93M7ERTryy; 1.3 date 2015.06.13.21.55.01; author khorben; state dead; branches; next 1.2; commitid wUcUZ3ln8J9ZFjpy; 1.2 date 2013.06.15.12.25.23; author khorben; state Exp; branches; next 1.1; commitid fQYUgYD4Ikv0YHTw; 1.1 date 2012.12.17.00.47.38; author khorben; state Exp; branches; next ; desc @@ 1.5 log @Package DeforaOS Locker 0.3.1 This release brings: - user interface improvements to the "password" authentication - themeing for the "slider" authentication and "logo" demo - support for demo cycling - improved test suite - fewer dependencies ("panel" plug-in moved to the Integration project) @ text @$NetBSD: patch-src_auth_Makefile,v 1.4 2015/08/23 23:18:31 khorben Exp $ Fix build with CFLAGS set --- src/auth/Makefile.orig 2015-03-16 00:09:01.000000000 +0000 +++ src/auth/Makefile @@@@ -6,8 +6,8 @@@@ LIBDIR = $(PREFIX)/lib CC = cc CPPFLAGSF= -I ../../include CPPFLAGS= -CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0` -CFLAGS = -Wall -g -O2 -pedantic -fPIC +CFLAGSF = `pkg-config --cflags libSystem gtk+-2.0` -fPIC +CFLAGS = -W -Wall -g -O2 -pedantic LDFLAGSF= -W `pkg-config --libs libSystem gtk+-2.0` AR = ar RANLIB = ranlib @ 1.4 log @Fix build with clang and support for setting CFLAGS @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Package DeforaOS Locker 0.3.0 This release brought: - new demo animation - Spanish translation - support for power management (DPMS) - improved build system - improved documentation - various bugfixes and improvements @ text @d1 1 a1 1 $NetBSD: patch-src_auth_Makefile,v 1.2 2013/06/15 12:25:23 khorben Exp $ d3 1 a3 1 Fixes build in src/auth on netbsd-6 d5 1 a5 1 --- src/auth/Makefile.orig 2012-10-14 16:56:53.000000000 +0000 d7 11 a17 9 @@@@ -21,7 +21,7 @@@@ all: $(TARGETS) password_OBJS = password.o password_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) -password_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) -l crypt +password_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) -lcrypt password.so: $(password_OBJS) $(CCSHARED) -o password.so $(password_OBJS) $(password_LDFLAGS) @ 1.2 log @Fixed build with x11/deforaos-libdesktop 0.0.10 @ text @d1 1 a1 1 $NetBSD: patch-src_auth_Makefile,v 1.1 2012/12/17 00:47:38 khorben Exp $ @ 1.1 log @Imported wip/deforaos-locker, the DeforaOS desktop screensaver, under x11/deforaos-locker (version 0.2.1) @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/auth/Makefile.orig 2012-09-16 01:15:22.000000000 +0000 @