ports/161987: [PATCH] databases/postgresql91-server: cleanup

Ruslan Mahmatkhanov cvs-src at yandex.ru
Tue Oct 25 10:10:02 UTC 2011


>Number:         161987
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql91-server: cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 25 10:10:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- do not conflict with postgresql 7.x (we don't have them in a tree anymore)
- remove not-supported FreeBSD versions
- whitespace fixes in pkg-descr
- remove empty pkg-plist (portlint doesn't seems care)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list