Date: Sun, 25 Oct 2009 13:01:08 GMT From: Nicolas Martyanoff <khaelin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139966: Update of the ngircd port Message-ID: <200910251301.n9PD181F064155@www.freebsd.org> Resent-Message-ID: <200910251600.n9PG0Cxa019613@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139966 >Category: ports >Synopsis: Update of the ngircd port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 25 16:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nicolas Martyanoff >Release: 7.2 >Organization: >Environment: FreeBSD sd-1687 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #1: Fri Oct 23 14:29:26 CEST 2009 galdor@sd-1687:/usr/obj/usr/src/sys/DEDIBOX i386 >Description: Hi, The ngircdč port hasn't been updated since version 0.10.1. The current stable version is Release 14.1. I have updated my local port for the 14.1, and thought it would be a good idea to submit the update. So here is the Makefile and distinfo files. [1] http://www.freshports.org/irc/ngircd >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: ngircd X# Date created: 1 May CEST 2003 X# Whom: Kirill Ponomarew <ponomarew@oberon.net> X# X# $FreeBSD: ports/irc/ngircd/Makefile,v 1.28 2008/08/21 06:17:26 rafan Exp $ X# X XPORTNAME= ngircd XPORTVERSION= 14.1 XCATEGORIES= irc XMASTER_SITES= ftp://ngircd.barton.de/pub/ngircd/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= khaelin@gmail.com XCOMMENT= Free open source daemon for Internet Relay Chat (IRC) X XUSE_RC_SUBR= ngircd XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X XMAN5= ngircd.conf.5 XMAN8= ngircd.8 X XOPTIONS= TCP_WRAPPERS "Enable TCP wrappers support" on \ X SYSLOG "Enable SYSLOG support" on \ X ZLIB "Enable ZLIB compression" on \ X IRCPLUS "Enable IRC+ protocol" on \ X IDENT "Enable IDENT (AUTH) protocol support" off \ X SNIFFER "Enable IRC traffic sniffer" off \ X SSL "Enable SSL support" off \ X DEBUG "Show additional debug output" off X X.include <bsd.port.pre.mk> X X.if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS) XCONFIGURE_ARGS+= --with-tcp-wrappers X.endif X X.if defined(WITHOUT_SYSLOG) XCONFIGURE_ARGS+= --without-syslog X.endif X X.if defined(WITHOUT_ZLIB) XCONFIGURE_ARGS+= --without-zlib X.endif X X.if defined(WITHOUT_IRCPLUS) XCONFIGURE_ARGS+= --disable-ircplus X.endif X X.if defined(WITH_IDENT) XLIB_DEPENDS+= ident.0:${PORTSDIR}/security/libident XCONFIGURE_ARGS+= --with-ident X.endif X X.if defined(WITH_SNIFFER) XCONFIGURE_ARGS+= --enable-sniffer X.endif X X.if defined(WITH_SSL) XCONFIGURE_ARGS+= --with-openssl X.endif X X.if defined(WITH_DEBUG) XCONFIGURE_ARGS+= --enable-debug X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.post.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (ngircd-14.1.tar.gz) = eef90855414c35bfb6590d17e24ee06f XSHA256 (ngircd-14.1.tar.gz) = b37797f599013731efa2a30dd35f83651d0c145373da8f67e9d8029dd9556e9f XSIZE (ngircd-14.1.tar.gz) = 400656 57677d168a5ec21bdf22c9501f075a8f exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910251301.n9PD181F064155>