diff options
author | kris <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
commit | f62863c25a041364a32d55be531b4482dc026dc8 (patch) | |
tree | 1271c6aa115afcfcbc3c95fe26593051e9a5ebbc /print | |
parent | f108e4124947ebc2dbf1312e28ad051b4396e33a (diff) | |
download | FreeBSD-ports-f62863c25a041364a32d55be531b4482dc026dc8.zip FreeBSD-ports-f62863c25a041364a32d55be531b4482dc026dc8.tar.gz |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond-devel/Makefile | 2 | ||||
-rw-r--r-- | print/pmw/Makefile | 2 | ||||
-rw-r--r-- | print/pxfonts/Makefile | 2 | ||||
-rw-r--r-- | print/txfonts/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index cf948cd..f923d9a 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -29,6 +29,8 @@ INFO= lilypond lilypond-internals \ CONFLICTS= lilypond-2.* BROKEN= "Build fails" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} #INSTALLS_SHLIB not needed for phyton library midi.so diff --git a/print/pmw/Makefile b/print/pmw/Makefile index ad4e43f..5e42216 100644 --- a/print/pmw/Makefile +++ b/print/pmw/Makefile @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High quality music typesetting program BROKEN= Unfetchable +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/print/pxfonts/Makefile b/print/pxfonts/Makefile index 2bcab2a..2d21316 100644 --- a/print/pxfonts/Makefile +++ b/print/pxfonts/Makefile @@ -32,6 +32,8 @@ NO_BUILD= YES PLIST_SUB= TEXMF=${TEXMF} MKTEXLSR=${MKTEXLSR} IGNORE= "pxfonts already included in the teTeX distribution" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${IGNORE} TEXMF= share/texmf TEXFONTSDIR= ${PREFIX}/${TEXMF}/fonts diff --git a/print/txfonts/Makefile b/print/txfonts/Makefile index fe9a04d..0e2d594 100644 --- a/print/txfonts/Makefile +++ b/print/txfonts/Makefile @@ -31,6 +31,8 @@ EXTRACT_AFTER_ARGS= -d ${TXPATCHDIR} NO_BUILD= yes IGNORE= is already included in the teTeX distribution +EXPIRATION_DATE=2005-02-18 +DEPRECATED= "${IGNORE}" TEXFONTSDIR= ${PREFIX}/share/texmf/fonts LATEXMACRODIR= ${PREFIX}/share/texmf/tex/latex |