1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/devel/ORBit2/Makefile

29 lines
568 B
Makefile
Raw Normal View History

# New ports collection makefile for: orbit
# Version required: 0.2.1
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
## 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.
1998-08-19 22:51:05 +00:00
# $Id: Makefile,v 1.1.1.1 1998/08/19 06:15:08 vanilla Exp $
#
DISTNAME= ORBit-0.2.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/
MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib
## 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.
1998-08-19 22:51:05 +00:00
BROKEN= patch
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
CONFIGURE_ARGS= --disable-indent
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>