diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-28 09:46:30 +0800 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-28 09:46:30 +0800 |
commit | 1a4fc87cb85254ccad961e569c7bb9f0618d1761 (patch) | |
tree | 556fab80e045213484ab936c98d586ece9254e73 /devel | |
parent | 732e66231526cc47bc58e6969f742597d487014b (diff) | |
download | freebsd-ports-gnome-1a4fc87cb85254ccad961e569c7bb9f0618d1761.tar.gz freebsd-ports-gnome-1a4fc87cb85254ccad961e569c7bb9f0618d1761.tar.zst freebsd-ports-gnome-1a4fc87cb85254ccad961e569c7bb9f0618d1761.zip |
Fix build on -CURRENT.
Bump PORTREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBacus/Makefile | 9 | ||||
-rw-r--r-- | devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c | 10 |
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) |