aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-31 00:10:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-31 00:10:19 +0000
commit253f5e3c68f4cf5f9db132a2dd90d8125c1e93ba (patch)
tree2e9c3be19b863031bd22e6abc8696e2a007e65e8 /cad
parenta3613de797679786248579b7dfbeba329b929c4e (diff)
downloadports-253f5e3c68f4cf5f9db132a2dd90d8125c1e93ba.tar.gz
ports-253f5e3c68f4cf5f9db132a2dd90d8125c1e93ba.zip
cad/horizon-eda: Update 1.3.0 -> 1.4.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=563439
Diffstat (limited to 'cad')
-rw-r--r--cad/horizon-eda/Makefile9
-rw-r--r--cad/horizon-eda/distinfo6
-rw-r--r--cad/horizon-eda/files/patch-Makefile11
3 files changed, 8 insertions, 18 deletions
diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index 92dd3f232735..35fd5611a7f5 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -2,8 +2,7 @@
PORTNAME= horizon-eda
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.0
-PORTREVISION= 2
+DISTVERSION= 1.4.0
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
@@ -29,11 +28,13 @@ USE_GITHUB= yes
GH_PROJECT= horizon
USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2
+MAKE_ARGS= DEBUGFLAGS= OPTIMIZE=
+
BINARY_ALIAS= python3=${PYTHON_CMD}
INSTALLS_ICONS= yes
-post-install:
- cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-imp horizon-eda
+post-install: # https://github.com/horizon-eda/horizon/issues/558
+ cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-eda
.include <bsd.port.mk>
diff --git a/cad/horizon-eda/distinfo b/cad/horizon-eda/distinfo
index 4fcffb8b3d08..5b934372d5c6 100644
--- a/cad/horizon-eda/distinfo
+++ b/cad/horizon-eda/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604105569
-SHA256 (horizon-eda-horizon-v1.3.0_GH0.tar.gz) = 407ae0022d354d173dc9f75549c68f4d26c195375c28a41ea7c6edee6bfd9bab
-SIZE (horizon-eda-horizon-v1.3.0_GH0.tar.gz) = 2985020
+TIMESTAMP = 1612029102
+SHA256 (horizon-eda-horizon-v1.4.0_GH0.tar.gz) = a0fbbbca903594975dd468af10581be8d52256ad441e7f8c71d1e70b341dbfe4
+SIZE (horizon-eda-horizon-v1.4.0_GH0.tar.gz) = 3020868
diff --git a/cad/horizon-eda/files/patch-Makefile b/cad/horizon-eda/files/patch-Makefile
deleted file mode 100644
index b23ff03beb3c..000000000000
--- a/cad/horizon-eda/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2020-10-29 19:37:56 UTC
-+++ Makefile
-@@ -718,7 +718,7 @@ endif
- LIBS_ALL = $(LIBS_COMMON) gtkmm-3.0 epoxy cairomm-pdf-1.0 librsvg-2.0 libzmq libgit2 libcurl glm
-
- OPTIMIZE = -fdata-sections -ffunction-sections
--DEBUGFLAGS = -g3
-+#DEBUGFLAGS = -g3
- CXXFLAGS += $(DEBUGFLAGS) $(DEFINES) $(OPTIMIZE) $(shell $(PKG_CONFIG) --cflags $(LIBS_ALL)) -MP -MMD -pthread -Wall -Wshadow -Wsuggest-override -std=c++17 -O3
- CFLAGS = $(filter-out -Wsuggest-override, $(filter-out -std=%,$(CXXFLAGS))) -std=c99
- LDFLAGS += -lm -lpthread