FreeBSD Bugzilla – Attachment 125307 Details for
Bug 168908
Fix quoted IGNORE/BROKEN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-quoted-ignore-broken.txt
patch-quoted-ignore-broken.txt (text/plain), 9.77 KB, created by
Bryan Drewery
on 2012-06-10 04:50:10 UTC
(
hide
)
Description:
patch-quoted-ignore-broken.txt
Filename:
MIME Type:
Creator:
Bryan Drewery
Created:
2012-06-10 04:50:10 UTC
Size:
9.77 KB
patch
obsolete
>diff -ur /usr/ports/databases/linux-oracle-instantclient-basic/Makefile ./databases/linux-oracle-instantclient-basic/Makefile >--- /usr/ports/databases/linux-oracle-instantclient-basic/Makefile 2010-10-28 16:00:07.000000000 -0500 >+++ ./databases/linux-oracle-instantclient-basic/Makefile 2012-06-09 22:18:36.981491599 -0500 >@@ -65,7 +65,7 @@ > IGNORE+= distribution manually. Please access \n > IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n > IGNORE+= with a web browser and follow the link for the \n >-IGNORE+= \"${DISTFILES}\". \n >+IGNORE+= "${DISTFILES}". \n > IGNORE+= You will be required to register and log in, \n > IGNORE+= but you can create an account on that page. \n > IGNORE+= After registration and accepting the Oracle License, \n >diff -ur /usr/ports/databases/linux-oracle-instantclient-sdk/Makefile ./databases/linux-oracle-instantclient-sdk/Makefile >--- /usr/ports/databases/linux-oracle-instantclient-sdk/Makefile 2010-10-28 16:00:07.000000000 -0500 >+++ ./databases/linux-oracle-instantclient-sdk/Makefile 2012-06-09 22:18:54.401491784 -0500 >@@ -93,7 +93,7 @@ > IGNORE+= distribution manually. Please access \n > IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n > IGNORE+= with a web browser and follow the link for the \n >-IGNORE+= \"${DISTFILES}\". \n >+IGNORE+= "${DISTFILES}". \n > IGNORE+= You will be required to register and log in, \n > IGNORE+= but you can create an account on that page. \n > IGNORE+= After registration and accepting the Oracle License, \n >diff -ur /usr/ports/databases/linux-oracle-instantclient-sqlplus/Makefile ./databases/linux-oracle-instantclient-sqlplus/Makefile >--- /usr/ports/databases/linux-oracle-instantclient-sqlplus/Makefile 2010-10-28 16:00:08.000000000 -0500 >+++ ./databases/linux-oracle-instantclient-sqlplus/Makefile 2012-06-09 22:18:45.198490857 -0500 >@@ -63,7 +63,7 @@ > IGNORE+= distribution manually. Please access \n > IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n > IGNORE+= with a web browser and follow the link for the \n >-IGNORE+= \"${DISTFILES}\". \n >+IGNORE+= "${DISTFILES}". \n > IGNORE+= You will be required to register and log in, \n > IGNORE+= but you can create an account on that page. \n > IGNORE+= After registration and accepting the Oracle License, \n >diff -ur /usr/ports/emulators/stonx/Makefile ./emulators/stonx/Makefile >--- /usr/ports/emulators/stonx/Makefile 2010-12-20 23:33:32.000000000 -0600 >+++ ./emulators/stonx/Makefile 2012-06-09 22:16:19.439491291 -0500 >@@ -73,8 +73,8 @@ > .include <bsd.port.pre.mk> > > .if !exists(${DISTDIR}/${TOSIMG}) >-IGNORE="Please get a ROM dump from your AtariST and save it as"\ >-"\"${TOSIMG}\" in \"${DISTDIR}\" manually, and then make again" >+IGNORE= Please get a ROM dump from your AtariST and save it as\ >+"${TOSIMG}" in "${DISTDIR}" manually, and then make again > .endif > > BUILD_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc >diff -ur /usr/ports/games/rftg/Makefile ./games/rftg/Makefile >--- /usr/ports/games/rftg/Makefile 2012-05-25 15:49:45.000000000 -0500 >+++ ./games/rftg/Makefile 2012-06-09 22:07:36.607491539 -0500 >@@ -23,7 +23,7 @@ > .include <bsd.port.pre.mk> > > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) >-IGNORE= "Race for the Galaxy AI contains images and card names that are copyright Rio Grande Games. They have granted Keldon Jones ( http://www.keldon.net ) permission to distribute them, but this does not appear to include redistribution rights. Please download ${DISTFILES} manually from ${DOWNLOAD_URL} and place it in ${DISTDIR}" >+IGNORE= Race for the Galaxy AI contains images and card names that are copyright Rio Grande Games. They have granted Keldon Jones ( http://www.keldon.net ) permission to distribute them, but this does not appear to include redistribution rights. Please download ${DISTFILES} manually from ${DOWNLOAD_URL} and place it in ${DISTDIR} > .endif > > .include <bsd.port.post.mk> >diff -ur /usr/ports/java/jai/Makefile ./java/jai/Makefile >--- /usr/ports/java/jai/Makefile 2012-02-25 16:15:56.000000000 -0600 >+++ ./java/jai/Makefile 2012-06-09 22:09:06.878491423 -0500 >@@ -41,7 +41,7 @@ > .include <bsd.port.pre.mk> > > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) >-IGNORE= You must manually fetch from the \"Java Advanced Imaging API 1.1.3 Download Page\", the \"Java (no native acceleration)\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again >+IGNORE= You must manually fetch from the "Java Advanced Imaging API 1.1.3 Download Page", the "Java (no native acceleration)" distribution (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again > .endif > > do-install: >diff -ur /usr/ports/java/jdk16-doc/Makefile ./java/jdk16-doc/Makefile >--- /usr/ports/java/jdk16-doc/Makefile 2011-08-29 00:51:25.000000000 -0500 >+++ ./java/jdk16-doc/Makefile 2012-06-09 22:08:23.388491345 -0500 >@@ -36,7 +36,7 @@ > .include <bsd.port.pre.mk> > > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) >-IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the \"Download\" link for the \"Java SE 6 Documentation\", place it in ${DISTDIR} and then run make again >+IGNORE= You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 6 Documentation", place it in ${DISTDIR} and then run make again > .endif > > do-install: >diff -ur /usr/ports/mail/dbmail22/Makefile ./mail/dbmail22/Makefile >--- /usr/ports/mail/dbmail22/Makefile 2012-03-19 12:41:45.000000000 -0500 >+++ ./mail/dbmail22/Makefile 2012-06-09 22:09:56.937492228 -0500 >@@ -105,7 +105,7 @@ > .endif > > .if defined(WITHOUT_MYSQL) && !defined(WITH_POSTGRESQL) && !defined(WITH_SQLITE) >-IGNORE="requires at least one database backend selected. Run 'make config'" >+IGNORE= requires at least one database backend selected. Run 'make config' > .endif > > post-patch: >diff -ur /usr/ports/math/libflame/Makefile ./math/libflame/Makefile >--- /usr/ports/math/libflame/Makefile 2012-03-05 23:51:53.000000000 -0600 >+++ ./math/libflame/Makefile 2012-06-09 22:15:13.000491685 -0500 >@@ -117,7 +117,7 @@ > WITH_BLAS?= reference_c > .endif > .if !(${WITH_BLAS} == "atlas_c" || ${WITH_BLAS} == "reference_c") >-IGNORE = : WITH_CBLAS is incompatible with WITH_BLAS = ${WITH_BLAS}" >+IGNORE= : WITH_CBLAS is incompatible with WITH_BLAS = ${WITH_BLAS} > .endif > .elif exists(${LOCALBASE}/lib/libgoto2.so) > WITH_BLAS?= gotoblas >diff -ur /usr/ports/math/octave-forge-es/Makefile ./math/octave-forge-es/Makefile >--- /usr/ports/math/octave-forge-es/Makefile 2012-04-10 21:58:20.000000000 -0500 >+++ ./math/octave-forge-es/Makefile 2012-06-09 22:13:22.467492650 -0500 >@@ -13,7 +13,7 @@ > MAINTAINER= stephen@FreeBSD.org > COMMENT= Octave-forge package ${OCTAVE_PKGNAME} > >-BROKEN= "Does not build" >+BROKEN= Does not build > > # OCTSRC is the name of the directory of the package. > # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. >diff -ur /usr/ports/math/unixstat/Makefile ./math/unixstat/Makefile >--- /usr/ports/math/unixstat/Makefile 2007-07-14 12:07:46.000000000 -0500 >+++ ./math/unixstat/Makefile 2012-06-09 22:14:07.411489067 -0500 >@@ -31,11 +31,11 @@ > stats.1 transpose.1 ts.1 unixstat.1 validata.1 > > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) >-IGNORE="Gary Perlman requires that users agree to his license"\ >-"before he will allow access to the distfile."\ >-"See his web site at http://www.acm.org/~perlman/stat/ for"\ >-"details. Then put ${DISTNAME}${EXTRACT_SUFX} in"\ >-"${DISTDIR} and run make again" >+IGNORE= Gary Perlman requires that users agree to his license\ >+before he will allow access to the distfile.\ >+See his web site at http://www.acm.org/~perlman/stat/ for\ >+details. Then put ${DISTNAME}${EXTRACT_SUFX} in\ >+${DISTDIR} and run make again > .endif > > post-patch: >diff -ur /usr/ports/ports-mgmt/vulnerability-test-port/Makefile ./ports-mgmt/vulnerability-test-port/Makefile >--- /usr/ports/ports-mgmt/vulnerability-test-port/Makefile 2007-07-29 14:16:37.000000000 -0500 >+++ ./ports-mgmt/vulnerability-test-port/Makefile 2012-06-09 22:14:39.700494732 -0500 >@@ -22,7 +22,7 @@ > .ifdef INSTALLATION_DATE > MYDATE!= date -j -f "%Y.%m.%d" "${INSTALLATION_DATE}" "+%Y.%m.%d" 2>/dev/null > .if ${MYDATE} != ${INSTALLATION_DATE} >-IGNORE= ": \`\`${INSTALLATION_DATE}\'\' is not a legal date. INSTALLATION_DATE must be in the form YYYY.MM.DD" >+IGNORE= : "${INSTALLATION_DATE}" is not a legal date. INSTALLATION_DATE must be in the form YYYY.MM.DD > .endif > .else > INSTALLATION_DATE!= date -u "+%Y.%m.%d" >diff -ur /usr/ports/security/pam_krb5/Makefile ./security/pam_krb5/Makefile >--- /usr/ports/security/pam_krb5/Makefile 2011-10-31 18:25:26.000000000 -0500 >+++ ./security/pam_krb5/Makefile 2012-06-09 22:07:12.992492200 -0500 >@@ -34,7 +34,7 @@ > KRB5_DIR?= ${KRB5_HOME} > .endif > .else >-IGNORE= you must define KRB5_IMPL to be \"mit\" or \"heimdal\" >+IGNORE= you must define KRB5_IMPL to be "mit" or "heimdal" > .endif > > MANDIR= ${MANPREFIX}/man >diff -ur /usr/ports/sysutils/condor/Makefile ./sysutils/condor/Makefile >--- /usr/ports/sysutils/condor/Makefile 2012-05-10 11:28:19.000000000 -0500 >+++ ./sysutils/condor/Makefile 2012-06-09 22:16:59.684491749 -0500 >@@ -110,7 +110,7 @@ > .include <bsd.port.pre.mk> > > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) >-IGNORE= requires that you go to http://research.cs.wisc.edu/condor/ to register and manually download the source distribution ${DISTNAME}${EXTRACT_SUFX}, place it in ${DISTDIR}, and then run make again." >+IGNORE= requires that you go to http://research.cs.wisc.edu/condor/ to register and manually download the source distribution ${DISTNAME}${EXTRACT_SUFX}, place it in ${DISTDIR}, and then run make again > .endif > > pre-everything::
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 168908
: 125307