Bug 115048 - sysutils/screen: install error if world compiled with NO_INFO
Summary: sysutils/screen: install error if world compiled with NO_INFO
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-30 17:20 UTC by Björn König
Modified: 2007-09-23 12:40 UTC (History)
1 user (show)

See Also:


Attachments
patch-ports_sysutils_screen.diff (3.07 KB, patch)
2007-07-30 17:20 UTC, Björn König
no flags Details | Diff
patch-screen.h (257 bytes, application/octet-stream)
2007-07-30 19:25 UTC, Björn König
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Björn König 2007-07-30 17:20:01 UTC
The program /usr/bin/install-info doesn't exist in case
the base system has been compiled with NO_INFO. This causes
an error during installation of sysutils/screen because one
of screen's make files rely on this program.

I added handling of NO_INFO (and NO_MAN by the way). I suggest
to let screen depend on print/texinfo if the user doesn't define
NO_INFO and /usr/bin/install-info doesn't exist.
Comment 1 Björn König 2007-07-30 19:25:59 UTC
This patch fixes 168 warnings.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-08-02 11:17:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Assigne it to maintainer.
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-23 12:32:42 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-09-23 12:32:43 UTC
edwin       2007-09-23 11:32:37 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/screen      Makefile 
  Added files:
    sysutils/screen/files patch-Makefile.in patch-doc_Makefile.in 
  Log:
  sysutils/screen: install error if world compiled with NO_INFO
  
          The program /usr/bin/install-info doesn't exist in case
          the base system has been compiled with NO_INFO. This causes
          an error during installation of sysutils/screen because one
          of screen's make files rely on this program.
  
          I added handling of NO_INFO (and NO_MAN by the way). I suggest
          to let screen depend on print/texinfo if the user doesn't define
          NO_INFO and /usr/bin/install-info doesn't exist.
  
  PR:             ports/115048
  Submitted by:   Björn König <bkoenig@cs.tu-berlin.de>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.66      +11 -0     ports/sysutils/screen/Makefile
  1.1       +20 -0     ports/sysutils/screen/files/patch-Makefile.in (new)
  1.1       +34 -0     ports/sysutils/screen/files/patch-doc_Makefile.in (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 5 dfilter service freebsd_committer freebsd_triage 2007-09-23 12:33:17 UTC
edwin       2007-09-23 11:33:12 UTC

  FreeBSD ports repository

  Added files:
    sysutils/screen/files patch-screen.h 
  Log:
  sysutils/screen: install error if world compiled with NO_INFO
  
          The program /usr/bin/install-info doesn't exist in case
          the base system has been compiled with NO_INFO. This causes
          an error during installation of sysutils/screen because one
          of screen's make files rely on this program.
  
          I added handling of NO_INFO (and NO_MAN by the way). I suggest
          to let screen depend on print/texinfo if the user doesn't define
          NO_INFO and /usr/bin/install-info doesn't exist.
  
  PR:             ports/115048
  Submitted by:   Bj\xf6rn K\xf6nig <bkoenig@cs.tu-berlin.de>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.1       +11 -0     ports/sysutils/screen/files/patch-screen.h (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"