Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2006 08:08:04 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105805: [MAINTAINER] emulators/xhomer: update to 9.16.06 and fix X11BASE
Message-ID:  <20061124070804.BBD2D39DB8@pin.if.uz.zgora.pl>
Resent-Message-ID: <200611240710.kAO7AEPF022295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105805
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/xhomer: update to 9.16.06 and fix X11BASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 24 07:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Update to 9.16.06 and make it respect X11BASE and CFLAGS.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/xhomer-12.14.03.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xhomer-9.16.06,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/emulators/xhomer/Makefile /home/trasz/xhomer/Makefile
--- /usr/ports/emulators/xhomer/Makefile	Sun Jul 16 22:02:27 2006
+++ /home/trasz/xhomer/Makefile	Fri Nov 24 08:06:33 2006
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	xhomer
-DISTVERSION=	12-14-03
+DISTVERSION=	9-16-06
+PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://xhomer.isani.org/xhomer/
 EXTRACT_SUFX=	.tgz
diff -ruN --exclude=CVS /usr/ports/emulators/xhomer/distinfo /home/trasz/xhomer/distinfo
--- /usr/ports/emulators/xhomer/distinfo	Sun Jul 16 22:02:27 2006
+++ /home/trasz/xhomer/distinfo	Fri Nov 24 08:06:33 2006
@@ -1,3 +1,3 @@
-MD5 (xhomer-12-14-03.tgz) = 7eab258f5a130be9950c2032a9e10946
-SHA256 (xhomer-12-14-03.tgz) = ed043165ef650997b79aadcf675bdeeddce7bcaae8572222d2bfa09c95f277fc
-SIZE (xhomer-12-14-03.tgz) = 312166
+MD5 (xhomer-9-16-06.tgz) = 59d44422a06a1ea5982d0e3ad788bc6f
+SHA256 (xhomer-9-16-06.tgz) = bda526c0c3605a49fbad8e6a4251a7472caf6c7bc3d5fd074b1dbae952052236
+SIZE (xhomer-9-16-06.tgz) = 318277
diff -ruN --exclude=CVS /usr/ports/emulators/xhomer/files/patch-Makefile /home/trasz/xhomer/files/patch-Makefile
--- /usr/ports/emulators/xhomer/files/patch-Makefile	Sun Jul 16 22:02:27 2006
+++ /home/trasz/xhomer/files/patch-Makefile	Fri Nov 24 08:06:33 2006
@@ -1,6 +1,23 @@
---- Makefile.orig	Tue Dec  9 18:36:07 2003
-+++ Makefile	Wed May 24 19:59:13 2006
-@@ -115,17 +115,17 @@
+--- Makefile.orig	Sun Feb  8 23:37:24 2004
++++ Makefile	Fri Nov 24 08:00:52 2006
+@@ -26,7 +26,7 @@
+ # be done by setting one of "USE_DGA1" and "USE_DGA2" to "N" and the
+ # other to "Y" or by setting both to "N" (most non-Linux systems).
+ 
+-X11DIR = /usr/X11R6
++X11DIR = $(X11BASE)
+ 
+ ifeq ($(X11DIR)/include/X11/extensions/xf86dga.h,$(wildcard $(X11DIR)/include/X11/extensions/xf86dga.h))
+   ifeq ($(X11DIR)/include/X11/extensions/xf86dga1.h,$(wildcard $(X11DIR)/include/X11/extensions/xf86dga1.h))
+@@ -101,6 +101,7 @@
+ 
+ CCDEFS = -DMM_CACHE=8
+ CCDEFS += -DPERF_MONITOR
++CCDEFS += $(CFLAGS)
+ # Skip boundary conditions for shift operations in the fp
+ # code.  (No check for shift by 0 or >=64 if you define this.)
+ # CCDEFS += -DF_SH_FAST
+@@ -115,17 +116,17 @@
  # C-Compiler configuration
  
  # All the rest of the flags in this section assume gcc
@@ -21,7 +38,7 @@
  
  # Some older gcc's need this on i386 to work around a bug.  As long as
  # omit-frame-pointer is also set, it doesn't seem to hurt performance, so
-@@ -184,8 +184,8 @@
+@@ -184,8 +185,8 @@
  
    # Try this as the default place for X11 stuff and ncurses
  
--- xhomer-9.16.06,1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061124070804.BBD2D39DB8>