FreeBSD Bugzilla – Attachment 35189 Details for
Bug 56862
[MAINTAINER] devel/omniORB: change -pthread with ${PTHREAD_LIB}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
omniORB-4.0.2.patch
omniORB-4.0.2.patch (text/plain), 1.77 KB, created by
Sergey Matveychuk
on 2003-09-14 10:40:13 UTC
(
hide
)
Description:
omniORB-4.0.2.patch
Filename:
MIME Type:
Creator:
Sergey Matveychuk
Created:
2003-09-14 10:40:13 UTC
Size:
1.77 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/omniORB.orig/Makefile /usr/ports/devel/omniORB/Makefile >--- /usr/ports/devel/omniORB.orig/Makefile Sat Sep 13 19:41:30 2003 >+++ /usr/ports/devel/omniORB/Makefile Sun Sep 14 13:26:17 2003 >@@ -15,14 +15,15 @@ > COMMENT= A robust high performance CORBA ORB for C++ and Python > > CONFIGURE_WRKSRC= ${WRKSRC}/build >-BUILD_WRKSRC= ${CONFIGURE_WRKSRC} >-INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} >-USE_GMAKE= yes >-GNU_CONFIGURE= yes >-USE_PYTHON= yes >-INSTALLS_SHLIB= yes >+BUILD_WRKSRC= ${CONFIGURE_WRKSRC} >+INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} >+USE_GMAKE= yes >+GNU_CONFIGURE= yes >+USE_REINPLACE= yes >+USE_PYTHON= yes >+INSTALLS_SHLIB= yes > NO_FILTER_SHLIBS= yes >-MAKEFILE= GNUmakefile >+MAKEFILE= GNUmakefile > CONFIGURE_SCRIPT= ../configure > CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ > CPP=${CPP} PYTHON=${PYTHON_CMD} >@@ -38,18 +39,22 @@ > > MAN1= catior.1 genior.1 nameclt.1 omniNames.1 omniidl.1 > >+post-patch: >+ @${REINPLACE_CMD} -Ee 's#-pthread|-lc_r#${PTHREAD_LIBS}#' \ >+ ${WRKSRC}/mk/beforeauto.mk.in >+ > pre-configure: >- @ ${MKDIR} ${CONFIGURE_WRKSRC} >+ @${MKDIR} ${CONFIGURE_WRKSRC} > > post-install: > .for manpage in ${MAN1} >- @ ${INSTALL_MAN} ${WRKSRC}/man/man1/${manpage} ${MANPREFIX}/man/man1 >+ @${INSTALL_MAN} ${WRKSRC}/man/man1/${manpage} ${MANPREFIX}/man/man1 > .endfor > .if !defined(NOPORTDOCS) >- @ ${MKDIR} ${DOCSDIR} >- @ cd ${WRKSRC} && ${INSTALL_DATA} COPYING README.FIRST README.unix \ >- ReleaseNotes_${PORTVERSION}.txt ${DOCSDIR} >- @ ${TAR} cCf ${WRKSRC}/doc - . | ${TAR} xUCf ${DOCSDIR} - >+ @${MKDIR} ${DOCSDIR} >+ @cd ${WRKSRC} && ${INSTALL_DATA} COPYING README.FIRST README.unix \ >+ ReleaseNotes_${PORTVERSION}.txt ${DOCSDIR} >+ @${TAR} cCf ${WRKSRC}/doc - . | ${TAR} xUCf ${DOCSDIR} - > .endif > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 56862
: 35189