Bug 48188 - Update port: graphics/gauche-gl to 0.2.2
Summary: Update port: graphics/gauche-gl to 0.2.2
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 23:40 UTC by Kimura Fuyuki
Modified: 2003-03-29 00:39 UTC (History)
0 users

See Also:


Attachments
file.diff (2.50 KB, patch)
2003-02-11 23:40 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2003-02-11 23:40:04 UTC
Update to 0.2.2

- requires ports/48065 to be committed
- pkg-comment can be removed

Fix: cvs server: Diffing .
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-23 21:19:09 UTC
State Changed
From-To: open->feedback

I can't get it compiled on -current: 

gosh ./extract -en -o gauche-gl-refe.texi gauche-gl-ref.texi 
if test Xmakeinfo != X -a Xgzip != X; then  makeinfo --no-warn gauche-gl-refe.texi;  rm -rf gauche-gl-refe.info*.gz;  gzip gauche-gl-refe.info;  fi 
gosh ./extract -jp -o gauche-gl-refj.texi gauche-gl-ref.texi 
if test Xmakeinfo != X -a Xgzip != X; then  makeinfo --no-warn gauche-gl-refj.texi;  rm -rf gauche-gl-refj.info*.gz;  gzip gauche-gl-refj.info ;  fi 
gauche-gl-refj.texi:838: Unknown index `fn::' in @printindex. 
Bus error (core dumped) 
*** Error code 138 

Stop in /local0/scratch/edwin/ports/graphics/gauche-gl/work/Gauche-gl/doc. 
*** Error code 1 

Stop in /local0/scratch/edwin/ports/graphics/gauche-gl/work/Gauche-gl. 
*** Error code 1 

Stop in /local0/scratch/edwin/ports/graphics/gauche-gl. 



Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-23 21:19:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

I'll handle it...
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-23 23:37:59 UTC
State Changed
From-To: feedback->closed

USE_GMKAE did the trick 
Commited, thanks!
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-24 02:30:54 UTC
State Changed
From-To: closed->open

Seems I didn't commit enough. Back to the drawingboard
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2003-03-29 00:39:20 UTC
State Changed
From-To: open->closed

Commited, thanks!