[Midnightbsd-cvs] mports [18796] fix gtk12 build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon May 4 18:55:38 EDT 2015


Revision: 18796
          http://svnweb.midnightbsd.org/mports/?rev=18796
Author:   laffer1
Date:     2015-05-04 18:55:37 -0400 (Mon, 04 May 2015)
Log Message:
-----------
fix gtk12 build

Modified Paths:
--------------
    trunk/x11-toolkits/gtk12/Makefile
    trunk/x11-toolkits/gtk12/files/patch-Makefile.in
    trunk/x11-toolkits/gtk12/pkg-plist

Added Paths:
-----------
    trunk/x11-toolkits/gtk12/files/patch-configure
    trunk/x11-toolkits/gtk12/files/patch-docs__Makefile.in
    trunk/x11-toolkits/gtk12/files/patch-gdk__gdkimage.c
    trunk/x11-toolkits/gtk12/files/patch-gtk__Makefile.in

Removed Paths:
-------------
    trunk/x11-toolkits/gtk12/files/patch-ab
    trunk/x11-toolkits/gtk12/files/patch-ae
    trunk/x11-toolkits/gtk12/files/patch-ag
    trunk/x11-toolkits/gtk12/files/patch-ah
    trunk/x11-toolkits/gtk12/files/patch-gdk.pc.in
    trunk/x11-toolkits/gtk12/files/patch-gdk::Makefile.in
    trunk/x11-toolkits/gtk12/files/patch-gdk::gdkimage.c
    trunk/x11-toolkits/gtk12/files/patch-gtk+.pc.in

Property Changed:
----------------
    trunk/x11-toolkits/gtk12/files/patch-Makefile.in
    trunk/x11-toolkits/gtk12/files/patch-gtk.m4
    trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.c
    trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.ru

Modified: trunk/x11-toolkits/gtk12/Makefile
===================================================================
--- trunk/x11-toolkits/gtk12/Makefile	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/Makefile	2015-05-04 22:55:37 UTC (rev 18796)
@@ -3,7 +3,7 @@
 PORTNAME=	gtk
 PKGNAMESUFFIX=	12
 PORTVERSION=	1.2.10
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gtk+/1.2
@@ -11,38 +11,36 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Gimp Toolkit for X11 GUI (previous stable version)
+
 LICENSE=	lgpl
 
+USES+=		libtool pathfix
 USE_PERL5_BUILD=	yes
 USE_XORG=	x11 ice xext sm inputproto xi xpm
 USE_GNOME=	glib12
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-CONFIGURE_ARGS=	--includedir=${PREFIX}/include/gtk12 --with-native-locale \
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-native-locale \
 		--with-xinput=xfree
-CONFIGURE_ENV=	X_CFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT=	yes
-PLIST_SUB+=	NLS=""
-.else
+LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+
+INFO=		gdk gtk
+
+.include <bsd.mport.options.mk>
+
 CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
-.endif
 
-INFO=		gdk gtk
-MAN1=		gtk-config.1
+post-patch:
+	@${MV} ${WRKSRC}/gtk/gtkrc.zh_TW.big5 ${WRKSRC}/gtk/gtkrc.zh_TW.Big5
 
 pre-build:
 	${RM} -rf ${WRKSRC}/docs/gtk.info*
 
 post-install:
-	@${MKDIR} ${PREFIX}/lib/gtk/themes/engines
-	@cd ${PREFIX}/bin && ${LN} -sf gtk-config gtk12-config
-.for lib in gdk gtk
-	@${RM} ${PREFIX}/lib/lib${lib}.la ${PREFIX}/lib/lib${lib}.so
-	@${MV} ${PREFIX}/lib/lib${lib}.a ${PREFIX}/lib/lib${lib}-12.a
-.endfor
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk/themes/engines
+	@${LN} -sf gtk-config ${STAGEDIR}${PREFIX}/bin/gtk12-config
 
 .include <bsd.port.mk>

Modified: trunk/x11-toolkits/gtk12/files/patch-Makefile.in
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-Makefile.in	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-Makefile.in	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,23 +1,5 @@
 --- Makefile.in.orig	Sun Apr  1 23:14:07 2001
 +++ Makefile.in	Wed Nov 20 14:56:58 2002
