upgrade to gtk+ 1.2.1

This commit is contained in:
brad 1999-03-26 07:17:03 +00:00
parent 76d9714b55
commit c2cf84af3a
5 changed files with 31 additions and 31 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.15 1999/03/26 04:50:45 marc Exp $
# $OpenBSD: Makefile,v 1.16 1999/03/26 07:17:03 brad Exp $
DISTNAME= gtk+-1.2.0
CATEGORIES= x11
DISTNAME= gtk+-1.2.1
CATEGORIES= x11
NEED_VERSION= 1.79
NEED_VERSION= 1.79
MAINTAINER= marc@openbsd.org
MAINTAINER= marc@openbsd.org
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
@ -15,15 +15,15 @@ BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS= glib.1.2:${PORTSDIR}/devel/glib
USE_X11= yes
USE_PERL5= yes
SYSCONFDIR= ${PREFIX}/lib
SEPARATE_BUILD= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --sysconfdir=${SYSCONFDIR}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_X11= yes
USE_PERL5= yes
SYSCONFDIR= ${PREFIX}/lib
SEPARATE_BUILD= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+=--enable-static --sysconfdir=${SYSCONFDIR}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
# People that installed an older version of gtk+ wound up with
# libglib.a and other things in /usr/X11R6/lib... these files

View File

@ -1,3 +1,3 @@
MD5 (gtk+-1.2.0.tar.gz) = d935cf94a4b0167b6b3570580a1013b9
RMD160 (gtk+-1.2.0.tar.gz) = 26c728fecbc69b0665d5406e4d04314badadc39d
SHA1 (gtk+-1.2.0.tar.gz) = 1c58e261088c7b8ce64d6da7c087d2d5c7458d78
MD5 (gtk+-1.2.1.tar.gz) = 14803407da09e463fd7fd686dec25bbf
RMD160 (gtk+-1.2.1.tar.gz) = 89ae54870681280050dede09c87eade42438422b
SHA1 (gtk+-1.2.1.tar.gz) = 3fe00d1a45e30ec6306c3cacc32c3f1d71910fc1

View File

@ -1,11 +1,11 @@
--- gtk/Makefile.in.orig Tue Mar 16 16:25:34 1999
+++ gtk/Makefile.in Tue Mar 16 16:26:12 1999
@@ -152,7 +152,7 @@
--- gtk/Makefile.in.orig Thu Mar 25 23:47:35 1999
+++ gtk/Makefile.in Thu Mar 25 23:48:55 1999
@@ -153,7 +153,7 @@
gdk_headers = ../gdk/gdktypes.h ../gdk/gdkrgb.h
-libgtk_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm
+libgtk_la_LDFLAGS = -version-info 1:2:0 @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm
+libgtk_la_LDFLAGS = -version-info 1:2:0 @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm
# $(top_builddir)/gdk/libgdk.la

View File

@ -1,6 +1,6 @@
--- gdk/Makefile.in.orig Tue Mar 16 16:28:30 1999
+++ gdk/Makefile.in Tue Mar 16 16:29:02 1999
@@ -139,7 +139,7 @@
--- gdk/Makefile.in.orig Thu Mar 25 23:49:59 1999
+++ gdk/Makefile.in Thu Mar 25 23:50:56 1999
@@ -140,7 +140,7 @@
LDADDS = @x_ldflags@ @x_libs@ @GLIB_LIBS@ -lm

View File

@ -1,6 +1,6 @@
--- ltmain.sh.orig Tue Mar 16 16:11:00 1999
+++ ltmain.sh Tue Mar 16 16:11:27 1999
@@ -2633,40 +2633,6 @@
--- ltmain.sh.orig Thu Mar 25 23:55:00 1999
+++ ltmain.sh Thu Mar 25 23:56:34 1999
@@ -3326,40 +3326,6 @@
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
@ -10,10 +10,10 @@
- echo " $libdir"
- done
- echo
- echo "To link against installed libraries in a given directory, LIBDIR,"
- echo "you must use the \`-LLIBDIR' flag during linking."
- echo
- echo " You will also need to do at least one of the following:"
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"