change the libtool version to use from 1.3 to 1.5

This commit is contained in:
Oliver Lehmann 2005-06-02 20:28:41 +00:00
parent a210c68356
commit 392aa128b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136688
73 changed files with 176 additions and 199 deletions

View file

@ -18,7 +18,7 @@ COMMENT= An editor for editing (primarily LaTeX) Hebrew files
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
post-install: post-install:
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}

View file

@ -21,7 +21,7 @@ ALL_TARGET= includes all
INSTALL_TARGET= install install.man INSTALL_TARGET= install install.man
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 213 USE_AUTOCONF_VER= 213
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
MAKE_ARGS= CDEBUGFLAGS="${CFLAGS}" MAKE_ARGS= CDEBUGFLAGS="${CFLAGS}"
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_BZIP2= yes USE_BZIP2= yes

View file

@ -73,11 +73,9 @@ lib/wnn/lt_LN/uumkey
lib/wnn/lt_LN/uumkey_e lib/wnn/lt_LN/uumkey_e
lib/wnn/lt_LN/uumrc lib/wnn/lt_LN/uumrc
lib/libjd.a lib/libjd.a
lib/libjd.la
lib/libjd.so lib/libjd.so
lib/libjd.so.0 lib/libjd.so.0
lib/libwnn.a lib/libwnn.a
lib/libwnn.la
lib/libwnn.so lib/libwnn.so
lib/libwnn.so.0 lib/libwnn.so.0
@dirrm lib/wnn/ja_JP/rk @dirrm lib/wnn/ja_JP/rk

View file

@ -18,7 +18,7 @@ BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
GNU_CONFIGURE= YES GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
post-install: post-install:
${INSTALL_DATA} ${WRKSRC}/chasenrc \ ${INSTALL_DATA} ${WRKSRC}/chasenrc \

View file

@ -22,7 +22,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library to add ICQ communication support to your software COMMENT= Library to add ICQ communication support to your software
USE_GNOME= glib12 USE_GNOME= glib12
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -13,8 +13,13 @@ MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Compiler for the SIMULA programming language COMMENT= Compiler for the SIMULA programming language
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
MAN1= cim.1 MAN1= cim.1
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -9,7 +9,7 @@ PORTNAME= elk
PORTVERSION= 3.99.6 PORTVERSION= 3.99.6
PORTREVISION= 2 PORTREVISION= 2
CATEGORIES= lang scheme CATEGORIES= lang scheme
MASTER_SITES= http://sam.zoy.org/projects/elk/ MASTER_SITES= http://sam.zoy.org/elk/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= An embeddable Scheme interpreter COMMENT= An embeddable Scheme interpreter
@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
USE_BZIP2= yes USE_BZIP2= yes
USE_MOTIF= yes USE_MOTIF= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
LIBTOOLFLAGS= # none LIBTOOLFLAGS= # none
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

View file

@ -18,42 +18,26 @@ include/elk/scheme.h
include/elk/site.h include/elk/site.h
include/elk/stkmem.h include/elk/stkmem.h
include/elk/type.h include/elk/type.h
lib/elk/bitstring.la
lib/elk/bitstring.so lib/elk/bitstring.so
lib/elk/debug.la
lib/elk/debug.so lib/elk/debug.so
lib/elk/elk-eval.la
lib/elk/elk-eval.so lib/elk/elk-eval.so
lib/elk/gdbm.la
lib/elk/gdbm.so lib/elk/gdbm.so
lib/elk/hack.la
lib/elk/hack.so lib/elk/hack.so
lib/elk/motif.la
lib/elk/motif.so lib/elk/motif.so
lib/elk/newhandler.la
lib/elk/newhandler.so lib/elk/newhandler.so
lib/elk/record.la
lib/elk/record.so lib/elk/record.so
lib/elk/regexp.la
lib/elk/regexp.so lib/elk/regexp.so
lib/elk/struct.la
lib/elk/struct.so lib/elk/struct.so
lib/elk/unix.la
lib/elk/unix.so lib/elk/unix.so
lib/elk/xaw.la
lib/elk/xaw.so lib/elk/xaw.so
lib/elk/xlib.la
lib/elk/xlib.so lib/elk/xlib.so
lib/libelk-xlib.a lib/libelk-xlib.a
lib/libelk-xlib.la
lib/libelk-xlib.so lib/libelk-xlib.so
lib/libelk-xlib.so.0 lib/libelk-xlib.so.0
lib/libelk-xt.a lib/libelk-xt.a
lib/libelk-xt.la
lib/libelk-xt.so lib/libelk-xt.so
lib/libelk-xt.so.0 lib/libelk-xt.so.0
lib/libelk.a lib/libelk.a
lib/libelk.la
lib/libelk.so lib/libelk.so
lib/libelk.so.0 lib/libelk.so.0
share/elk/apropos.scm share/elk/apropos.scm

View file

