astro/xtide: update to 2.15.4
Remove noop REINPLACE_CMD Reported by: portscout
This commit is contained in:
parent
d81269bd74
commit
1512f77cb2
4 changed files with 5 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Brion Moss <brion@queeg.com>
|
||||
|
||||
PORTNAME= xtide
|
||||
PORTVERSION= 2.15.3
|
||||
PORTVERSION= 2.15.4
|
||||
CATEGORIES= astro geography
|
||||
MASTER_SITES= https://flaterco.com/files/xtide/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
|
@ -45,8 +45,6 @@ WRKSRC_HARM= ${WRKDIR}/${DISTNAME_HARM:C/-free//}
|
|||
DISTNAME_WVS= wvs
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/if test/s|==|=|g' ${WRKSRC_TCD}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1615566256
|
||||
SHA256 (xtide-2.15.3.tar.xz) = 50afef21b2591e92b84d0079b394351eb45414175e4dd094115498c3af2d0ccf
|
||||
SIZE (xtide-2.15.3.tar.xz) = 574816
|
||||
TIMESTAMP = 1644906838
|
||||
SHA256 (xtide-2.15.4.tar.xz) = 726622969bc94adab52a8e060b21e2a2434d463febd0d6d2920b25a12ca5093c
|
||||
SIZE (xtide-2.15.4.tar.xz) = 574580
|
||||
SHA256 (libtcd-2.2.7-r3.tar.xz) = e1dde9aafb771eab57c676a99b4b79d61c6800990a0e72782bc20057a8a2d877
|
||||
SIZE (libtcd-2.2.7-r3.tar.xz) = 272284
|
||||
SHA256 (harmonics-dwf-20210110-free.tar.xz) = af4550d36a1a1ca2e8c8b523c7d64b27845cb9dd8685c5fdfa5196b6cefa0c38
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
Regressed by https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/197e9d055f3c
|
||||
|
||||
xxLocationList.cc:90:3: error: no matching function for call to 'XawListChange'
|
||||
XawListChange (list->widget(), stringList, 0, 0, 1);
|
||||
^~~~~~~~~~~~~
|
||||
/usr/local/include/X11/Xaw/List.h:167:6: note: candidate function not viable: no known conversion from 'char **' to 'const char **' for 2nd argument
|
||||
void XawListChange
|
||||
^
|
||||
|
||||
--- xxLocationList.cc.orig 2014-10-11 19:42:10 UTC
|
||||
+++ xxLocationList.cc
|
||||
@@ -87,7 +87,7 @@ void xxLocationList::pickStation (const XawListReturnS
|
||||
|
||||
|
||||
void xxLocationList::listChanged() {
|
||||
- XawListChange (list->widget(), stringList, 0, 0, 1);
|
||||
+ XawListChange (list->widget(), (_Xconst char**)stringList, 0, 0, 1);
|
||||
}
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ lib/libtcd.so.1.0.2
|
|||
lib/libxtide.a
|
||||
lib/libxtide.so
|
||||
lib/libxtide.so.1
|
||||
lib/libxtide.so.1.0.3
|
||||
lib/libxtide.so.1.0.4
|
||||
man/man1/tide.1.gz
|
||||
%%X11%%man/man1/xtide.1.gz
|
||||
man/man8/xttpd.8.gz
|
||||
|
|
Loading…
Reference in a new issue