From reg@shale.csir.co.za Sat May 22 18:32:31 1999
Return-Path: <reg@shale.csir.co.za>
Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5])
	by hub.freebsd.org (Postfix) with ESMTP id 023211514C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 May 1999 18:32:24 -0700 (PDT)
	(envelope-from reg@shale.csir.co.za)
Received: (from reg@localhost)
	by shale.csir.co.za (8.9.3/8.9.3) id DAA10629;
	Sun, 23 May 1999 03:32:22 +0200 (SAT)
	(envelope-from reg)
Message-Id: <199905230132.DAA10629@shale.csir.co.za>
Date: Sun, 23 May 1999 03:32:22 +0200 (SAT)
From: reg@shale.csir.co.za
Reply-To: reg@shale.csir.co.za
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port fixup: audio/libmikmod
X-Send-Pr-Version: 3.2

>Number:         11854
>Category:       ports
>Synopsis:       Port fixup: audio/libmikmod
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 22 18:40:01 PDT 1999
>Closed-Date:    Fri May 28 21:28:38 PDT 1999
>Last-Modified:  Wed Nov 21 06:30:01 UTC 2007
>Originator:     Jeremy Lea
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports collection.

>Description:

	This port will be broken by the new Libtool.  Update to fix the
	problems.

>How-To-Repeat:

	

>Fix:
	
	
audio/libmikmod:
  Changes: Makefile pkg/PLIST
  Adds   :
  Removes: patches/patch-aa

--- /usr/ports.ref/audio/libmikmod/Makefile	Thu May  6 00:16:12 1999
+++ audio/libmikmod/Makefile	Sat May 15 18:16:15 1999
@@ -12,18 +12,9 @@
 
 MAINTAINER=	mharo@area51.fremont.ca.us
 
-BUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool
+LIB_DEPENDS=	esd.1:${PORTSDIR}/audio/esound
 
 USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-
-pre-build:
-	${RM} -rf ${WRKSRC}/info/mikmod.info*
-
-pre-install:
-	@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-	if [ ! -f ${PREFIX}/info/dir ]; then \
-		${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
-	fi
+USE_LIBTOOL=	yes
 
 .include <bsd.port.mk>
--- /usr/ports.ref/audio/libmikmod/patches/patch-aa	Thu May  6 00:16:16 1999
+++ audio/libmikmod/patches/patch-aa	Sat May 15 18:10:04 1999
@@ -1,11 +0,0 @@
---- configure.orig	Sun Apr 11 12:33:14 1999
-+++ configure	Sun Apr 11 12:33:24 1999
-@@ -1587,7 +1587,7 @@
- 
- 
- # Always use our own libtool.
--LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-+LIBTOOL='libtool'
- 
- # Check for any special flags to pass to ltconfig.
- libtool_flags=
--- /usr/ports.ref/audio/libmikmod/pkg/PLIST	Thu May  6 00:16:14 1999
+++ audio/libmikmod/pkg/PLIST	Sat May 15 18:25:42 1999
@@ -1,7 +1,6 @@
 bin/libmikmod-config
 include/mikmod.h
 lib/libmikmod.a
-lib/libmikmod.la
 lib/libmikmod.so
 lib/libmikmod.so.1.1
 @unexec install-info --delete %D/info/mikmod.info %D/info/dir
@@ -9,8 +8,8 @@
 info/mikmod.info-1
 info/mikmod.info-2
 info/mikmod.info-3
+@exec install-info %D/info/mikmod.info %D/info/dir
 share/aclocal/libmikmod.m4
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@dirrm share/aclocal
+@unexec rmdir %D/share/aclocal 2>/dev/null || true




>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri May 28 21:28:38 PDT 1999 
State-Changed-Why:  
Committed, thanks! 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/11854: commit references a PR
Date: Wed, 21 Nov 2007 06:26:08 +0000 (UTC)

 dhartmei    2007-11-21 06:26:00 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/contrib/pf/net   pf.c 
   Log:
   restrict the tcp.finwait timeout (45s) to state combinations where we have      seen a FIN from both sides (whether ACKed or not) and use tcp.closing (900s)    for half closed connections.  otherwise half closed connections will time out   within 45s.
   
   PR:             kern/11854
   Submitted by:   Jan Srzednicki
   Approved by:    re@ (kensmith@)
   Obtained from:  OpenBSD (r1.494)
   
   Revision  Changes    Path
   1.34.2.7  +3 -3      src/sys/contrib/pf/net/pf.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
