mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.0.9.
PR: 35920 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
parent
34563cbc98
commit
c10106aaee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56163
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gconf
|
||||
PORTVERSION= 1.0.8
|
||||
PORTVERSION= 1.0.9
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/GConf
|
||||
@ -27,6 +27,7 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome/GConf-1.0.8.tar.bz2) = 3a7c7a1ba84e29c24f1522e53eab89cc
|
||||
MD5 (gnome/GConf-1.0.9.tar.bz2) = 613aea1d9b7a9c504f52217451c7bf99
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/gconf-config
|
||||
bin/gconf-config-1
|
||||
bin/gconf-sanity-check-1
|
||||
bin/gconfd-1
|
||||
bin/gconftool
|
||||
bin/gconftool-1
|
||||
@ -55,7 +56,7 @@ share/locale/sl/LC_MESSAGES/GConf.mo
|
||||
share/locale/sv/LC_MESSAGES/GConf.mo
|
||||
share/locale/tr/LC_MESSAGES/GConf.mo
|
||||
share/locale/uk/LC_MESSAGES/GConf.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/GConf.mo
|
||||
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/apps
|
||||
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps
|
||||
@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user