Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jun 2007 18:58:43 +0200
From:      Heiner <h.eichmann@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113382: [PATCH] textproc/kdiff3: fix compile error on pointyhat
Message-ID:  <200706051858.43948.h.eichmann@gmx.de>
Resent-Message-ID: <200706051700.l55H0Bfd050828@freefall.freebsd.org>

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

>Number:         113382
>Category:       ports
>Synopsis:       [PATCH] textproc/kdiff3: fix compile error on pointyhat
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 05 17:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Heiner Eichmann <h.eichmann@gmx.de>
>Release:        FreeBSD 5.4-RELEASE
>Organization:
Sirius Cybernetics Corp.
>Environment:
FreeBSD 7of9.unimatrix-zero.borg 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Sat 
Dec  3 13:30:24 CET 2005     
root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:

Something with the man page handling slipped through my last port portupgrade. 
The attached patch should fix it.

Heiner
>How-To-Repeat:
>Fix:


--Boundary-00=_DZZZG+VyzwO0qpv
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="kdiff3.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="kdiff3.diff"

diff -urN ../../textproc/kdiff3/Makefile ./Makefile
--- ../../textproc/kdiff3/Makefile	Tue Jun  5 15:33:10 2007
+++ ./Makefile	Tue Jun  5 17:31:56 2007
@@ -21,6 +21,7 @@
 USE_LDCONFIG=	${PREFIX}/lib/kde3
 
 CONFIGURE_ENV=	LDFLAGS="${PTHREAD_LIBS}"
+CONFIGURE_ARGS=	--mandir="${MANPREFIX}/man"
 
 MAN1=	kdiff3.1
 

--Boundary-00=_DZZZG+VyzwO0qpv--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --Boundary-00=_DZZZG+VyzwO0qpv
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 



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