Skip site navigation (1)Skip section navigation (2)
Date:      12 Dec 2004 13:45:49 -0000
From:      Alex Kiesel <kiesel@schlund.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   ports/74985: Update databases/sqsh to 2.1.3
Message-ID:  <20041212134549.94207.qmail@alex.i.schlund.de>
Resent-Message-ID: <200412121350.iBCDoK0m089106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74985
>Category:       ports
>Synopsis:       Update databases/sqsh to 2.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 12 13:50:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kiesel
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD alex.i.schlund.de 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
    Update to latest version of sqsh.
	
>How-To-Repeat:
    cd /usr/ports/databases/sqsh && patch < sqsh.diff
	
>Fix:

	

--- sqsh.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/sqsh/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	4 Feb 2004 04:35:49 -0000	1.22
+++ Makefile	12 Dec 2004 13:35:57 -0000
@@ -5,11 +5,10 @@
 # $FreeBSD$
 
 PORTNAME=	sqsh
-PORTVERSION=	2.1
-PORTREVISION=	7
+PORTVERSION=	2.1.3
 CATEGORIES=	databases
-MASTER_SITES=	http://www.sqsh.org/
-EXTRACT_SUFX=	-src.tar.gz
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=		sqsh
 
 MAINTAINER=	kiesel@schlund.de
 COMMENT=	Interactive tool for querying Sybase database servers
@@ -29,7 +28,7 @@
 PKGNAMESUFFIX=	-nox11
 .else
 USE_MOTIF=	yes
-CONFIGURE_ARGS+=	--with-motif
+CONFIGURE_ARGS+=	--with-motif --with-x
 .endif
 
 post-patch:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/sqsh/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	31 Mar 2004 03:06:44 -0000	1.3
+++ distinfo	12 Dec 2004 13:35:57 -0000
@@ -1,2 +1,2 @@
-MD5 (sqsh-2.1-src.tar.gz) = a9d75ae51eafd94f89640f99ee3a9918
-SIZE (sqsh-2.1-src.tar.gz) = 358874
+MD5 (sqsh-2.1.3.tar.gz) = baa61acdfe04eebf1f2fc7ed27810218
+SIZE (sqsh-2.1.3.tar.gz) = 408940
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/databases/sqsh/files/patch-configure,v
retrieving revision 1.1
diff -u -r1.1 patch-configure
--- files/patch-configure	6 Nov 2002 16:47:17 -0000	1.1
+++ files/patch-configure	12 Dec 2004 13:35:57 -0000
@@ -1,24 +1,5 @@
 --- configure	Fri Nov  9 14:58:04 2001
 +++ configure	Tue Oct 15 13:51:29 2002
-@@ -1106,4 +1106,8 @@
- 		SYBASE_LIBS=
- 
-+		if test "$SYBASE_VERSION" = "FreeTDS"
-+		then
-+			SYBASE_LIBS="-lct -ltds"
-+		else
- 		#
- 		# Check for -lblk
-@@ -1152,9 +1156,4 @@
- 		fi
- 
--		#
--		# Check for -ltds (FreeTDS project)
--		#
--		if test -f $SYBASE_LIBDIR/libtds.a; then
--			SYBASE_LIBS="$SYBASE_LIBS -ltds"
- 		fi
- 
 @@ -1196,5 +1195,5 @@
  			ncr*)
  				SYBASE_OS="-ldl -lm";;
--- sqsh.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041212134549.94207.qmail>