git: ddde182c1606 - main - astro/routino: Revert special casing for GCC 4.2

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 10 Jan 2023 00:08:00 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddde182c1606e756d7d1f4e94367530e902b8ff3

commit ddde182c1606e756d7d1f4e94367530e902b8ff3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-01-09 23:13:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-01-10 00:07:48 +0000

    astro/routino: Revert special casing for GCC 4.2
    
    Reported by:    gerald
---
 astro/routino/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/astro/routino/Makefile b/astro/routino/Makefile
index 35e50bd9e8ce..6c8b4bb7e192 100644
--- a/astro/routino/Makefile
+++ b/astro/routino/Makefile
@@ -15,16 +15,11 @@ USE_LDCONFIG=	yes
 
 CONFLICTS_INSTALL=	jabberd # bin/router
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \
 		${WRKSRC}/Makefile.conf
 	${REINPLACE_CMD} 's|gcc|${CC}|' \
 		${WRKSRC}/Makefile.conf
-.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
-	${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/xmlparse.c
-.endif
 
 post-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}
@@ -40,4 +35,4 @@ post-install:
 	${LN} -sf lib${f:R:R} ${STAGEDIR}${PREFIX}/lib/lib${f:R:R:R}
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>