mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Use libtool port instead of included one to avoid objformat a.out botch
This commit is contained in:
parent
288f8ab5dc
commit
89a0b31acd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183519
@ -20,7 +20,7 @@ COMMENT= Transparently handles automatic compression and decompression of files
|
||||
#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libltdl:15
|
||||
USE_AUTOTOOLS= libtool:15 libltdl:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
@ -16,6 +16,7 @@ COMMENT= C++ class framework for manipulating audio files
|
||||
|
||||
LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.4+
|
||||
|
@ -16,6 +16,7 @@ COMMENT= C++ class framework for manipulating audio files
|
||||
|
||||
LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.4+
|
||||
|
@ -17,6 +17,7 @@ COMMENT= AdLib emulator library supporting many formats
|
||||
|
||||
LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GCC= 3.4+
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITES= http://www.xiph.org/ao/src/
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Portable audio output library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
WANT_GNOME= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -2,15 +2,20 @@
|
||||
include/ao/ao.h
|
||||
include/ao/os_types.h
|
||||
include/ao/plugin.h
|
||||
lib/libao.a
|
||||
lib/libao.la
|
||||
lib/libao.so
|
||||
lib/libao.so.3
|
||||
%%ARTS%%lib/ao/plugins-2/libarts.a
|
||||
%%ARTS%%lib/ao/plugins-2/libarts.la
|
||||
%%ARTS%%lib/ao/plugins-2/libarts.so
|
||||
lib/ao/plugins-2/liboss.a
|
||||
lib/ao/plugins-2/liboss.la
|
||||
lib/ao/plugins-2/liboss.so
|
||||
%%ESOUND%%lib/ao/plugins-2/libesd.a
|
||||
%%ESOUND%%lib/ao/plugins-2/libesd.la
|
||||
%%ESOUND%%lib/ao/plugins-2/libesd.so
|
||||
%%NAS%%lib/ao/plugins-2/libnas.a
|
||||
%%NAS%%lib/ao/plugins-2/libnas.la
|
||||
%%NAS%%lib/ao/plugins-2/libnas.so
|
||||
libdata/pkgconfig/ao.pc
|
||||
|
@ -17,6 +17,7 @@ DISTNAME= audiofile-${PORTVERSION}
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A sound library for SGI audio file
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -5,6 +5,7 @@ include/af_vfs.h
|
||||
include/audiofile.h
|
||||
include/aupvlist.h
|
||||
lib/libaudiofile.a
|
||||
lib/libaudiofile.la
|
||||
lib/libaudiofile.so
|
||||
lib/libaudiofile.so.0
|
||||
libdata/pkgconfig/audiofile.pc
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= A library for playing audio CDs
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= mad
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Libmad library (part of MAD project)
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -18,6 +18,7 @@ LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
|
||||
expat.6:${PORTSDIR}/textproc/expat2 \
|
||||
curl.4:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -15,6 +15,7 @@ COMMENT= Simple Ogg API
|
||||
|
||||
LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
||||
fftw3.4:${PORTSDIR}/math/fftw3
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Monkey's Audio lossless codec
|
||||
|
||||
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
@ -20,6 +20,7 @@ include/mac/NoWindows.h
|
||||
include/mac/SmartPtr.h
|
||||
include/mac/StdLibFileIO.h
|
||||
include/mac/config.h
|
||||
lib/libmac.a
|
||||
lib/libmac.la
|
||||
lib/libmac.so
|
||||
lib/libmac.so.2
|
||||
|
@ -15,6 +15,7 @@ DISTVERSION= 0.0.8
|
||||
MAINTAINER= erik@smluc.org
|
||||
COMMENT= A 3D positional spatialized sound library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib
|
||||
|
||||
WRKSRC= ${WRKDIR}/python-taglib-${PORTVERSION}
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -4,3 +4,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/_TagLib.so
|
||||
lib/libpython_taglib.so
|
||||
lib/libpython_taglib.la
|
||||
lib/libpython_taglib.a
|
||||
|
@ -20,6 +20,7 @@ COMMENT= Fax DSP library
|
||||
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
|
||||
|
||||
WRKSRC= ${WRKDIR}/spandsp-0.0.3/
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -20,6 +20,7 @@ COMMENT= Fax DSP library
|
||||
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
|
||||
|
||||
WRKSRC= ${WRKDIR}/spandsp-0.0.3/
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITES= http://trific.ath.cx/Ftp/enca/ \
|
||||
MAINTAINER= never@nevermind.kiev.ua
|
||||
COMMENT= A package for detecting encoding of text files
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= pkgconfig
|
||||
USE_ICONV= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITES= http://fribidi.org/download/
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -18,6 +18,7 @@ COMMENT= Disk Based Hashtables
|
||||
|
||||
CONFLICTS= dbh-[2-9]*
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -18,6 +18,7 @@ COMMENT= Utilities and libraries to export data from MS Access databases (.mdb)
|
||||
# To build man-pages
|
||||
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BISON= yes
|
||||
USE_GNOME= glib20
|
||||
WANT_GNOME= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR=mysqlcppapi
|
||||
MAINTAINER= gaoj@cpsc.ucalgary.ca
|
||||
COMMENT= A fork of mysql++ C++ API for MySQL
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_MYSQL= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -16,6 +16,7 @@ DIST_SUBDIR= postgresql
|
||||
MAINTAINER= girgen@FreeBSD.org
|
||||
COMMENT= An easy-to-use C interface to PostgreSQL
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_PGSQL= YES
|
||||
USE_GMAKE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
|
@ -43,6 +43,7 @@ CONFIGURE_ARGS+= --with-unixodbc
|
||||
LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
|
||||
.endif
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-libdir=${LOCALBASE}/lib --enable-pthreads \
|
||||
|
@ -1,3 +1,4 @@
|
||||
lib/psqlodbc.a
|
||||
lib/psqlodbc.la
|
||||
lib/psqlodbc.so
|
||||
share/psqlodbc/odbc-drop.sql
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITES= http://www.azzit.de/dotconf/download/v1.1/
|
||||
MAINTAINER= clement@FreeBSD.org
|
||||
COMMENT= A simple, powerful configuration-file parser
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -3,6 +3,7 @@ bin/dotconf-config
|
||||
include/dotconf.h
|
||||
include/libpool.h
|
||||
lib/libdotconf.a
|
||||
lib/libdotconf.la
|
||||
lib/libdotconf.so
|
||||
lib/libdotconf.so.0
|
||||
libdata/pkgconfig/dotconf.pc
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/
|
||||
MAINTAINER?= gnome@FreeBSD.org
|
||||
COMMENT?= A file and directory monitoring system
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME?= gnomehack glib20
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Shows information about Java class, dependencies and more
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -15,6 +15,7 @@ COMMENT= A library (using libusb) to talk to FTDI chips
|
||||
|
||||
LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITES= http://crazney.net/programs/itunes/files/
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= C lib used to connect to iTunes(R) music shares
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -17,6 +17,7 @@ COMMENT= A library easing embedding perl interpreters into C programs
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
|
@ -1,5 +1,6 @@
|
||||
include/pperl.h
|
||||
lib/libpperl.a
|
||||
lib/libpperl.la
|
||||
lib/libpperl.so
|
||||
lib/libpperl.so.0
|
||||
libdata/pkgconfig/libpperl.pc
|
||||
|
@ -21,6 +21,7 @@ COMMENT= Callback Framework for C++
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
LATEST_LINK= libsigc++12
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Callback Framework for C++
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 3.4
|
||||
USE_GMAKE= yes
|
||||
|
@ -20,6 +20,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= tdb@FreeBSD.org
|
||||
COMMENT= Generally useful low level routines
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
MAN3= ukcprog.3
|
||||
DIST_SUBDIR= i-scream
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= rainer.alves@gmail.com
|
||||
COMMENT= A utility C++ class library for daemons, clients, servers and more
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_OPENSSL= yes
|
||||
|
@ -16,6 +16,7 @@ MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= General purpose string library for C
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
USE_BZIP2= yes
|
||||
|
@ -9,6 +9,7 @@ include/vstr.h
|
||||
lib/libvstr-1.0.so
|
||||
lib/libvstr-1.0.so.13
|
||||
lib/libvstr.a
|
||||
lib/libvstr.la
|
||||
lib/libvstr.so
|
||||
libdata/pkgconfig/vstr.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/basic_cat.c.html
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= fuse-emulator
|
||||
MAINTAINER= kemm@in-line.ru
|
||||
COMMENT= Handling of ZX-Spectrum emulator files formats
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_PERL5_BUILD= yes
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= maitretarot
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Core library of MaitreTarot, a Tarot card game
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20 libxml2 lthack
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= openexr
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= A high dynamic-range (HDR) image file format
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
|
@ -17,6 +17,7 @@ DIST_SUBDIR= gnome2
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Library for high-performance 2D graphics
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Special version of the gd graphic lib for use by gEDA programs
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= pav@FreeBSD.org
|
||||
COMMENT= Library for manipulating IPTC metadata stored in image files
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= pkgconfig
|
||||
USE_ICONV= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -14,6 +14,7 @@ PKGNAMESUFFIX= 04
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Abstraction library that sits between apps and visual plugin
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_XLIBS= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_GETTEXT= yes
|
||||
|
@ -43,6 +43,7 @@ include/libvisual%%VER%%/libvisual/lv_ui.h
|
||||
include/libvisual%%VER%%/libvisual/lv_utils.h
|
||||
include/libvisual%%VER%%/libvisual/lv_video.h
|
||||
include/libvisual%%VER%%/libvisual/lvconfig.h
|
||||
lib/libvisual%%VER%%.a
|
||||
lib/libvisual%%VER%%.la
|
||||
lib/libvisual%%VER%%.so
|
||||
lib/libvisual%%VER%%.so.0
|
||||
|
@ -18,6 +18,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
MAINTAINER= cartola@openit.com.br
|
||||
COMMENT= VIGRA stands for "Vision with Generic Algorithms"
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--docdir=${PREFIX}/share/doc/vigra
|
||||
|
@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
MAN1= elancc.1
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Suite of programs for setting up large POP3 server systems
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_OPENSSL= yes
|
||||
|
@ -18,6 +18,7 @@ COMMENT= Class Library for Numbers
|
||||
|
||||
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 3.4+
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
|
@ -78,6 +78,7 @@ include/cln/univpoly_rational.h
|
||||
include/cln/univpoly_real.h
|
||||
include/cln/version.h
|
||||
lib/libcln.a
|
||||
lib/libcln.la
|
||||
lib/libcln.so
|
||||
lib/libcln.so.4
|
||||
libdata/pkgconfig/cln.pc
|
||||
|
@ -22,6 +22,7 @@ COMMENT?= Fast C routines to compute the Discrete Fourier Transform
|
||||
FFTW_FLAVOR?= default
|
||||
FFTW_SUFIX=
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/
|
||||
MAINTAINER= jhb@FreeBSD.org
|
||||
COMMENT= C++ Library for Symbolic and Numeric Calculus Applications
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT?= Open source video codec from the BBC
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig gnomehack gnometarget
|
||||
|
@ -18,6 +18,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
cdio.7:${PORTSDIR}/sysutils/libcdio
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A C library that handles the new Yahoo! Messenger protocol
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20 gnomehack gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= Open Source implementation of the Lotus Sametime protocol
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack glib20
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
|
||||
MAINTAINER= saper@system.pl
|
||||
COMMENT= A library to access SMI MIB information
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
USE_GMAKE= yes
|
||||
|
@ -6,6 +6,7 @@ bin/smiquery
|
||||
bin/smistrip
|
||||
include/smi.h
|
||||
lib/libsmi.a
|
||||
lib/libsmi.la
|
||||
lib/libsmi.so
|
||||
lib/libsmi.so.2
|
||||
libdata/pkgconfig/libsmi.pc
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Python SNMP module based on net-snmp
|
||||
|
||||
LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/netsnmpc.a
|
||||
%%PYTHON_SITELIBDIR%%/netsnmpc.la
|
||||
%%PYTHON_SITELIBDIR%%/netsnmpc.so
|
||||
%%PYTHON_SITELIBDIR%%/netsnmp.py
|
||||
|
@ -18,6 +18,7 @@ COMMENT= Direct connect interface library for dcgui
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_OPENSSL= yes
|
||||
|
@ -15,6 +15,7 @@ PKGNAMESUFFIX= -glib2
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A simple network library built upon Glib-2
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack glib20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -15,6 +15,7 @@ PKGNAMESUFFIX= 2
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A simple network library built upon Glib-2
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack glib20
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= http://www.porchdogsoft.com/download/
|
||||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= Zeroconf/Bonjour(tm) implementation
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget pkgconfig
|
||||
USE_GETOPT_LONG=yes
|
||||
|
@ -18,6 +18,7 @@ COMMENT= Library for delta compression of streams
|
||||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -2,5 +2,6 @@ bin/rdiff
|
||||
include/librsync.h
|
||||
include/librsync-config.h
|
||||
lib/librsync.a
|
||||
lib/librsync.la
|
||||
lib/librsync.so
|
||||
lib/librsync.so.1
|
||||
|
@ -22,6 +22,7 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software
|
||||
|
||||
CONFLICTS= openbgpd-[0-9]* zebra-0*
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
@ -20,6 +20,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
||||
|
||||
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= 5250 Telnet protocol and Terminal
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_OPENSSL= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
|
@ -21,6 +21,7 @@ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION}
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A free and portable TrueType font rendering engine
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= TOP=""
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= GIMP Print Printer Driver
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GETTEXT= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -15,6 +15,7 @@ COMMENT= An implementation of a PKCS#11 engine for OpenSSL
|
||||
|
||||
LIB_DEPENDS= p11.1:${PORTSDIR}/security/libp11
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
|
@ -16,6 +16,7 @@ COMMENT= "General purpose crypto library based on code used in GnuPG"
|
||||
|
||||
LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -2,6 +2,7 @@ bin/libgcrypt-config
|
||||
include/gcrypt.h
|
||||
include/gcrypt-module.h
|
||||
lib/libgcrypt.a
|
||||
lib/libgcrypt.la
|
||||
lib/libgcrypt.so
|
||||
lib/libgcrypt.so.13
|
||||
share/aclocal/libgcrypt.m4
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A library that implement Microsoft's NTLM authentication
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -23,6 +23,7 @@ LIB_DEPENDS= nessus.4:${PORTSDIR}/security/nessus-libraries
|
||||
DIST_SUBDIR= nessus
|
||||
WRKSRC= ${WRKDIR}/libnasl
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BISON= YES
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= YES
|
||||
|
@ -19,6 +19,7 @@ COMMENT= A free implementation of the Kerberos 5 network security system
|
||||
LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \
|
||||
tasn1.3:${PORTSDIR}/security/libtasn1
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_ICONV= yes
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= http://www.clusterresources.com/downloads/torque/
|
||||
MAINTAINER= trasz@pin.if.uz.zgora.pl
|
||||
COMMENT= Open source resource manager
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-rcp=scp
|
||||
USE_GMAKE= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= aiksaurus
|
||||
MAINTAINER?= gnome@FreeBSD.org
|
||||
COMMENT?= A set of libraries and applications which provide a thesaurus
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME?= gnomehack gnometarget
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -4,6 +4,7 @@ include/Aiksaurus/Aiksaurus.h
|
||||
include/Aiksaurus/AiksaurusC.h
|
||||
lib/libAiksaurus-1.2.so
|
||||
lib/libAiksaurus-1.2.so.0
|
||||
lib/libAiksaurus.a
|
||||
lib/libAiksaurus.la
|
||||
lib/libAiksaurus.so
|
||||
libdata/pkgconfig/aiksaurus-1.0.pc
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Gnome DOM Engine
|
||||
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= glib20 gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" \
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/gdome-config
|
||||
lib/libgdome.a
|
||||
lib/libgdome.la
|
||||
lib/libgdome.so
|
||||
lib/libgdome.so.8
|
||||
lib/gdomeConf.sh
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= lingoteach
|
||||
MAINTAINER= mva@sysfault.org
|
||||
COMMENT= A library for parsing lesson files based on the LingoTeach DTD
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnometarget libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Library for manipulating RDF files describing LADSPA plugins
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||
LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A Generic Suffix Tree Library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -18,6 +18,7 @@ COMMENT= A library of Unicode annotation data
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1,7 +1,9 @@
|
||||
include/uninameslist.h
|
||||
lib/libuninameslist.a
|
||||
lib/libuninameslist.la
|
||||
lib/libuninameslist.so
|
||||
lib/libuninameslist.so.0
|
||||
lib/libuninameslist-fr.a
|
||||
lib/libuninameslist-fr.la
|
||||
lib/libuninameslist-fr.so
|
||||
lib/libuninameslist-fr.so.0
|
||||
|
@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
||||
MAINTAINER= bland@FreeBSD.org
|
||||
COMMENT= XML API for C++
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget libxml2 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= sources/libxml/1.8
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= XML parser library for GNOME
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -30,6 +30,7 @@ PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBTOOL=${LIBTOOL} \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lexpat -liconv"
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -15,6 +15,7 @@ COMMENT= Yet Another Multipurpose CHunk Annotator
|
||||
|
||||
BUILD_DEPENDS= svm_learn:${PORTSDIR}/science/svmlight
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.cgicc.org/
|
||||
MAINTAINER= sem@FreeBSD.org
|
||||
COMMENT= A C++ class library for writing CGI applications
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Easy-to-use offline browser utility and website copier
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.`expr ${PORTREVISION} + 1`
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The W3C Reference Library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user