Date: Mon, 20 Oct 2008 03:45:13 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: yazzy@yazzy.org Subject: ports/128233: [PATCH] net/nepim: update to 0.52 Message-ID: <200810191945.m9JJjD1L034140@stucgi.cs.nctu.edu.tw> Resent-Message-ID: <200810191950.m9JJo1Fg067819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128233 >Category: ports >Synopsis: [PATCH] net/nepim: update to 0.52 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 19 19:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep 5 14:56:26 CST >Description: - Update to 0.52 Port maintainer (yazzy@yazzy.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- nepim-0.52.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/nepim/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 6 Jun 2008 13:50:10 -0000 1.7 +++ Makefile 19 Oct 2008 19:45:03 -0000 @@ -4,8 +4,7 @@ # $FreeBSD: ports/net/nepim/Makefile,v 1.7 2008/06/06 13:50:10 edwin Exp $ PORTNAME= nepim -PORTVERSION= 0.15 -PORTREVISION= 3 +PORTVERSION= 0.52 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://www.yazzy.org/ports/ @@ -32,8 +31,11 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 +.if ${OSVERSION} < 700048 +CFLAGS+= -DHAVE_IP_MREQ -DHAVE_IPV6_MREQ +.else +CFLAGS+= -DHAVE_IP_MREQ -DHAVE_IPV6_MREQ -DHAVE_IP_MREQN \ + -DHAVE_GROUP_SOURCE_REQ .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/nepim/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 22 Jan 2006 21:23:17 -0000 1.3 +++ distinfo 19 Oct 2008 19:45:03 -0000 @@ -1,3 +1,3 @@ -MD5 (nepim-0.15.tar.gz) = 719d6a31f8f10919f1bde7d9aff5550b -SHA256 (nepim-0.15.tar.gz) = 4d25a850ec124be1a07061527119ad07c8babc6bf211eaa50cb9087ccae7448f -SIZE (nepim-0.15.tar.gz) = 43041 +MD5 (nepim-0.52.tar.gz) = 68f4c3ce4b46b026bc2c43207f5007ca +SHA256 (nepim-0.52.tar.gz) = c86954bab54706caa2180b7d4a230632650e207dd7894b4eca3bc9f6a4387aa9 +SIZE (nepim-0.52.tar.gz) = 70871 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/net/nepim/files/patch-Makefile,v retrieving revision 1.2 diff -u -r1.2 patch-Makefile --- files/patch-Makefile 14 Oct 2005 18:13:59 -0000 1.2 +++ files/patch-Makefile 19 Oct 2008 19:45:03 -0000 @@ -1,8 +1,8 @@ ---- Makefile.orig Thu Oct 13 16:57:39 2005 -+++ Makefile Fri Oct 14 15:05:17 2005 -@@ -2,16 +2,14 @@ - # $Id: Makefile,v 1.20 2005/10/13 19:57:39 evertonm Exp $ - # +--- Makefile.orig 2008-10-20 02:07:49.000000000 +0800 ++++ Makefile 2008-10-20 02:14:16.000000000 +0800 +@@ -38,17 +38,17 @@ + # ENABLE_DLOPEN defined as -DHAVE_DLOPEN. + # Otherwise, tcpwrapper support is disabled. -OOP_BASE = /usr/local/oop +OOP_BASE = %%LOCALBASE%% @@ -12,11 +12,12 @@ ENABLE_DLOPEN = -DHAVE_DLOPEN -CC = gcc --CFLAGS = -Wall -g -ggdb -I$(OOP_INC) $(ENABLE_DLOPEN) \ -- -DHAVE_IPV6_MREQ --LDFLAGS = -L$(OOP_LIB) -loop -+CFLAGS += -Wall -I$(OOP_INC) -DHAVE_IPV6_MREQ $(ENABLE_DLOPEN) -+LDFLAGS += -L$(OOP_LIB) -loop - - PLATFORM=$(shell uname) ++CC ?= gcc + WARN = -Wall + REENT = -D_REENTRANT + #DEBUG = -DNEPIM_DEBUG_KEEPALIVE -DNEPIM_DEBUG_FIXME +-CFLAGS = $(WARN) $(REENT) $(DEBUG) -g -ggdb -I$(OOP_INC) $(ENABLE_DLOPEN) \ ++CFLAGS += $(WARN) $(REENT) $(DEBUG) -I$(OOP_INC) $(ENABLE_DLOPEN) \ + -DHAVE_IPV6_MREQ + LDFLAGS += -L$(OOP_LIB) -loop --- nepim-0.52.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810191945.m9JJjD1L034140>