Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2002 21:05:29 +0100 (CET)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45885: Update postgresql-tcltk to 7.3
Message-ID:  <200211302005.gAUK5TL3093070@palle.girgensohn.se>

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

>Number:         45885
>Category:       ports
>Synopsis:       Update postgresql-tcltk to 7.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 30 12:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn <girgen@pingpong.net>
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
PING PONG
>Environment:
System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002     root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN  i386


	
>Description:
Update postgresql-tcltk to version 7.3.

Note that pgaccess in no longer a part of the main distribution. I
will send in a separate port shortly.
>How-To-Repeat:
	
>Fix:

	


Index: postgresql-tcltk/Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-tcltk/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- postgresql-tcltk/Makefile	13 Nov 2002 01:42:44 -0000	1.3
+++ postgresql-tcltk/Makefile	30 Nov 2002 18:09:05 -0000
@@ -16,8 +16,8 @@
 LIB_DEPENDS=	tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} \
 		pq:${PORTSDIR}/databases/postgresql7
 
-# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
-TCLVERSION?=	8.3
+# you can use "make TCLVERSION=8.3" or similar for your favourite tcl version
+TCLVERSION?=	8.4
 PLIST_SUB+=	TCLVERSION=${TCLVERSION}
 CONFIGURE_ARGS=	--with-tcl \
 		--with-tclconfig=${TCLCONFIG} \
@@ -33,6 +33,13 @@
 WITHOUT_TK=	yes
 .endif
 
+CONFIGURE_ENV+=	LIBS="-lm -L${LOCALBASE}/lib -ltcl${TCLVERSION:S/.//}" \
+		CFLAGS=-DPGTCL_USE_TCLOBJ
+
+.if defined(WITHOUT_X11)
+WITHOUT_TK=	yes
+.endif
+
 .if defined(WITHOUT_TK)
 CONFIGURE_ARGS+=	--without-tk
 INCDIRS=	${TCL_INCDIR}
@@ -50,16 +57,10 @@
 do-build:
 	@ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/bin/pgtclsh
 	@ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/interfaces/libpgtcl
-.if !defined(WITHOUT_TK)
-	@ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/bin/pgaccess
-.endif
 
 do-install:
 	@ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/bin/pgtclsh install
 	@ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/interfaces/libpgtcl install
-.if !defined(WITHOUT_TK)
-	@ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/bin/pgaccess install
-.endif
 # Preparing a loadable TCL-package (pkgIndex.tcl)
 	@${MKDIR} ${PREFIX}/lib/tcl${TCLVERSION}/Pgtcl1.3
 	@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pkgIndex.tcl.in \
Index: postgresql-tcltk/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-tcltk/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- postgresql-tcltk/pkg-plist	19 Feb 2002 08:39:56 -0000	1.1
+++ postgresql-tcltk/pkg-plist	30 Nov 2002 18:12:28 -0000
@@ -2,147 +2,9 @@
 include/libpgtcl.h
 lib/tcl%%TCLVERSION%%/Pgtcl1.3/pkgIndex.tcl
 @dirrm lib/tcl%%TCLVERSION%%/Pgtcl1.3
+@dirrm lib/tcl%%TCLVERSION%%
 lib/libpgtcl.a
 lib/libpgtcl.so
 lib/libpgtcl.so.2
 %%TK%%bin/pgtksh
