mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 0.9
This commit is contained in:
parent
183d70e56f
commit
4ccc581fda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33380
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gconf
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/GConf
|
||||
@ -18,7 +18,8 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
xml.5:${PORTSDIR}/textproc/libxml \
|
||||
popt.0:${PORTSDIR}/devel/popt \
|
||||
guile.9:${PORTSDIR}/lang/guile \
|
||||
oaf.0:${PORTSDIR}/devel/oaf
|
||||
oaf.0:${PORTSDIR}/devel/oaf \
|
||||
iconv.1:${PORTSDIR}/converters/iconv
|
||||
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
@ -33,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
LIBS="-L${LOCALBASE}/lib -liconv"
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GConf-0.8.tar.gz) = 57258919431085a58b16269c63b92ff3
|
||||
MD5 (GConf-0.9.tar.gz) = c7c7b95b02ee7fd494aa05d25774d6f6
|
||||
|
@ -9,11 +9,11 @@ etc/gconf/gconf.xml.defaults/schemas/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/standard/%gconf.xml
|
||||
etc/gconf/schemas/desktop.schemas
|
||||
include/gconf/1/gconf/gconf-backend.h
|
||||
include/gconf/1/gconf/gconf-changeset.h
|
||||
include/gconf/1/gconf/gconf-client.h
|
||||
include/gconf/1/gconf/gconf-engine.h
|
||||
include/gconf/1/gconf/gconf-error.h
|
||||
include/gconf/1/gconf/gconf-glib-public.h
|
||||
include/gconf/1/gconf/gconf-listeners.h
|
||||
include/gconf/1/gconf/gconf-schema.h
|
||||
include/gconf/1/gconf/gconf-value.h
|
||||
@ -21,10 +21,10 @@ include/gconf/1/gconf/gconf.h
|
||||
lib/GConf/1/libgconfbackend-xml.so
|
||||
lib/libgconf-1.a
|
||||
lib/libgconf-1.so
|
||||
lib/libgconf-1.so.0
|
||||
lib/libgconf-1.so.1
|
||||
lib/libgconf-gtk-1.a
|
||||
lib/libgconf-gtk-1.so
|
||||
lib/libgconf-gtk-1.so.0
|
||||
lib/libgconf-gtk-1.so.1
|
||||
share/aclocal/gconf-1.m4
|
||||
share/gnome/oaf/gconfd-1.oafinfo
|
||||
share/locale/ca/LC_MESSAGES/GConf.mo
|
||||
@ -36,6 +36,7 @@ share/locale/fi/LC_MESSAGES/GConf.mo
|
||||
share/locale/fr/LC_MESSAGES/GConf.mo
|
||||
share/locale/ga/LC_MESSAGES/GConf.mo
|
||||
share/locale/ja/LC_MESSAGES/GConf.mo
|
||||
share/locale/ko/LC_MESSAGES/GConf.mo
|
||||
share/locale/no/LC_MESSAGES/GConf.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/GConf.mo
|
||||
share/locale/ru/LC_MESSAGES/GConf.mo
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gconf
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/GConf
|
||||
@ -18,7 +18,8 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
xml.5:${PORTSDIR}/textproc/libxml \
|
||||
popt.0:${PORTSDIR}/devel/popt \
|
||||
guile.9:${PORTSDIR}/lang/guile \
|
||||
oaf.0:${PORTSDIR}/devel/oaf
|
||||
oaf.0:${PORTSDIR}/devel/oaf \
|
||||
iconv.1:${PORTSDIR}/converters/iconv
|
||||
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
@ -33,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
LIBS="-L${LOCALBASE}/lib -liconv"
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GConf-0.8.tar.gz) = 57258919431085a58b16269c63b92ff3
|
||||
MD5 (GConf-0.9.tar.gz) = c7c7b95b02ee7fd494aa05d25774d6f6
|
||||
|
@ -9,11 +9,11 @@ etc/gconf/gconf.xml.defaults/schemas/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/standard/%gconf.xml
|
||||
etc/gconf/schemas/desktop.schemas
|
||||
include/gconf/1/gconf/gconf-backend.h
|
||||
include/gconf/1/gconf/gconf-changeset.h
|
||||
include/gconf/1/gconf/gconf-client.h
|
||||
include/gconf/1/gconf/gconf-engine.h
|
||||
include/gconf/1/gconf/gconf-error.h
|
||||
include/gconf/1/gconf/gconf-glib-public.h
|
||||
include/gconf/1/gconf/gconf-listeners.h
|
||||
include/gconf/1/gconf/gconf-schema.h
|
||||
include/gconf/1/gconf/gconf-value.h
|
||||
@ -21,10 +21,10 @@ include/gconf/1/gconf/gconf.h
|
||||
lib/GConf/1/libgconfbackend-xml.so
|
||||
lib/libgconf-1.a
|
||||
lib/libgconf-1.so
|
||||
lib/libgconf-1.so.0
|
||||
lib/libgconf-1.so.1
|
||||
lib/libgconf-gtk-1.a
|
||||
lib/libgconf-gtk-1.so
|
||||
lib/libgconf-gtk-1.so.0
|
||||
lib/libgconf-gtk-1.so.1
|
||||
share/aclocal/gconf-1.m4
|
||||
share/gnome/oaf/gconfd-1.oafinfo
|
||||
share/locale/ca/LC_MESSAGES/GConf.mo
|
||||
@ -36,6 +36,7 @@ share/locale/fi/LC_MESSAGES/GConf.mo
|
||||
share/locale/fr/LC_MESSAGES/GConf.mo
|
||||
share/locale/ga/LC_MESSAGES/GConf.mo
|
||||
share/locale/ja/LC_MESSAGES/GConf.mo
|
||||
share/locale/ko/LC_MESSAGES/GConf.mo
|
||||
share/locale/no/LC_MESSAGES/GConf.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/GConf.mo
|
||||
share/locale/ru/LC_MESSAGES/GConf.mo
|
||||
|
Loading…
Reference in New Issue
Block a user