@ -14,8 +14,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Libjit implements Just-In-Time compilation functionality COMMENT= Libjit implements Just-In-Time compilation functionality
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes USE_REINPLACE= yes
USE_CONFIGURE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
@ -29,6 +30,8 @@ BROKEN= "Segfault during build"
.endif .endif
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.if ${OSVERSION} >= 502128 .if ${OSVERSION} >= 502128
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \ @${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \
${WRKSRC}/config.h.in ${WRKSRC}/config.h.in

View file

@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Support lib for Tensile/NSL COMMENT= Support lib for Tensile/NSL
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS= CFLAGS="${CFLAGS}" MAKE_ARGS= CFLAGS="${CFLAGS}"
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes

View file

@ -16,10 +16,10 @@ COMMENT= Implementation of ANSI Forth
LATEST_LINK= pfe-devel LATEST_LINK= pfe-devel
USE_PERL5_BUILD= yes USE_PERL5_BUILD=yes
USE_GNOME= gnometarget lthack USE_GNOME= gnometarget lthack
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
LIBTOOLFILES= pfe/configure LIBTOOLFILES= pfe/configure
LIBTOOLFLAGS= # none LIBTOOLFLAGS= # none
CONFIGURE_ARGS= --mandir=${PREFIX}/man CONFIGURE_ARGS= --mandir=${PREFIX}/man

View file

@ -77,31 +77,20 @@ include/pfe/version-sub.h
include/pfe/your-ext.h include/pfe/your-ext.h
include/pfe-config.h include/pfe-config.h
include/pfe-target.h include/pfe-target.h
lib/libpfe-0.so
lib/libpfe-0.so.32 lib/libpfe-0.so.32
lib/libpfe.a lib/libpfe.a
lib/libpfe.la
lib/libpfe.so lib/libpfe.so
lib/pfe/dstrings.la
lib/pfe/dstrings.so lib/pfe/dstrings.so
lib/pfe/edit.la
lib/pfe/edit.so lib/pfe/edit.so
lib/pfe/floating.la
lib/pfe/floating.so lib/pfe/floating.so
lib/pfe/fpnostack.la
lib/pfe/fpnostack.so lib/pfe/fpnostack.so
lib/pfe/gforth.la
lib/pfe/gforth.so lib/pfe/gforth.so
lib/pfe/help.la
lib/pfe/help.so lib/pfe/help.so
lib/pfe/module.la
lib/pfe/module.so lib/pfe/module.so
lib/pfe/smart-go.la
lib/pfe/smart-go.so lib/pfe/smart-go.so
lib/pfe/struct.la
lib/pfe/struct.so lib/pfe/struct.so
lib/pfe/toolbelt.la
lib/pfe/toolbelt.so lib/pfe/toolbelt.so
lib/pfe/zchar.la
lib/pfe/zchar.so lib/pfe/zchar.so
%%DATADIR%%/lib/arrays.4th %%DATADIR%%/lib/arrays.4th
%%DATADIR%%/lib/defer-is.4th %%DATADIR%%/lib/defer-is.4th

View file

@ -16,10 +16,10 @@ COMMENT= Implementation of ANSI Forth
LATEST_LINK= pfe-devel LATEST_LINK= pfe-devel
USE_PERL5_BUILD= yes USE_PERL5_BUILD=yes
USE_GNOME= gnometarget lthack USE_GNOME= gnometarget lthack
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
LIBTOOLFILES= pfe/configure LIBTOOLFILES= pfe/configure
LIBTOOLFLAGS= # none LIBTOOLFLAGS= # none
CONFIGURE_ARGS= --mandir=${PREFIX}/man CONFIGURE_ARGS= --mandir=${PREFIX}/man

View file

@ -77,31 +77,20 @@ include/pfe/version-sub.h
include/pfe/your-ext.h include/pfe/your-ext.h
include/pfe-config.h include/pfe-config.h
include/pfe-target.h include/pfe-target.h
lib/libpfe-0.so
lib/libpfe-0.so.32 lib/libpfe-0.so.32
lib/libpfe.a lib/libpfe.a
lib/libpfe.la
lib/libpfe.so lib/libpfe.so
lib/pfe/dstrings.la
lib/pfe/dstrings.so lib/pfe/dstrings.so
lib/pfe/edit.la
lib/pfe/edit.so lib/pfe/edit.so
lib/pfe/floating.la
lib/pfe/floating.so lib/pfe/floating.so
lib/pfe/fpnostack.la
lib/pfe/fpnostack.so lib/pfe/fpnostack.so
lib/pfe/gforth.la
lib/pfe/gforth.so lib/pfe/gforth.so
lib/pfe/help.la
lib/pfe/help.so lib/pfe/help.so
lib/pfe/module.la
lib/pfe/module.so lib/pfe/module.so
lib/pfe/smart-go.la
lib/pfe/smart-go.so lib/pfe/smart-go.so
lib/pfe/struct.la
lib/pfe/struct.so lib/pfe/struct.so
lib/pfe/toolbelt.la
lib/pfe/toolbelt.so lib/pfe/toolbelt.so
lib/pfe/zchar.la
lib/pfe/zchar.so lib/pfe/zchar.so
%%DATADIR%%/lib/arrays.4th %%DATADIR%%/lib/arrays.4th
%%DATADIR%%/lib/defer-is.4th %%DATADIR%%/lib/defer-is.4th

View file

@ -22,7 +22,8 @@ BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
USE_XLIB= yes USE_XLIB= yes
.endif .endif
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
PORTDOCS= ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 \ PORTDOCS= ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 \
@ -36,6 +37,10 @@ PORTDOCS= ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 \
IGNORE= Coredump during build on alpha IGNORE= Coredump during build on alpha
.endif .endif
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}

