From sem@ciam.ru  Wed Feb 18 12:05:24 2004
Return-Path: <sem@ciam.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 49E5916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 12:05:24 -0800 (PST)
Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DFDFA43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 12:05:23 -0800 (PST)
	(envelope-from sem@ciam.ru)
Received: from Current.sem-home.ciam.ru (ppp128-156.dialup.mtu-net.ru [62.118.128.156])
	by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id EA12EF85A8
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 23:05:20 +0300 (MSK)
	(envelope-from sem@ciam.ru)
Received: from root by Current.sem-home.ciam.ru with local (Exim 4.30; FreeBSD)
	id 1AtXsj-0001zj-EG
	for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Feb 2004 23:01:17 +0300
Message-Id: <E1AtXsj-0001zj-EG@Current.sem-home.ciam.ru>
Date: Wed, 18 Feb 2004 23:01:17 +0300
From: Sergey Matveychuk <sem@ciam.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/opentop: install missing *.inl files
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63034
>Category:       ports
>Synopsis:       [MAINTAINER] devel/opentop: install missing *.inl files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 12:10:17 PST 2004
>Closed-Date:    Thu Feb 19 01:11:23 PST 2004
>Last-Modified:  Thu Feb 19 01:11:23 PST 2004
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2.1-RC i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RC FreeBSD 5.2.1-RC #2: Thu Feb  5 07:18:42 MSK
>Description:
[DESCRIBE CHANGES]
install missing *.inl files
it fix a report on PR/62964

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- opentop-1.3.0_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/opentop.orig/Makefile /usr/ports/devel/opentop/Makefile
--- /usr/ports/devel/opentop.orig/Makefile	Wed Feb 18 22:41:10 2004
+++ /usr/ports/devel/opentop/Makefile	Wed Feb 18 22:58:23 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	opentop
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	open-top
@@ -93,7 +93,8 @@
 
 do-install:
 	@${MKDIR} ${PREFIX}/include/${PORTNAME}; \
-	cd ${WRKSRC}; ${FIND} ot -name *.h -print | ${TAR} cTf - - | \
+	cd ${WRKSRC}; ${FIND} ot \( -name "*.h" -o -name "*.inl" \) -print | \
+			${TAR} cTf - - | \
 			${TAR} xUCf ${PREFIX}/include/${PORTNAME} - ; \
 	${FIND} lib \( -name "*.so" -o -name "*.a" \) -exec \
 		${INSTALL_PROGRAM} \{\} ${PREFIX}/lib \;
diff -ruN --exclude=CVS /usr/ports/devel/opentop.orig/pkg-plist /usr/ports/devel/opentop/pkg-plist
--- /usr/ports/devel/opentop.orig/pkg-plist	Wed Feb 18 22:41:10 2004
+++ /usr/ports/devel/opentop/pkg-plist	Wed Feb 18 22:47:59 2004
@@ -12,11 +12,16 @@
 include/opentop/ot/auxil/defs.h
 include/opentop/ot/auxil/messages.h
 include/opentop/ot/base/ArrayAutoPtr.h
+include/opentop/ot/base/ArrayAutoPtr.inl
 include/opentop/ot/base/AtomicCounter.h
 include/opentop/ot/base/AutoBuffer.h
+include/opentop/ot/base/AutoBuffer.inl
 include/opentop/ot/base/AutoLock.h
+include/opentop/ot/base/AutoLock.inl
 include/opentop/ot/base/AutoUnlock.h
+include/opentop/ot/base/AutoUnlock.inl
 include/opentop/ot/base/Character.h
+include/opentop/ot/base/Character.inl
 include/opentop/ot/base/CodeConverterBase.h
 include/opentop/ot/base/ConditionVariable.h
 include/opentop/ot/base/Exception.h
@@ -28,6 +33,7 @@
 include/opentop/ot/base/IllegalThreadStateException.h
 include/opentop/ot/base/InterruptedException.h
 include/opentop/ot/base/ManagedObject.h
+include/opentop/ot/base/ManagedObject.inl
 include/opentop/ot/base/MessageFactory.h
 include/opentop/ot/base/Monitor.h
 include/opentop/ot/base/Mutex.h
@@ -37,22 +43,28 @@
 include/opentop/ot/base/ObjectManager.h
 include/opentop/ot/base/RecursiveMutex.h
 include/opentop/ot/base/RefPtr.h
+include/opentop/ot/base/RefPtr.inl
 include/opentop/ot/base/RefPtrMember.h
+include/opentop/ot/base/RefPtrMember.inl
 include/opentop/ot/base/Runnable.h
 include/opentop/ot/base/RuntimeException.h
 include/opentop/ot/base/String.h
 include/opentop/ot/base/StringIterator.h
+include/opentop/ot/base/StringIterator.inl
 include/opentop/ot/base/StringUtils.h
 include/opentop/ot/base/SynchronizedObject.h
 include/opentop/ot/base/System.h
 include/opentop/ot/base/SystemCodeConverter.h
+include/opentop/ot/base/SystemCodeConverter.inl
 include/opentop/ot/base/SystemMonitor.h
 include/opentop/ot/base/SystemUtils.h
 include/opentop/ot/base/Thread.h
 include/opentop/ot/base/ThreadId.h
 include/opentop/ot/base/ThreadLocal.h
 include/opentop/ot/base/Tracer.h
+include/opentop/ot/base/Tracer.inl
 include/opentop/ot/base/UnicodeCharacterType.h
+include/opentop/ot/base/UnicodeCharacterType.inl
 include/opentop/ot/base/UnsupportedOperationException.h
 include/opentop/ot/base/Win32Exception.h
 include/opentop/ot/base/compdefs.h
@@ -62,6 +74,7 @@
 include/opentop/ot/base/gendefs.h
 include/opentop/ot/base/libname.h
 include/opentop/ot/base/stringfunc.h
+include/opentop/ot/base/stringfunc.inl
 include/opentop/ot/base/threaddefs.h
 include/opentop/ot/base/version.h
 include/opentop/ot/base/winconfig.h
@@ -85,6 +98,7 @@
 include/opentop/ot/io/ByteArrayOutputStream.h
 include/opentop/ot/io/CharacterCodingException.h
 include/opentop/ot/io/Console.h
+include/opentop/ot/io/Console.inl
 include/opentop/ot/io/ExistingFileException.h
 include/opentop/ot/io/File.h
 include/opentop/ot/io/FileDescriptor.h
@@ -232,6 +246,7 @@
 include/opentop/ot/xml/Scanner.h
 include/opentop/ot/xml/ScannerPosition.h
 include/opentop/ot/xml/StreamPosition.h
+include/opentop/ot/xml/StreamPosition.inl
 include/opentop/ot/xml/UnsupportedFeatureException.h
 include/opentop/ot/xml/XMLFeatures.h
 include/opentop/ot/xml/XMLFilterReader.h
--- opentop-1.3.0_3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Feb 19 01:11:17 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63034 
>Unformatted:
