Bug 131030 - building print/perlftlib fails
Summary: building print/perlftlib fails
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-27 04:30 UTC by TsurutaniNaoki
Modified: 2009-01-29 20:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2009-01-27 04:30:02 UTC
	building print/perlftlib fails, even on the pointyhat...
	this is the same phenomena I reported on ports/125971,
	but building fails even if p5-ExtUtils-CBuilder is not installed.

Fix: here is a patch:



I do not know why this causes trouble.
	lines starting with "#" are net treated as comments ?--a32NEDO0FXbhNn2GwbTwX3ZYQN0QQdzGdNOXklZhdz8fc7Mk
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- FreeType/typemap.orig	1998-12-14 14:13:26.000000000 +0900
+++ FreeType/typemap	2009-01-27 12:36:25.000000000 +0900
@@ -98,7 +98,7 @@
 		FETCH_OBJ_IV(obj, &$var, cols, $var);
 		FETCH_OBJ_IV(obj, &$var, width, $var);
 		FETCH_OBJ_IV(obj, &$var, flow, $var);
-#		FETCH_OBJ_IV(obj, &$var, size, $var);
+	/*	FETCH_OBJ_IV(obj, &$var, size, $var);*/
 		FETCH_OBJ(obj, bitmap, sv, $var);
 		$var.bitmap = SvPV(sv, na);
 		$var.size = na;
How-To-Repeat: 	always building print/perlftlib with/without p5-ExtUtils-CBuilder,
	with perl 5.8.9.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2009-01-29 19:58:11 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-29 19:58:37 UTC
pav         2009-01-29 19:58:27 UTC

  FreeBSD ports repository

  Modified files:
    print/perlftlib      Makefile 
  Added files:
    print/perlftlib/files patch-FreeType_typemap 
  Log:
  - Fix build
  
  PR:             ports/131030
  Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
  
  - Style
  
  Revision  Changes    Path
  1.25      +1 -1      ports/print/perlftlib/Makefile
  1.1       +11 -0     ports/print/perlftlib/files/patch-FreeType_typemap (new)
_______________________________________________
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"