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
45042b3b
Commit
45042b3b
authored
10 months ago
by
Kevin Bowling
Browse files
Options
Downloads
Patches
Plain Diff
emulators/open-simh: Update to 4.1.0.20240303
parent
6a6b4b4b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
emulators/open-simh/Makefile
+1
-1
1 addition, 1 deletion
emulators/open-simh/Makefile
emulators/open-simh/distinfo
+3
-3
3 additions, 3 deletions
emulators/open-simh/distinfo
emulators/open-simh/files/patch-sim__sock.c
+0
-11
0 additions, 11 deletions
emulators/open-simh/files/patch-sim__sock.c
with
4 additions
and
15 deletions
emulators/open-simh/Makefile
+
1
−
1
View file @
45042b3b
PORTNAME
=
open-simh
PORTVERSION
=
4.1.0.202
30920
PORTVERSION
=
4.1.0.202
40303
CATEGORIES
=
emulators
MAINTAINER
=
kbowling@FreeBSD.org
...
...
This diff is collapsed.
Click to expand it.
emulators/open-simh/distinfo
+
3
−
3
View file @
45042b3b
TIMESTAMP = 1
695274105
SHA256 (open-simh-simh-4.1.0.202
30920
-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159
SIZE (open-simh-simh-4.1.0.202
30920
-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456
TIMESTAMP = 1
716438772
SHA256 (open-simh-simh-4.1.0.202
40303
-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159
SIZE (open-simh-simh-4.1.0.202
40303
-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456
This diff is collapsed.
Click to expand it.
emulators/open-simh/files/patch-sim__sock.c
deleted
100644 → 0
+
0
−
11
View file @
6a6b4b4b
---
sim_sock
.
c
.
orig
2024
-
03
-
21
04
:
42
:
41
UTC
+++
sim_sock
.
c
@@
-
1412
,
7
+
1412
,
7
@@
void
sim_close_sock
(
SOCKET
sock
)
void
sim_close_sock
(
SOCKET
sock
)
{
-
shutdown
(
sock
,
SD_BOTH
);
+
shutdown
(
sock
,
SHUT_RDWR
);
closesocket
(
sock
);
}
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