Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
32a412c3
Commit
32a412c3
authored
3 years ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
cad/horizon-eda: Fix build broken after the recent opencascade update
Also change to llvm-12 (from llvm-10). Reported by: fallout
parent
5718aa5f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cad/horizon-eda/Makefile
+6
-2
6 additions, 2 deletions
cad/horizon-eda/Makefile
cad/horizon-eda/distinfo
+3
-1
3 additions, 1 deletion
cad/horizon-eda/distinfo
with
9 additions
and
3 deletions
cad/horizon-eda/Makefile
+
6
−
2
View file @
32a412c3
...
...
@@ -4,6 +4,9 @@ DISTVERSION= 2.1.0
PORTREVISION
=
1
CATEGORIES
=
cad
PATCH_SITES
=
https://github.com/
${
GH_ACCOUNT
}
/
${
GH_PROJECT
}
/commit/
PATCHFILES
=
0d801d4807cbed405998688b361bf0543207f1b1.patch:-p1
# fixes opencascade-7.6.0 compatibility, see https://github.com/horizon-eda/horizon/issues/623
MAINTAINER
=
yuri@FreeBSD.org
COMMENT
=
EDA package
for
printed circuit board design
...
...
@@ -25,15 +28,16 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libzmq.so:net/libzmq4
USES
=
gmake gnome localbase pkgconfig python:build sqlite
# compiler:c++17-lang
USE_GNOME
=
atkmm gdkpixbuf2 gtkmm30 librsvg2
USE_GITHUB
=
yes
GH_PROJECT
=
horizon
USE_GNOME
=
atkmm gdkpixbuf2 gtkmm30 librsvg2
MAKE_ARGS
=
DEBUGFLAGS
=
OPTIMIZE
=
BINARY_ALIAS
=
python3
=
${
PYTHON_CMD
}
LLVM_VER
=
1
0
# workaround for bug#253551
LLVM_VER
=
1
2
# workaround for bug#253551
BUILD_DEPENDS
+=
clang
${
LLVM_VER
}
:devel/llvm
${
LLVM_VER
}
CPP
=
clang-cpp
${
LLVM_VER
}
CC
=
clang
${
LLVM_VER
}
...
...
This diff is collapsed.
Click to expand it.
cad/horizon-eda/distinfo
+
3
−
1
View file @
32a412c3
TIMESTAMP = 163
1174790
TIMESTAMP = 163
7022213
SHA256 (horizon-eda-horizon-v2.1.0_GH0.tar.gz) = 2ba7a64ef0d8f22ad12e6a5a9c108f865eeb468f954f51ee5fbc03e6a847549a
SIZE (horizon-eda-horizon-v2.1.0_GH0.tar.gz) = 3140793
SHA256 (0d801d4807cbed405998688b361bf0543207f1b1.patch) = 64c0200aaf39e967d26d41634fea17db32f779449cd0a05197446e1a973b4d1f
SIZE (0d801d4807cbed405998688b361bf0543207f1b1.patch) = 2501
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment