mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
update for libBLT24.so.3 that uses tcl/tk8.4.
bump the PORTREVISION accordingly.
This commit is contained in:
parent
778d41b91c
commit
750f9ffb21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91887
4 changed files with 15 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= swarm
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/src/swarm/
|
||||
|
||||
|
@ -16,7 +16,7 @@ COMMENT= The Swarm Simulation System
|
|||
|
||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
BLT24.2:${PORTSDIR}/x11-toolkits/blt
|
||||
BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
||||
.if defined(WITH_HDF5)
|
||||
LIB_DEPENDS+= hdf5.0:${PORTSDIR}/graphics/hdf5
|
||||
BROKEN= undefined references in hdf5, please deinstall hdf5 package \
|
||||
|
@ -32,10 +32,10 @@ USE_LIBTOOL= yes
|
|||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \
|
||||
--with-tclincludedir=${PREFIX}/include/tcl8.3 \
|
||||
--with-tkincludedir=${PREFIX}/include/tk8.3 \
|
||||
--with-tclscriptdir=${PREFIX}/lib/tcl8.3 \
|
||||
--with-tkscriptdir=${PREFIX}/lib/tk8.3 \
|
||||
--with-tclincludedir=${PREFIX}/include/tcl8.4 \
|
||||
--with-tkincludedir=${PREFIX}/include/tk8.4 \
|
||||
--with-tclscriptdir=${PREFIX}/lib/tcl8.4 \
|
||||
--with-tkscriptdir=${PREFIX}/lib/tk8.4 \
|
||||
--enable-subdirs
|
||||
PLIST_SUB= JAVA="@comment "
|
||||
.if defined(WITH_JAVA)
|
||||
|
|
|
@ -7,17 +7,18 @@
|
|||
|
||||
PORTNAME= ttt
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= net tk83 ipv6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net tk84 ipv6
|
||||
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
|
||||
|
||||
MAINTAINER= kjc@csl.sony.co.jp
|
||||
COMMENT= Tele Traffic Tapper, a network traffic monitoring tool
|
||||
|
||||
LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
|
||||
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \
|
||||
--with-tk=${LOCALBASE}/lib/tk8.3
|
||||
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
|
||||
--with-tk=${LOCALBASE}/lib/tk8.4
|
||||
INSTALL_TARGET= install install-man
|
||||
MAN1= ttt.1 tttprobe.1 tttview.1
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= pmw
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pmw
|
||||
|
@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= High-level compound graphics widgets for Python
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
|
||||
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
||||
|
||||
PLIST_SUB= PMWVERSION="${PMWVERSION}"
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= pmw
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pmw
|
||||
|
@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= High-level compound graphics widgets for Python
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
|
||||
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
||||
|
||||
PLIST_SUB= PMWVERSION="${PMWVERSION}"
|
||||
USE_PYTHON= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue