Commit 402e50da authored by Rene Ladan's avatar Rene Ladan
Browse files

editors/asedit: Remove expired port

2024-03-31 editors/asedit: Last upstream release was in 2003
parent abc88332
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3087,3 +3087,4 @@ net-mgmt/phpweathermap||2024-04-01|Has expired: WWW vaporized and has not been u
net/csocks||2024-04-01|Has expired: Last release in 2013 and no development since, consider net/microsocks or net/3proxy
java/sablevm-classpath||2024-04-01|Has expired: Only user in tree is java/sablevm which is deprecated
java/sablevm||2024-04-01|Has expired: Abandonware, last release in 2007 and is no longer being developed
editors/asedit||2024-04-01|Has expired: Last upstream release was in 2003
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
    SUBDIR += aewan
    SUBDIR += amp
    SUBDIR += apel
    SUBDIR += asedit
    SUBDIR += beav
    SUBDIR += bee-host
    SUBDIR += biew

editors/asedit/Makefile

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
PORTNAME=	asedit
PORTVERSION=	1.3.2
PORTREVISION=	6
CATEGORIES=	editors
MASTER_SITES=	XCONTRIB/editors

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Text editor for X/Motif

DEPRECATED=	Last upstream release was in 2003
EXPIRATION_DATE=	2024-03-31

USES=		imake:notall motif tar:Z xorg
USE_XORG=	ice sm x11 xext xmu xt

PLIST_FILES=	bin/asedit \
		lib/X11/app-defaults/Asedit \
		lib/X11/app-defaults/Asedit-sgi \
		lib/X11/app-defaults/Asedit_em \
		lib/X11/app-defaults/Asedit_em-sgi \
		lib/X11/asedit.hlp \
		lib/X11/asedit_em.hlp \
		share/man/man1/asedit.1.gz

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=int-conversion
.endif

post-patch:
	@${REINPLACE_CMD} -e \
		'/^XMLIB/s|-lPW|| ; \
		 /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile

.include <bsd.port.post.mk>

editors/asedit/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (asedit-1.3.2.tar.Z) = daffac37bbc563f4ef3472a8cb6db7a0a8c1efb7322515caf324c7c2e332f582
SIZE (asedit-1.3.2.tar.Z) = 542040
+0 −13
Original line number Diff line number Diff line
diff --git asedit.c asedit.c
index 3ec7e5a..a5b2b5e 100644
--- asedit.c
+++ asedit.c
@@ -556,7 +556,7 @@ int  main (argc, argv)
 	char *argv[];
 #else  /* ! _NO_PROTO */
 
-int main (unsigned int argc, char *argv[])
+int main (int argc, char *argv[])
 #endif
 {
 
Loading