Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2000 18:33:28 -0600
From:      Steve Price <sprice@hiwaay.net>
To:        gc@mail.dotcom.fr
Cc:        ports <ports@FreeBSD.ORG>
Subject:   Re: JX-1.5.3
Message-ID:  <20001106183328.C51478@bonsai.knology.net>
In-Reply-To: <3A0729D5.8FA51655@cgit.com>; from gc@cgit.com on Mon, Nov 06, 2000 at 05:59:49PM -0400
References:  <3A0729D5.8FA51655@cgit.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Nov 06, 2000 at 05:59:49PM -0400, Georges Chenard wrote:
# Hi !
# 
# Trying to install systemg, I have the following result :
# 
# ===>  Extracting for systemg-1.0.1
# >> Checksum OK for SystemG_source-1.0.1.tar.gz.
# ===>   systemg-1.0.1 depends on file: /nonexistent - not found
# ===>    Verifying configure for /nonexistent in
# /usr/ports/x11-toolkits/jx
# ===>  Extracting for JX-1.5.3_1
# >> Checksum OK for JX_source-1.5.3.tar.gz.
# ===>   JX-1.5.3_1 depends on executable: autoconf - found
# ===>   JX-1.5.3_1 depends on executable: gmake - found
# ===>   JX-1.5.3_1 depends on executable: bison - found
# ===>   JX-1.5.3_1 depends on shared library: png.4 - found
# ===>   JX-1.5.3_1 depends on shared library: Xpm.4 - found
# ===>   JX-1.5.3_1 depends on shared library: X11.6 - found
# ===>  Patching for JX-1.5.3_1
# ===>  Applying FreeBSD patches for JX-1.5.3_1
# 2 out of 4 hunks failed--saving rejects to FreeBSD-2.x_g++.in.rej
# *** Error code 2
# 
# Solution ?

Looks like someone was pulling a repo-magic trick and it
has gone awry.  Replace patch-aa with the attached one and
make sure you have a post-patch-aa (both in the jx/files
directory).

-steve

--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-aa

--- programs/makemake/Make.header.orig	Tue Sep 21 16:33:40 1999
+++ programs/makemake/Make.header	Tue May 30 11:07:18 2000
@@ -95,7 +95,7 @@
 #
 
 .PHONY : jxinstall
-jxinstall: makemake
+jxinstall_not: makemake
 	@strip makemake
 	@mv makemake ${JX_INSTALL_ROOT}/
 	@chmod a+x ${SCRIPT_FILES}

--ibTvN161/egqYuK8--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001106183328.C51478>