head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2013.02.18.18.52.03;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.06.14.36.30;	author scheidell;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312516
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- configure.orig	2012-09-25 05:16:58.000000000 -0700
+++ configure	2013-02-16 19:55:33.000000000 -0800
@@@@ -11744,14 +11744,14 @@@@
 
 
 if test -z $PGHEADER; then
-   for ac_header in postgresql/libpq-fe.h
+   for ac_header in libpq-fe.h
 do :
-  ac_fn_c_check_header_mongrel "$LINENO" "postgresql/libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
+  ac_fn_c_check_header_mongrel "$LINENO" "libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
 if test "x$ac_cv_header_postgresql_libpq_fe_h" = x""yes; then :
   cat >>confdefs.h <<_ACEOF
 #define HAVE_POSTGRESQL_LIBPQ_FE_H 1
 _ACEOF
- PGHEADER=postgresql/libpq-fe.h
+ PGHEADER=libpq-fe.h
 fi
 
 done
@


1.1
log
@Add New Port lang/urweb: Ur is a programming language in the tradition of ML and Haskell, but featuring
a significantly richer type system. Ur is functional, pure, statically-typed,
and strict. Ur supports a powerful kind of metaprogramming based on row types.

Ur/Web is Ur plus a special standard library and associated rules for parsing
and optimization. Ur/Web supports construction of dynamic web applications
backed by SQL databases.

PR:		ports/166657
Submitted by:	Timothy Beyer <beyert@@cs.ucr.edu>
Feature safe:	yes
@
text
@d1 3
a3 3
--- configure.orig	2012-03-29 08:09:43.000000000 -0700
+++ configure	2012-04-04 03:59:35.000000000 -0700
@@@@ -12583,14 +12583,14 @@@@
d12 1
a12 1
 if test "x$ac_cv_header_postgresql_libpq_fe_h" = xyes; then :
@

