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)
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"
State Changed From-To: open->closed Committed. Beats me what's going on.
Responsible Changed From-To: freebsd-ports-bugs->linimon