Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Shkenev
aports
Commits
8366dfa1
Commit
8366dfa1
authored
9 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/mdocml: upgrade to 1.13.3
parent
5eb765ce
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/mdocml/APKBUILD
+8
-8
8 additions, 8 deletions
main/mdocml/APKBUILD
main/mdocml/shared-libmandoc.patch
+5
-5
5 additions, 5 deletions
main/mdocml/shared-libmandoc.patch
with
13 additions
and
13 deletions
main/mdocml/APKBUILD
+
8
−
8
View file @
8366dfa1
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
mdocml
pkgver
=
1.13.
2
pkgrel
=
1
pkgver
=
1.13.
3
pkgrel
=
0
pkgdesc
=
"mdoc/man compiler"
url
=
"http://mdocml.bsd.lv/"
arch
=
"all"
...
...
@@ -52,12 +52,12 @@ man() {
mkdir
-p
"
$subpkgdir
"
}
md5sums
=
"
831ba06ef06bccdf35346fc3310263a5
mdocml-1.13.
2
.tar.gz
d249cec65ed75006ca610b9c8b01ba66
shared-libmandoc.patch
md5sums
=
"
7be80e1116a11abe2aabd6b2f04434ef
mdocml-1.13.
3
.tar.gz
8d130a332fbd3268550819ade96c9afd
shared-libmandoc.patch
6e893bef0cf680eec807b230e6619d27 man.conf"
sha256sums
=
"
9074755da96e8afbf9634d7ffa29c1decda2f642e13d9d844f26cd1e06d9716b
mdocml-1.13.
2
.tar.gz
9f5a864d993e3f061161756017fcfb9906f68223298ebe7b44f1168beed85d79
shared-libmandoc.patch
sha256sums
=
"
23ccab4800d50bf4c327979af5d4aa1a6a2dc490789cb67c4c3ac1bd40b8cad8
mdocml-1.13.
3
.tar.gz
676dd35caedc759cc83ae1dbf7fde5709d6fe4ed14c652af4cbebc5ccdbdc71b
shared-libmandoc.patch
3381c6ceb99e7db1404fdb44419040c3b441a251d594292e53545b5e4e378e2b man.conf"
sha512sums
=
"
7d
b73
ff83be9acff50e8570de96591869c950dad8b350d119e57fcf39937a3272cf9d70397af2e21ec69877c5f81bc1c4e027910a4aef1033ff54b744904412c
mdocml-1.13.
2
.tar.gz
fd69542e4f853827637a28f84e845aea447d63bcad51c9b45abb63ee1233a9c3a143a85016c75a9d596a2da5212460efad765ba8dd52de86e4aa1693da6617d5
shared-libmandoc.patch
sha512sums
=
"
a3
b73
04e313b905b3575d79eb7ac861723e0ef3f700199c136abe4d4c698929e99ee0789bfc6e591224fb0006c709afe0e4c1bb578605a767c371ec7dee26024
mdocml-1.13.
3
.tar.gz
bdbe471bcc5d5009ee8a9c4fb2f7903a5114afd8da1d6807c462fefdbe4b508711386b0fe7febb92977f97751c1d4fd486f1e1ecae0b7c1ba4dc28c0a7dda0b6
shared-libmandoc.patch
0723c32ab70e5b1c77768ca78d7437b26bed19b90b27876b10cc463359c41332befc0105fc1e23ceae48de5a892f1aa7ac60ef7eb0b6b8f1616726c4300632fe man.conf"
This diff is collapsed.
Click to expand it.
main/mdocml/shared-libmandoc.patch
+
5
−
5
View file @
8366dfa1
--- ./Makefile.orig
+++ ./Makefile
@@ -26
2
,9 +26
2
,15 @@
@@ -26
7
,9 +26
7
,15 @@
WWW_OBJS = mdocml.tar.gz \
mdocml.sha256
...
...
@@ -16,7 +16,7 @@
# === DEPENDENCY HANDLING ==============================================
@@ -29
1
,7 +
297
,7 @@
@@ -29
6
,7 +
302
,7 @@
rm -f Makefile.local config.h config.h.old config.log config.log.old
clean:
...
...
@@ -25,16 +25,16 @@
rm -f mandoc $(BASE_OBJS) $(DB_OBJS)
rm -f man.cgi $(CGI_OBJS)
rm -f manpage $(MANPAGE_OBJS)
@@ -308,7 +314,7 @@
mkdir -p $(DESTDIR)$(MANDIR)/man3
@@ -314,7 +320,7 @@
mkdir -p $(DESTDIR)$(MANDIR)/man7
$(INSTALL_PROGRAM) mandoc demandoc $(DESTDIR)$(BINDIR)
ln -f $(DESTDIR)$(BINDIR)/mandoc $(DESTDIR)$(BINDIR)/$(BINM_MAN)
- $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
+ $(INSTALL_LIB) $(LIBMANDOC) $(DESTDIR)$(LIBDIR)
$(INSTALL_LIB) man.h mandoc.h mandoc_aux.h mdoc.h \
$(DESTDIR)$(INCLUDEDIR)
$(INSTALL_MAN) mandoc.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1
@@ -36
1
,17 +3
6
7,20 @@
@@ -36
6
,17 +37
2
,20 @@
libmandoc.a: $(COMPAT_OBJS) $(LIBMANDOC_OBJS)
$(AR) rs $@ $(COMPAT_OBJS) $(LIBMANDOC_OBJS)
...
...
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