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
a4e4b7af
Commit
a4e4b7af
authored
3 years ago
by
baptiste daroussin
Browse files
Options
Downloads
Patches
Plain Diff
ports-mgmt/portconfig: update to 0.1.1
parent
7d6dadb2
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ports-mgmt/portconfig/Makefile
+2
-3
2 additions, 3 deletions
ports-mgmt/portconfig/Makefile
ports-mgmt/portconfig/distinfo
+3
-3
3 additions, 3 deletions
ports-mgmt/portconfig/distinfo
ports-mgmt/portconfig/files/patch-portconfig.c
+25
-0
25 additions, 0 deletions
ports-mgmt/portconfig/files/patch-portconfig.c
with
30 additions
and
6 deletions
ports-mgmt/portconfig/Makefile
+
2
−
3
View file @
a4e4b7af
PORTNAME
=
portconfig
PORTVERSION
=
0.1
PORTREVISION
=
1
PORTVERSION
=
0.1.1
CATEGORIES
=
ports-mgmt
MAINTAINER
=
bapt@FreeBSD.org
...
...
@@ -10,7 +9,7 @@ LICENSE= BSD2CLAUSE
USE_GITLAB
=
yes
GL_ACCOUNT
=
alfix
GL_COMMIT
=
0292159f4e2431a2f7c1cebe13e28de34d0c8932
GL_COMMIT
=
222ee8a8f6a790fe6a9c72f7b615e47ecdb56399
USES
=
localbase:ldflags
BUILD_DEPENDS
=
${
LOCALBASE
}
/lib/libbsddialog.a:devel/bsddialog
...
...
This diff is collapsed.
Click to expand it.
ports-mgmt/portconfig/distinfo
+
3
−
3
View file @
a4e4b7af
TIMESTAMP = 163
7675764
SHA256 (alfix-portconfig-
0292159f4e2431a2f7c1cebe13e28de34d0c8932_GL0.tar.gz) = 195bc0e36921b29ee4130b8f29f535c344ce572bbfbc2d49fd6a3f64357801e
0
SIZE (alfix-portconfig-
0292159f4e2431a2f7c1cebe13e28de34d0c8932
_GL0.tar.gz) = 20211
4
TIMESTAMP = 163
8783870
SHA256 (alfix-portconfig-
222ee8a8f6a790fe6a9c72f7b615e47ecdb56399_GL0.tar.gz) = 20e0ccbe417607502a37c0cd86e04a5cf5c5d54577549f0448cf585e2458bff
0
SIZE (alfix-portconfig-
222ee8a8f6a790fe6a9c72f7b615e47ecdb56399
_GL0.tar.gz) = 2021
8
1
This diff is collapsed.
Click to expand it.
ports-mgmt/portconfig/files/patch-portconfig.c
0 → 100644
+
25
−
0
View file @
a4e4b7af
---
portconfig
.
c
.
orig
2021
-
11
-
29
17
:
22
:
25
UTC
+++
portconfig
.
c
@@
-
253
,
9
+
253
,
6
@@
main
(
int
argc
,
char
*
argv
[])
theme
=
BSDDIALOG_THEME_DIALOG
;
newstr
=
"+"
;
}
-
else
if
(
strcasecmp
(
env
,
"magenta"
)
==
0
)
{
-
theme
=
BSDDIALOG_THEME_MAGENTA
;
-
}
else
if
(
strcasecmp
(
env
,
"blackwhite"
)
==
0
)
{
theme
=
BSDDIALOG_THEME_BLACKWHITE
;
}
@@
-
290
,
10
+
287
,
10
@@
main
(
int
argc
,
char
*
argv
[])
confhelp
.
title
=
"HELP"
;
confhelp
.
hfile
=
NULL
;
for
(;;)
{
-
output
=
bsddialog_mixedlist
(
conf
,
helpmsg
,
h
,
w
,
0
,
ngroups
,
+
output
=
bsddialog_mixedlist
(
&
conf
,
helpmsg
,
h
,
w
,
0
,
ngroups
,
groups
,
NULL
,
NULL
);
if
(
output
==
BSDDIALOG_HELP
)
{
-
output
=
bsddialog_textbox
(
confhelp
,
conf
.
hfile
,
0
,
0
);
+
output
=
bsddialog_textbox
(
&
confhelp
,
conf
.
hfile
,
0
,
0
);
if
(
output
==
BSDDIALOG_ERROR
)
break
;
}
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