mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Chase scim shlib bump and gcc-3.4 fix
This commit is contained in:
parent
98a7d447e3
commit
9da75d3024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115061
3 changed files with 8 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= scim-chinese
|
PORTNAME= scim-chinese
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= chinese
|
CATEGORIES= chinese
|
||||||
MASTER_SITES= http://freedesktop.org/~suzhe/scim-chinese/
|
MASTER_SITES= http://freedesktop.org/~suzhe/scim-chinese/
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@ USE_X_PREFIX= yes
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LIBTOOL_VER= 15
|
USE_LIBTOOL_VER= 15
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
||||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= scim-chinese
|
PORTNAME= scim-chinese
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= chinese
|
CATEGORIES= chinese
|
||||||
MASTER_SITES= http://freedesktop.org/~suzhe/scim-chinese/
|
MASTER_SITES= http://freedesktop.org/~suzhe/scim-chinese/
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@ USE_X_PREFIX= yes
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LIBTOOL_VER= 15
|
USE_LIBTOOL_VER= 15
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
||||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||||
|
|
|
@ -7,20 +7,22 @@
|
||||||
|
|
||||||
PORTNAME= skim
|
PORTNAME= skim
|
||||||
PORTVERSION= 0.9.3
|
PORTVERSION= 0.9.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc kde
|
CATEGORIES= textproc kde
|
||||||
MASTER_SITES= http://freedesktop.org/~cougar/skim/downloads/
|
MASTER_SITES= http://freedesktop.org/~cougar/skim/downloads/
|
||||||
|
|
||||||
MAINTAINER= gaoj@cpsc.ucalgary.ca
|
MAINTAINER= gaoj@cpsc.ucalgary.ca
|
||||||
COMMENT= An input method platform based on SCIM library and KDE/QT
|
COMMENT= An input method platform based on SCIM library and KDE/QT
|
||||||
|
|
||||||
LIB_DEPENDS= scim-1.0.3:${PORTSDIR}/textproc/scim
|
LIB_DEPENDS= scim-1.0.4:${PORTSDIR}/textproc/scim
|
||||||
|
|
||||||
USE_KDELIBS_VER=3
|
USE_KDELIBS_VER=3
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
CONFIGURE_ENV= CFLAGS="-D__STDC_ISO_10646__" \
|
||||||
|
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue