ports/163612: [Patch] Update www/xxxterm to version 1.9.0

Herbert J. Skuhra h.skuhra at gmail.com
Sun Dec 25 19:50:09 UTC 2011


>Number:         163612
>Category:       ports
>Synopsis:       [Patch] Update www/xxxterm to version 1.9.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 25 19:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 9.0-PRERELEASE i386
>Organization:
>Environment:
FreeBSD oslo.ath.cx 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #1 r227950: Thu Nov 24 20:36:39 CET 2011     herbert at oslo.ath.cx:/usr/obj/usr/src/sys/PC1  i386
>Description:
The attached patch updates www/xxxterm to version 1.9.0.
I had to modify freebsd/Makefile to fix build on FreeBSD. 

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN www/xxxterm.orig/Makefile www/xxxterm/Makefile
--- www/xxxterm.orig/Makefile	2011-12-25 20:14:08.000000000 +0100
+++ www/xxxterm/Makefile	2011-12-25 20:18:23.000000000 +0100
@@ -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/
diff -ruN www/xxxterm.orig/distinfo www/xxxterm/distinfo
--- www/xxxterm.orig/distinfo	2011-12-25 20:14:08.000000000 +0100
+++ www/xxxterm/distinfo	2011-12-25 20:14:20.000000000 +0100
@@ -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
diff -ruN www/xxxterm.orig/files/patch-freebsd_Makefile www/xxxterm/files/patch-freebsd_Makefile
--- www/xxxterm.orig/files/patch-freebsd_Makefile	1970-01-01 01:00:00.000000000 +0100
+++ www/xxxterm/files/patch-freebsd_Makefile	2011-12-25 20:20:20.000000000 +0100
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list