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
f5013005
You need to sign in or sign up before continuing.
Commit
f5013005
authored
1 year ago
by
Muhammad Moinur Rahman
Browse files
Options
Downloads
Patches
Plain Diff
x11/libsx: Unbreak on HEAD
- Pet portclippy - Adopt port
parent
5f6a91b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
x11/libsx/Makefile
+10
-3
10 additions, 3 deletions
x11/libsx/Makefile
with
10 additions
and
3 deletions
x11/libsx/Makefile
+
10
−
3
View file @
f5013005
...
...
@@ -5,18 +5,25 @@ CATEGORIES= x11
MASTER_SITES
=
XCONTRIB/libraries
DISTNAME
=
${
PORTNAME
}
MAINTAINER
=
ports
@FreeBSD.org
MAINTAINER
=
bofh
@FreeBSD.org
COMMENT
=
Simple X11 library
LIB_DEPENDS
=
libXaw3d.so:x11-toolkits/Xaw3d
USES
=
tar
:Z xorg
USE_XORG
=
x11 xaw xext xmu xt
ALL_TARGET
=
src freq
MAKE_JOBS_UNSAFE
=
yes
ALL_TARGET
=
src freq
OPTIONS_DEFINE
=
DOCS
.
include
<bsd.port.pre.mk>
.if
${OPSYS}
==
FreeBSD
&&
${
OSVERSION
}
>=
1400079
CFLAGS
+=
-Wno-error
=
int-conversion
.
endif
do-install
:
${
INSTALL_DATA
}
${
WRKSRC
}
/src/libsx.a
${
STAGEDIR
}${
PREFIX
}
/lib
${
INSTALL_DATA
}
${
WRKSRC
}
/freq/libfreq.a
${
STAGEDIR
}${
PREFIX
}
/lib
...
...
@@ -29,4 +36,4 @@ do-install-DOCS-on:
${
INSTALL_DATA
}
${
WRKSRC
}
/docs/
*
${
STAGEDIR
}${
PREFIX
}
/share/doc/libsx
${
GZIP_CMD
}
${
STAGEDIR
}${
PREFIX
}
/share/doc/libsx/
*
.doc
.
include
<bsd.port.mk>
.
include
<bsd.port.
post.
mk>
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