On Mon, Nov 18, 2019, at 19:51, Travis Cole wrote:
> On Mon, Nov 18, 2019 at 09:10:12PM +0000, Stuart Henderson wrote:
> > On 2019/11/18 17:16, Edd Barrett wrote:
> > > Hi everyone,
> > > 
> > > On Sat, Nov 16, 2019 at 11:23:37AM -0800, Travis Cole wrote:
> > > > I have an updated diff.
> > > 
> > > I believe the neovim update to be ready.
> > > 
> > > I'm looking for OKs for the attached diffs. Any takers?
> > 
> > Basically OK, a few comments in-line:
> 
> Hey Stuart,
> 
> I've attached two updated diffs that I hope address all of your
> comments.
> 
> Let me know if you'd like to see any more tweaks.

Here is an updated unibillium diff after running:

make clean; make patch; make update-patches.

(Sorry for responding to the previous email, I had some email availability 
issues last night
and missed a response)
diff --git a/Makefile b/Makefile
index ddf0f18..1ea5cc4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,22 @@
 # $OpenBSD: Makefile,v 1.2 2019/07/12 20:46:03 sthen Exp $
 
 COMMENT =	very basic terminfo library
-VERSION =	1.2.0
+VERSION =	2.0.0
 DISTNAME =	unibilium-${VERSION}
 
-GH_ACCOUNT =	mauke
+GH_ACCOUNT =	neovim
 GH_PROJECT =	unibilium
 GH_TAGNAME =	v${VERSION}
 
-SHARED_LIBS +=	unibilium	0.0 # 3.0
+SHARED_LIBS +=	unibilium	1.0 # 4.0
 
 CATEGORIES =	devel
 
 # LGPLv3+
 PERMIT_PACKAGE =	Yes
 
+DEBUG_PACKAGES =	${BUILD_PACKAGES}
+
 MAKE_FLAGS =	PREFIX=${PREFIX} \
 		MANDIR=${PREFIX}/man
 
diff --git a/distinfo b/distinfo
index 61047b4..b531af4 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (unibilium-1.2.0.tar.gz) = YjrxCZUV5nOr/TyuXy+oCKCcpV3aHGWntclCTrME6tg=
-SIZE (unibilium-1.2.0.tar.gz) = 88488
+SHA256 (unibilium-2.0.0.tar.gz) = eJl9ONTIF3xg09DBqoxT/QgG6yGCW3szWxdo1xFrwcE=
+SIZE (unibilium-2.0.0.tar.gz) = 112570
diff --git a/patches/patch-Makefile b/patches/patch-Makefile
index 366b113..bb4e7bd 100644
--- a/patches/patch-Makefile
+++ b/patches/patch-Makefile
@@ -2,9 +2,10 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2017/01/19 19:44:47 edd Exp $
 
 No compressed manuals please.
 
---- Makefile.orig	Tue Jan 17 22:55:47 2017
-+++ Makefile	Tue Jan 17 22:57:02 2017
-@@ -47,7 +47,7 @@ OBJECTS=unibilium.lo uninames.lo uniutil.lo
+Index: Makefile
+--- Makefile.orig
++++ Makefile
+@@ -56,7 +56,7 @@ OBJECTS=unibilium.lo uninames.lo uniutil.lo
  LIBRARY=libunibilium.la
  
  PODS=$(wildcard doc/*.pod)
@@ -13,7 +14,7 @@ No compressed manuals please.
  
  TOOLS=$(wildcard tools/*.c)
  
-@@ -111,5 +111,5 @@ install-man: build-man
+@@ -121,8 +121,8 @@ install-man: build-man
  .PHONY: build-man
  build-man: $(MANPAGES)
  
@@ -21,3 +22,6 @@ No compressed manuals please.
 -	$(POD2MAN) $(POD2MAN_OPTS) $< | gzip > $@
 +man/%.3: doc/%.pod
 +	$(POD2MAN) $(POD2MAN_OPTS) $< > $@
+ 
+ 
+ .PHONY: regenerate-tests
diff --git a/pkg/PLIST b/pkg/PLIST
index 683d93b..2012515 100644
--- a/pkg/PLIST
+++ b/pkg/PLIST
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2017/01/19 19:44:47 edd Exp $
 include/unibilium.h
-lib/libunibilium.a
+@static-lib lib/libunibilium.a
 lib/libunibilium.la
 @lib lib/libunibilium.so.${LIBunibilium_VERSION}
 lib/pkgconfig/unibilium.pc

Reply via email to