summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-10-28 01:46:30 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-10-28 01:46:30 +0000
commit1a4fc87cb85254ccad961e569c7bb9f0618d1761 (patch)
tree556fab80e045213484ab936c98d586ece9254e73 /devel
parentUnbreak pkg-plist (utilize INFO). (diff)
Fix build on -CURRENT.
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=92369
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBacus/Makefile9
-rw-r--r--devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c10
2 files changed, 12 insertions, 7 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile
index 2381fdb712ad..6cb1f54034a4 100644
--- a/devel/ORBacus/Makefile
+++ b/devel/ORBacus/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ORBacus
PORTVERSION= 3.2.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.2/
DISTNAME= OB-${PORTVERSION}
@@ -22,14 +23,8 @@ MAN1= idl.1
MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
- irgen.1 - irserv.1 - jidl.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile"
-.endif
-
post-install:
${MKDIR} ${PREFIX}/share/doc/ORBacus
${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c b/devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c
new file mode 100644
index 000000000000..c228bb5b41e4
--- /dev/null
+++ b/devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c
@@ -0,0 +1,10 @@
+--- ob/src/translator/cpp/cccp.c.orig Tue Oct 28 06:48:49 2003
++++ ob/src/translator/cpp/cccp.c Tue Oct 28 06:54:31 2003
+@@ -174,6 +174,7 @@
+ # endif
+ #endif
+
++#define HAVE_VPRINTF
+ #if defined (__STDC__) && defined (HAVE_VPRINTF)
+ # include <stdarg.h>
+ # define VA_START(va_list, var) va_start (va_list, var)