diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 19:17:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 19:17:41 +0800 |
commit | b7e23a5f065e1002d909d5c6139f93282f6ee060 (patch) | |
tree | c51fa4c69116ca6c8cd0c3b6fb39637444fd16f4 /deskutils | |
parent | f7ca21cead884a627c97c1dde14e940513017352 (diff) | |
download | freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.tar.gz freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.tar.zst freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.zip |
- Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tpb/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xneur/Makefile | 14 | ||||
-rw-r--r-- | deskutils/xneur/pkg-plist | 10 |
3 files changed, 9 insertions, 17 deletions
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile index 2cb0a2b13351..cc1d68f0ce16 100644 --- a/deskutils/tpb/Makefile +++ b/deskutils/tpb/Makefile @@ -3,7 +3,7 @@ PORTNAME= tpb PORTVERSION= 0.6.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils MASTER_SITES= SAVANNAH diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index b794d0f1442e..afdfc1ce1bb9 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -3,7 +3,7 @@ PORTNAME= xneur PORTVERSION= 0.15.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,8 +14,7 @@ COMMENT= Auto keyboard switcher LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libpcre.so:${PORTSDIR}/devel/pcre -USE_BZIP2= yes -USES= pkgconfig iconv +USES= pkgconfig iconv tar:bzip2 libtool USE_GNOME= gnomehack GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} @@ -25,16 +24,12 @@ CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur USE_LDCONFIG= yes INSTALLS_ICONS= yes -MAN1= xneur.1 -MAN5= xneurrc.5 - OPTIONS_DEFINE= ASPELL XOSD NLS X11 OPTIONS_DEFAULT= GSTREAMER ASPELL OPTIONS_RADIO= SOUND OPTIONS_RADIO_SOUND= GSTREAMER OPENAL XOSD_DESC= Xosd support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -80,9 +75,4 @@ CONFIGURE_ARGS+= --without-xosd post-patch: @${MV} ${WRKSRC}/etc/xneurrc ${WRKSRC}/etc/xneurrc.sample -post-install: -.if !exists(${PREFIX}/etc/xneur/xneurrc) - ${CP} -p ${PREFIX}/etc/xneur/xneurrc.sample ${PREFIX}/etc/xneur/xneurrc -.endif - .include <bsd.port.mk> diff --git a/deskutils/xneur/pkg-plist b/deskutils/xneur/pkg-plist index d8a9a79b21f1..e1c34c8002e9 100644 --- a/deskutils/xneur/pkg-plist +++ b/deskutils/xneur/pkg-plist @@ -3,20 +3,22 @@ bin/xneur etc/xneur/xneurrc.sample @exec if [ ! -f %D/etc/xneur/xneurrc ] ; then cp -p %D/%F %B/xneurrc; fi @dirrmtry etc/xneur +lib/xneur/libxneur.so.15.0.0 lib/xneur/libxneur.so.15 lib/xneur/libxneur.so -lib/xneur/libxneur.la +lib/xneur/libxnconfig.so.15.0.0 lib/xneur/libxnconfig.so.15 lib/xneur/libxnconfig.so -lib/xneur/libxnconfig.la +lib/xneur/xneur/libxntest.so.0.0.0 lib/xneur/xneur/libxntest.so.0 lib/xneur/xneur/libxntest.so -lib/xneur/xneur/libxntest.la +lib/xneur/xneur/libxnstatistic.so.0.0.0 lib/xneur/xneur/libxnstatistic.so.0 lib/xneur/xneur/libxnstatistic.so -lib/xneur/xneur/libxnstatistic.la @dirrm lib/xneur/xneur @dirrm lib/xneur +man/man1/xneur.1.gz +man/man5/xneurrc.5.gz include/xneur/list_char.h include/xneur/xneur.h include/xneur/xnconfig.h |