mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Install missing *.inl files
- Bump PORTREVISION PR: ports/63034 Submitted by: maintainer
This commit is contained in:
parent
9321a1b489
commit
d506c164b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101371
2 changed files with 18 additions and 2 deletions
|
@ -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 @@ post-patch:
|
|||
|
||||
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 \;
|
||||
|
|
|
@ -12,11 +12,16 @@ include/opentop/ot/auxil/TraceHelper.h
|
|||
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/IllegalStateException.h
|
|||
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/OSException.h
|
|||
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/defs.h
|
|||
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/ByteArrayInputStream.h
|
|||
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/QName.h
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue