svn commit: r356173 - head/www/luakit

Antoine Brodin antoine at FreeBSD.org
Sun Jun 1 20:57:14 UTC 2014


Author: antoine
Date: Sun Jun  1 20:57:13 2014
New Revision: 356173
URL: http://svnweb.freebsd.org/changeset/ports/356173
QAT: https://qat.redports.org/buildarchive/r356173/

Log:
  - Unbreak
  - Stage support
  - New LIB_DEPENDS syntax
  
  Reported by:	pkg-fallout

Modified:
  head/www/luakit/Makefile
  head/www/luakit/pkg-plist

Modified: head/www/luakit/Makefile
==============================================================================
--- head/www/luakit/Makefile	Sun Jun  1 20:36:01 2014	(r356172)
+++ head/www/luakit/Makefile	Sun Jun  1 20:57:13 2014	(r356173)
@@ -12,10 +12,10 @@ COMMENT=	Fast, small, webkit based brows
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man
-LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
-		sqlite3:${PORTSDIR}/databases/sqlite3 \
-		webkitgtk-1:${PORTSDIR}/www/webkit-gtk2 \
-		unique-1:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \
+		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
 RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}luafilesystem>=0:${PORTSDIR}/devel/luafilesystem
 
 USE_GITHUB=	yes
@@ -24,16 +24,13 @@ GH_PROGECT=	${PORTNAME}
 GH_TAGNAME=	${PORTVERSION:C/r/-r/}
 GH_COMMIT=	0d5f4ab
 
-USES=		pkgconfig gmake lua:51
+USES=		desktop-file-utils gmake lua:51 pkgconfig
 USE_GNOME=	glib20 gtk20
 MAKE_ARGS+=	USE_UNIQUE=1 NO_JAVASCRIPTCORE=1
 
-MAN1=		luakit.1
-
 OPTIONS_DEFINE=	LUAJIT
 LUAJIT_DESC=	Use the Just-In-Time compiler for lua
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "sparc64"
@@ -41,7 +38,7 @@ BROKEN=		Does not install on sparc64
 .endif
 
 .if ${PORT_OPTIONS:MLUAJIT}
-LIB_DEPENDS+=	luajit:${PORTSDIR}/lang/luajit
+LIB_DEPENDS+=	libluajit-5.1.so:${PORTSDIR}/lang/luajit
 MAKE_ARGS+=	USE_LUAJIT=1
 .else
 MAKE_ARGS+=	USE_LUAJIT=0
@@ -56,7 +53,7 @@ post-patch:
 		's|share/man|man| ; s|luakit/docs|doc/luakit| ; \
 		/MANPREFIX */s|?=|=|' \
 		${WRKSRC}/config.mk
-	@${REINPLACE_CMD} -e 's|bin/env lua|&-${LUA_VER}|' \
+	@${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \
 		${WRKSRC}/build-utils/gentokens.lua
 
 .include <bsd.port.mk>

Modified: head/www/luakit/pkg-plist
==============================================================================
--- head/www/luakit/pkg-plist	Sun Jun  1 20:36:01 2014	(r356172)
+++ head/www/luakit/pkg-plist	Sun Jun  1 20:57:13 2014	(r356173)
@@ -6,6 +6,7 @@ etc/xdg/luakit/rc.lua
 etc/xdg/luakit/theme.lua
 etc/xdg/luakit/webview.lua
 etc/xdg/luakit/window.lua
+man/man1/luakit.1.gz
 share/applications/luakit.desktop
 share/doc/luakit/README.md
 share/doc/luakit/AUTHORS
@@ -59,4 +60,3 @@ share/pixmaps/luakit.png
 @dirrm share/luakit
 @dirrm share/doc/luakit
 @dirrmtry etc/xdg/luakit
- at dirrmtry etc/xdg


More information about the svn-ports-all mailing list