-@@ -35,7 +35,7 @@
- DESTDIR =
- 
- pkgdatadir = $(datadir)/@PACKAGE@
--pkglibdir = $(libdir)/@PACKAGE@
-+pkglibdir = $(prefix)/libdata/pkgconfig
- pkgincludedir = $(includedir)/@PACKAGE@
- 
- top_builddir = .
-@@ -136,7 +136,7 @@
- EXTRA_DIST =  	HACKING			gtk+.spec.in	        gtk.m4          	makecopyright		TODO			NEWS.pre-1-0		ChangeLog.pre-1-0		README.cvs-commits		intl/libgettext.h		intl/po2tbl.sed.in		examples/aspectframe/Makefile  	examples/aspectframe/aspectframe.c  	examples/Makefile  	examples/README.1ST  	examples/extract.awk  	examples/extract.sh  	examples/base/Makefile  	examples/base/base.c  	examples/buttons/Makefile  	examples/buttons/buttons.c  	examples/buttons/info.xpm  	examples/calendar/Makefile  	examples/calendar/calendar.c  	examples/clist/Makefile  	examples/clist/clist.c  	examples/entry/Makefile  	examples/entry/entry.c  	examples/eventbox/Makefile  	examples/eventbox/eventbox.c  	examples/filesel/Makefile  	examples/filesel/filesel.c  	examples/gtkdial/Makefile  	examples/gtkdial/dial_test.c  	examples/gtkdial/gtkdial.c  	examples/gtkdial/gtkdial.h  	examples/helloworld/Makefile  	examples/helloworld/helloworld.c  	examples/helloworld2/Makefile  	examples/helloworld2/helloworld2.c  	examples/list/Makefile  	examples/list/list.c  	examples/menu/Makefile  	examples/menu/menu.c  	examples/menu/itemfactory.c  	examples/notebook/Makefile  	examples/notebook/notebook.c  	examples/packbox/Makefile  	examples/packbox/packbox.c  	examples/packer/Makefile  	examples/packer/pack.c  	examples/paned/Makefile  	examples/paned/paned.c  	examples/pixmap/Makefile  	examples/pixmap/pixmap.c  	examples/progressbar/Makefile  	examples/progressbar/progressbar.c  	examples/radiobuttons/Makefile  	examples/radiobuttons/radiobuttons.c  	examples/rangewidgets/Makefile  	examples/rangewidgets/rangewidgets.c  	examples/rulers/Makefile  	examples/rulers/rulers.c  	examples/scribble-simple/Makefile  	examples/scribble-simple/scribble-simple.c  	examples/scrolledwin/Makefile  	examples/scrolledwin/scrolledwin.c  	examples/selection/Makefile  	examples/selection/gettargets.c  	examples/selection/setselection.c  	examples/statusbar/Makefile  	examples/statusbar/statusbar.c  	examples/table/Makefile  	examples/table/table.c  	examples/!
 text/Makefile  	examples/text/text.c  	examples/tictactoe/Makefile  	examples/tictactoe/tictactoe.c  	examples/tictactoe/tictactoe.h  	examples/tictactoe/ttt_test.c  	examples/tree/Makefile  	examples/tree/tree.c  	examples/wheelbarrow/Makefile  	examples/wheelbarrow/wheelbarrow.c  	examples/fixed/fixed.c  	examples/fixed/Makefile  	examples/frame/frame.c  	examples/frame/Makefile  	examples/spinbutton/spinbutton.c  	examples/spinbutton/Makefile  	examples/find-examples.sh 	gdk.pc.in gtk+.pc.in
- 
- 
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(pkglibdir)
- pkgconfig_DATA = gdk.pc gtk+.pc
- 
- m4datadir = $(datadir)/aclocal
 @@ -438,7 +438,6 @@
  	      || exit 1; \
  	  fi; \


Property changes on: trunk/x11-toolkits/gtk12/files/patch-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: trunk/x11-toolkits/gtk12/files/patch-ab
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-ab	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-ab	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,19 +0,0 @@
---- gtk-config.in.orig	Sat Oct 21 18:20:40 2000
-+++ gtk-config.in	Tue Mar  6 10:11:59 2001
-@@ -91,7 +91,7 @@
- fi
- 
- if test "$echo_cflags" = "yes"; then
--      echo -I at includedir@/gtk-1.2 $glib_cflags @x_cflags@ 
-+      echo -I at includedir@ $glib_cflags @x_cflags@ 
- fi
- 
- if test "$echo_libs" = "yes"; then
-@@ -107,6 +107,6 @@
-         fi
-       done
- 
--      echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
-+      echo $libdirs @x_ldflags@ -lgtk- at LT_RELEASE@ -lgdk- at LT_RELEASE@ $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
- fi      
- 

Deleted: trunk/x11-toolkits/gtk12/files/patch-ae
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-ae	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-ae	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,34 +0,0 @@
---- configure.orig	Tue May 11 05:42:09 1999
-+++ configure	Mon May 17 22:59:13 1999
-@@ -606,10 +606,10 @@
- 
- 
- # libtool versioning
--LT_RELEASE=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION
--LT_CURRENT=`expr $GTK_MICRO_VERSION - $GTK_INTERFACE_AGE`
--LT_REVISION=$GTK_INTERFACE_AGE
--LT_AGE=`expr $GTK_BINARY_AGE - $GTK_INTERFACE_AGE`
-+LT_RELEASE=12
-+LT_CURRENT=2
-+LT_REVISION=0
-+LT_AGE=0
- 
- 
- 
-@@ -3689,7 +3689,7 @@
-   cat conftest.$ac_ext >&5
-   rm -rf conftest*
-   CATOBJEXT=.mo
--		   DATADIRNAME=lib
-+		   DATADIRNAME=share
- fi
- rm -f conftest*
- 		INSTOBJEXT=.mo
-@@ -4446,6 +4446,7 @@
-   glib_thread_cflags="$GLIB_CFLAGS"
-   glib_libs=`$GLIB_CONFIG glib gmodule --libs`
-   glib_thread_libs="$GLIB_LIBS"
-+  GLIB_CFLAGS="$glib_cflags"
-   GLIB_LIBS="$glib_libs"
-   GLIB_DEPLIBS="$glib_libs"
- else

Deleted: trunk/x11-toolkits/gtk12/files/patch-ag
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-ag	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-ag	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,52 +0,0 @@
---- gtk/Makefile.in.orig	Mon Apr  2 12:14:13 2001
-+++ gtk/Makefile.in	Wed Apr 20 14:32:17 2005
-@@ -125,7 +125,7 @@
- x_libs = @x_libs@
- xinput_progs = @xinput_progs@
- 
--INCLUDES = @STRIP_BEGIN@ 	-DG_LOG_DOMAIN=\"Gtk\"					-DGTK_DISABLE_COMPAT_H					-DGTK_LIBDIR=\"$(libdir)\"	     	        	-DGTK_DATA_PREFIX=\"$(prefix)\"				-DGTK_SYSCONFDIR=\"$(sysconfdir)\"			-DGTK_LOCALEDIR=\"$(gtklocaledir)\"			-I$(top_srcdir)						@GTK_DEBUG_FLAGS@					@GTK_XIM_FLAGS@						@GTK_LOCALE_FLAGS@					@GLIB_CFLAGS@						@x_cflags@					@STRIP_END@
-+INCLUDES = @STRIP_BEGIN@ 	-DG_LOG_DOMAIN=\"Gtk\"					-DGTK_DISABLE_COMPAT_H					-DGTK_LIBDIR=\"$(libdir)\"	     	        	-DGTK_DATA_PREFIX=\"$(prefix)\"				-DGTK_SYSCONFDIR=\"$(gtkconfdir)\"			-DGTK_LOCALEDIR=\"$(gtklocaledir)\"			-I$(top_srcdir)						@GTK_DEBUG_FLAGS@					@GTK_XIM_FLAGS@						@GTK_LOCALE_FLAGS@					@GLIB_CFLAGS@						@x_cflags@					@STRIP_END@
- 
- 
- #
-@@ -134,10 +134,8 @@
- lib_LTLIBRARIES = libgtk.la
- 
- # libtool stuff: set version and export symbols for resolving
--libgtkincludedir = $(includedir)/gtk-1.2/gtk
--libgtk_la_LDFLAGS = @STRIP_BEGIN@ 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)		-release $(LT_RELEASE) 						-export-dynamic							@GLIB_DEPLIBS@ 							@x_ldflags@							@x_libs@ 							-lm							@STRIP_END@
--
--#	$(top_builddir)/gdk/libgdk.la
-+libgtkincludedir = $(includedir)/gtk
-+libgtk_la_LDFLAGS = @STRIP_BEGIN@ 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)		-release $(LT_RELEASE) 						-export-dynamic							@GLIB_DEPLIBS@ 							@x_ldflags@							@x_libs@ 							-lm					$(top_builddir)/gdk/libgdk.la	@STRIP_END@
- 
- #
- # setup source file variables
-@@ -190,8 +188,8 @@
- gen_sources = xgen-gdef xgen-gtbh xgen-gtbvc xgen-gtbic xgen-gtbec xgen-gmh xgen-gmc
- CLEANFILES =  $(gen_sources)
- 
--gtkconfdir = $(sysconfdir)/gtk
--gtkconf_DATA = gtkrc.az gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja 	gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 	gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 	gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.zh_TW.big5 	gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps 	gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 gtkrc.cp1255
-+gtkconfdir = $(datadir)/themes/Default/gtk
-+gtkconf_DATA = gtkrc.az gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja 	gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 	gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 	gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps 	gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 gtkrc.cp1255
- 
- 
- #
-@@ -415,6 +413,7 @@
- 	    $(INSTALL_DATA) $$p $(DESTDIR)$(gtkconfdir)/$$p; \
- 	  fi; fi; \
- 	done
-+	$(INSTALL_DATA) gtkrc.zh_TW.big5 $(DESTDIR)$(gtkconfdir)/gtkrc.zh_TW.Big5
- 
- uninstall-gtkconfDATA:
- 	@$(NORMAL_UNINSTALL)
-@@ -1362,7 +1361,7 @@
- uninstall-am: uninstall-libLTLIBRARIES uninstall-gtkconfDATA \
- 		uninstall-libgtkincludeHEADERS uninstall-local
- uninstall: uninstall-am
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
-+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install

Deleted: trunk/x11-toolkits/gtk12/files/patch-ah
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-ah	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-ah	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,11 +0,0 @@
---- docs/Makefile.in.orig	Fri Sep 24 09:13:34 1999
-+++ docs/Makefile.in	Sat Oct  9 22:15:26 1999
-@@ -99,7 +99,7 @@
- LT_RELEASE = @LT_RELEASE@
- LT_REVISION = @LT_REVISION@
- MAINT = @MAINT@
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- MKINSTALLDIRS = @MKINSTALLDIRS@
- NM = @NM@
- OBJDUMP = @OBJDUMP@

