Commit 5db353a0 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/arachne-pnr: Remove expired port

2025-12-31 devel/arachne-pnr: Superseded by devel/nextpnr
parent 88993ed8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4971,3 +4971,4 @@ misc/openhab2-addons|misc/openhab-addons|2025-12-31|Has expired: superseeded by
misc/openhab2|misc/openhab|2025-12-31|Has expired: superseeded by misc/openhab
www/unit-java||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
deskutils/znotes||2025-12-31|Has expired: Abandonware, depends on legacy QT 5 and last release in 2011
devel/arachne-pnr|devel/nextpnr|2025-12-31|Has expired: Superseded by devel/nextpnr
+0 −1
Original line number Diff line number Diff line
@@ -211,7 +211,6 @@
    SUBDIR += appstream-glib
    SUBDIR += appstream-qt
    SUBDIR += apr1
    SUBDIR += arachne-pnr
    SUBDIR += arcanist
    SUBDIR += arcanist-lib
    SUBDIR += arduino

devel/arachne-pnr/Makefile

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
PORTNAME=	arachne-pnr
PORTVERSION=	g20181021
PORTREVISION=	4
CATEGORIES=	devel

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Place and route tool for FPGAs
WWW=		https://github.com/cseed/arachne-pnr

DEPRECATED=	Superseded by devel/nextpnr
EXPIRATION_DATE=2025-12-31

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	icestorm>=g0:devel/icestorm

USES=		compiler:c++11-lang gmake

USE_GITHUB=	yes
GH_ACCOUNT=	cseed
GH_TAGNAME=	840bdfdeb38809f9f6af4d89dd7b22959b176fdd

CFLAGS+=	${CFLAGS_${CHOSEN_COMPILER_TYPE}}
CFLAGS_gcc=	-Wno-error=pessimizing-move

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/arachne-pnr

.include <bsd.port.mk>

devel/arachne-pnr/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1540151995
SHA256 (cseed-arachne-pnr-g20181021-840bdfdeb38809f9f6af4d89dd7b22959b176fdd_GH0.tar.gz) = 33b05788e49c130e23e1daaa519b4c076b0c03fb5284bc29af8738848fad7c39
SIZE (cseed-arachne-pnr-g20181021-840bdfdeb38809f9f6af4d89dd7b22959b176fdd_GH0.tar.gz) = 94415
+0 −10
Original line number Diff line number Diff line
--- src/util.cc.orig	2018-11-26 16:01:24 UTC
+++ src/util.cc
@@ -30,6 +30,7 @@
 #  include <mach-o/dyld.h>
 #  include <unistd.h>
 #elif defined(__FreeBSD__)
+#  include <sys/param.h>
 #  include <sys/sysctl.h>
 #  include <unistd.h>   // TODO 180528: remove this
 #else
Loading