head	1.2;
access;
symbols
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.06.13.15.38.06;	author wxs;	state dead;
branches;
next	1.1;

1.1
date	2006.10.03.13.32.44;	author stas;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove patch-configure, forgot it in my last commit.

Submitted by:	itetcu
Approved by:	garga (mentor, implicit)
@
text
@--- configure.orig	Mon Sep 18 02:20:15 2006
+++ configure	Mon Sep 18 02:20:37 2006
@@@@ -2959,7 +2959,7 @@@@
 
 
 		echo > config.asciidoc-unsafe.txt
-		if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >&/dev/null; then
+		if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt 2>&1 >/dev/null; then
 			ASCIIDOC_FLAGS=--unsafe
 		fi
 		rm config.asciidoc-unsafe.*
@


1.1
log
@- Doesn't build when asciidoc is installed because of typo in configure.
  Fix that.
- Doesn't build when libexecinfo installed as it tryes to use bactrace
  functions but doesn't gets linked against it. Explicitly link it.
- Fix typo in OPTIONS.

PR:		ports/103342
Submitted by:	me (stas)
Approved by:	maintainer timeout (2 weeks), sem (mentor)
@
text
@@