Added: trunk/x11-toolkits/gtk12/files/patch-configure
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-configure	                        (rev 0)
+++ trunk/x11-toolkits/gtk12/files/patch-configure	2015-05-04 22:55:37 UTC (rev 18796)
@@ -0,0 +1,10 @@
+--- configure.orig	Tue May 11 05:42:09 1999
++++ configure	Mon May 17 22:59:13 1999
+@@ -4446,6 +4446,7 @@
+   glib_thread_cflags="$GLIB_CFLAGS"
+   glib_libs=`$GLIB_CONFIG glib gmodule --libs`
+   glib_thread_libs="$GLIB_LIBS"
++  GLIB_CFLAGS="$glib_cflags"
+   GLIB_LIBS="$glib_libs"
+   GLIB_DEPLIBS="$glib_libs"
+ else


Property changes on: trunk/x11-toolkits/gtk12/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Copied: trunk/x11-toolkits/gtk12/files/patch-docs__Makefile.in (from rev 18676, trunk/x11-toolkits/gtk12/files/patch-ah)
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-docs__Makefile.in	                        (rev 0)
+++ trunk/x11-toolkits/gtk12/files/patch-docs__Makefile.in	2015-05-04 22:55:37 UTC (rev 18796)
@@ -0,0 +1,11 @@
+--- docs/Makefile.in.orig	Fri Sep 24 09:13:34 1999
++++ docs/Makefile.in	Sat Oct  9 22:15:26 1999
+@@ -99,7 +99,7 @@
+ LT_RELEASE = @LT_RELEASE@
+ LT_REVISION = @LT_REVISION@
+ MAINT = @MAINT@
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ NM = @NM@
+ OBJDUMP = @OBJDUMP@

Deleted: trunk/x11-toolkits/gtk12/files/patch-gdk.pc.in
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gdk.pc.in	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-gdk.pc.in	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,10 +0,0 @@
---- gdk.pc.in.orig	Wed Nov 29 20:18:35 2000
-+++ gdk.pc.in	Fri Jun 14 00:04:34 2002
-@@ -7,5 +7,5 @@
- Description: GIMP Drawing Kit
- Version: @VERSION@
- Requires: glib
--Libs: -L${libdir} @x_ldflags@ -lgdk @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
--Cflags: -I${includedir}/gtk-1.2 @x_cflags@
-+Libs: -L${libdir} @x_ldflags@ -lgdk-12 @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
-+Cflags: -I${includedir} @x_cflags@

Deleted: trunk/x11-toolkits/gtk12/files/patch-gdk::Makefile.in
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gdk::Makefile.in	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-gdk::Makefile.in	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,11 +0,0 @@
---- gdk/Makefile.in.orig	Tue Mar  6 10:45:09 2001
-+++ gdk/Makefile.in	Tue Mar  6 10:45:21 2001
-@@ -134,7 +134,7 @@
- lib_LTLIBRARIES = libgdk.la
- 
- # libtool stuff: set version and export symbols for resolving
--libgdkincludedir = $(includedir)/gtk-1.2/gdk
-+libgdkincludedir = $(includedir)/gdk
- libgdk_la_LDFLAGS = @STRIP_BEGIN@ 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 	-release $(LT_RELEASE) 	-export-dynamic 	@GLIB_DEPLIBS@		@x_ldflags@		@x_libs@		-lm		@STRIP_END@
- 
- 

