Bug 195155 - [patch] cad/geda: fix gsch2pcb utility
Summary: [patch] cad/geda: fix gsch2pcb utility
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 19:25 UTC by Tobias Rehbein
Modified: 2014-11-19 19:18 UTC (History)
1 user (show)

See Also:


Attachments
Patch to fix gsch2pcb utility (2.09 KB, patch)
2014-11-18 19:25 UTC, Tobias Rehbein
no flags Details | Diff
poudriere testport log (412.14 KB, text/x-log)
2014-11-18 19:26 UTC, Tobias Rehbein
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Rehbein 2014-11-18 19:25:06 UTC
Created attachment 149561 [details]
Patch to fix gsch2pcb utility

The gsch2pcb is broken in the current port/package, producing errors as described in https://forums.freebsd.org/threads/geda-error.35282/

 * The gsch2pcb utility relies on GNU M4. Add the appropriate dependency.
 * There is a wrong path set for the m4 files.
Comment 1 Tobias Rehbein 2014-11-18 19:26:19 UTC
Created attachment 149562 [details]
poudriere testport log
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-19 19:17:41 UTC
A commit references this bug:

Author: marino
Date: Wed Nov 19 19:17:07 UTC 2014
New revision: 372806
URL: https://svnweb.freebsd.org/changeset/ports/372806

Log:
  cad/geda: fix gsch2pcb utility by using gnu M4

  PR:		195155
  Submitted by:	Tobias Rehbein

Changes:
  head/cad/geda/Makefile
  head/cad/geda/files/patch-utils__src__gsch2pcb.c
  head/cad/geda/pkg-plist
Comment 3 John Marino freebsd_committer freebsd_triage 2014-11-19 19:18:12 UTC
Thanks!