Index: head/net/silc-client/Makefile =================================================================== --- head/net/silc-client/Makefile (revision 209298) +++ head/net/silc-client/Makefile (revision 209299) @@ -1,93 +1,93 @@ # 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.3 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@atarininja.org +MAINTAINER?= wxs@FreeBSD.org COMMENT= Secure Internet Live Conferencing (SILC) network client USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GNOME= glib12 USE_GMAKE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --with-perl=no \ --without-libtoolfix OPTIONS= PTHREADS "Enable pthreads support" off \ IPV6 "Enable IPv6 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 EXTRA_PATCHES= ${FILESDIR}/extra-patch-apps__irssi__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(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.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/x11-toolkits/p5-Gnome2-Canvas/Makefile =================================================================== --- head/x11-toolkits/p5-Gnome2-Canvas/Makefile (revision 209298) +++ head/x11-toolkits/p5-Gnome2-Canvas/Makefile (revision 209299) @@ -1,39 +1,39 @@ # ex:ts=8 # Ports collection makefile for: p5-Gnome2-Canvas # Date created: Apr 1, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Gnome2-Canvas PORTVERSION= 1.002 PORTREVISION= 2 CATEGORIES= x11-toolkits gnome perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} MASTER_SITE_SUBDIR= Gnome2/:cpan \ gtk2-perl/:sf PKGNAMEPREFIX= p5- DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \ ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Allows a perl developer to use the GnomeCanvas widget with Gtk2-Perl BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 USE_GNOME= libgnomecanvas PERL_CONFIGURE= 5.8.0+ post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} .include Property changes on: head/x11-toolkits/p5-Gnome2-Canvas/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property