Deleted: trunk/x11-toolkits/gtk12/files/patch-gdk::gdkimage.c
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gdk::gdkimage.c	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-gdk::gdkimage.c	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,11 +0,0 @@
---- gdk/gdkimage.c.orig	Wed Dec 19 08:39:12 2001
-+++ gdk/gdkimage.c	Wed Dec 19 08:39:19 2001
-@@ -213,7 +213,7 @@
- 
- 	      x_shm_info->shmid = shmget (IPC_PRIVATE,
- 					  private->ximage->bytes_per_line * private->ximage->height,
--					  IPC_CREAT | 0777);
-+					  IPC_CREAT | SHM_R | SHM_W);
- 
- 	      if (x_shm_info->shmid == -1)
- 		{

Added: trunk/x11-toolkits/gtk12/files/patch-gdk__gdkimage.c
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gdk__gdkimage.c	                        (rev 0)
+++ trunk/x11-toolkits/gtk12/files/patch-gdk__gdkimage.c	2015-05-04 22:55:37 UTC (rev 18796)
@@ -0,0 +1,11 @@
+--- gdk/gdkimage.c.orig	Wed Dec 19 08:39:12 2001
++++ gdk/gdkimage.c	Wed Dec 19 08:39:19 2001
+@@ -213,7 +213,7 @@
+ 
+ 	      x_shm_info->shmid = shmget (IPC_PRIVATE,
+ 					  private->ximage->bytes_per_line * private->ximage->height,
+-					  IPC_CREAT | 0777);
++					  IPC_CREAT | SHM_R | SHM_W);
+ 
+ 	      if (x_shm_info->shmid == -1)
+ 		{


Property changes on: trunk/x11-toolkits/gtk12/files/patch-gdk__gdkimage.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/x11-toolkits/gtk12/files/patch-gtk+.pc.in
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gtk+.pc.in	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-gtk+.pc.in	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,12 +0,0 @@
-
-$FreeBSD: ports/x11-toolkits/gtk12/files/patch-gtk+.pc.in,v 1.2 2006/02/23 10:40:18 ade Exp $
-
---- gtk+.pc.in	2002/06/10 15:32:34	1.1
-+++ gtk+.pc.in	2002/06/10 15:32:40
-@@ -7,5 +7,5 @@
- Description: GIMP Tool Kit
- Version: @VERSION@
- Requires: gdk
--Libs: -L${libdir} -lgtk
-+Libs: -L${libdir} -lgtk-12
- Cflags: 

Index: trunk/x11-toolkits/gtk12/files/patch-gtk.m4
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gtk.m4	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-gtk.m4	2015-05-04 22:55:37 UTC (rev 18796)

Property changes on: trunk/x11-toolkits/gtk12/files/patch-gtk.m4
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Copied: trunk/x11-toolkits/gtk12/files/patch-gtk__Makefile.in (from rev 18676, trunk/x11-toolkits/gtk12/files/patch-ag)
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gtk__Makefile.in	                        (rev 0)
+++ trunk/x11-toolkits/gtk12/files/patch-gtk__Makefile.in	2015-05-04 22:55:37 UTC (rev 18796)
@@ -0,0 +1,31 @@
+--- gtk/Makefile.in.orig	Mon Apr  2 12:14:13 2001
++++ gtk/Makefile.in	Wed Apr 20 14:32:17 2005
+@@ -125,7 +125,7 @@
+ x_libs = @x_libs@
+ xinput_progs = @xinput_progs@
+ 
+-INCLUDES = @STRIP_BEGIN@ 	-DG_LOG_DOMAIN=\"Gtk\"					-DGTK_DISABLE_COMPAT_H					-DGTK_LIBDIR=\"$(libdir)\"	     	        	-DGTK_DATA_PREFIX=\"$(prefix)\"				-DGTK_SYSCONFDIR=\"$(sysconfdir)\"			-DGTK_LOCALEDIR=\"$(gtklocaledir)\"			-I$(top_srcdir)						@GTK_DEBUG_FLAGS@					@GTK_XIM_FLAGS@						@GTK_LOCALE_FLAGS@					@GLIB_CFLAGS@						@x_cflags@					@STRIP_END@
++INCLUDES = @STRIP_BEGIN@ 	-DG_LOG_DOMAIN=\"Gtk\"					-DGTK_DISABLE_COMPAT_H					-DGTK_LIBDIR=\"$(libdir)\"	     	        	-DGTK_DATA_PREFIX=\"$(prefix)\"				-DGTK_SYSCONFDIR=\"$(gtkconfdir)\"			-DGTK_LOCALEDIR=\"$(gtklocaledir)\"			-I$(top_srcdir)						@GTK_DEBUG_FLAGS@					@GTK_XIM_FLAGS@						@GTK_LOCALE_FLAGS@					@GLIB_CFLAGS@						@x_cflags@					@STRIP_END@
+ 
+ 
+ #
+@@ -190,8 +190,8 @@
+ gen_sources = xgen-gdef xgen-gtbh xgen-gtbvc xgen-gtbic xgen-gtbec xgen-gmh xgen-gmc
+ CLEANFILES =  $(gen_sources)
+ 
+-gtkconfdir = $(sysconfdir)/gtk
+-gtkconf_DATA = gtkrc.az gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja 	gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 	gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 	gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.zh_TW.big5 	gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps 	gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 gtkrc.cp1255
++gtkconfdir = $(datadir)/themes/Default/gtk
++gtkconf_DATA = gtkrc.az gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja 	gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 	gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 	gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.zh_TW.Big5 	gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps 	gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 gtkrc.cp1255
+ 
+ 
+ #
+@@ -1362,7 +1362,7 @@
+ uninstall-am: uninstall-libLTLIBRARIES uninstall-gtkconfDATA \
+ 		uninstall-libgtkincludeHEADERS uninstall-local
+ uninstall: uninstall-am
+-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
++all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ all-redirect: all-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install

Index: trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.c
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.c	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.c	2015-05-04 22:55:37 UTC (rev 18796)

Property changes on: trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.ru
===================================================================
--- trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.ru	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.ru	2015-05-04 22:55:37 UTC (rev 18796)

Property changes on: trunk/x11-toolkits/gtk12/files/patch-gtk__gtkrc.ru
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/x11-toolkits/gtk12/pkg-plist
===================================================================
--- trunk/x11-toolkits/gtk12/pkg-plist	2015-05-04 22:46:18 UTC (rev 18795)
+++ trunk/x11-toolkits/gtk12/pkg-plist	2015-05-04 22:55:37 UTC (rev 18796)
@@ -1,172 +1,136 @@
 bin/gtk-config
 bin/gtk12-config
-include/gtk12/gdk/gdk.h
-include/gtk12/gdk/gdkcursors.h
-include/gtk12/gdk/gdki18n.h
-include/gtk12/gdk/gdkkeysyms.h
-include/gtk12/gdk/gdkprivate.h
-include/gtk12/gdk/gdkrgb.h
-include/gtk12/gdk/gdktypes.h
-include/gtk12/gdk/gdkx.h
-include/gtk12/gtk/gtk.h
-include/gtk12/gtk/gtkaccelgroup.h
-include/gtk12/gtk/gtkaccellabel.h
-include/gtk12/gtk/gtkadjustment.h
-include/gtk12/gtk/gtkalignment.h
-include/gtk12/gtk/gtkarg.h
-include/gtk12/gtk/gtkarrow.h
-include/gtk12/gtk/gtkaspectframe.h
-include/gtk12/gtk/gtkbbox.h
-include/gtk12/gtk/gtkbin.h
-include/gtk12/gtk/gtkbindings.h
-include/gtk12/gtk/gtkbox.h
-include/gtk12/gtk/gtkbutton.h
-include/gtk12/gtk/gtkcalendar.h
-include/gtk12/gtk/gtkcheckbutton.h
-include/gtk12/gtk/gtkcheckmenuitem.h
-include/gtk12/gtk/gtkclist.h
-include/gtk12/gtk/gtkcolorsel.h
-include/gtk12/gtk/gtkcombo.h
-include/gtk12/gtk/gtkcompat.h
-include/gtk12/gtk/gtkcontainer.h
-include/gtk12/gtk/gtkctree.h
-include/gtk12/gtk/gtkcurve.h
-include/gtk12/gtk/gtkdata.h
-include/gtk12/gtk/gtkdebug.h
-include/gtk12/gtk/gtkdialog.h
-include/gtk12/gtk/gtkdnd.h
-include/gtk12/gtk/gtkdrawingarea.h
-include/gtk12/gtk/gtkeditable.h
-include/gtk12/gtk/gtkentry.h
-include/gtk12/gtk/gtkenums.h
-include/gtk12/gtk/gtkeventbox.h
-include/gtk12/gtk/gtkfeatures.h
-include/gtk12/gtk/gtkfilesel.h
-include/gtk12/gtk/gtkfixed.h
-include/gtk12/gtk/gtkfontsel.h
-include/gtk12/gtk/gtkframe.h
-include/gtk12/gtk/gtkgamma.h
-include/gtk12/gtk/gtkgc.h
-include/gtk12/gtk/gtkhandlebox.h
-include/gtk12/gtk/gtkhbbox.h
-include/gtk12/gtk/gtkhbox.h
-include/gtk12/gtk/gtkhpaned.h
-include/gtk12/gtk/gtkhruler.h
-include/gtk12/gtk/gtkhscale.h
-include/gtk12/gtk/gtkhscrollbar.h
-include/gtk12/gtk/gtkhseparator.h
-include/gtk12/gtk/gtkimage.h
-include/gtk12/gtk/gtkinputdialog.h
-include/gtk12/gtk/gtkinvisible.h
-include/gtk12/gtk/gtkitem.h
-include/gtk12/gtk/gtkitemfactory.h
-include/gtk12/gtk/gtklabel.h
-include/gtk12/gtk/gtklayout.h
-include/gtk12/gtk/gtklist.h
-include/gtk12/gtk/gtklistitem.h
-include/gtk12/gtk/gtkmain.h
-include/gtk12/gtk/gtkmarshal.h
-include/gtk12/gtk/gtkmenu.h
-include/gtk12/gtk/gtkmenubar.h
-include/gtk12/gtk/gtkmenufactory.h
-include/gtk12/gtk/gtkmenuitem.h
-include/gtk12/gtk/gtkmenushell.h
-include/gtk12/gtk/gtkmisc.h
-include/gtk12/gtk/gtknotebook.h
-include/gtk12/gtk/gtkobject.h
-include/gtk12/gtk/gtkoptionmenu.h
-include/gtk12/gtk/gtkpacker.h
-include/gtk12/gtk/gtkpaned.h
-include/gtk12/gtk/gtkpixmap.h
-include/gtk12/gtk/gtkplug.h
-include/gtk12/gtk/gtkpreview.h
-include/gtk12/gtk/gtkprivate.h
-include/gtk12/gtk/gtkprogress.h
-include/gtk12/gtk/gtkprogressbar.h
-include/gtk12/gtk/gtkradiobutton.h
-include/gtk12/gtk/gtkradiomenuitem.h
-include/gtk12/gtk/gtkrange.h
-include/gtk12/gtk/gtkrc.h
-include/gtk12/gtk/gtkruler.h
-include/gtk12/gtk/gtkscale.h
-include/gtk12/gtk/gtkscrollbar.h
-include/gtk12/gtk/gtkscrolledwindow.h
-include/gtk12/gtk/gtkselection.h
-include/gtk12/gtk/gtkseparator.h
-include/gtk12/gtk/gtksignal.h
-include/gtk12/gtk/gtksocket.h
-include/gtk12/gtk/gtkspinbutton.h
-include/gtk12/gtk/gtkstatusbar.h
-include/gtk12/gtk/gtkstyle.h
-include/gtk12/gtk/gtktable.h
-include/gtk12/gtk/gtktearoffmenuitem.h
-include/gtk12/gtk/gtktext.h
-include/gtk12/gtk/gtkthemes.h
-include/gtk12/gtk/gtktipsquery.h
-include/gtk12/gtk/gtktogglebutton.h
-include/gtk12/gtk/gtktoolbar.h
-include/gtk12/gtk/gtktooltips.h
-include/gtk12/gtk/gtktree.h
-include/gtk12/gtk/gtktreeitem.h
-include/gtk12/gtk/gtktypebuiltins.h
-include/gtk12/gtk/gtktypeutils.h
-include/gtk12/gtk/gtkvbbox.h
-include/gtk12/gtk/gtkvbox.h
-include/gtk12/gtk/gtkviewport.h
-include/gtk12/gtk/gtkvpaned.h
-include/gtk12/gtk/gtkvruler.h
-include/gtk12/gtk/gtkvscale.h
-include/gtk12/gtk/gtkvscrollbar.h
-include/gtk12/gtk/gtkvseparator.h
-include/gtk12/gtk/gtkwidget.h
-include/gtk12/gtk/gtkwindow.h
-lib/libgdk-12.a
-lib/libgdk-12.so
-lib/libgdk-12.so.2
-lib/libgtk-12.a
-lib/libgtk-12.so
-lib/libgtk-12.so.2
+include/gtk-1.2/gdk/gdk.h
+include/gtk-1.2/gdk/gdkcursors.h
+include/gtk-1.2/gdk/gdki18n.h
+include/gtk-1.2/gdk/gdkkeysyms.h
+include/gtk-1.2/gdk/gdkprivate.h
+include/gtk-1.2/gdk/gdkrgb.h
+include/gtk-1.2/gdk/gdktypes.h
+include/gtk-1.2/gdk/gdkx.h
+include/gtk-1.2/gtk/gtk.h
+include/gtk-1.2/gtk/gtkaccelgroup.h
+include/gtk-1.2/gtk/gtkaccellabel.h
+include/gtk-1.2/gtk/gtkadjustment.h
+include/gtk-1.2/gtk/gtkalignment.h
+include/gtk-1.2/gtk/gtkarg.h
+include/gtk-1.2/gtk/gtkarrow.h
+include/gtk-1.2/gtk/gtkaspectframe.h
+include/gtk-1.2/gtk/gtkbbox.h
+include/gtk-1.2/gtk/gtkbin.h
+include/gtk-1.2/gtk/gtkbindings.h
+include/gtk-1.2/gtk/gtkbox.h
+include/gtk-1.2/gtk/gtkbutton.h
+include/gtk-1.2/gtk/gtkcalendar.h
+include/gtk-1.2/gtk/gtkcheckbutton.h
+include/gtk-1.2/gtk/gtkcheckmenuitem.h
+include/gtk-1.2/gtk/gtkclist.h
+include/gtk-1.2/gtk/gtkcolorsel.h
+include/gtk-1.2/gtk/gtkcombo.h
+include/gtk-1.2/gtk/gtkcompat.h
+include/gtk-1.2/gtk/gtkcontainer.h
+include/gtk-1.2/gtk/gtkctree.h
+include/gtk-1.2/gtk/gtkcurve.h
+include/gtk-1.2/gtk/gtkdata.h
+include/gtk-1.2/gtk/gtkdebug.h
+include/gtk-1.2/gtk/gtkdialog.h
+include/gtk-1.2/gtk/gtkdnd.h
+include/gtk-1.2/gtk/gtkdrawingarea.h
+include/gtk-1.2/gtk/gtkeditable.h
+include/gtk-1.2/gtk/gtkentry.h
+include/gtk-1.2/gtk/gtkenums.h
+include/gtk-1.2/gtk/gtkeventbox.h
+include/gtk-1.2/gtk/gtkfeatures.h
+include/gtk-1.2/gtk/gtkfilesel.h
+include/gtk-1.2/gtk/gtkfixed.h
+include/gtk-1.2/gtk/gtkfontsel.h
+include/gtk-1.2/gtk/gtkframe.h
+include/gtk-1.2/gtk/gtkgamma.h
+include/gtk-1.2/gtk/gtkgc.h
+include/gtk-1.2/gtk/gtkhandlebox.h
+include/gtk-1.2/gtk/gtkhbbox.h
+include/gtk-1.2/gtk/gtkhbox.h
+include/gtk-1.2/gtk/gtkhpaned.h
+include/gtk-1.2/gtk/gtkhruler.h
+include/gtk-1.2/gtk/gtkhscale.h
+include/gtk-1.2/gtk/gtkhscrollbar.h
+include/gtk-1.2/gtk/gtkhseparator.h
+include/gtk-1.2/gtk/gtkimage.h
+include/gtk-1.2/gtk/gtkinputdialog.h
+include/gtk-1.2/gtk/gtkinvisible.h
+include/gtk-1.2/gtk/gtkitem.h
+include/gtk-1.2/gtk/gtkitemfactory.h
+include/gtk-1.2/gtk/gtklabel.h
+include/gtk-1.2/gtk/gtklayout.h
+include/gtk-1.2/gtk/gtklist.h
+include/gtk-1.2/gtk/gtklistitem.h
+include/gtk-1.2/gtk/gtkmain.h
+include/gtk-1.2/gtk/gtkmarshal.h
+include/gtk-1.2/gtk/gtkmenu.h
+include/gtk-1.2/gtk/gtkmenubar.h
+include/gtk-1.2/gtk/gtkmenufactory.h
+include/gtk-1.2/gtk/gtkmenuitem.h
+include/gtk-1.2/gtk/gtkmenushell.h
+include/gtk-1.2/gtk/gtkmisc.h
+include/gtk-1.2/gtk/gtknotebook.h
+include/gtk-1.2/gtk/gtkobject.h
+include/gtk-1.2/gtk/gtkoptionmenu.h
+include/gtk-1.2/gtk/gtkpacker.h
+include/gtk-1.2/gtk/gtkpaned.h
+include/gtk-1.2/gtk/gtkpixmap.h
+include/gtk-1.2/gtk/gtkplug.h
+include/gtk-1.2/gtk/gtkpreview.h
+include/gtk-1.2/gtk/gtkprivate.h
+include/gtk-1.2/gtk/gtkprogress.h
+include/gtk-1.2/gtk/gtkprogressbar.h
+include/gtk-1.2/gtk/gtkradiobutton.h
+include/gtk-1.2/gtk/gtkradiomenuitem.h
+include/gtk-1.2/gtk/gtkrange.h
+include/gtk-1.2/gtk/gtkrc.h
+include/gtk-1.2/gtk/gtkruler.h
+include/gtk-1.2/gtk/gtkscale.h
+include/gtk-1.2/gtk/gtkscrollbar.h
+include/gtk-1.2/gtk/gtkscrolledwindow.h
+include/gtk-1.2/gtk/gtkselection.h
+include/gtk-1.2/gtk/gtkseparator.h
+include/gtk-1.2/gtk/gtksignal.h
+include/gtk-1.2/gtk/gtksocket.h
+include/gtk-1.2/gtk/gtkspinbutton.h
+include/gtk-1.2/gtk/gtkstatusbar.h
+include/gtk-1.2/gtk/gtkstyle.h
+include/gtk-1.2/gtk/gtktable.h
+include/gtk-1.2/gtk/gtktearoffmenuitem.h
+include/gtk-1.2/gtk/gtktext.h
+include/gtk-1.2/gtk/gtkthemes.h
+include/gtk-1.2/gtk/gtktipsquery.h
+include/gtk-1.2/gtk/gtktogglebutton.h
+include/gtk-1.2/gtk/gtktoolbar.h
+include/gtk-1.2/gtk/gtktooltips.h
+include/gtk-1.2/gtk/gtktree.h
+include/gtk-1.2/gtk/gtktreeitem.h
+include/gtk-1.2/gtk/gtktypebuiltins.h
+include/gtk-1.2/gtk/gtktypeutils.h
+include/gtk-1.2/gtk/gtkvbbox.h
+include/gtk-1.2/gtk/gtkvbox.h
+include/gtk-1.2/gtk/gtkviewport.h
+include/gtk-1.2/gtk/gtkvpaned.h
+include/gtk-1.2/gtk/gtkvruler.h
+include/gtk-1.2/gtk/gtkvscale.h
+include/gtk-1.2/gtk/gtkvscrollbar.h
+include/gtk-1.2/gtk/gtkvseparator.h
+include/gtk-1.2/gtk/gtkwidget.h
+include/gtk-1.2/gtk/gtkwindow.h
+lib/libgdk-1.2.so.0
+lib/libgdk-1.2.so.0.9.1
+lib/libgdk.a
+lib/libgdk.so
+lib/libgtk-1.2.so.0
+lib/libgtk-1.2.so.0.9.1
+lib/libgtk.a
+lib/libgtk.so
 libdata/pkgconfig/gdk.pc
 libdata/pkgconfig/gtk+.pc
 share/aclocal/gtk.m4
-%%NLS%%share/locale/az/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/da/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/de/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/el/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/es/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/et/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/ga/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/it/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/no/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/sp/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/wa/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo
-%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo
 share/themes/Default/gtk/gtkrc
 share/themes/Default/gtk/gtkrc.az
 share/themes/Default/gtk/gtkrc.be
@@ -219,15 +183,5 @@
 share/themes/Default/gtk/gtkrc.yi
 share/themes/Default/gtk/gtkrc.zh_CN
 share/themes/Default/gtk/gtkrc.zh_TW.Big5
- at exec mkdir -p %D/lib/gtk/themes/engines
-%%NLS%%@dirrmtry share/locale/sp/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sp
- at dirrm lib/gtk/themes/engines
- at dirrm lib/gtk/themes
- at dirrm lib/gtk
- at dirrm share/themes/Default/gtk
- at dirrm share/themes/Default
- at dirrm include/gtk12/gtk
- at dirrm include/gtk12/gdk
- at dirrm include/gtk12
- at unexec /bin/rmdir %D/share/themes 2>/dev/null || /usr/bin/true
+man/man1/gtk-config.1.gz
+ at dir lib/gtk/themes/engines



More information about the Midnightbsd-cvs mailing list