head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.04.18.22.27.44;	author rene;	state dead;
branches;
next	1.2;

1.2
date	2006.12.01.07.39.00;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.14.13.24.04;	author pav;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove unmaintained port that depends on expired security/newpki-lib:
security/newpki-client
@
text
@--- configure.in	Wed Jul  6 18:52:02 2005
+++ configure	Wed Jul  6 18:53:03 2005
@@@@ -10798,48 +10798,6 @@@@
 fi
 
 
-# Extract the first word of "wx-config", so it can be a program name with args.
-set dummy wx-config; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_WXCONFIG+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  if test -n "$WXCONFIG"; then
-  ac_cv_prog_WXCONFIG="$WXCONFIG" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_WXCONFIG=""yes""
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-
-  test -z "$ac_cv_prog_WXCONFIG" && ac_cv_prog_WXCONFIG=""no""
-fi
-fi
-WXCONFIG=$ac_cv_prog_WXCONFIG
-if test -n "$WXCONFIG"; then
-  echo "$as_me:$LINENO: result: $WXCONFIG" >&5
-echo "${ECHO_T}$WXCONFIG" >&6
-else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-if test x"$WXCONFIG" != x"yes"; then
-	{ { echo "$as_me:$LINENO: error: wx-config not found" >&5
-echo "$as_me: error: wx-config not found" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@@@ -10848,8 +10806,8 @@@@
 
 
 
-WXCXX=`wx-config --cxxflags`
-WXLIB=`wx-config --libs`
+WXCXX=`${WX_CONFIG} --cxxflags`
+WXLIB=`${WX_CONFIG} --libs`
 
 CPPFLAGS="$WXCXX -DWXINTL_NO_GETTEXT_MACRO $CPPFLAGS"
 LIBS="$WXLIB -lnewpki $LIBS"
@


1.2
log
@- Use features of bsd.wx.mk, especially USE_WX

PR:		ports/101613
Submitted by:	alepulver
@
text
@@


1.1
log
@NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled
through a database, which provides a much more flexible PKI than with OpenSSL,
such as seeking a certificate with a search engine.

GUI client that uses wxWidgets.

PR:		ports/83386
Submitted by:	Vsevolod Stakhov <vsevolod@@highsecure.ru>
@
text
@d58 2
a59 2
+WXCXX=`${WXCONFIG} --cxxflags`
+WXLIB=`${WXCONFIG} --libs`
@

