View | Details | Raw Unified | Return to bug 163612
Collapse All | Expand All

(-)www/xxxterm/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xxxterm
8
PORTNAME=	xxxterm
9
PORTVERSION=	1.518
9
PORTVERSION=	1.9.0
10
PORTEPOCH=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	https://opensource.conformal.com/snapshots/xxxterm/ \
12
MASTER_SITES=	https://opensource.conformal.com/snapshots/xxxterm/ \
12
		SF/xxxterm/
13
		SF/xxxterm/
(-)www/xxxterm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xxxterm-1.518.tgz) = c7b3e89c91cfe4aec21573c3810dc6b6882360fde7ef7061c2cc3d1a6c222084
1
SHA256 (xxxterm-1.9.0.tgz) = f3369f108623906e5f18fcc5ea98ad0d496f5c3711e98b18a7bfe25c1eea82fb
2
SIZE (xxxterm-1.518.tgz) = 158514
2
SIZE (xxxterm-1.9.0.tgz) = 173693
(-)www/xxxterm/files/patch-freebsd_Makefile (+15 lines)
Line 0 Link Here
1
--- freebsd/Makefile.bak	2011-12-25 20:08:41.000000000 +0100
2
+++ freebsd/Makefile	2011-12-25 20:08:58.000000000 +0100
3
@@ -33,9 +33,11 @@
4
 
5
 cookie.o: ../cookie.o
6
 
7
+inputfocus.o: ../inputfocus.o
8
+
9
 ../xxxterm.o: ../javascript.h
10
 
11
-xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o cookie.o
12
+xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o cookie.o inputfocus.o
13
 	$(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD)
14
 
15
 install: all

Return to bug 163612