Bug 113382 - [PATCH] textproc/kdiff3: fix compile error on pointyhat
Summary: [PATCH] textproc/kdiff3: fix compile error on pointyhat
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-05 18:00 UTC by Heiner
Modified: 2007-06-06 12:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2007-06-05 18:00:11 UTC
Something with the man page handling slipped through my last port portupgrade. 
The attached patch should fix it.

Heiner

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"



--Boundary-00=_DZZZG+VyzwO0qpv----hbStbcWyDlb4ZT22xq2OHgoujFnWyzi7MEWOa4Q0Fcb8izrd
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-06-05 22:25:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-06 11:58:49 UTC
miwi        2007-06-06 10:58:44 UTC

  FreeBSD ports repository

  Modified files:
    textproc/kdiff3      Makefile 
  Log:
  - Fix build with gcc 4.2
  
  PR:             113382
  Submitted by:   Heiner <h.eichmann@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.26      +1 -0      ports/textproc/kdiff3/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-06 11:58:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!