View file

@ -121,7 +121,6 @@ lib/cscc/lib/de/mscorlib.resources.dll
lib/cscc/lib/ilinstall.exe lib/cscc/lib/ilinstall.exe
lib/cscc/lib/jsrun.exe lib/cscc/lib/jsrun.exe
lib/cscc/lib/libXsharpSupport.a lib/cscc/lib/libXsharpSupport.a
lib/cscc/lib/libXsharpSupport.la
lib/cscc/lib/libXsharpSupport.so lib/cscc/lib/libXsharpSupport.so
lib/cscc/lib/libXsharpSupport.so.0 lib/cscc/lib/libXsharpSupport.so.0
lib/cscc/lib/mscorlib.dll lib/cscc/lib/mscorlib.dll

View file

@ -23,7 +23,7 @@ LIB_DEPENDS= utils.1:${PORTSDIR}/lang/libutils
USE_LIBLTDL= yes USE_LIBLTDL= yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
LIBTOOLFLAGS= # none LIBTOOLFLAGS= # none
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -2,11 +2,9 @@ bin/docstrip
bin/sl bin/sl
bin/sla bin/sla
lib/libtenpdt.a lib/libtenpdt.a
lib/libtenpdt.la
lib/libtenpdt.so lib/libtenpdt.so
lib/libtenpdt.so.0 lib/libtenpdt.so.0
lib/libtensile.a lib/libtensile.a
lib/libtensile.la
lib/libtensile.so lib/libtensile.so
lib/libtensile.so.0 lib/libtensile.so.0
lib/nsl/automata/arith.aut lib/nsl/automata/arith.aut
@ -27,31 +25,22 @@ lib/nsl/automata/urlencode.aut
lib/nsl/automata/utf8.aut lib/nsl/automata/utf8.aut
lib/nsl/automata/whole.aut lib/nsl/automata/whole.aut
lib/nsl/module.map lib/nsl/module.map
lib/nsl/modules/crypt.la
lib/nsl/modules/crypt.scm lib/nsl/modules/crypt.scm
lib/nsl/modules/crypt.so lib/nsl/modules/crypt.so
lib/nsl/modules/files.la
lib/nsl/modules/files.scm lib/nsl/modules/files.scm
lib/nsl/modules/files.so lib/nsl/modules/files.so
lib/nsl/modules/fpmath.la
lib/nsl/modules/fpmath.scm lib/nsl/modules/fpmath.scm
lib/nsl/modules/fpmath.so lib/nsl/modules/fpmath.so
lib/nsl/modules/int64.la
lib/nsl/modules/int64.scm lib/nsl/modules/int64.scm
lib/nsl/modules/int64.so lib/nsl/modules/int64.so
lib/nsl/modules/ncurses.la
lib/nsl/modules/ncurses.scm lib/nsl/modules/ncurses.scm
lib/nsl/modules/ncurses.so lib/nsl/modules/ncurses.so
lib/nsl/modules/rand.la
lib/nsl/modules/rand.scm lib/nsl/modules/rand.scm
lib/nsl/modules/rand.so lib/nsl/modules/rand.so
lib/nsl/modules/readline.la
lib/nsl/modules/readline.scm lib/nsl/modules/readline.scm
lib/nsl/modules/readline.so lib/nsl/modules/readline.so
lib/nsl/modules/sockets.la
lib/nsl/modules/sockets.scm lib/nsl/modules/sockets.scm
lib/nsl/modules/sockets.so lib/nsl/modules/sockets.so
lib/nsl/modules/time.la
lib/nsl/modules/time.scm lib/nsl/modules/time.scm
lib/nsl/modules/time.so lib/nsl/modules/time.so
lib/nsl/preload.scm lib/nsl/preload.scm

View file

@ -18,7 +18,7 @@ COMMENT= An FTN JAM and *.MSG tosser
LIB_DEPENDS= jam.2:${PORTSDIR}/mail/jamlib LIB_DEPENDS= jam.2:${PORTSDIR}/mail/jamlib
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= crashecho.1 \ MAN1= crashecho.1 \

View file

@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A JAM subroutine library COMMENT= A JAM subroutine library
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER= 15
NO_INSTALL_MANPAGES= yes NO_INSTALL_MANPAGES= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes

View file

