aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2022-03-03 15:50:32 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2022-03-03 16:24:11 +0000
commita7d32d7eb6a0f53b5ab4d4d4675edc5ff6fb5d78 (patch)
tree3bdc4c8230bd33e3aa26736f747a00e6fb468cda /editors
parent3a0c0e5e8ab7b296830bab5c2c9d89f5199157af (diff)
downloadports-a7d32d7eb6a0f53b5ab4d4d4675edc5ff6fb5d78.tar.gz
ports-a7d32d7eb6a0f53b5ab4d4d4675edc5ff6fb5d78.zip
x11-toolkits/copperspice: use distributed tarballs, not for i386
- Switch to the distributed tarballs, rather than pulling from github. This means NO_WRKSUBDIR, dos2unix, and removing the patches that apply to sources in GH but that are not in the released source tarballs. - Set NOT_FOR_ARCHS to i386, since there's issues in WebKit like ld: error: relocation R_386_PC32 cannot be used against symbol cti_vm_throw; recompile with -fPIC and I'm insufficiently interested in chasing this.
Diffstat (limited to 'editors')
-rw-r--r--editors/diamond/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/diamond/Makefile b/editors/diamond/Makefile
index e36385cee66a..460e476cae86 100644
--- a/editors/diamond/Makefile
+++ b/editors/diamond/Makefile
@@ -1,9 +1,9 @@
PORTNAME= diamond
DISTVERSION= 1.3.7
-DISTNAME= Diamond-${DISTVERSION}
CATEGORIES= editors
-PKGNAMESUFFIX= -cs
MASTER_SITES= https://download.copperspice.com/${PORTNAME}/source/
+PKGNAMESUFFIX= -cs
+DISTNAME= Diamond-${DISTVERSION}
MAINTAINER= adridg@FreeBSD.org
COMMENT= Compact programmers editor
@@ -11,6 +11,8 @@ COMMENT= Compact programmers editor
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= i386
+
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
BUILD_DEPENDS= copperspice>=1.7:x11-toolkits/copperspice
RUN_DEPENDS= copperspice>=1.7:x11-toolkits/copperspice