svn commit: r351827 - head/x11-toolkits/SoXt
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 12:43:54 UTC 2014
Author: bapt
Date: Tue Apr 22 12:43:53 2014
New Revision: 351827
URL: http://svnweb.freebsd.org/changeset/ports/351827
QAT: https://qat.redports.org/buildarchive/r351827/
Log:
Support stage
Modernize
Modified:
head/x11-toolkits/SoXt/Makefile
head/x11-toolkits/SoXt/pkg-plist
Modified: head/x11-toolkits/SoXt/Makefile
==============================================================================
--- head/x11-toolkits/SoXt/Makefile Tue Apr 22 12:40:16 2014 (r351826)
+++ head/x11-toolkits/SoXt/Makefile Tue Apr 22 12:43:53 2014 (r351827)
@@ -3,16 +3,16 @@
PORTNAME= SoXt
PORTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
MAINTAINER= 5u623l20 at gmail.com
COMMENT= GUI binding for using Open Inventor with Xt/Motif
-LIB_DEPENDS= Coin.61:${PORTSDIR}/graphics/Coin
+LIB_DEPENDS= libCoin.so:${PORTSDIR}/graphics/Coin
-USES= motif pathfix perl5
+USES= libtool motif pathfix perl5
USE_GL= yes
USE_PERL5= build
USE_XORG= xi
@@ -21,9 +21,8 @@ CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE}
# avoid renaming of soxt-config and soxt-config.1
USE_LDCONFIG= yes
-MAN1= soxt-config.1
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
Modified: head/x11-toolkits/SoXt/pkg-plist
==============================================================================
--- head/x11-toolkits/SoXt/pkg-plist Tue Apr 22 12:40:16 2014 (r351826)
+++ head/x11-toolkits/SoXt/pkg-plist Tue Apr 22 12:43:53 2014 (r351827)
@@ -26,8 +26,10 @@ include/Inventor/Xt/viewers/SoXtViewer.h
include/Inventor/Xt/widgets/SoXtPopupMenu.h
lib/libSoXt.la
lib/libSoXt.so
-lib/libSoXt.so.23
+lib/libSoXt.so.20
+lib/libSoXt.so.20.3.0
libdata/pkgconfig/SoXt.pc
+man/man1/soxt-config.1.gz
share/Coin/conf/soxt-default.cfg
share/aclocal/soxt.m4
@dirrm include/Inventor/Xt/widgets
More information about the svn-ports-head
mailing list