summaryrefslogtreecommitdiff
path: root/devel/ORBit
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-19 22:51:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-19 22:51:05 +0000
commitae624dd4f5fb21f58611ba6a1be8e5aef7582480 (patch)
treeb69a247a68e82dff105a82474231fb9276fd875b /devel/ORBit
parentTurn on 4va. (diff)
## make PATCH_DEBUG=t
>> Checksum OK for ORBit-0.2.1.tar.gz. ===> Extracting for ORBit-0.2.1 ===> ORBit-0.2.1 depends on executable: gmake - found ===> ORBit-0.2.1 depends on shared library: glib11\.0\. - found ===> Patching for ORBit-0.2.1 ===> Applying FreeBSD patches for ORBit-0.2.1 ===> Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/orb/orbit_poa.c.orig Thu Aug 13 21:11:35 1998 |+++ src/orb/orbit_poa.c Mon Aug 17 00:18:29 1998 -------------------------- Patching file src/orb/orbit_poa.c using Plan A... Hunk #1 succeeded at 29. done ===> Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Sat Aug 8 23:10:55 1998 |+++ Makefile.in Sat Aug 8 23:11:08 1998 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 86 with fuzz 1. done ===> Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/ORBitutil/machine_endian.h.orig Tue Aug 18 20:29:55 1998 |+++ src/ORBitutil/machine_endian.h Tue Aug 18 20:30:59 1998 -------------------------- Patching file src/ORBitutil/machine_endian.h using Plan A... Hunk #1 failed at 1. 1 out of 1 hunks failed--saving rejects to src/ORBitutil/machine_endian.h.rej done *** Error code 1 Stop.
Notes
Notes: svn path=/head/; revision=12662
Diffstat (limited to 'devel/ORBit')
-rw-r--r--devel/ORBit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile
index fd59f2f29157..d19c8475574d 100644
--- a/devel/ORBit/Makefile
+++ b/devel/ORBit/Makefile
@@ -3,7 +3,7 @@
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/08/19 06:15:08 vanilla Exp $
#
DISTNAME= ORBit-0.2.1
@@ -14,6 +14,8 @@ MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib
+BROKEN= patch
+
GNU_CONFIGURE= yes
USE_GMAKE= yes