Bug 151651 - [patch] lang/sbcl: typo in sbcl-internals @direntry filename
Summary: [patch] lang/sbcl: typo in sbcl-internals @direntry filename
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-23 03:20 UTC by swell.k
Modified: 2010-11-12 14:03 UTC (History)
0 users

See Also:


Attachments
a.diff (754 bytes, patch)
2010-10-23 03:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-10-23 03:20:04 UTC

How-To-Repeat: # opening sbcl internals node from Info directory doesn't work
$ info (select sbcl internals)
sbcl internals: No such file or directory

# deinstall leaves garbage in Info directory file
$ make install deinstall
$ cat PREFIX/info/dir
...
Software development
* sbcl-internals: (sbcl internals).   SBCL internal documentation
$ install-info --delete PREFIX/info/sbcl-internals.info PREFIX/info/dir
install-info: warning: no entries found for `PREFIX/info/sbcl-internals.info'; nothing deleted
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-23 03:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-07 07:56:38 UTC
stas        2010-11-07 07:56:33 UTC

  FreeBSD ports repository

  Modified files:
    lang/sbcl            Makefile 
  Added files:
    lang/sbcl/files      
                         patch-doc_internals_sbcl-internals.texinfo 
  Log:
  - Fix texinfo reference in internals documentation.
  - Bump portrevision.
  
  PR:             ports/151651
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.81      +1 -1      ports/lang/sbcl/Makefile
  1.1       +11 -0     ports/lang/sbcl/files/patch-doc_internals_sbcl-internals.texinfo (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"
Comment 3 swell.k 2010-11-12 07:05:13 UTC
Why the PR is still `open'?
Comment 4 Stanislav Sedov freebsd_committer freebsd_triage 2010-11-12 14:03:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!