Bug 158194 - www/squid31 cannot be built when www/squid30 is installed
Summary: www/squid31 cannot be built when www/squid30 is installed
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-23 08:20 UTC by Fedor Borshev
Modified: 2011-06-23 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (424 bytes, patch)
2011-06-23 08:20 UTC, Fedor Borshev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fedor Borshev 2011-06-23 08:20:07 UTC
www/squid31 cannot be built when www/squid30 is installed. It makes portupgrade impossible when changing versions of squid.

Fix: I think that CONFLICTS might be changed to CONFLICTS_INSTALL in the  Makefile, so that user will be able to build new squid, but not able to install it if conflict is found.

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/www/squid30 && make install
portupgrade -o www/squid31 squid
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-23 08:20:15 UTC
Maintainer of www/squid31,

Please note that PR ports/158194 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158194

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-23 08:20:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2011-06-23 12:25:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Take
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-23 16:11:45 UTC
flo         2011-06-23 15:11:18 UTC

  FreeBSD ports repository

  Modified files:
    www/squid            Makefile 
    www/squid30          Makefile 
    www/squid31          Makefile 
  Log:
  change all squid ports from CONFLICTS to CONFLICTS_INSTALL
  
  PR:             ports/158194
  Submitted by:   Fedor A Borshev <fedor9@gmail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.229     +1 -1      ports/www/squid/Makefile
  1.240     +1 -1      ports/www/squid30/Makefile
  1.252     +1 -1      ports/www/squid31/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 5 Florian Smeets freebsd_committer freebsd_triage 2011-06-23 16:12:40 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!