-%%TK%%bin/pgaccess
-%%TK%%share/postgresql/pgaccess/lib/help/abort.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/add_records.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/alter_table.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/alter_user.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/author.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/begin.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/close.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/cluster.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/commit.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/copy.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/copyrights.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_aggregate.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_database.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_function.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_index.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_language.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_operator.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_rule.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_sequence.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_table.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_table_as.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_trigger.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_type.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_user.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/create_view.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/data_types.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/datefunc.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/declare.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/delete.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_aggregate.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_database.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_function.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_index.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_language.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_operator.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_rule.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_sequence.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_table.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_trigger.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_type.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_user.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/drop_view.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/explain.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/fetch.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/form_design.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/forms.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/functions.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/geomfunc.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/grant.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/history.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/index.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/inheritance.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/insert.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/ipv4func.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/isolation.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/keywords.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/listen.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/load.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/lock.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/mathfunc.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/move.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/mvcc.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/new_query.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/new_table.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/notify.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/open_query.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/open_table.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/pgfunctions.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/postgresql.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/queries.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/reports.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/reset.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/revoke.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/rollback.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/schema.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/scripts.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/select.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/select_into.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/sequences.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/set.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/show.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/sql_guide.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/sqlfunc.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/stringfunc.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/tables.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/unlisten.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/update.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/users.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/vacuum.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/view_table_structure.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/views.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/visual_designer.hlp
-%%TK%%share/postgresql/pgaccess/lib/help/y2k.hlp
-%%TK%%@dirrm share/postgresql/pgaccess/lib/help
-%%TK%%share/postgresql/pgaccess/lib/languages/chinese_big5
-%%TK%%share/postgresql/pgaccess/lib/languages/chinese_gb
-%%TK%%share/postgresql/pgaccess/lib/languages/czech
-%%TK%%share/postgresql/pgaccess/lib/languages/deutsch
-%%TK%%share/postgresql/pgaccess/lib/languages/euskara
-%%TK%%share/postgresql/pgaccess/lib/languages/francais
-%%TK%%share/postgresql/pgaccess/lib/languages/italiano
-%%TK%%share/postgresql/pgaccess/lib/languages/japanese
-%%TK%%share/postgresql/pgaccess/lib/languages/magyar
-%%TK%%share/postgresql/pgaccess/lib/languages/nederlands
-%%TK%%share/postgresql/pgaccess/lib/languages/portugues
-%%TK%%share/postgresql/pgaccess/lib/languages/romana
-%%TK%%share/postgresql/pgaccess/lib/languages/russian.koi8r
-%%TK%%share/postgresql/pgaccess/lib/languages/russian_win
-%%TK%%share/postgresql/pgaccess/lib/languages/spanish
-%%TK%%@dirrm share/postgresql/pgaccess/lib/languages
-%%TK%%share/postgresql/pgaccess/lib/database.tcl
-%%TK%%share/postgresql/pgaccess/lib/forms.tcl
-%%TK%%share/postgresql/pgaccess/lib/functions.tcl
-%%TK%%share/postgresql/pgaccess/lib/help.tcl
-%%TK%%share/postgresql/pgaccess/lib/mainlib.tcl
-%%TK%%share/postgresql/pgaccess/lib/preferences.tcl
-%%TK%%share/postgresql/pgaccess/lib/queries.tcl
-%%TK%%share/postgresql/pgaccess/lib/reports.tcl
-%%TK%%share/postgresql/pgaccess/lib/schema.tcl
-%%TK%%share/postgresql/pgaccess/lib/scripts.tcl
-%%TK%%share/postgresql/pgaccess/lib/sequences.tcl
-%%TK%%share/postgresql/pgaccess/lib/tables.tcl
-%%TK%%share/postgresql/pgaccess/lib/users.tcl
-%%TK%%share/postgresql/pgaccess/lib/views.tcl
-%%TK%%share/postgresql/pgaccess/lib/visualqb.tcl
-%%TK%%@dirrm share/postgresql/pgaccess/lib
-%%TK%%share/postgresql/pgaccess/images/icon_button.gif
-%%TK%%share/postgresql/pgaccess/images/icon_checkbutton.gif
-%%TK%%share/postgresql/pgaccess/images/icon_entry.gif
-%%TK%%share/postgresql/pgaccess/images/icon_frame.gif
-%%TK%%share/postgresql/pgaccess/images/icon_label.gif
-%%TK%%share/postgresql/pgaccess/images/icon_listbox.gif
-%%TK%%share/postgresql/pgaccess/images/icon_query.gif
-%%TK%%share/postgresql/pgaccess/images/icon_radiobutton.gif
-%%TK%%share/postgresql/pgaccess/images/icon_text.gif
-%%TK%%@dirrm share/postgresql/pgaccess/images
-%%TK%%share/postgresql/pgaccess/main.tcl
-%%TK%%@dirrm share/postgresql/pgaccess
 %%TK%%@unexec rmdir %D/share/postgresql 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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