mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 1.04, and use the new libtool scheme.
This commit is contained in:
parent
2d6a6195f9
commit
dd0a39d597
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118710
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libxklavier
|
||||
PORTVERSION= 1.03
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.04
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -20,7 +19,7 @@ USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget gnomehack libxml2
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_ARGS= --disable-doxygen
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libxklavier-1.03.tar.gz) = 266af32cb4ec1707f6cb8f3a568f62cf
|
||||
SIZE (libxklavier-1.03.tar.gz) = 415013
|
||||
MD5 (libxklavier-1.04.tar.gz) = 322078ad3681465f69a65c0758c74460
|
||||
SIZE (libxklavier-1.04.tar.gz) = 422337
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- configure.orig Fri Nov 1 06:34:11 2002
|
||||
+++ configure Sat Nov 9 02:15:02 2002
|
||||
@@ -7964,6 +7964,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,13 +0,0 @@
|
||||
--- libxklavier/xklavier_config_xkb.c.orig Tue Jun 29 02:00:04 2004
|
||||
+++ libxklavier/xklavier_config_xkb.c Tue Jun 29 02:00:16 2004
|
||||
@@ -173,9 +173,9 @@
|
||||
|
||||
if ( supportState == UNCHECKED )
|
||||
{
|
||||
+ XkbRF_RulesPtr rulesPtr = _XklLoadRulesSet();
|
||||
XklDebug( 100, "!!! Checking multiple layouts support\n" );
|
||||
supportState = NON_SUPPORTED;
|
||||
- XkbRF_RulesPtr rulesPtr = _XklLoadRulesSet();
|
||||
if ( rulesPtr )
|
||||
{
|
||||
XkbRF_VarDefsRec varDefs;
|
Loading…
Reference in New Issue
Block a user