x11/libfakekey: update to 0.3

Follow Linux distributions and switch to git release 0.3 of the port
(release 2017-05-17, the one we had was from 2012-05-08).
This commit is contained in:
Tobias C. Berner 2021-07-21 09:26:59 +02:00
parent e83dafcb16
commit 89127ba408
4 changed files with 10 additions and 19 deletions

View File

@ -1,16 +1,20 @@
PORTNAME= libfakekey
PORTVERSION= 0.1
DISTVERSION= 0.3
CATEGORIES= x11 kde
MASTER_SITES= http://downloads.yoctoproject.org/releases/matchbox/${PORTNAME}/${PORTVERSION}/
MASTER_SITES= https://git.yoctoproject.org/cgit/cgit.cgi/${PORTNAME}/snapshot/
MAINTAINER= kde@FreeBSD.org
COMMENT= X virtual keyboard library
LICENSE= LGPL20+
USES= libtool pathfix pkgconfig xorg
USES= autoreconf libtool pathfix pkgconfig xorg
USE_XORG= x11 xtst
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
pre-configure:
cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (libfakekey-0.1.tar.gz) = 33f55905d6680aa4fba7c5c5809ae16a4220d827ddb655d7afb08c623dbdba82
SIZE (libfakekey-0.1.tar.gz) = 311139
TIMESTAMP = 1626850359
SHA256 (libfakekey-0.3.tar.gz) = d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4
SIZE (libfakekey-0.3.tar.gz) = 9940

View File

@ -1,13 +0,0 @@
--- tests/Makefile.in.orig 2005-12-08 13:45:02 UTC
+++ tests/Makefile.in
@@ -61,8 +61,8 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=c
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(X11_CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) $(X11_LIBS) -o $@
SOURCES = fakekey-test.c
DIST_SOURCES = fakekey-test.c
ETAGS = etags

View File

@ -1,5 +1,4 @@
include/fakekey/fakekey.h
lib/libfakekey.a
lib/libfakekey.so
lib/libfakekey.so.0
lib/libfakekey.so.0.0.1