View | Details | Raw Unified | Return to bug 161987
Collapse All | Expand All

(-)b/Makefile (-3 / +3 lines)
Lines 16-24 PKGNAMESUFFIX?= -server Link Here
16
MAINTAINER?=	girgen@FreeBSD.org
16
MAINTAINER?=	girgen@FreeBSD.org
17
COMMENT?=	The most advanced open-source database available anywhere
17
COMMENT?=	The most advanced open-source database available anywhere
18
18
19
CONFLICTS?=	${PORTNAME}-client-[78]* \
19
CONFLICTS?=	${PORTNAME}-client-8* \
20
		${PORTNAME}-client-9.[02-9]* \
20
		${PORTNAME}-client-9.[02-9]* \
21
		${PORTNAME}${PKGNAMESUFFIX}-[78]* \
21
		${PORTNAME}${PKGNAMESUFFIX}-8* \
22
		${PORTNAME}${PKGNAMESUFFIX}-9.[02-9]
22
		${PORTNAME}${PKGNAMESUFFIX}-9.[02-9]
23
23
24
WRKSRC=		${WRKDIR}/postgresql-${DISTVERSION}
24
WRKSRC=		${WRKDIR}/postgresql-${DISTVERSION}
Lines 178-184 INSTALL_TARGET= install Link Here
178
INSTALL_TARGET=	install-strip
178
INSTALL_TARGET=	install-strip
179
.  endif
179
.  endif
180
180
181
.if (${OSVERSION} >= 700000) && !defined(WITHOUT_GSSAPI)
181
.if !defined(WITHOUT_GSSAPI)
182
CONFIGURE_ARGS+=--with-gssapi
182
CONFIGURE_ARGS+=--with-gssapi
183
.if !defined(WITH_MIT_KRB5) && !defined(WITH_HEIMDAL_KRB5)
183
.if !defined(WITH_MIT_KRB5) && !defined(WITH_HEIMDAL_KRB5)
184
# Kerberos libraries will pull the proper GSSAPI library
184
# Kerberos libraries will pull the proper GSSAPI library
(-)b/pkg-descr (-11 / +11 lines)
Lines 3-21 almost all SQL constructs, including subselects, transactions, and Link Here
3
user-defined types and functions. It is the most advanced open-source
3
user-defined types and functions. It is the most advanced open-source
4
database available anywhere. Commercial Support is also available.
4
database available anywhere. Commercial Support is also available.
5
5
6
The original Postgres code was the effort of many graduate students, 
6
The original Postgres code was the effort of many graduate students,
7
undergraduate students, and staff programmers working under the direction of 
7
undergraduate students, and staff programmers working under the direction of
8
Professor Michael Stonebraker at the University of California, Berkeley. In 
8
Professor Michael Stonebraker at the University of California, Berkeley. In
9
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query 
9
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
10
language to SQL and created a new database system which came to known as 
10
language to SQL and created a new database system which came to known as
11
Postgres95. Many others contributed to the porting, testing, debugging and 
11
Postgres95. Many others contributed to the porting, testing, debugging and
12
enhancement of the Postgres95 code. As the code improved, and 1995 faded into 
12
enhancement of the Postgres95 code. As the code improved, and 1995 faded into
13
memory, PostgreSQL was born.
13
memory, PostgreSQL was born.
14
14
15
PostgreSQL development is presently being performed by a team of Internet 
15
PostgreSQL development is presently being performed by a team of Internet
16
developers who are now responsible for all current and future development. The 
16
developers who are now responsible for all current and future development. The
17
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). 
17
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
18
Support is available from the PostgreSQL developer/user community through the 
18
Support is available from the PostgreSQL developer/user community through the
19
support mailing list (questions@PostgreSQL.ORG).
19
support mailing list (questions@PostgreSQL.ORG).
20
20
21
PostgreSQL is free and the complete source is available.
21
PostgreSQL is free and the complete source is available.
(-)a/pkg-plist (-1 lines)
Removed Link Here
1
@comment to make portlint happy

Return to bug 161987