Bug 171403 - [MAINTAINER] databases/tuning-primer: No "Fail to fetch" issue
Summary: [MAINTAINER] databases/tuning-primer: No "Fail to fetch" issue
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-07 10:00 UTC by joehorn
Modified: 2012-09-07 10:10 UTC (History)
1 user (show)

See Also:


Attachments
tuning-primer-1.6.r1.patch (335 bytes, patch)
2012-09-07 10:00 UTC, joehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2012-09-07 10:00:15 UTC
I've tested with the following command :

  cd /usr/ports/databases/tuning-primer && make distclean && make -DTRYBROKEN MASTER_SITE_OVERRIDE=NO_MIRROR checksum

The result is :

  ===>  Cleaning for tuning-primer-1.6.r1
  ===>  Deleting distfiles for tuning-primer-1.6.r1
  ===>  License GPLv2 accepted by the user
  Trying build of tuning-primer-1.6.r1 even though it is marked BROKEN.
  => tuning-primer.sh doesn't seem to exist in /usr/ports/distfiles/.
  => Attempting to fetch NO_MIRRORtuning-primer.sh
  fetch: NO_MIRRORtuning-primer.sh: No such file or directory
  => Attempting to fetch http://launchpad.net/mysql-tuning-primer/trunk/1.6-r1/+download/tuning-primer.sh
  tuning-primer.sh                              100% of   50 kB   60 kBps
  => SHA256 Checksum OK for tuning-primer.sh.

There seems to be no "Fail to fetch" issue.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-09-07 10:08:02 UTC
Author: linimon
Date: Fri Sep  7 09:07:51 2012
New Revision: 303806
URL: http://svn.freebsd.org/changeset/ports/303806

Log:
  Sometimes it fetches; sometimes it doesn't.
  
  PR:		ports/171403
  Submitted by:	joehorn@gmail.com

Modified:
  head/databases/tuning-primer/Makefile

Modified: head/databases/tuning-primer/Makefile
==============================================================================
--- head/databases/tuning-primer/Makefile	Fri Sep  7 07:40:13 2012	(r303805)
+++ head/databases/tuning-primer/Makefile	Fri Sep  7 09:07:51 2012	(r303806)
@@ -22,8 +22,6 @@ FETCH_ARGS=	-pRr
 NO_BUILD=	yes
 USE_MYSQL=	yes
 
-BROKEN=		fails to fetch
-
 PLIST_FILES=	bin/${PORTNAME}
 
 pre-fetch:
_______________________________________________
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 2 Mark Linimon freebsd_committer freebsd_triage 2012-09-07 10:08:08 UTC
State Changed
From-To: open->closed

Committed.  Beats me what's going on. 


Comment 3 Mark Linimon freebsd_committer freebsd_triage 2012-09-07 10:08:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->linimon