svn commit: r366409 - in head/devel: ruby-sdl sdlskk
Tijl Coosemans
tijl at FreeBSD.org
Thu Aug 28 14:57:41 UTC 2014
Author: tijl
Date: Thu Aug 28 14:57:40 2014
New Revision: 366409
URL: http://svnweb.freebsd.org/changeset/ports/366409
QAT: https://qat.redports.org/buildarchive/r366409/
Log:
devel/sdlskk:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Modified:
head/devel/ruby-sdl/Makefile
head/devel/sdlskk/Makefile
Modified: head/devel/ruby-sdl/Makefile
==============================================================================
--- head/devel/ruby-sdl/Makefile Thu Aug 28 14:50:29 2014 (r366408)
+++ head/devel/ruby-sdl/Makefile Thu Aug 28 14:57:40 2014 (r366409)
@@ -3,7 +3,7 @@
PORTNAME= sdl
PORTVERSION= 2.1.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel graphics audio ruby
MASTER_SITES= https://ohai.github.io/rubysdl/archives/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ COMMENT= Ruby extension library to use S
LICENSE= LGPL21
LIB_DEPENDS= libSGE.so:${PORTSDIR}/devel/sdl_sge \
- libSDLSKK.so.2.0:${PORTSDIR}/devel/sdlskk \
+ libSDLSKK.so:${PORTSDIR}/devel/sdlskk \
libsmpeg.so:${PORTSDIR}/multimedia/smpeg
RUN_DEPENDS= rubygem-opengl>=0:${PORTSDIR}/graphics/rubygem-opengl
Modified: head/devel/sdlskk/Makefile
==============================================================================
--- head/devel/sdlskk/Makefile Thu Aug 28 14:50:29 2014 (r366408)
+++ head/devel/sdlskk/Makefile Thu Aug 28 14:57:40 2014 (r366409)
@@ -3,6 +3,7 @@
PORTNAME= sdlskk
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= devel graphics ruby
MASTER_SITES= http://www.kmc.gr.jp/~ohai/sdlskk/
DIST_SUBDIR= ruby
@@ -12,16 +13,16 @@ COMMENT= SKK like library for input Japa
LICENSE= LGPL21
-USES= iconv
-USE_SDL= image ttf sdl
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-pic
+INSTALL_TARGET= install-strip
+USES= iconv libtool
+USE_SDL= image ttf sdl
USE_LDCONFIG= yes
PLIST_FILES= include/SDL/sdlskk.h \
lib/libSDLSKK.a \
- lib/libSDLSKK.la \
- lib/libSDLSKK.so.2.0
+ lib/libSDLSKK.so.2 \
+ lib/libSDLSKK.so.2.0.0
PLIST_DIRSTRY= include/SDL
PORTDOCS= AUTHORS NEWS README README.ja
More information about the svn-ports-head
mailing list