Date: Sun, 23 May 1999 02:55:54 +0200 (SAT) From: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11850: Port update: x11-toolkits/gtkstep Message-ID: <199905230055.CAA87943@shale.csir.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 11850 >Category: ports >Synopsis: Port update: x11-toolkits/gtkstep >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 22 18:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection. >Description: Upgrade to 1.5, and depend on GTK+ not Imlib. USE_LIBTOOL. Maintainer not contacted. >How-To-Repeat: >Fix: x11-toolkits/gtkstep: Upgrade from 1.4 to 1.5 Changes: Makefile files/md5 pkg/PLIST Adds : Removes: patches/patch-aa --- /usr/ports.ref/x11-toolkits/gtkstep/Makefile Thu Apr 22 14:58:54 1999 +++ x11-toolkits/gtkstep/Makefile Wed May 12 09:24:09 1999 @@ -1,25 +1,24 @@ # New ports collection makefile for: gtkstep -# Version required: 1.4 +# Version required: 1.5 # Date Created: 7 nov 98 # Whom: Gilad Rom # # $Id: Makefile,v 1.5 1999/04/22 06:49:17 nectar Exp $ # -DISTNAME= gtkstep-1.4 +DISTNAME= gtkstep-1.5 CATEGORIES= x11-toolkits MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/ \ ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/gtkstep/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include <bsd.port.mk> --- /usr/ports.ref/x11-toolkits/gtkstep/files/md5 Thu Feb 18 13:55:32 1999 +++ x11-toolkits/gtkstep/files/md5 Mon Mar 29 02:59:06 1999 @@ -1 +1 @@ -MD5 (gtkstep-1.4.tar.gz) = 7cec05dbeed0e2f0053522e6f0e5b5f6 +MD5 (gtkstep-1.5.tar.gz) = 9027cb5178962acab816fbab9fc30086 --- /usr/ports.ref/x11-toolkits/gtkstep/patches/patch-aa Thu Feb 18 13:55:32 1999 +++ x11-toolkits/gtkstep/patches/patch-aa Wed May 12 09:23:49 1999 @@ -1,53 +0,0 @@ ---- ltmain.sh.orig Sat Dec 12 05:06:05 1998 -+++ ltmain.sh Mon Feb 1 03:38:36 1999 -@@ -1030,6 +1030,16 @@ - versuffix=".$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major=".$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix=".$current" -+ else -+ versuffix=".$current.$revision" -+ fi -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 ---- ltconfig.orig Sat Dec 12 05:06:05 1998 -+++ ltconfig Mon Feb 1 03:38:46 1999 -@@ -823,7 +823,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1160,10 +1160,21 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -+freebsd2*) - version_type=sunos - library_names_spec='${libname}${release}.so$versuffix $libname.so' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd*) -+ version_type=freebsd -+ library_names_spec='${libname}${release}.so$versuffix $libname.so' -+ if [ $PORTOBJFORMAT = elf ]; then -+ finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="$PORTOBJFORMAT" ldconfig -m $libdir' -+ else -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ fi - shlibpath_var=LD_LIBRARY_PATH - ;; - --- /usr/ports.ref/x11-toolkits/gtkstep/pkg/PLIST Thu Feb 18 13:55:32 1999 +++ x11-toolkits/gtkstep/pkg/PLIST Wed May 12 09:28:00 1999 @@ -1,8 +1,6 @@ share/themes/Step/ICON.png share/themes/Step/README.html share/themes/Step/gtk/gtkrc -share/themes/engines/libstep.la share/themes/engines/libstep.so -share/themes/engines/libstep.so.0 @dirrm share/themes/Step/gtk @dirrm share/themes/Step >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?199905230055.CAA87943>