From 6007d776743c46210503e715d4a5b425d426abeb Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 24 Jan 2005 10:31:59 +0000 Subject: - Fix bad C++ code to unbreak with recent GCC - Reindent Makefile (to make portlint(1) happy) --- x11-toolkits/viewkit/Makefile | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/x11-toolkits/viewkit/Makefile b/x11-toolkits/viewkit/Makefile index 75ef65d79342..8fa8160593b4 100644 --- a/x11-toolkits/viewkit/Makefile +++ b/x11-toolkits/viewkit/Makefile @@ -1,38 +1,35 @@ -# -# ports collection makefile for: Viewkit from Hungry Programming. -# Date created: Aug 2000 -# Whom: peterho@ned.dem.csiro.au +# New ports collection makefile for: Viewkit from Hungry Programming +# Date created: Aug 2000 +# Whom: peterho@ned.dem.csiro.au # # $FreeBSD$ # -# -# -PORTNAME= viewkit -PORTVERSION= 0.00 +PORTNAME= viewkit +PORTVERSION= 0.00 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/viewkit/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner -DISTNAME= libvk-Apr19-2243 +DISTNAME= libvk-Apr19-2243 MAINTAINER= ports@FreeBSD.org COMMENT= ViewKit workalike from Hungry Programmers WANT_AUTOCONF_VER= 253 -MOTIFPACKAGE?= open-motif -USE_X_PREFIX= yes -USE_MOTIF = yes +MOTIFPACKAGE?= open-motif +USE_X_PREFIX= yes +USE_MOTIF= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-${MOTIFPACKAGE} -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif +post-patch: + @${REINPLACE_CMD} -e 's/^friend/friend class/' ${WRKSRC}/Vk/VkAction.h \ + ${WRKSRC}/Vk/VkApp.h ${WRKSRC}/Vk/VkMenu.h + @${REINPLACE_CMD} -E 's/\((VkPipe::handleInput)\)/\1/' ${WRKSRC}/VkPipe.C pre-configure: @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF} -.include +.include -- cgit v1.2.3