Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2006 15:57:39 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105818: [PATCH] editors/qemacs: respect X11BASE
Message-ID:  <20061124145739.1580C39DB8@pin.if.uz.zgora.pl>
Resent-Message-ID: <200611241500.kAOF0RWb061618@freefall.freebsd.org>

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

>Number:         105818
>Category:       ports
>Synopsis:       [PATCH] editors/qemacs: respect X11BASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 24 15:00:27 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:
Respect X11BASE.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/qemacs-0.3.p.12_1.log

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

--- qemacs-0.3.p.12_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/qemacs/files/patch-Makefile /home/trasz/qemacs/files/patch-Makefile
--- /usr/ports/editors/qemacs/files/patch-Makefile	Thu Feb 20 22:20:07 2003
+++ /home/trasz/qemacs/files/patch-Makefile	Fri Nov 24 15:57:05 2006
@@ -1,5 +1,5 @@
 --- Makefile.orig	Thu May  2 02:27:40 2002
-+++ Makefile	Thu Feb 20 21:46:55 2003
++++ Makefile	Fri Nov 24 15:53:28 2006
 @@ -42,17 +42,17 @@
  #
  CONFIG_PNG_OUTPUT=y
@@ -24,3 +24,12 @@
  
  ########################################################
  # do not modify after this
+@@ -136,7 +136,7 @@
+ DEFINES+= -DCONFIG_XFT
+ LIBS+=-lXft
+ endif
+-LIBS+= -L/usr/X11R6/lib -lXext -lX11
++LIBS+= -L$(X11BASE)/lib -lXext -lX11
+ endif
+ 
+ ifdef CONFIG_HTML
--- qemacs-0.3.p.12_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?20061124145739.1580C39DB8>