mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to version 1.9.0
PR: ports/163612 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: maintainer
This commit is contained in:
parent
87b69a13ca
commit
a8f30cdf05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288101
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= xxxterm
|
||||
PORTVERSION= 1.518
|
||||
PORTVERSION= 1.9.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://opensource.conformal.com/snapshots/xxxterm/ \
|
||||
SF/xxxterm/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xxxterm-1.518.tgz) = c7b3e89c91cfe4aec21573c3810dc6b6882360fde7ef7061c2cc3d1a6c222084
|
||||
SIZE (xxxterm-1.518.tgz) = 158514
|
||||
SHA256 (xxxterm-1.9.0.tgz) = f3369f108623906e5f18fcc5ea98ad0d496f5c3711e98b18a7bfe25c1eea82fb
|
||||
SIZE (xxxterm-1.9.0.tgz) = 173693
|
||||
|
15
www/xxxterm/files/patch-freebsd_Makefile
Normal file
15
www/xxxterm/files/patch-freebsd_Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
--- freebsd/Makefile.bak 2011-12-25 20:08:41.000000000 +0100
|
||||
+++ freebsd/Makefile 2011-12-25 20:08:58.000000000 +0100
|
||||
@@ -33,9 +33,11 @@
|
||||
|
||||
cookie.o: ../cookie.o
|
||||
|
||||
+inputfocus.o: ../inputfocus.o
|
||||
+
|
||||
../xxxterm.o: ../javascript.h
|
||||
|
||||
-xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o cookie.o
|
||||
+xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o cookie.o inputfocus.o
|
||||
$(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD)
|
||||
|
||||
install: all
|
Loading…
Reference in New Issue
Block a user