Bug 125063 - graphics/graphviz fails to configure after update to 2.20
Summary: graphics/graphviz fails to configure after update to 2.20
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-28 00:50 UTC by Vladimir Timofeev
Modified: 2008-07-05 04:19 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 Vladimir Timofeev 2008-06-28 00:50:01 UTC
I see this error message:
===>  Configuring for graphviz-2.20.0
./configure.lineno: 1: Syntax error: Bad substitution
===>  Script "configure" failed unexpectedly.
Please report the problem to dinoex@FreeBSD.org [maintainer] and attach the
"/usr/ports/graphics/graphviz/work/graphviz-2.20.0/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

How-To-Repeat: cd /usr/ports/graphics/graphviz && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-28 00:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-30 03:55:50 UTC
dinoex      2008-06-30 02:55:42 UTC

  FreeBSD ports repository

  Modified files:
    graphics/graphviz    Makefile 
  Log:
  - mark BROKEN for FreeBSD < 6.3
  PR:             125063
  
  Revision  Changes    Path
  1.102     +4 -0      ports/graphics/graphviz/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 Jonathan Noack 2008-07-01 13:36:45 UTC
This requires 6.30 (with a '0') or higher?!?  I'm pretty sure you meant
603000 instead of 630000...

Regards,
-Jonathan
Comment 4 Jonathan Noack 2008-07-01 13:42:59 UTC
On Tue, July 1, 2008 08:36, Jonathan Noack wrote:
> This requires 6.30 (with a '0') or higher?!?  I'm pretty sure you meant
> 603000 instead of 630000...

Also, it should be '<' instead of '<='.  It's the simple changes that are
the most difficult to get right... :)

Regards,
-Jonathan
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-07-01 14:43:15 UTC
dinoex      2008-07-01 13:43:05 UTC

  FreeBSD ports repository

  Modified files:
    graphics/graphviz    Makefile 
  Log:
  - fix OSVERSION
  PR:             125063
  
  Revision  Changes    Path
  1.103     +1 -1      ports/graphics/graphviz/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 6 dfilter service freebsd_committer freebsd_triage 2008-07-04 19:27:00 UTC
dinoex      2008-07-04 18:26:47 UTC

  FreeBSD ports repository

  Modified files:
    graphics/graphviz    Makefile distinfo 
  Log:
  - update to 2.20.2
  - fix build using bash for configure
    even the /bin/sh in FreeBSD 6.3 failed.
  PR:             125063
  
  Revision  Changes    Path
  1.104     +5 -5      ports/graphics/graphviz/Makefile
  1.34      +3 -3      ports/graphics/graphviz/distinfo
_______________________________________________
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 7 Dirk Meyer freebsd_committer freebsd_triage 2008-07-05 04:19:22 UTC
State Changed
From-To: open->closed

Please update.