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
ac59e92b
Commit
ac59e92b
authored
2 years ago
by
Florian Smeets
Browse files
Options
Downloads
Patches
Plain Diff
net/asterisk18: Update to 18.16.0
parent
b9ccb51f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
net/asterisk18/Makefile
+1
-1
1 addition, 1 deletion
net/asterisk18/Makefile
net/asterisk18/distinfo
+3
-3
3 additions, 3 deletions
net/asterisk18/distinfo
net/asterisk18/files/patch-Makefile.rules
+5
-5
5 additions, 5 deletions
net/asterisk18/files/patch-Makefile.rules
with
9 additions
and
9 deletions
net/asterisk18/Makefile
+
1
−
1
View file @
ac59e92b
PORTNAME
=
asterisk
PORTNAME
=
asterisk
PORTVERSION
=
18.1
5.1
PORTVERSION
=
18.1
6.0
CATEGORIES
=
net
CATEGORIES
=
net
MASTER_SITES
=
https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
MASTER_SITES
=
https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
MASTER_SITE_SUBDIR
=
asterisk/
\
MASTER_SITE_SUBDIR
=
asterisk/
\
...
...
This diff is collapsed.
Click to expand it.
net/asterisk18/distinfo
+
3
−
3
View file @
ac59e92b
TIMESTAMP = 16
69933
244
TIMESTAMP = 16
7536
24
2
4
SHA256 (asterisk/asterisk-18.1
5.1
.tar.gz) =
7594b045e1979a6e80f07ecfff634204830917fd2a7686b161cf4849454f4531
SHA256 (asterisk/asterisk-18.1
6.0
.tar.gz) =
2d280794ae7505ed3dfc58b3190774cb491aa74c339fbde1a11740e6be79b466
SIZE (asterisk/asterisk-18.1
5.1
.tar.gz) = 282
16621
SIZE (asterisk/asterisk-18.1
6.0
.tar.gz) = 282
78347
SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9
SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9
SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123
SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123
SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585
SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585
...
...
This diff is collapsed.
Click to expand it.
net/asterisk18/files/patch-Makefile.rules
+
5
−
5
View file @
ac59e92b
--- Makefile.rules.orig 202
2
-0
8
-1
8
1
5:18:29
UTC
--- Makefile.rules.orig 202
3
-0
1
-1
2
1
1:42:40
UTC
+++ Makefile.rules
+++ Makefile.rules
@@ -107,6 +107,11 @@
ifeq ($(C_COMPILER_FAMILY),clang)
@@ -107,6 +107,11 @@
ifeq ($(C_COMPILER_FAMILY),clang)
# Clang -Werror warning suppressions
# Clang -Werror warning suppressions
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
# extern const size_t _binary_abc_def_xml_size;
# extern const size_t _binary_abc_def_xml_size;
%.o: %.xml
%.o: %.xml
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
- $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
- $(CMD_PREFIX) $(CC) -g
-Wl,-znoexecstack
-nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
+ $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
+ $(CMD_PREFIX) $(CC) -g
-Wl,-znoexecstack
-nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
%.o: %.xslt
%.o: %.xslt
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
- $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
- $(CMD_PREFIX) $(CC) -g
-Wl,-znoexecstack
-nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
+ $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
+ $(CMD_PREFIX) $(CC) -g
-Wl,-znoexecstack
-nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
dist-clean:: clean
dist-clean:: clean
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