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
3
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
70cb9671
Commit
70cb9671
authored
2 years ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
audio/avldrums-lv2: Update 0.5.1 -> 0.5.2
Reported by: portscout
parent
8eb5a648
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
audio/avldrums-lv2/Makefile
+2
-2
2 additions, 2 deletions
audio/avldrums-lv2/Makefile
audio/avldrums-lv2/distinfo
+3
-3
3 additions, 3 deletions
audio/avldrums-lv2/distinfo
audio/avldrums-lv2/files/patch-Makefile
+1
-10
1 addition, 10 deletions
audio/avldrums-lv2/files/patch-Makefile
with
6 additions
and
15 deletions
audio/avldrums-lv2/Makefile
+
2
−
2
View file @
70cb9671
PORTNAME
=
avldrums
DISTVERSIONPREFIX
=
v
DISTVERSION
=
0.5.
1
DISTVERSION
=
0.5.
2
CATEGORIES
=
audio
PKGNAMESUFFIX
=
-lv2
...
...
@@ -36,6 +36,6 @@ OPTIONS_DEFINE_i386= SSE
OPTIONS_DEFAULT_amd64
=
SSE
OPTIONS_DEFAULT_i386
=
SSE
SSE_MAKE_ARGS
=
PORT_SIMD_FLAGS
=
"-msse -msse2 -mfpmath=sse"
SSE_MAKE_ARGS
=
HAVE_SSE
=
yes
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
audio/avldrums-lv2/distinfo
+
3
−
3
View file @
70cb9671
TIMESTAMP = 166
7858614
SHA256 (x42-avldrums.lv2-v0.5.
1
_GH0.tar.gz) =
671e3f3a2ac547de7f57eec1fa890aefcf44b09373f790bfb25d56a86b1435c
7
SIZE (x42-avldrums.lv2-v0.5.
1
_GH0.tar.gz) = 3524
6009
TIMESTAMP = 166
8973123
SHA256 (x42-avldrums.lv2-v0.5.
2
_GH0.tar.gz) =
c0b9187955e8e7bafade69f9dc9365a02b8b37c06fe7a669aead4e78c13f499
7
SIZE (x42-avldrums.lv2-v0.5.
2
_GH0.tar.gz) = 3524
5707
SHA256 (x42-robtk-1e82c83_GH0.tar.gz) = d92ba2f7b9f57328b97b52b30aa9c4744ca466698a38ee23e6ca102c5f964499
SIZE (x42-robtk-1e82c83_GH0.tar.gz) = 118286
This diff is collapsed.
Click to expand it.
audio/avldrums-lv2/files/patch-Makefile
+
1
−
10
View file @
70cb9671
--- Makefile.orig 2022-
08-10 04:43:58
UTC
--- Makefile.orig 2022-
11-08 08:05:45
UTC
+++ Makefile
@@ -22,7 +22,7 @@
RW ?= robtk/
###############################################################################
...
...
@@ -9,12 +9,3 @@
HAVE_SSE=yes
endif
ifneq (,$(findstring 86,$(MACHINE)))
@@ -30,7 +30,7 @@
ifneq (,$(findstring 86,$(MACHINE)))
endif
ifeq ($(HAVE_SSE),yes)
- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse --fast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
+ OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
else
OPTIMIZATIONS ?= -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
endif
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