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
c8c2fdcc
Commit
c8c2fdcc
authored
4 years ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
comms/xdemorse: Update 3.6.2 -> 3.6.3
Reported by: portscout
parent
3a2fd540
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
comms/xdemorse/Makefile
+4
-4
4 additions, 4 deletions
comms/xdemorse/Makefile
comms/xdemorse/distinfo
+3
-3
3 additions, 3 deletions
comms/xdemorse/distinfo
comms/xdemorse/files/patch-Makefile.in
+0
-38
0 additions, 38 deletions
comms/xdemorse/files/patch-Makefile.in
with
7 additions
and
45 deletions
comms/xdemorse/Makefile
+
4
−
4
View file @
c8c2fdcc
PORTNAME
=
xdemorse
DISTVERSION
=
3.6.2
PORTREVISION
=
1
DISTVERSION
=
3.6.3
CATEGORIES
=
comms
MASTER_SITES
=
https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/
...
...
@@ -14,15 +13,16 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib
USES
=
compiler:c++11-lang gettext-tools gmake gnome
\
localbase:ldflags pkgconfig
tar
:bz2
GNU_CONFIGURE
=
yes
USE_GNOME
=
cairo gdkpixbuf2 glib20 gtk30
GNU_CONFIGURE
=
yes
LDFLAGS
+=
-lgmodule-2
.0
PLIST_FILES
=
bin/
${
PORTNAME
}
\
man/man1/
${
PORTNAME
}
.1.gz
\
share/applications/
${
PORTNAME
}
.desktop
\
share/pixmaps/
${
PORTNAME
}
.
pn
g
share/pixmaps/
${
PORTNAME
}
.
sv
g
OPTIONS_DEFINE
=
DOCS
...
...
This diff is collapsed.
Click to expand it.
comms/xdemorse/distinfo
+
3
−
3
View file @
c8c2fdcc
TIMESTAMP = 1
557108773
SHA256 (xdemorse-3.6.
2
.tar.bz2) =
8abecc219fd8293963766457e0fa952f7be715f7c8837bdcaa45a890829aebd4
SIZE (xdemorse-3.6.
2
.tar.bz2) = 2
57003
TIMESTAMP = 1
618386506
SHA256 (xdemorse-3.6.
3
.tar.bz2) =
e96e14620a18642a8d77c97e8e35c3613dc7107bc33cc243855e3db406fad53a
SIZE (xdemorse-3.6.
3
.tar.bz2) = 2
67684
This diff is collapsed.
Click to expand it.
comms/xdemorse/files/patch-Makefile.in
deleted
100644 → 0
+
0
−
38
View file @
3a2fd540
--- Makefile.in.orig 2019-05-06 02:59:19 UTC
+++ Makefile.in
@@ -900,22 +900,22 @@
uninstall-am:
install-data-local:
@$(NORMAL_INSTALL)
if test -d files/; then \
- cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \
- cp files/$(PACKAGE).png $(DESTDIR)/usr/share/pixmaps/; \
+ cp files/$(PACKAGE).desktop $(DESTDIR)$(prefix)/share/applications/; \
+ cp files/$(PACKAGE).png $(DESTDIR)$(prefix)/share/pixmaps/; \
fi; \
- if !(test -d $(DESTDIR)/usr/share/doc/$(PACKAGE)); then \
- mkdir $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
+ if !(test -d $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)); then \
+ mkdir $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \
fi; \
if test -d doc/; then \
- cp -r doc/* $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
- cp -r doc/$(PACKAGE).1.gz $(DESTDIR)/usr/share/man/man1/; \
- fi; \
- if !(test -d /home/`logname`/.$(PACKAGE)); then \
- cp -r .$(PACKAGE) /home/`logname`/; \
- else \
- cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \
- fi; \
- chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE);
+ cp -r doc/* $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \
+ cp -r doc/$(PACKAGE).1.gz $(DESTDIR)$(prefix)/man/man1/; \
+ fi;
+ #if !(test -d /home/`logname`/.$(PACKAGE)); then \
+ # cp -r .$(PACKAGE) /home/`logname`/; \
+ #else \
+ # cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \
+ #fi; \
+ #chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE);
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
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