mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.4.1. [1]
- I think, it's wrong to have the 'gtk' as PORTNAME. I have made some change from 'gtk' to 'gauche' with PKGNAMESUFFIX= -gtk. This is correct way to do. PR: ports/69483 [1] Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) [1]
This commit is contained in:
parent
93d48f4fe1
commit
b6138ed1ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115709
@ -5,13 +5,13 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtk
|
||||
PORTVERSION= 0.4
|
||||
PORTNAME= gauche
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= x11-toolkits scheme
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gauche
|
||||
PKGNAMEPREFIX= gauche-
|
||||
DISTNAME= Gauche-${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMESUFFIX= -gtk
|
||||
DISTNAME= Gauche${PKGNAMESUFFIX}-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= erik@smluc.org
|
||||
@ -22,8 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GNOME= gtk20 # this alters CONFIGURE_TARGET!
|
||||
GNU_CONFIGURE= yes
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME}
|
||||
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/gtk
|
||||
PLIST_SUB= VERSION="`gauche-config -V`" \
|
||||
TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}"
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Gauche-gtk-0.4.tgz) = 97efd5b663b683234b8e9986d823596d
|
||||
SIZE (Gauche-gtk-0.4.tgz) = 324019
|
||||
MD5 (Gauche-gtk-0.4.1.tgz) = 18356efab446b9524be8371a3b852a6a
|
||||
SIZE (Gauche-gtk-0.4.1.tgz) = 324945
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/gtktextview.stub.orig Wed Apr 7 17:06:44 2004
|
||||
+++ src/gtktextview.stub Wed Apr 7 17:07:55 2004
|
||||
@@ -34,7 +34,6 @@
|
||||
(overwrite-mode :type <uint>)
|
||||
(cursor-visible :type <uint>)
|
||||
(need-im-reset :type <uint>)
|
||||
- (just-selected-element :type <uint>)
|
||||
(onscreen-validated :type <uint>)
|
||||
(mouse-cursor-obscured :type <uint>)
|
||||
;; text-window :type (UNKNOWN . GtkTextWindow*)
|
@ -4,6 +4,7 @@ share/gauche/%%VERSION%%/lib/gtk.scm
|
||||
share/gauche/%%VERSION%%/lib/gtk/error-dialog.scm
|
||||
share/gauche/%%VERSION%%/lib/gtk/gdkkeysyms.scm
|
||||
share/gauche/%%VERSION%%/lib/gtk/gtkaux.scm
|
||||
share/gauche/%%VERSION%%/lib/.packages/Gauche-gtk.gpd
|
||||
%%GTKGLEXT%%share/gauche/%%VERSION%%/lib/gtk/gtkgl.scm
|
||||
share/gauche/%%VERSION%%/lib/gtk/listener.scm
|
||||
@dirrm share/gauche/%%VERSION%%/lib/gtk
|
||||
|
Loading…
Reference in New Issue
Block a user