Bug 170384 - [ports] UPDATING: Correct 20120804 entry and add portupgrade instructions
Summary: [ports] UPDATING: Correct 20120804 entry and add portupgrade instructions
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-05 08:10 UTC by vsjcfm
Modified: 2012-08-07 05:40 UTC (History)
0 users

See Also:


Attachments
patch-UPDATING (538 bytes, text/plain)
2012-08-05 08:10 UTC, vsjcfm
no flags Details
patch-UPDATING (572 bytes, application/octet-stream)
2012-08-05 14:32 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2012-08-05 08:10:03 UTC

    
Comment 1 vsjcfm 2012-08-05 14:32:54 UTC
Whoops, previous patch is incorrect. Attached a correct one now.
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2012-08-07 04:42:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-07 05:31:36 UTC
Author: bdrewery
Date: Tue Aug  7 04:31:22 2012
New Revision: 302222
URL: http://svn.freebsd.org/changeset/ports/302222

Log:
  - Update 20120804 [1] and 20120801 for portupgrade
    and pkgng
  
  Submitted by:	Sayetsky Anton <vsjcfm@gmail.com> [1]
  PR:		ports/170384 [1]
  Approved by:	eadler (mentor)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Aug  7 04:14:43 2012	(r302221)
+++ head/UPDATING	Tue Aug  7 04:31:22 2012	(r302222)
@@ -13,8 +13,14 @@ you update your ports collection, before
   Due to shlib version bump all glut users should be rebuild.
   Please follow the instructions below to upgrade.
 
-  portmaster -o graphics/freeglut graphics/libglut
-  portmaster -r freeglut
+  # portmaster -o graphics/freeglut graphics/libglut
+  # portmaster -r freeglut
+  or
+  # env DISABLE_CONFLICTS=1 portupgrade -fo graphics/freeglut graphics/libglut
+  # portupgrade -frx freeglut freeglut
+  or
+  # pkg set -o graphics/libglut:graphics/freeglut
+  # pkg install -Rf graphics/freeglut
 
 20120801:
   AFFECTS: users of editors/emacs
@@ -26,6 +32,10 @@ you update your ports collection, before
   in /etc/make.conf, and do:
 
   # portmaster -o editors/emacs23 editors/emacs
+  or
+  # env DISABLE_CONFLICTS=1 portupgrade -fo editors/emacs23 editors/emacs
+  or
+  # pkg set -o editors/emacs:editors/emacs23
 
 20120726:
   AFFECTS: users of www/firefox, www/seamonkey, mail/thunderbird, www/libxul
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2012-08-07 05:31:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!