- Update to 1.303
PR: 154772 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
This commit is contained in:
parent
c5edaf6b20
commit
f340aaafb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269188
3 changed files with 6 additions and 23 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xxxterm
|
||||
PORTVERSION= 1.275
|
||||
PORTVERSION= 1.303
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Minimalists vi-like web browser based on webkit and GTK+
|
|||
|
||||
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \
|
||||
soup-2.4:${PORTSDIR}/devel/libsoup \
|
||||
webkit-1.0:${PORTSDIR}/www/webkit-gtk2
|
||||
webkit-1.0:${PORTSDIR}/www/webkit-gtk2
|
||||
|
||||
USE_GNOME= gtk20 pkgconfig
|
||||
USE_PERL5_BUILD=YES
|
||||
|
@ -32,9 +32,9 @@ PLIST_DIRS+= share/xxxterm
|
|||
BROKEN= does not build due to missing arc4random_buf in libc
|
||||
.endif
|
||||
|
||||
ICONS= 16 32 48 64 128
|
||||
ICONS= 16 32 48 64 128
|
||||
.for i in ${ICONS}
|
||||
PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png
|
||||
PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png
|
||||
.endfor
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xxxterm-1.275.tgz) = 6dbb2d823d8ddb1ef168ed4855007d60dbd9b8f48884d62e9730f6013a0f5972
|
||||
SIZE (xxxterm-1.275.tgz) = 130301
|
||||
SHA256 (xxxterm-1.303.tgz) = c32bf71babc734fa78012c7338d8cc3459955fd31aca157aaa0934908c8de860
|
||||
SIZE (xxxterm-1.303.tgz) = 132276
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
--- ./xxxterm.c.orig 2011-01-20 10:45:02.893061548 +0200
|
||||
+++ ./xxxterm.c 2011-01-20 10:45:18.001973993 +0200
|
||||
@@ -36,13 +36,13 @@
|
||||
#include <pwd.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
-#include <util.h>
|
||||
#include <pthread.h>
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#if defined(__linux__)
|
||||
+ #include <util.h>
|
||||
#include "linux/util.h"
|
||||
#include "linux/tree.h"
|
||||
#elif defined(__FreeBSD__)
|
Loading…
Reference in a new issue