Bug 179707 - Remove databases/pyMySQL41 and databases/pyMySQL50 ports: They will never build again
Summary: Remove databases/pyMySQL41 and databases/pyMySQL50 ports: They will never bui...
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: 2013-06-19 09:30 UTC by John Marino
Modified: 2013-06-19 22:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-19 09:30:00 UTC
The databases/py-MySQLdb41 and databases/py-MySQLdb50 only build with MySQL 4.1 and MySQL 5.0 respectively.

Both of these databases have been removed from the ports tree, thus making it impossible for these ports to build.

Fix: 

Remove the ports immediately.  There's no need even to deprecate them (or mark broken as they are already IGNOREd)
Comment 1 Florian Smeets freebsd_committer freebsd_triage 2013-06-19 09:40:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-19 22:28:48 UTC
Author: flo
Date: Wed Jun 19 21:28:40 2013
New Revision: 321331
URL: http://svnweb.freebsd.org/changeset/ports/321331

Log:
  Remove ports that still depend on MySQL 4.1 or 5.0 which should have been
  removed with MySQL 4.1 and 5.0 respectively.
  
  PR:		ports/179707
  Reported by:	John Marino <draco@marino.st>

Deleted:
  head/databases/py-MySQLdb41/
  head/databases/py-MySQLdb50/
Modified:
  head/MOVED
  head/databases/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jun 19 21:20:50 2013	(r321330)
+++ head/MOVED	Wed Jun 19 21:28:40 2013	(r321331)
@@ -4394,3 +4394,5 @@ multimedia/p5-Video-Info||2013-06-19|Has
 net-p2p/p5-pdonkey||2013-06-19|Removed: depends on expired multimedia/p5-Video-Info
 lang/boo||2013-06-19|Has expired: BROKEN for more than 6 month
 math/petsc-mpich||2013-06-19|Has expired: BROKEN for more than 6 month
+databases/py-MySQLdb41||2013-06-19|Depends on databases/mysql41-client, which was removed
+databases/py-MySQLdb50||2013-06-19|Depends on databases/mysql50-client, which was removed

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Jun 19 21:20:50 2013	(r321330)
+++ head/databases/Makefile	Wed Jun 19 21:28:40 2013	(r321331)
@@ -700,8 +700,6 @@
     SUBDIR += pxtools
     SUBDIR += py-Elixir
     SUBDIR += py-MySQLdb
-    SUBDIR += py-MySQLdb41
-    SUBDIR += py-MySQLdb50
     SUBDIR += py-MySQLdb51
     SUBDIR += py-MySQLdb55
     SUBDIR += py-PyGreSQL
_______________________________________________
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 3 Florian Smeets freebsd_committer freebsd_triage 2013-06-19 22:30:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!