[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r6526: update unifont to 12.1.01
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r6526: update unifont to 12.1.01 |
Date: |
Sun, 12 May 2019 03:53:19 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 6526
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2019-05-12 00:53:15 -0700
message:
update unifont to 12.1.01
added:
pkg/gnu/unifont/files/ files-20190512075213-0lniwqtjf978gc63-1
pkg/gnu/unifont/files/Makefile.unifont.path.patch
makefile.unifont.pat-20190512075213-0lniwqtjf978gc63-2
modified:
pkg/gnu/unifont/Makefile makefile-20161021200207-w6apucnpk66hw5ah-3
=== modified file 'pkg/gnu/unifont/Makefile'
--- a/pkg/gnu/unifont/Makefile 2019-05-12 07:49:34 +0000
+++ b/pkg/gnu/unifont/Makefile 2019-05-12 07:53:15 +0000
@@ -64,8 +64,10 @@
# for GNU/Linux: to handle strlcpy()
LDFLAGS=-lbsd
-#pre-patch: extract
-# echo asdf $(prefix)
+pre-patch: extract
+ echo asdf $(prefix)
+ cat ./afile
+
# sed -e "s/THISPATCHFILEHASTOBEPATCHED/\%$(prefix)%/"
<./files/Makefile.unifont.path.patch.in
#
# still working on this, for installation
=== added directory 'pkg/gnu/unifont/files'
=== added file 'pkg/gnu/unifont/files/Makefile.unifont.path.patch'
--- a/pkg/gnu/unifont/files/Makefile.unifont.path.patch 1970-01-01 00:00:00
+0000
+++ b/pkg/gnu/unifont/files/Makefile.unifont.path.patch 2019-05-12 07:53:15
+0000
@@ -0,0 +1,24 @@
+*** ../work/unifont-12.1.01/Makefile.orig 2019-05-11 20:26:35.195517719
-0700
+--- ../work/unifont-12.1.01/Makefile 2019-05-11 20:27:38.614032130 -0700
+***************
+*** 18,25 ****
+ # in /usr/local. To install in a different location, modify USRDIR to
+ # your liking.
+ #
+! USRDIR = usr
+ # USRDIR = usr/local
+ PREFIX = $(DESTDIR)/$(USRDIR)
+ PKGDEST = $(PREFIX)/share/unifont
+
+--- 18,28 ----
+ # in /usr/local. To install in a different location, modify USRDIR to
+ # your liking.
+ #
+! # USRDIR = usr
+ # USRDIR = usr/local
++
++ USRDIR = $(prefix)
++
+ PREFIX = $(DESTDIR)/$(USRDIR)
+ PKGDEST = $(PREFIX)/share/unifont
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r6526: update unifont to 12.1.01,
Carl Hansen <=