Bug 163106 - [Maintainer Update] print/cups-bjnp
Summary: [Maintainer Update] print/cups-bjnp
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 09:30 UTC by Stephen Hurd
Modified: 2011-12-15 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (710 bytes, patch)
2011-12-07 09:30 UTC, Stephen Hurd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2011-12-07 09:30:11 UTC
The port as was building for me on 9.0-RC2, however, the dependencies were incorrect.  This update fixes them and (hopefully) it will build on the cluster now.

Fix: Patch.

Patch attached with submission follows:
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2011-12-09 12:39:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it
Comment 2 Michael Scheidell 2011-12-09 13:34:53 UTC
Still won't compile on 9.x tinderbox.

Linking pdftops...
cc -L../cgi-bin -L../cups -L../filter -L../ppdc  -L../scheduler   -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -Wl,-R/usr/local/lib  -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -o pdftops pdftops.o common.o -lcups  -lssl -lcrypto  -lz -pthread -lm -lcrypt -lssp_nonshared -liconv
===>   Installing for cups-base-1.5.0
===>    cups-base-1.5.0 depends on executable: gs - found
===>    Generating temporary packing list
===>   Checking if print/cups-base already installed
===>    cups-base-1.5.0 is already installed
       You may wish to ``make deinstall'' and install this port again
       by ``make reinstall'' to upgrade it properly.
       If you really wish to overwrite the old port of print/cups-base
       without deleting it first, set the variable "FORCE_PKG_REGISTER"
       in your environment or the "make install" command line.
*** Error code 1

from tinderbox:

The port is trying to reinstall a dependency that already exists. This 
is usually caused by the first field of a *_DEPENDS line (the obj of 
obj:dir[:target]) indicating a file that is not installed by the 
dependency, causing it to be rebuilt even though it has already been 
added from a package.


-- 
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
 >*| *SECNAP Network Security Corporation

    * Best Mobile Solutions Product of 2011
    * Best Intrusion Prevention Product
    * Hot Company Finalist 2011
    * Best Email Security Product
    * Certified SNORT Integrator

______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.spammertrap.com/
______________________________________________________________________
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2011-12-09 20:34:23 UTC
State Changed
From-To: open->feedback
Comment 4 Stephen Hurd freebsd_committer freebsd_triage 2011-12-09 21:22:06 UTC
Michael Scheidell wrote:
> Still won't compile on 9.x tinderbox.
>
> The port is trying to reinstall a dependency that already exists. This 
> is usually caused by the first field of a *_DEPENDS line (the obj of 
> obj:dir[:target]) indicating a file that is not installed by the 
> dependency, causing it to be rebuilt even though it has already been 
> added from a package.

Whoops, looks like a typo in my BUILD_DEPENDS line... instead of 
cups.backend, it should be cups/backend.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-12-15 14:16:15 UTC
scheidell    2011-12-15 14:16:01 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-bjnp      Makefile 
  Log:
  - Builds on 9.x now
  
  PR:             ports/163106
  Approved by:    gabor (mentor)
  
  Revision  Changes    Path
  1.8       +3 -8      ports/print/cups-bjnp/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 Michael Scheidell freebsd_committer freebsd_triage 2011-12-15 14:16:16 UTC
State Changed
From-To: feedback->closed

Committer with changes, thanks