Update to gringotts-1.2.10.

ok pea@ (maintainer)
This commit is contained in:
ajacoutot 2013-06-24 06:14:21 +00:00
parent 6597c3c020
commit 8f1ce8ad51
6 changed files with 19 additions and 48 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:41:25 espie Exp $
# $OpenBSD: Makefile,v 1.15 2013/06/24 06:14:21 ajacoutot Exp $
COMMENT= GTK+2 secure notes manager
DISTNAME= gringotts-1.2.9
DISTNAME= gringotts-1.2.10
CATEGORIES= security
REVISION= 6
HOMEPAGE= http://gringotts.berlios.de/
@ -13,13 +12,11 @@ MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gringotts
WANTLIB += gdk-x11-2.0>=1200 gdk_pixbuf-2.0 gtk-x11-2.0 gthread-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png popt
WANTLIB += pthread pthread-stubs xcb xcb-render z
WANTLIB += GL xcb-shm
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gringotts gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += popt z
MASTER_SITES= ${MASTER_SITE_BERLIOS:=gringotts/}
@ -28,13 +25,11 @@ LIB_DEPENDS= x11/gtk+2 \
security/libgringotts \
devel/popt
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-env-check \
--enable-root-filter \
--enable-attach-limit \
--with-x
--enable-attach-limit
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (gringotts-1.2.9.tar.gz) = 5AuX8iSW++oKaFfWXkqy3g==
RMD160 (gringotts-1.2.9.tar.gz) = coRYYHVRFTNWa+h9Ukl7ytj98t4=
SHA1 (gringotts-1.2.9.tar.gz) = cv+qaoa26kGfCqdkL4FhM7rDdqQ=
SHA256 (gringotts-1.2.9.tar.gz) = 9/zT+fpU+2NyE2+lvd4HQO0DtzbPD8BmJjA+qXJ+mWU=
SIZE (gringotts-1.2.9.tar.gz) = 249213
SHA256 (gringotts-1.2.10.tar.gz) = GXhPaPdrIR0HYSTHTS9cpaFW5K9+0y1yobpFVHeCF50=
SIZE (gringotts-1.2.10.tar.gz) = 251963

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/02/05 09:18:29 ajacoutot Exp $
--- Makefile.in.orig Fri Jan 25 16:18:07 2008
+++ Makefile.in Tue Feb 5 09:38:45 2008
@@ -200,7 +200,7 @@ target_alias = @target_alias@
$OpenBSD: patch-Makefile_in,v 1.2 2013/06/24 06:14:21 ajacoutot Exp $
--- Makefile.in.orig Sat Jun 13 10:38:23 2009
+++ Makefile.in Sun Jun 23 11:56:33 2013
@@ -201,7 +201,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = src pixmaps po
@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/02/05 09:18:29 ajacoutot Exp $
EXTRA_DIST = gringotts.spec.in gringotts.desktop.in $(doc_DATA) \
autogen.sh
Dsktpdir = $(datadir)/gnome/apps/Utilities
@@ -689,17 +689,6 @@ dist-hook: gringotts.spec
@@ -695,17 +695,6 @@ dist-hook: gringotts.spec
cp gringotts.spec $(distdir)
install-exec-local:

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.2 2008/11/18 12:51:40 landry Exp $
--- src/Makefile.in.orig Fri Jan 25 16:18:06 2008
+++ src/Makefile.in Tue Nov 18 13:49:12 2008
@@ -189,7 +189,7 @@ INCLUDES = \
-DG_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED -Wpointer-arith \
+ -Wpointer-arith \
-Werror-implicit-function-declaration -Wstrict-prototypes -Wall
gringotts_SOURCES = \
@@ -485,7 +485,6 @@ uninstall-am: uninstall-binPROGRAMS
install-exec-local:
strip $(DESTDIR)$(bindir)/gringotts
- chmod u+s $(DESTDIR)$(bindir)/gringotts
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,3 +0,0 @@
Gringotts can only use memory locking when the binary has the setuid bit
set which is NOT the case by default. To enable it (at your own risk):
sudo chmod u+s ${PREFIX}/bin/gringotts

View File

@ -1,5 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/05 09:18:29 ajacoutot Exp $
bin/gringotts
@comment $OpenBSD: PLIST,v 1.2 2013/06/24 06:14:21 ajacoutot Exp $
@mode 4555
@bin bin/gringotts
@mode
share/doc/gringotts/
share/doc/gringotts/FAQ
share/doc/gringotts/README