Index: head/net/silc-client/Makefile =================================================================== --- head/net/silc-client/Makefile (revision 226615) +++ head/net/silc-client/Makefile (revision 226616) @@ -1,113 +1,114 @@ # New ports collection makefile for: silc client # Date created: Thu Nov 8 01:50:05 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= silc -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ http://www.fi.silcnet.org/download/%SUBDIR%/ \ http://munitions.vipul.net/software/mirrors/silc/%SUBDIR%/ \ http://www.pl.silcnet.org/download/%SUBDIR%/ \ http://ftp.sunet.se/pub/network/silc/%SUBDIR%/ \ ftp://ftp.silcnet.org/silc/%SUBDIR%/ \ ftp://ftp.au.silcnet.org/pub/silcnet/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ ftp://ftp.pl.silcnet.org/pub/silc/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ MASTER_SITE_SUBDIR= client/sources PKGNAMESUFFIX= ${IRSSI_PLUGIN}-client DISTNAME= ${PORTNAME}-client-${PORTVERSION} MAINTAINER?= wxs@FreeBSD.org COMMENT= Secure Internet Live Conferencing (SILC) network client USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib12 USE_GMAKE= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --without-libtoolfix OPTIONS= PTHREADS "Enable pthreads support" off \ IPV6 "Enable IPv6 support" on \ ICONV "Enable international character support" on \ PERL "Enable perl support" on \ OPTIMIZED_ASM "Use assembler optimizations (i386 only)" on .ifdef(IRSSI_PLUGIN) CONFIGURE_ARGS+= --with-silc-plugin=${PREFIX}/lib/irssi \ --without-silc-includes CFLAGS+= -fPIC RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi # We don't want to install the man page and configuration file for this case # Also, the port makes an extra symlink which causes IRSSI to load the plugin # twice. This causes weird behavior such as /me output showing up twice. EXTRA_PATCHES= ${FILESDIR}/extra-patch-apps__irssi__Makefile.in \ ${FILESDIR}/extra-patch-apps__irssi__src__fe-common__Makefile.in .else MAN1= silc.1 .endif post-patch: # install neither documentation nor silc server, we have ports for those @${REINPLACE_CMD} -e 's/-D_THREAD_SAFE//' ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's/docdir/DOCDIR/' ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's/^install-data-am: install-docDATA$$/install-data-am:/' \ ${WRKSRC}/apps/irssi/docs/Makefile.in @${REINPLACE_CMD} -e 's/^install-data-am: install-moduleLTLIBRARIES$$/install-data-am:/' \ ${WRKSRC}/apps/irssi/src/perl/Makefile.in @${REINPLACE_CMD} -e 's/--libtool-enable-shared//' \ ${WRKSRC}/lib/silccrypt/Makefile.in @${REINPLACE_CMD} -e 's/^MODULESDIR="$$silc_prefix/MODULESDIR="$$silc_prefix\/share\/silc/' ${WRKSRC}/configure post-install: .ifndef(IRSSI_PLUGIN) @if [ ! -f ${PREFIX}/etc/silc.conf ]; then \ ${CP} -p ${PREFIX}/etc/silc.conf.sample ${PREFIX}/etc/silc.conf ; \ fi .endif .include .if ${ARCH} != "i386" WITHOUT_OPTIMIZED_ASM= yes .endif .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITH_ICONV) USE_ICONV= yes CONFIGURE_ARGS+= --with-iconv .else CONFIGURE_ARGS+= --without-iconv .endif .if defined(WITH_PERL) USE_PERL5= yes PERL_ARCHNAME!= ${PERL} -V:archname 2>/dev/null || true PLIST_SUB+= WITH_PERL="" PERL_ARCHNAME=${PERL_ARCHNAME:S/archname='//:S/';//} CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PORTNAME}/perl .else CONFIGURE_ARGS+= --without-perl PLIST_SUB+= WITH_PERL="@comment " .endif .if defined(WITHOUT_OPTIMIZED_ASM) CONFIGURE_ARGS+= --disable-asm .endif .if defined(WITH_PTHREADS) CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" .else CONFIGURE_ARGS+= --without-pthreads .endif .include Property changes on: head/net/silc-client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/net/silc-client/distinfo =================================================================== --- head/net/silc-client/distinfo (revision 226615) +++ head/net/silc-client/distinfo (revision 226616) @@ -1,3 +1,3 @@ -MD5 (silc-client-1.1.6.tar.bz2) = 5eba4c10bf10805972232f65153a6e50 -SHA256 (silc-client-1.1.6.tar.bz2) = 2a991b05df223f16b85ca24275e944b4a4aafc220b1200984d1dc82de3b7c576 -SIZE (silc-client-1.1.6.tar.bz2) = 1529970 +MD5 (silc-client-1.1.7.tar.bz2) = b274f687b1f6ce8747296f83aad519b3 +SHA256 (silc-client-1.1.7.tar.bz2) = be1e53fcca6c46e94add9df380453e95782cadf49bcfa624f4439b6df4759d5f +SIZE (silc-client-1.1.7.tar.bz2) = 1528679 Property changes on: head/net/silc-client/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/net/silc-client/files/patch-doc__Makefile.in =================================================================== --- head/net/silc-client/files/patch-doc__Makefile.in (revision 226615) +++ head/net/silc-client/files/patch-doc__Makefile.in (revision 226616) @@ -1,17 +1,17 @@ ---- ./doc/Makefile.in.orig Tue Jun 5 01:18:13 2007 -+++ ./doc/Makefile.in Tue Jun 5 01:18:39 2007 -@@ -449,14 +449,6 @@ +--- doc/Makefile.in.orig 2009-01-20 20:13:01.139663433 -0500 ++++ doc/Makefile.in 2009-01-20 20:13:47.606687594 -0500 +@@ -452,14 +452,6 @@ $(SILC_TOP_SRCDIR)/scripts/manpages.pl doc-install: - -mkdir -p $(docdir) - -$(INSTALL_DATA) $(top_srcdir)/doc/FAQ $(docdir)/ - -$(INSTALL_DATA) $(top_srcdir)/COPYING $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/CHANGES $(docdir)/ +- -$(INSTALL_DATA) $(top_srcdir)/ChangeLog $(docdir)/ - -$(INSTALL_DATA) $(top_srcdir)/CREDITS $(docdir)/ - -$(INSTALL_DATA) $(top_srcdir)/README* $(docdir)/ - -$(INSTALL_DATA) $(top_srcdir)/INSTALL $(docdir)/ - -$(INSTALL_DATA) $(top_srcdir)/TODO $(docdir)/ install-data-hook: doc-install Property changes on: head/net/silc-client/files/patch-doc__Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/silc-client/pkg-plist =================================================================== --- head/net/silc-client/pkg-plist (revision 226615) +++ head/net/silc-client/pkg-plist (revision 226616) @@ -1,141 +1,149 @@ bin/silc +lib/libsilc-1.1.so +lib/libsilc-1.1.so.3 +lib/libsilc.la +lib/libsilc.so +lib/libsilcclient-1.1.so +lib/libsilcclient-1.1.so.3 +lib/libsilcclient.la +lib/libsilcclient.so %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/Irssi.pm %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/Irssi/Silc.pm %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/Irssi/TextUI.pm %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/Irssi/UI.pm %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/.packlist %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/Irssi.bs %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/Irssi.so %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/Silc/.packlist %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/Silc/Silc.bs %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/Silc/Silc.so %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/TextUI/.packlist %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/TextUI/TextUI.bs %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/TextUI/TextUI.so %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/UI/.packlist %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/UI/UI.bs %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/UI/UI.so %%WITH_PERL%%lib/silc/perl/%%PERL_ARCHNAME%%/perllocal.pod %%DATADIR%%/help/action %%DATADIR%%/help/admin %%DATADIR%%/help/alias %%DATADIR%%/help/attr %%DATADIR%%/help/away %%DATADIR%%/help/ban %%DATADIR%%/help/beep %%DATADIR%%/help/bind %%DATADIR%%/help/cat %%DATADIR%%/help/cd %%DATADIR%%/help/channel %%DATADIR%%/help/clear %%DATADIR%%/help/close %%DATADIR%%/help/cmode %%DATADIR%%/help/connect %%DATADIR%%/help/cumode %%DATADIR%%/help/cycle %%DATADIR%%/help/date %%DATADIR%%/help/dehilight %%DATADIR%%/help/detach %%DATADIR%%/help/disconnect %%DATADIR%%/help/echo %%DATADIR%%/help/eval %%DATADIR%%/help/exec %%DATADIR%%/help/file %%DATADIR%%/help/format %%DATADIR%%/help/getkey %%DATADIR%%/help/help %%DATADIR%%/help/hilight %%DATADIR%%/help/ignore %%DATADIR%%/help/info %%DATADIR%%/help/invite %%DATADIR%%/help/invitelist %%DATADIR%%/help/join %%DATADIR%%/help/key %%DATADIR%%/help/kick %%DATADIR%%/help/kickban %%DATADIR%%/help/kill %%DATADIR%%/help/knockout %%DATADIR%%/help/lastlog %%DATADIR%%/help/layout %%DATADIR%%/help/levels %%DATADIR%%/help/list %%DATADIR%%/help/listkeys %%DATADIR%%/help/load %%DATADIR%%/help/log %%DATADIR%%/help/me %%DATADIR%%/help/motd %%DATADIR%%/help/mmsg %%DATADIR%%/help/msg %%DATADIR%%/help/names %%DATADIR%%/help/nick %%DATADIR%%/help/notice %%DATADIR%%/help/oper %%DATADIR%%/help/part %%DATADIR%%/help/perlflush %%DATADIR%%/help/ping %%DATADIR%%/help/query %%DATADIR%%/help/quit %%DATADIR%%/help/recode %%DATADIR%%/help/reconnect %%DATADIR%%/help/reload %%DATADIR%%/help/rmreconns %%DATADIR%%/help/rmrejoins %%DATADIR%%/help/save %%DATADIR%%/help/sconnect %%DATADIR%%/help/script %%DATADIR%%/help/scrollback %%DATADIR%%/help/server %%DATADIR%%/help/set %%DATADIR%%/help/shutdown %%DATADIR%%/help/silcnet %%DATADIR%%/help/silcoper %%DATADIR%%/help/smsg %%DATADIR%%/help/stats %%DATADIR%%/help/statusbar %%DATADIR%%/help/toggle %%DATADIR%%/help/topic %%DATADIR%%/help/umode %%DATADIR%%/help/unalias %%DATADIR%%/help/unignore %%DATADIR%%/help/unload %%DATADIR%%/help/unquery %%DATADIR%%/help/users %%DATADIR%%/help/version %%DATADIR%%/help/watch %%DATADIR%%/help/whois %%DATADIR%%/help/whowas %%DATADIR%%/help/window %%DATADIR%%/themes/default.theme %%DATADIR%%/themes/plugin.theme %%DATADIR%%/scripts/autoop.pl %%DATADIR%%/scripts/autorejoin.pl %%DATADIR%%/scripts/buf.pl %%DATADIR%%/scripts/command.pl %%DATADIR%%/scripts/dns.pl %%DATADIR%%/scripts/kills.pl %%DATADIR%%/scripts/mail.pl %%DATADIR%%/scripts/mlock.pl %%DATADIR%%/scripts/msg-event.pl %%DATADIR%%/scripts/quitmsg.pl %%DATADIR%%/scripts/redirect.pl %%DATADIR%%/scripts/scriptassist.pl %%DATADIR%%/scripts/silc.pl %%DATADIR%%/scripts/splitlong.pl %%DATADIR%%/scripts/usercount.pl @unexec if cmp -s %D/etc/silc.conf.sample %D/etc/silc.conf; then rm -f %D/etc/silc.conf; fi etc/silc.conf.sample @exec if [ ! -f %D/etc/silc.conf ] ; then cp -p %D/%F %B/silc.conf; fi %%WITH_PERL%%@dirrm lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/Silc %%WITH_PERL%%@dirrm lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/TextUI %%WITH_PERL%%@dirrm lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi/UI %%WITH_PERL%%@dirrm lib/silc/perl/%%PERL_ARCHNAME%%/auto/Irssi %%WITH_PERL%%@dirrm lib/silc/perl/%%PERL_ARCHNAME%%/auto %%WITH_PERL%%@dirrm lib/silc/perl/%%PERL_ARCHNAME%%/Irssi %%WITH_PERL%%@dirrm lib/silc/perl/%%PERL_ARCHNAME%% %%WITH_PERL%%@dirrm lib/silc/perl @dirrmtry lib/silc @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/help @dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%% @dirrm %%DOCSDIR%% Property changes on: head/net/silc-client/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property