? patch-Makefile
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/pho/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 12 Jul 2019 20:47:08 -0000 1.3
+++ Makefile 5 Jan 2021 02:24:01 -0000
@@ -2,9 +2,8 @@
COMMENT= lightweight image viewer
-DISTNAME= pho-0.9.8
+DISTNAME= pho-1.0
WRKDIST= ${WRKDIR}/pho
-REVISION= 0
CATEGORIES= graphics x11
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/pho/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 20 Dec 2013 19:36:52 -0000 1.1.1.1
+++ distinfo 5 Jan 2021 02:24:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (pho-0.9.8.tar.gz) = M9nOgi5M8AnY/T0PFUWWB3mrCZyt2Ki1ysMLKfNp4Y4=
-SIZE (pho-0.9.8.tar.gz) = 129487
+SHA256 (pho-1.0.tar.gz) = pEhsjEOt/ioDFuf1tPeY8q1cGsGBjn/tyaX0/ZGzOk4=
+SIZE (pho-1.0.tar.gz) = 133353
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/graphics/pho/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Makefile
--- patches/patch-Makefile 20 Dec 2013 19:36:52 -0000 1.1.1.1
+++ patches/patch-Makefile 5 Jan 2021 02:24:02 -0000
@@ -1,7 +1,9 @@
-$OpenBSD: patch-Makefile,v 1.1.1.1 2013/12/20 19:36:52 ajacoutot Exp $
---- Makefile.orig Tue Sep 4 18:53:38 2012
-+++ Makefile Fri Dec 20 16:54:36 2013
-@@ -4,7 +4,7 @@ VERSION = 0.9.8
+$OpenBSD$
+
+Index: Makefile
+--- Makefile.orig
++++ Makefile
+@@ -4,7 +4,7 @@ VERSION = 1.0
# Locate the gtk/gdk libraries (thanks to nev for this!)
GTKFLAGS := $(shell pkg-config --cflags gtk+-2.0 gdk-2.0 2> /dev/null)
@@ -15,9 +17,9 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2013/
install: pho
- $(INSTALL) pho $(INSTALLPREFIX)/bin/pho
-- $(INSTALL) pho.1 $(INSTALLPREFIX)/man/man1/pho.1
+- $(INSTALL) doc/pho.1 $(INSTALLPREFIX)/man/man1/pho.1
+ $(BSD_INSTALL_PROGRAM) pho $(INSTALLPREFIX)/bin/pho
-+ $(BSD_INSTALL_MAN) pho.1 $(INSTALLPREFIX)/man/man1/pho.1
++ $(BSD_INSTALL_MAN) doc/pho.1 $(INSTALLPREFIX)/man/man1/pho.1
clean:
- rm -f *.[oas] *.ld core* pho xpho pho-*.tar.gz *.rpm
+ rm -f *.[oas] *.ld core* pho pho-*.tar.gz *.rpm *.tar.gz
Hi, ports@:
Here is a patch for graphics/pho to update to 1.0, it build
well and run well on amd64-6.8 system.
No other ports depend on it.
wen
No comments:
Post a Comment