diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-28 23:22:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-28 23:22:34 +0000 |
commit | a631d844b7d09da641d1fddaa51569cae80bd9f1 (patch) | |
tree | fa769aaa7a17004255eb59b4cfc08cc1bd56e0c0 /sysutils/bbsmount | |
parent | 4f0aea6d98d4bf180c1bc4274cac81b1d1a4fdc3 (diff) |
Notes
Diffstat (limited to 'sysutils/bbsmount')
-rw-r--r-- | sysutils/bbsmount/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/bbsmount/Makefile b/sysutils/bbsmount/Makefile index 7ece244454a5..4223c77861da 100644 --- a/sysutils/bbsmount/Makefile +++ b/sysutils/bbsmount/Makefile @@ -21,6 +21,9 @@ PORTDOCS= README BUGS NEWS AUTHORS ChangeLog MAN1= bbsmount.1 +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-04-28 + post-patch: @${REINPLACE_CMD} -e 's|-O[012]||g' ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|SUBDIRS = data|SUBDIRS =|' ${WRKSRC}/Makefile.in |