diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-02 02:53:47 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-02 02:53:47 +0800 |
commit | 3990a2e10762cf090df3d28e33ab1e2e90b6976c (patch) | |
tree | 5bf9bccc069a1570f4a40aed55dafd62e183339a | |
parent | 299a4bc6228d418c94ad1bd9e32968e9e94f5da1 (diff) | |
download | freebsd-ports-gnome-3990a2e10762cf090df3d28e33ab1e2e90b6976c.tar.gz freebsd-ports-gnome-3990a2e10762cf090df3d28e33ab1e2e90b6976c.tar.zst freebsd-ports-gnome-3990a2e10762cf090df3d28e33ab1e2e90b6976c.zip |
Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent ports
-rw-r--r-- | games/xmoto/Makefile | 1 | ||||
-rw-r--r-- | sysutils/dunst/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/awesome/Makefile | 4 | ||||
-rw-r--r-- | x11/libxdg-basedir/Makefile | 6 | ||||
-rw-r--r-- | x11/libxdg-basedir/pkg-plist | 4 |
5 files changed, 8 insertions, 9 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 5527e9162aa0..1808bbea995b 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmoto PORTVERSION= 0.5.11 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile index dcf71078b8d1..21b3b89c7c4a 100644 --- a/sysutils/dunst/Makefile +++ b/sysutils/dunst/Makefile @@ -3,7 +3,7 @@ PORTNAME= dunst PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.knopwob.org/public/dunst-release/ diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 6a4bde6f87eb..a14135880888 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -3,13 +3,13 @@ PORTNAME= awesome PORTVERSION= 3.5.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ MAINTAINER= garga@FreeBSD.org -COMMENT= A highly configurable, next generation framework window manager +COMMENT= Highly configurable, next generation framework window manager LICENSE= GPLv2 diff --git a/x11/libxdg-basedir/Makefile b/x11/libxdg-basedir/Makefile index b41ecfeadba5..d27b5ed96d80 100644 --- a/x11/libxdg-basedir/Makefile +++ b/x11/libxdg-basedir/Makefile @@ -3,20 +3,18 @@ PORTNAME= libxdg-basedir PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://nevill.ch/libxdg-basedir/downloads/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Implementation of the XDG Base Directory specification -USES= gmake GNU_CONFIGURE= yes +USES= gmake libtool pathfix USE_LDCONFIG= yes pre-configure: - @${REINPLACE_CMD} -e \ - 's|$$(libdir)/pkgconfig|$${prefix}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|"etc"|"${PREFIX}/etc"|' \ -e '/DefaultConfigDirectories\[\]/,/DefaultRelativeCacheHome\[\]/ s|"/\([^"]\)|"\1|' \ -e '/DefaultConfigDirectories\[\]/,/DefaultRelativeCacheHome\[\]/ s|/|" DIR_SEPARATOR_STR "|g' \ diff --git a/x11/libxdg-basedir/pkg-plist b/x11/libxdg-basedir/pkg-plist index f62d89d78e35..b165e5c7ff6f 100644 --- a/x11/libxdg-basedir/pkg-plist +++ b/x11/libxdg-basedir/pkg-plist @@ -1,7 +1,7 @@ include/basedir.h include/basedir_fs.h lib/libxdg-basedir.a -lib/libxdg-basedir.la lib/libxdg-basedir.so -lib/libxdg-basedir.so.3 +lib/libxdg-basedir.so.1 +lib/libxdg-basedir.so.1.2.0 libdata/pkgconfig/libxdg-basedir.pc |