- include missing header, which could fix 64-bit problems
- use MODULES=devel/gettext - regen PLIST
This commit is contained in:
parent
18a7a89331
commit
5ef648e01d
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/09/15 23:29:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/11/19 23:15:45 jasper Exp $
|
||||
|
||||
COMMENT= graphical interface for GnuPG
|
||||
|
||||
VERSION= 0.4.3
|
||||
DISTNAME= gpa-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= security x11
|
||||
|
||||
HOMEPAGE= http://www.gnupg.org/gpa.html
|
||||
@ -12,10 +13,12 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
|
||||
WANTLIB= X11 Xext Xi c glib gmodule m
|
||||
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
RUN_DEPENDS= :gnupg-*:security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
|
||||
|
11
security/gpa/patches/patch-gpapa_data_c
Normal file
11
security/gpa/patches/patch-gpapa_data_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-gpapa_data_c,v 1.1 2008/11/19 23:15:45 jasper Exp $
|
||||
--- gpapa/data.c.orig Thu Nov 20 00:12:10 2008
|
||||
+++ gpapa/data.c Thu Nov 20 00:12:25 2008
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:36:00 espie Exp $
|
||||
bin/gpa
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/11/19 23:15:45 jasper Exp $
|
||||
@bin bin/gpa
|
||||
@comment lib/charset.alias
|
||||
share/gpa/
|
||||
share/gpa/gpa_logo.ppm
|
||||
|
Loading…
Reference in New Issue
Block a user