diff options
author | kris <kris@FreeBSD.org> | 2004-12-19 07:02:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-19 07:02:35 +0800 |
commit | f62863c25a041364a32d55be531b4482dc026dc8 (patch) | |
tree | 1271c6aa115afcfcbc3c95fe26593051e9a5ebbc /print | |
parent | f108e4124947ebc2dbf1312e28ad051b4396e33a (diff) | |
download | freebsd-ports-gnome-f62863c25a041364a32d55be531b4482dc026dc8.tar.gz freebsd-ports-gnome-f62863c25a041364a32d55be531b4482dc026dc8.tar.zst freebsd-ports-gnome-f62863c25a041364a32d55be531b4482dc026dc8.zip |
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 cf948cd0989d..f923d9a21ab8 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 ad4e43fef147..5e422168eba2 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 2bcab2a0fdb6..2d21316576d6 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 fe9a04d58e64..0e2d59496b57 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 |