@ -1,6 +1,5 @@
include/jamlib/jam.h include/jamlib/jam.h
lib/libjam.so.2 lib/libjam.so.2
lib/libjam.so lib/libjam.so
lib/libjam.la
lib/libjam.a lib/libjam.a
@dirrm include/jamlib @dirrm include/jamlib

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls \
USE_LIBLTDL= yes USE_LIBLTDL= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -8,16 +8,12 @@ include/libnewmail/util.h
lib/libnewmail.a lib/libnewmail.a
lib/libnewmail.so lib/libnewmail.so
lib/libnewmail.so.0 lib/libnewmail.so.0
lib/libnewmail/libimap.a
lib/libnewmail/libimap.so lib/libnewmail/libimap.so
lib/libnewmail/libimap.so.0 lib/libnewmail/libimap.so.0
lib/libnewmail/libmaildir.a
lib/libnewmail/libmaildir.so lib/libnewmail/libmaildir.so
lib/libnewmail/libmaildir.so.0 lib/libnewmail/libmaildir.so.0
lib/libnewmail/libpop3.a
lib/libnewmail/libpop3.so lib/libnewmail/libpop3.so
lib/libnewmail/libpop3.so.0 lib/libnewmail/libpop3.so.0
lib/libnewmail/libunix.a
lib/libnewmail/libunix.so lib/libnewmail/libunix.so
lib/libnewmail/libunix.so.0 lib/libnewmail/libunix.so.0
%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README

View file

@ -17,7 +17,7 @@ COMMENT= A flexible, modular RFC-compliant POP3 daemon
USE_GNOME= glib12 USE_GNOME= glib12
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
MAN5= pop3lite.conf.5 MAN5= pop3lite.conf.5

View file

@ -6,31 +6,18 @@ include/pop3lite/userconf.h
@unexec install-info --delete %D/info/pop3lite-admin.info %D/info/dir @unexec install-info --delete %D/info/pop3lite-admin.info %D/info/dir
info/pop3lite-admin.info info/pop3lite-admin.info
@exec install-info %D/info/pop3lite-admin.info %D/info/dir @exec install-info %D/info/pop3lite-admin.info %D/info/dir
lib/pop3lite/alias.la
lib/pop3lite/alias.so lib/pop3lite/alias.so
lib/pop3lite/apop.la
lib/pop3lite/apop.so lib/pop3lite/apop.so
lib/pop3lite/capa.la
lib/pop3lite/capa.so lib/pop3lite/capa.so
lib/pop3lite/connectlog.la
lib/pop3lite/connectlog.so lib/pop3lite/connectlog.so
lib/pop3lite/disable.la
lib/pop3lite/disable.so lib/pop3lite/disable.so
lib/pop3lite/expire.la
lib/pop3lite/expire.so lib/pop3lite/expire.so
lib/pop3lite/filelog.la
lib/pop3lite/filelog.so lib/pop3lite/filelog.so
lib/pop3lite/homebox.la
lib/pop3lite/homebox.so lib/pop3lite/homebox.so
lib/pop3lite/iplog.la
lib/pop3lite/iplog.so lib/pop3lite/iplog.so
lib/pop3lite/pam.la
lib/pop3lite/pam.so lib/pop3lite/pam.so
lib/pop3lite/sabotage.la
lib/pop3lite/sabotage.so lib/pop3lite/sabotage.so
lib/pop3lite/userconf.la
lib/pop3lite/userconf.so lib/pop3lite/userconf.so
lib/pop3lite/vhost.la
lib/pop3lite/vhost.so lib/pop3lite/vhost.so
sbin/pop3lite sbin/pop3lite
share/doc/pop3lite/AUTHORS share/doc/pop3lite/AUTHORS

View file

@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gtk12 USE_GNOME= gtk12
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --enable-threads \ CONFIGURE_ARGS= --enable-threads \
--prefix=${PREFIX} --prefix=${PREFIX}
@ -59,9 +59,9 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/ispell-ru:${PORTSDIR}/russian/rus-ispell
.endif .endif
pre-patch: pre-patch:
@${REINPLACE_CMD} -e 's#DATADIRNAME=lib#DATADIRNAME=share#g' \ @${REINPLACE_CMD} -e 's#DATADIRNAME=lib#DATADIRNAME=share#g ; \
${WRKSRC}/configure s#/usr/bin/gnome-config#$(PREFIX)/bin/gnome-config#g ; \
@${REINPLACE_CMD} -e 's#/usr/bin/gnome-config#$(PREFIX)/bin/gnome-config#g' \ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure ${WRKSRC}/configure
do-install: do-install:

View file

@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GCC= 3.4 USE_GCC= 3.4
USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_GNOME= gnomehack gnometarget lthack pkgconfig
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \ CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \
--with-gmp --with-gmp

View file

@ -13,7 +13,12 @@ MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= C++ implementation of the classic 3-layer perceptron in library form COMMENT= C++ implementation of the classic 3-layer perceptron in library form
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,7 +16,7 @@ COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)

View file

@ -16,7 +16,7 @@ COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)

View file

@ -15,14 +15,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= A modular math parser COMMENT= A modular math parser
USE_GETOPT_LONG= yes USE_GETOPT_LONG=yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
MAN1= spar.1 MAN1= spar.1
post-patch: post-patch:
@${REINPLACE_CMD} -e "s,-ldl,,g" ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e "s,-ldl,,g" \
${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GL= yes USE_GL= yes
USE_GNOME= gtk12 USE_GNOME= gtk12
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}" LDFLAGS="${PTHREAD_LIBS}"

View file

