diff options
author | will <will@FreeBSD.org> | 2000-05-30 06:18:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-30 06:18:24 +0800 |
commit | 7f19979bfd092f32e662dbab8a210ba33a947dd4 (patch) | |
tree | 61b1e9469b08511f2ec6e4d3260d9a7ae8d647a8 | |
parent | c8277b9f3454e0583fa1f3bf6e04ba2fd5f11e9c (diff) | |
download | freebsd-ports-gnome-7f19979bfd092f32e662dbab8a210ba33a947dd4.tar.gz freebsd-ports-gnome-7f19979bfd092f32e662dbab8a210ba33a947dd4.tar.zst freebsd-ports-gnome-7f19979bfd092f32e662dbab8a210ba33a947dd4.zip |
Update to 1.2.2. Add WWW to pkg/DESCR.
PR: 18885
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response: maintainer
-rw-r--r-- | x11-toolkits/gtkglarea/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea/pkg-plist | 6 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-plist | 6 |
8 files changed, 28 insertions, 28 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index 8d50af2d108c..4b1fe3a3b2b9 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: gtkglarea -# Date created: 1 August 1999 -# Whom: Michael Sardo <jaeger16@yahoo.com> +# New ports collection makefile for: gtkglarea +# Date created: 1 August 1999 +# Whom: Michael Sardo <jaeger16@yahoo.com> # # $FreeBSD$ # PORTNAME= gtkglarea -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ @@ -15,12 +15,10 @@ MAINTAINER= jaeger16@yahoo.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 -FETCH_BEFORE_ARGS= -b -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-lib-MesaGL -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} GTK_CONFIG=${X11BASE}/bin/gtk12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --with-lib-MesaGL .include <bsd.port.mk> diff --git a/x11-toolkits/gtkglarea/distinfo b/x11-toolkits/gtkglarea/distinfo index cb7822005717..c5c5d69d107d 100644 --- a/x11-toolkits/gtkglarea/distinfo +++ b/x11-toolkits/gtkglarea/distinfo @@ -1 +1 @@ -MD5 (gtkglarea-1.2.1.tar.gz) = 14ef36ec3b027775cc41db0717ef6270 +MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86 diff --git a/x11-toolkits/gtkglarea/pkg-descr b/x11-toolkits/gtkglarea/pkg-descr index 8c5b31f7772b..6159dc5cbb09 100644 --- a/x11-toolkits/gtkglarea/pkg-descr +++ b/x11-toolkits/gtkglarea/pkg-descr @@ -6,3 +6,5 @@ OpenGL capable visual, rendering to off-screen pixmaps is also supported. Related project which may iterest those who use GTK-- is GtkGLArea--. It is a C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. + +WWW: http://www.student.oulu.fi/~jlof/gtkglarea/ diff --git a/x11-toolkits/gtkglarea/pkg-plist b/x11-toolkits/gtkglarea/pkg-plist index c903373c149f..834d0996bf95 100644 --- a/x11-toolkits/gtkglarea/pkg-plist +++ b/x11-toolkits/gtkglarea/pkg-plist @@ -2,8 +2,8 @@ include/gtkgl/gdkgl.h include/gtkgl/gtkglarea.h lib/libgtkgl.a lib/libgtkgl.so -lib/libgtkgl.so.4 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +lib/libgtkgl.so.5 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/aclocal/gtkgl.m4 @dirrm include/gtkgl diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 8d50af2d108c..4b1fe3a3b2b9 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: gtkglarea -# Date created: 1 August 1999 -# Whom: Michael Sardo <jaeger16@yahoo.com> +# New ports collection makefile for: gtkglarea +# Date created: 1 August 1999 +# Whom: Michael Sardo <jaeger16@yahoo.com> # # $FreeBSD$ # PORTNAME= gtkglarea -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ @@ -15,12 +15,10 @@ MAINTAINER= jaeger16@yahoo.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 -FETCH_BEFORE_ARGS= -b -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-lib-MesaGL -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} GTK_CONFIG=${X11BASE}/bin/gtk12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --with-lib-MesaGL .include <bsd.port.mk> diff --git a/x11-toolkits/gtkglarea2/distinfo b/x11-toolkits/gtkglarea2/distinfo index cb7822005717..c5c5d69d107d 100644 --- a/x11-toolkits/gtkglarea2/distinfo +++ b/x11-toolkits/gtkglarea2/distinfo @@ -1 +1 @@ -MD5 (gtkglarea-1.2.1.tar.gz) = 14ef36ec3b027775cc41db0717ef6270 +MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86 diff --git a/x11-toolkits/gtkglarea2/pkg-descr b/x11-toolkits/gtkglarea2/pkg-descr index 8c5b31f7772b..6159dc5cbb09 100644 --- a/x11-toolkits/gtkglarea2/pkg-descr +++ b/x11-toolkits/gtkglarea2/pkg-descr @@ -6,3 +6,5 @@ OpenGL capable visual, rendering to off-screen pixmaps is also supported. Related project which may iterest those who use GTK-- is GtkGLArea--. It is a C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. + +WWW: http://www.student.oulu.fi/~jlof/gtkglarea/ diff --git a/x11-toolkits/gtkglarea2/pkg-plist b/x11-toolkits/gtkglarea2/pkg-plist index c903373c149f..834d0996bf95 100644 --- a/x11-toolkits/gtkglarea2/pkg-plist +++ b/x11-toolkits/gtkglarea2/pkg-plist @@ -2,8 +2,8 @@ include/gtkgl/gdkgl.h include/gtkgl/gtkglarea.h lib/libgtkgl.a lib/libgtkgl.so -lib/libgtkgl.so.4 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +lib/libgtkgl.so.5 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/aclocal/gtkgl.m4 @dirrm include/gtkgl |