mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 2.12.1.
This commit is contained in:
parent
658c3a1f53
commit
3d675decde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147324
@ -3,10 +3,11 @@
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.24 2005/10/03 16:28:50 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome
|
||||
PORTVERSION= 2.10.0
|
||||
PORTVERSION= 2.12.1
|
||||
CATEGORIES= x11-toolkits python gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/..$//}
|
||||
@ -25,7 +26,8 @@ USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= gnomehack libgnomeui pygtk2
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
@ -34,6 +36,16 @@ EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
||||
|
||||
CONFLICTS= py*-gnome-1*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 503001
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnomevfs_Makefile.in
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' \
|
||||
${WRKSRC}/gnomevfs/Makefile.in
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${EG_DST_DIR}
|
||||
@ -43,4 +55,4 @@ post-install:
|
||||
${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gnome2/gnome-python-2.10.0.tar.bz2) = 018c210bc5e2e9be36791bede9dbdc73
|
||||
SIZE (gnome2/gnome-python-2.10.0.tar.bz2) = 359598
|
||||
MD5 (gnome2/gnome-python-2.12.1.tar.bz2) = 7f772bd8a209c1f1f42d9e52e12aed5b
|
||||
SIZE (gnome2/gnome-python-2.12.1.tar.bz2) = 376463
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- gnomevfs/Makefile.in.orig Thu Jul 14 03:25:16 2005
|
||||
+++ gnomevfs/Makefile.in Thu Jul 14 03:25:26 2005
|
||||
@@ -278,7 +278,7 @@
|
||||
libpythonmethod_la_CFLAGS = $(GNOME_VFS_MODULE_CFLAGS) -DGNOME_VFS_PYTHON_DIR="\"$(vfsmethoddir)\""
|
||||
libpythonmethod_la_SOURCES = gnome-vfs-python-method.c
|
||||
libpythonmethod_la_LDFLAGS = $(common_ldflags) -export-symbols-regex "vfs_module_(init|shutdown)"
|
||||
-libpythonmethod_la_LIBADD = $(GNOME_VFS_MODULE_LIBS) -lpython$(PYTHON_VERSION)
|
||||
+libpythonmethod_la_LIBADD = $(GNOME_VFS_MODULE_LIBS) -l$(PYTHON_VERSION)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
11
x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in
Normal file
11
x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- gnomevfs/Makefile.in.orig Sat Sep 3 15:51:39 2005
|
||||
+++ gnomevfs/Makefile.in Sat Sep 3 15:52:19 2005
|
||||
@@ -276,7 +276,7 @@
|
||||
|
||||
gpincdir = $(includedir)/gnome-python-2.0
|
||||
gpinc_HEADERS = pygnomevfs.h
|
||||
-vfsmethoddir = $(libdir)/gnome-vfs-2.0/modules
|
||||
+vfsmethoddir = %%X11BASE%%/lib/gnome-vfs-2.0/modules
|
||||
@BUILD_PYVFSMODULE_FALSE@vfsmethod_LTLIBRARIES =
|
||||
@BUILD_PYVFSMODULE_TRUE@vfsmethod_LTLIBRARIES = libpythonmethod.la
|
||||
libpythonmethod_la_CFLAGS = $(GNOME_VFS_MODULE_CFLAGS) -DGNOME_VFS_PYTHON_DIR="\"$(vfsmethoddir)\""
|
@ -1,3 +1,4 @@
|
||||
include/gnome-python-2.0/pygnomevfs.h
|
||||
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyo
|
||||
@ -25,6 +26,7 @@ libdata/pkgconfig/gnome-python-2.0.pc
|
||||
%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/README
|
||||
%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/echo-client.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/bonobo/unknown.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-curve.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-example.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/gconf/basic-gconf-app.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/gconf/simple-controller.py
|
||||
@ -32,6 +34,10 @@ libdata/pkgconfig/gnome-python-2.0.pc
|
||||
%%PORTDOCS%%share/examples/py-gnome/popt/popt.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/async-xfer.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/async.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/cancellation.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/README
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.conf
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/shell.py
|
||||
%%PORTDOCS%%share/examples/py-gnome/vfs/sync-xfer.py
|
||||
share/pygtk/2.0/argtypes/bonobo-arg-types.py
|
||||
@ -50,6 +56,7 @@ share/pygtk/2.0/defs/gnome-types.defs
|
||||
share/pygtk/2.0/defs/gnome.defs
|
||||
share/pygtk/2.0/defs/ui.defs
|
||||
@dirrm share/pygtk/2.0/argtypes
|
||||
%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs/pygvfsmethod
|
||||
%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs
|
||||
%%PORTDOCS%%@dirrm share/examples/py-gnome/popt
|
||||
%%PORTDOCS%%@dirrm share/examples/py-gnome/gconf
|
||||
@ -60,3 +67,6 @@ share/pygtk/2.0/defs/ui.defs
|
||||
%%PORTDOCS%%@dirrm share/examples/py-gnome
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnome
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo
|
||||
@dirrm include/gnome-python-2.0
|
||||
@cwd %%X11BASE%%
|
||||
lib/gnome-vfs-2.0/modules/libpythonmethod.so
|
||||
|
Loading…
Reference in New Issue
Block a user