@ -19,7 +19,7 @@ COMMENT= A GNOME application designed to manage cyclic tasks
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolki
USE_GNOME= glib12 gnomehack gnomeprefix USE_GNOME= glib12 gnomehack gnomeprefix
USE_PYTHON= yes USE_PYTHON= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib" \
@ -33,12 +33,9 @@ CONFIGURE_ARGS= --with-recode-prefix="${LOCALBASE}"
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
pre-patch: pre-patch:
@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g ; \ @${REINPLACE_CMD} -e 's|glib-config|${GLIB_CONFIG}|g ; \
s|glib-config|glib12-config|g ; \ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|\$$(datadir)/gnome/|$$(datadir)/|g ; \
s|\$$(datadir)/locale|$$(prefix)/share/locale|g'
.if ${PYTHON_REL} >= 230 .if ${PYTHON_REL} >= 230
@${REINPLACE_CMD} 's|@DEFS@||g' ${WRKSRC}/compiled/Makefile.pre.in @${REINPLACE_CMD} 's|@DEFS@||g' ${WRKSRC}/compiled/Makefile.pre.in
.endif .endif

View file

@ -16,7 +16,8 @@ MASTER_SITE_SUBDIR= fame
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= A video encoding library COMMENT= A video encoding library
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@ -38,4 +39,8 @@ CONFIGURE_ARGS+= --enable-sse
CONFIGURE_ARGS+= --disable-mmx CONFIGURE_ARGS+= --disable-mmx
.endif .endif
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -27,5 +27,6 @@ include/fame_syntax_mpeg4.h
include/fame_version.h include/fame_version.h
lib/libfame.a lib/libfame.a
lib/libfame.so lib/libfame.so
lib/libfame-0.9.so
lib/libfame-0.9.so.1 lib/libfame-0.9.so.1
share/aclocal/libfame.m4 share/aclocal/libfame.m4

View file

@ -24,12 +24,18 @@ PLIST_FILES= lib/xmms/Input/libsmpeg_xmms.so
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_SDL= sdl USE_SDL= sdl
USE_GNOME= gnomehack gtk12 USE_GNOME= gnomehack gtk12
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input # This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input
do-install: do-install:
${MKDIR} ${PREFIX}/lib/xmms/Input
${INSTALL_PROGRAM} \ ${INSTALL_PROGRAM} \
${WRKSRC}/src/.libs/libsmpeg_xmms.so ${PREFIX}/lib/xmms/Input ${WRKSRC}/src/.libs/libsmpeg_xmms.so ${PREFIX}/lib/xmms/Input

View file

@ -22,7 +22,7 @@ USE_GNOME=
WANT_GNOME= yes WANT_GNOME= yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_SDL= sdl USE_SDL= sdl
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ENV= GLBASE="${X11BASE}" \ CONFIGURE_ENV= GLBASE="${X11BASE}" \
@ -44,8 +44,8 @@ USE_GNOME+= gtk12
CONFIGURE_ARGS+= --disable-gtk-player CONFIGURE_ARGS+= --disable-gtk-player
.endif .endif
post-configure: post-patch:
@${REINPLACE_CMD} -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/libtool ${WRKSRC}/configure
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -21,7 +21,8 @@ LIB_DEPENDS= divxdecore.0:${PORTSDIR}/multimedia/libdivxdecore \
WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2
USE_GETTEXT= yes USE_GETTEXT= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes
USE_GNOME= gtk12 USE_GNOME= gtk12
USE_X_PREFIX= yes USE_X_PREFIX= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
@ -30,6 +31,10 @@ PLIST_FILES= lib/xmps/codecs/video/libopendivx.so \
LIB_VERSION= 0 LIB_VERSION= 0
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
post-install: post-install:
@${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION} @${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION}

View file

