Hi,

Here is an update for xdesktopwaves. 

What's new upstream (from $WRKSRC/README):

- Added backdrop failure checking, and because this is not always
  reliable, also added an (emergency) exit button.
- Adapted to new KDE versions.
- Added support for Hygon Dhyana processor (Chinese variant of AMD Epyc)
- Fixed some minor portability flaws.

Port-wise it's a simple update, with just some hardcoded paths needing
to be removed.

It builds and works fine on powerpc [0] and amd64.

Comments/feedback are welcome,

Charlène.


[0] https://bin.charlenew.xyz/xdesktopwaves.log


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/xdesktopwaves/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    12 Jul 2019 20:51:26 -0000      1.12
+++ Makefile    30 Jan 2020 18:43:27 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=               simulation of water waves on the X Window desktop
 
-DISTNAME=              xdesktopwaves-1.3
-REVISION=              5
+DISTNAME=              xdesktopwaves-1.4
 CATEGORIES=            x11
 
 HOMEPAGE=              http://xdesktopwaves.sourceforge.net/
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/xdesktopwaves/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    7 Jan 2014 13:55:53 -0000       1.2
+++ distinfo    30 Jan 2020 18:43:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (xdesktopwaves-1.3.tar.gz) = 
GFof5WCVYQ6VWAcT7sSRrR2T9MiQFa5hLyFOHM7lF3k=
-SIZE (xdesktopwaves-1.3.tar.gz) = 49302
+SHA256 (xdesktopwaves-1.4.tar.gz) = 
F+x8aoZej1+LNwFhtzecrrT33BtRreIgoxNkwD1yDqM=
+SIZE (xdesktopwaves-1.4.tar.gz) = 50259
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/xdesktopwaves/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-Makefile
--- patches/patch-Makefile      7 Jan 2014 13:55:53 -0000       1.2
+++ patches/patch-Makefile      30 Jan 2020 18:43:27 -0000
@@ -1,6 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.2 2014/01/07 13:55:53 sthen Exp $
---- Makefile.orig      Sat Dec 18 06:47:40 2004
-+++ Makefile   Tue Apr  1 09:42:17 2008
+Index: Makefile
+--- Makefile.orig
++++ Makefile
 @@ -11,19 +11,18 @@ XDW_MAX_OPTIMIZATION=2
  
  #=========================== C compiler configuration 
==========================
@@ -12,7 +13,7 @@ $OpenBSD: patch-Makefile,v 1.2 2014/01/0
  #============================= Linker configuration 
============================
  
 -LINK   = gcc
--LFLAGS = -L/usr/X11R6/lib
+-LFLAGS = -L/usr/X11R6/lib64 -L/usr/X11R6/lib
 -LIBS   = -lm -lX11 -lXext
 +LINK   = ${CC}
 +LFLAGS += -L${X11BASE}/lib

Reply via email to