diff options
author | asami <asami@FreeBSD.org> | 1998-08-20 06:51:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-20 06:51:05 +0800 |
commit | 1fc3f881099d7ff9213d0df42886e7463728426c (patch) | |
tree | 496ffcd5cbe653d810980b663b5d0d3bc79d2e6f /devel | |
parent | dee5f27c1219bb4455d387066cb813933f1155ad (diff) | |
download | freebsd-ports-gnome-1fc3f881099d7ff9213d0df42886e7463728426c.tar.gz freebsd-ports-gnome-1fc3f881099d7ff9213d0df42886e7463728426c.tar.zst freebsd-ports-gnome-1fc3f881099d7ff9213d0df42886e7463728426c.zip |
## 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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBit/Makefile | 4 | ||||
-rw-r--r-- | devel/ORBit2/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index fd59f2f29157..d19c8475574d 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/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 |