@ -19,7 +19,7 @@ RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT}
USE_GETTEXT= yes USE_GETTEXT= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_GNOME= gtk12 USE_GNOME= gtk12
USE_REINPLACE= yes USE_REINPLACE= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
@ -30,10 +30,11 @@ CODEC_PORT= ${.CURDIR}/../win32-codecs
CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
LIB_VERSION= 0 LIB_VERSION= 0
PLIST_FILES= lib/xmps/codecs/video/libwin32.so \ PLIST_FILES= lib/xmps/codecs/video/libwin32.so \
lib/xmps/codecs/video/libwin32.so.${LIB_VERSION} \ lib/xmps/codecs/video/libwin32.so.${LIB_VERSION}
lib/xmps/codecs/video/libwin32.la
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|/usr/lib/win32|${LOCALBASE}/lib/win32|" \ @${REINPLACE_CMD} -e "s|/usr/lib/win32|${LOCALBASE}/lib/win32|" \
${WRKSRC}/src/win32_codec.c ${WRKSRC}/src/win32_codec.c
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/src/* @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/src/*

View file

@ -22,7 +22,7 @@ USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
USE_REINPLACE= yes USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
@ -33,12 +33,10 @@ BROKEN= "Does not compile on !i386"
.endif .endif
post-patch: post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g' 's|-lpthread|${PTHREAD_LIBS}|g'
post-configure:
@${REINPLACE_CMD} -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
${WRKSRC}/libtool
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -2,10 +2,8 @@ bin/xmps
bin/xmps-config bin/xmps-config
include/libxmps/libxmps.h include/libxmps/libxmps.h
include/libxmps/libxmps_config.h include/libxmps/libxmps_config.h
lib/libxmps.a
lib/libxmps.so lib/libxmps.so
lib/libxmps.so.0 lib/libxmps.so.0
lib/libxmpsutils.a
lib/libxmpsutils.so lib/libxmpsutils.so
lib/libxmpsutils.so.0 lib/libxmpsutils.so.0
lib/xmps/addons/video/libvob.so lib/xmps/addons/video/libvob.so

View file

@ -26,7 +26,7 @@ USE_GNOME= gtk12
USE_GL= yes USE_GL= yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-gl CONFIGURE_ARGS= --enable-gl
@ -34,6 +34,8 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]prefix[)]/Xtheater|(libdir)/Xtheater|g ; \ 's|[(]prefix[)]/Xtheater|(libdir)/Xtheater|g ; \
s|-release.*$$|-module -avoid-version|g' s|-release.*$$|-module -avoid-version|g'

View file

@ -1,8 +1,6 @@
bin/xtheater bin/xtheater
lib/Xtheater/config lib/Xtheater/config
lib/Xtheater/player/libsmpeg.la
lib/Xtheater/player/libsmpeg.so lib/Xtheater/player/libsmpeg.so
lib/Xtheater/ui/libgtkui.la
lib/Xtheater/ui/libgtkui.so lib/Xtheater/ui/libgtkui.so
@dirrm lib/Xtheater/ui @dirrm lib/Xtheater/ui
@dirrm lib/Xtheater/player @dirrm lib/Xtheater/player

View file

@ -33,7 +33,7 @@ USE_GETOPT_LONG= yes
USE_LIBLTDL= yes USE_LIBLTDL= yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
LIBTOOLFLAGS= # none LIBTOOLFLAGS= # none
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter

View file

@ -1,45 +1,25 @@
bin/ayttm bin/ayttm
bin/ayttm_streamer_wrapper.sh bin/ayttm_streamer_wrapper.sh
etc/ayttmrc etc/ayttmrc
lib/ayttm/aim-toc.la
lib/ayttm/aim-toc.so lib/ayttm/aim-toc.so
lib/ayttm/autotrans.la
lib/ayttm/autotrans.so lib/ayttm/autotrans.so
lib/ayttm/aycryption.la
lib/ayttm/aycryption.so lib/ayttm/aycryption.so
lib/ayttm/icq-toc.la
lib/ayttm/icq-toc.so lib/ayttm/icq-toc.so
lib/ayttm/img2jpc.la
lib/ayttm/img2jpc.so lib/ayttm/img2jpc.so
lib/ayttm/import_everybuddy.la
lib/ayttm/import_everybuddy.so lib/ayttm/import_everybuddy.so
lib/ayttm/import_gaim.la
lib/ayttm/import_gaim.so lib/ayttm/import_gaim.so
lib/ayttm/import_gnomeicu.la
lib/ayttm/import_gnomeicu.so lib/ayttm/import_gnomeicu.so
lib/ayttm/importicq.la
lib/ayttm/importicq.so lib/ayttm/importicq.so
lib/ayttm/importlicq.la
lib/ayttm/importlicq.so lib/ayttm/importlicq.so
lib/ayttm/irc.la
lib/ayttm/irc.so lib/ayttm/irc.so
lib/ayttm/jabber.la
lib/ayttm/jabber.so lib/ayttm/jabber.so
lib/ayttm/middle.la
lib/ayttm/middle.so lib/ayttm/middle.so
lib/ayttm/msn2.la
lib/ayttm/msn2.so lib/ayttm/msn2.so
lib/ayttm/notes.la
lib/ayttm/notes.so lib/ayttm/notes.so
lib/ayttm/rainbow.la
lib/ayttm/rainbow.so lib/ayttm/rainbow.so
lib/ayttm/smiley-themer.la
lib/ayttm/smiley-themer.so lib/ayttm/smiley-themer.so
lib/ayttm/smtp.la
lib/ayttm/smtp.so lib/ayttm/smtp.so
lib/ayttm/video_capture.la
lib/ayttm/video_capture.so lib/ayttm/video_capture.so
lib/ayttm/yahoo2.la
lib/ayttm/yahoo2.so lib/ayttm/yahoo2.so
%%DATADIR%%/smileys/Console Smileys/aysmile.rc %%DATADIR%%/smileys/Console Smileys/aysmile.rc
%%DATADIR%%/smileys/Console Smileys/blank.xpm %%DATADIR%%/smileys/Console Smileys/blank.xpm

View file

@ -23,7 +23,7 @@ USE_X_PREFIX= yes
USE_GNOME= gtk12 USE_GNOME= gtk12
WANT_GNOME= yes WANT_GNOME= yes
USE_ICONV= yes USE_ICONV= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes USE_REINPLACE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

View file

@ -16,7 +16,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A library required by kicq (not libicq) COMMENT= A library required by kicq (not libicq)
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_GMAKE= yes USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,7 +16,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library to add ICQ communication support to your software COMMENT= Library to add ICQ communication support to your software
USE_GNOME= glib12 USE_GNOME= glib12
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -17,7 +17,7 @@ COMMENT= An opensource C++ library to support icq2000/2001 protocol
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
USE_INC_LIBTOOL_VER=15 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --disable-static CONFIGURE_ARGS= --disable-static
USE_REINPLACE= yes USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes

View file

@ -39,6 +39,7 @@ include/libicq2000/time_extra.h
include/libicq2000/userinfoconstants.h include/libicq2000/userinfoconstants.h
include/libicq2000/userinfohelpers.h include/libicq2000/userinfohelpers.h
include/libicq2000/version.h include/libicq2000/version.h
lib/libicq2000.a
lib/libicq2000.so lib/libicq2000.so
lib/libicq2000.so.5 lib/libicq2000.so.5
share/aclocal/libicq2000.m4 share/aclocal/libicq2000.m4

View file

@ -21,7 +21,7 @@ PLIST_FILES= bin/cDonkey
USE_BZIP2= yes USE_BZIP2= yes
USE_REINPLACE= yes USE_REINPLACE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib"
USE_GMAKE= yes USE_GMAKE= yes
WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION}

View file

@ -18,11 +18,13 @@ COMMENT= Freenet library written in C
USE_REINPLACE= yes USE_REINPLACE= yes
USE_OPENSSL= yes USE_OPENSSL= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -33,7 +33,7 @@ USE_GETOPT_LONG= yes
USE_LIBLTDL= yes USE_LIBLTDL= yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
LIBTOOLFLAGS= # none LIBTOOLFLAGS= # none
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter

View file

@ -1,45 +1,25 @@
bin/ayttm bin/ayttm
bin/ayttm_streamer_wrapper.sh bin/ayttm_streamer_wrapper.sh
etc/ayttmrc etc/ayttmrc
lib/ayttm/aim-toc.la
lib/ayttm/aim-toc.so lib/ayttm/aim-toc.so
lib/ayttm/autotrans.la
lib/ayttm/autotrans.so lib/ayttm/autotrans.so
lib/ayttm/aycryption.la
lib/ayttm/aycryption.so lib/ayttm/aycryption.so
lib/ayttm/icq-toc.la
lib/ayttm/icq-toc.so lib/ayttm/icq-toc.so
lib/ayttm/img2jpc.la
lib/ayttm/img2jpc.so lib/ayttm/img2jpc.so
lib/ayttm/import_everybuddy.la
lib/ayttm/import_everybuddy.so lib/ayttm/import_everybuddy.so
lib/ayttm/import_gaim.la
lib/ayttm/import_gaim.so lib/ayttm/import_gaim.so
lib/ayttm/import_gnomeicu.la
lib/ayttm/import_gnomeicu.so lib/ayttm/import_gnomeicu.so
lib/ayttm/importicq.la
lib/ayttm/importicq.so lib/ayttm/importicq.so
lib/ayttm/importlicq.la
lib/ayttm/importlicq.so lib/ayttm/importlicq.so
lib/ayttm/irc.la
lib/ayttm/irc.so lib/ayttm/irc.so
lib/ayttm/jabber.la
lib/ayttm/jabber.so lib/ayttm/jabber.so
lib/ayttm/middle.la
lib/ayttm/middle.so lib/ayttm/middle.so
lib/ayttm/msn2.la
lib/ayttm/msn2.so lib/ayttm/msn2.so
lib/ayttm/notes.la
lib/ayttm/notes.so lib/ayttm/notes.so
lib/ayttm/rainbow.la
lib/ayttm/rainbow.so lib/ayttm/rainbow.so
lib/ayttm/smiley-themer.la
lib/ayttm/smiley-themer.so lib/ayttm/smiley-themer.so
lib/ayttm/smtp.la
lib/ayttm/smtp.so lib/ayttm/smtp.so
lib/ayttm/video_capture.la
lib/ayttm/video_capture.so lib/ayttm/video_capture.so
lib/ayttm/yahoo2.la
lib/ayttm/yahoo2.so lib/ayttm/yahoo2.so
%%DATADIR%%/smileys/Console Smileys/aysmile.rc %%DATADIR%%/smileys/Console Smileys/aysmile.rc
%%DATADIR%%/smileys/Console Smileys/blank.xpm %%DATADIR%%/smileys/Console Smileys/blank.xpm

View file

@ -21,7 +21,7 @@ PLIST_FILES= bin/cDonkey
USE_BZIP2= yes USE_BZIP2= yes
USE_REINPLACE= yes USE_REINPLACE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib"
USE_GMAKE= yes USE_GMAKE= yes
WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION}

View file

@ -20,7 +20,8 @@ RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER=13 USE_REINPLACE= yes
USE_LIBTOOL_VER=15
CONFIGURE_ARGS+= --enable-compile-warnings=yes CONFIGURE_ARGS+= --enable-compile-warnings=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" LIBS="-L${LOCALBASE}/lib"
@ -31,6 +32,10 @@ MODIFY= Makefile.in data/Makefile.in
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GNOME= gnomelibs USE_GNOME= gnomelibs
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
pre-patch: pre-patch:
.for i in ${MODIFY} .for i in ${MODIFY}
@${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed

View file

@ -15,7 +15,7 @@ COMMENT= A simple network library built upon Glib
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GNOME= gnomehack glib12 USE_GNOME= gnomehack glib12
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
MAN1= gnet-config.1 MAN1= gnet-config.1

View file

@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -23,7 +23,7 @@ USE_X_PREFIX= yes
USE_GNOME= gtk12 USE_GNOME= gtk12
WANT_GNOME= yes WANT_GNOME= yes
USE_ICONV= yes USE_ICONV= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
USE_REINPLACE= yes USE_REINPLACE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

View file

@ -16,7 +16,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A library required by kicq (not libicq) COMMENT= A library required by kicq (not libicq)
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
USE_GMAKE= yes USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,11 +16,16 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Old branch 0.x.x of library required by kicq (used by icqmail) COMMENT= Old branch 0.x.x of library required by kicq (used by icqmail)
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes
LATEST_LINK= icqlib0 LATEST_LINK= icqlib0
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
post-install: post-install:
${INSTALL_DATA} ${WRKSRC}/icqlib/icq.h ${PREFIX}/include/icq0.h ${INSTALL_DATA} ${WRKSRC}/icqlib/icq.h ${PREFIX}/include/icq0.h

View file

@ -18,11 +18,13 @@ COMMENT= Freenet library written in C
USE_REINPLACE= yes USE_REINPLACE= yes
USE_OPENSSL= yes USE_OPENSSL= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,7 +16,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library to add ICQ communication support to your software COMMENT= Library to add ICQ communication support to your software
USE_GNOME= glib12 USE_GNOME= glib12
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -17,7 +17,7 @@ COMMENT= An opensource C++ library to support icq2000/2001 protocol
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
USE_INC_LIBTOOL_VER=15 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --disable-static CONFIGURE_ARGS= --disable-static
USE_REINPLACE= yes USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes

View file

@ -39,6 +39,7 @@ include/libicq2000/time_extra.h
include/libicq2000/userinfoconstants.h include/libicq2000/userinfoconstants.h
include/libicq2000/userinfohelpers.h include/libicq2000/userinfohelpers.h
include/libicq2000/version.h include/libicq2000/version.h
lib/libicq2000.a
lib/libicq2000.so lib/libicq2000.so
lib/libicq2000.so.5 lib/libicq2000.so.5
share/aclocal/libicq2000.m4 share/aclocal/libicq2000.m4

View file

@ -16,8 +16,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A low layer of SIP implementation COMMENT= A low layer of SIP implementation
USE_REINPLACE= yes USE_REINPLACE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
LIBTOOLFLAGS= --disable-ltlibs --release-ignore #LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
MAN1= osip.1 MAN1= osip.1

View file

@ -20,7 +20,7 @@ COMMENT= A C++-Library for PVM
BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \ CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \
--with-pvm-libs=${LOCALBASE}/lib --with-pvm-libs=${LOCALBASE}/lib
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes

View file

@ -31,7 +31,7 @@ COMMENT= A free SMB and CIFS client and server for UNIX
CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.* CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.*
USE_SUBMAKE= YES USE_SUBMAKE= YES
USE_GMAKE= YES USE_GMAKE= YES
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER=15
USE_AUTOCONF_VER= 213 USE_AUTOCONF_VER= 213
# directories # directories

View file

@ -25,11 +25,11 @@ GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
USE_GETOPT_LONG= yes USE_GETOPT_LONG= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes
MAN1= serveez.1 serveez-config.1 MAN1= serveez.1 serveez-config.1
INFO= serveez serveez-api INFO= serveez serveez-api
@ -37,4 +37,8 @@ INFO= serveez serveez-api
CPPFLAGS= `${GUILE_CONFIG} compile` CPPFLAGS= `${GUILE_CONFIG} compile`
LDFLAGS= `${GUILE_CONFIG} link` LDFLAGS= `${GUILE_CONFIG} link`
post-patch:
@${REINPLACE_CMD} -e 's|-release||g' \
${WRKSRC}/src/libserveez/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= 5250 Telnet protocol and Terminal COMMENT= 5250 Telnet protocol and Terminal
USE_REINPLACE= yes USE_REINPLACE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-os-dir=no CONFIGURE_ARGS= --enable-os-dir=no
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes

View file

@ -20,11 +20,16 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww
RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes
MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \ MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \
query-meerkat.1 xml-rpc-api2txt.1 query-meerkat.1 xml-rpc-api2txt.1
MAN7= xmlrpc-c.7 MAN7= xmlrpc-c.7
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -20,11 +20,16 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww
RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC
USE_GMAKE= yes USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13 USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_REINPLACE= yes
MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \ MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \
query-meerkat.1 xml-rpc-api2txt.1 query-meerkat.1 xml-rpc-api2txt.1
MAN7= xmlrpc-c.7 MAN7= xmlrpc-c.7
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>