Bug 113613 - make install in print/cups-base fails
Summary: make install in print/cups-base fails
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: 2007-06-12 07:40 UTC by Christian Ullrich
Modified: 2007-06-12 15:24 UTC (History)
0 users

See Also:


Attachments
file.diff (227 bytes, patch)
2007-06-12 07:40 UTC, Christian Ullrich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ullrich 2007-06-12 07:40:02 UTC
make install in print/cups-base fails due to a bug in pkg-install, where the exit code from a [ command becomes the script's exit code.

How-To-Repeat: 1. Make sure /usr/sbin/lpc is not present on your system.
2. Run make install.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-12 07:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-12 15:14:40 UTC
dinoex      2007-06-12 14:14:35 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile pkg-plist 
  Removed files:
    print/cups-base      pkg-install 
  Log:
  - drop pkg-install
  as this cases problems for upgrading users
  
  PR:             113613
  
  Revision  Changes    Path
  1.70      +14 -5     ports/print/cups-base/Makefile
  1.4       +0 -20     ports/print/cups-base/pkg-install (dead)
  1.36      +5 -0      ports/print/cups-base/pkg-plist
_______________________________________________
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 Dirk Meyer freebsd_committer freebsd_triage 2007-06-12 15:23:27 UTC
State Changed
From-To: open->closed

A diffrent fix was committed, thanks.