1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Update to 0.18

Tested by:	-exp run (pav)
Hat:		Extra kevlar
This commit is contained in:
Ade Lovett 2010-05-31 01:51:55 +00:00
parent 31ca867cd3
commit 652fce3d1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255370
6 changed files with 38 additions and 61 deletions

View File

@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20100530:
AFFECTS: users of devel/gettext (i.e.: YOU)
AUTHOR: ade@FreeBSD.org
Another version of gettext (0.18), and another shlib version bump
(from intl.7 to intl.8)
All ports that have an identifiable known direct dependency on gettext
have had their PORTREVISIONs bumped. If after upgrading:
# portupgrade -rf gettext
# portmaster -r gettext
there are still ports on your system that are looking for libintl.so.7
(either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file
a PR so that a correct direct dependency can be added.
20100524:
AFFECTS: users of devel/darcs, ports-mgmt/porte, textproc/pandoc,
x11/xmobar, x11-wm/xmonad, x11-wm/xmonad-contrib

View File

@ -6,8 +6,7 @@
#
PORTNAME= gettext
PORTVERSION= 0.17
PORTREVISION= 1
PORTVERSION= 0.18
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
@ -19,7 +18,7 @@ MAINTAINER= autotools@FreeBSD.org
COMMENT= GNU gettext package
USE_ICONV= yes
LIBTOOLFILES= autoconf-lib-link/configure gettext-runtime/configure \
LIBTOOLFILES= gettext-runtime/configure \
gettext-runtime/libasprintf/configure gettext-tools/configure
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= ACLOCAL="${TRUE}" \

View File

@ -1,3 +1,3 @@
MD5 (gettext-0.17.tar.gz) = 58a2bc6d39c0ba57823034d55d65d606
SHA256 (gettext-0.17.tar.gz) = 209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba
SIZE (gettext-0.17.tar.gz) = 11640890
MD5 (gettext-0.18.tar.gz) = d52a3e061032a1ed13856d42fc86f0fd
SHA256 (gettext-0.18.tar.gz) = 02342c1de18c03c601f8b91cbd896b70486a4b945bd816f34541e0d7b5a96fe5
SIZE (gettext-0.18.tar.gz) = 12011166

View File

@ -1,14 +1,9 @@
--- gettext-tools/misc/Makefile.in.orig Mon Mar 14 07:24:11 2005
+++ gettext-tools/misc/Makefile.in Mon Mar 14 20:40:33 2005
@@ -447,11 +447,9 @@
list='$(lisp_LISP)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
--- gettext-tools/misc/Makefile.in.orig 2010-05-09 11:58:59.000000000 -0700
+++ gettext-tools/misc/Makefile.in 2010-05-17 18:05:21.000000000 -0700
@@ -1285,6 +1285,4 @@
$(am__strip_dir) \
- echo " $(lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \
$(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f"; \
$(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f" || exit $$?; \
if test -f $${p}c; then \
echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
- $(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c"; \
else : ; fi; \
done; \
else : ; fi
- echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
$(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c" || exit $$?; \

View File

@ -1,40 +0,0 @@
--- gettext-runtime/intl/Makefile.in.orig 2007-11-04 21:21:12.000000000 +0000
+++ gettext-runtime/intl/Makefile.in 2007-12-12 03:28:44.000000000 +0000
@@ -79,3 +79,3 @@
DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
--DLIBDIR=\"$(libdir)\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL \
+-DLIBDIR=\"$(prefix)/libdata\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL \
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
@@ -195,3 +195,3 @@
$(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
- $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ @LTLIBC@ \
+ $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ \
$(OBJECTS_RES_@WOE32@) \
@@ -369,18 +369,2 @@
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
- test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir); \
- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
- dest=$(DESTDIR)$(libdir)/charset.alias; \
- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
- orig=$(DESTDIR)$(libdir)/charset.alias; \
- sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
- rm -f $$temp; \
- else \
- if test @GLIBC21@ = no; then \
- orig=charset.alias; \
- sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
- rm -f $$temp; \
- fi; \
- fi; \
$(mkdir_p) $(DESTDIR)$(localedir); \
@@ -472,5 +456,5 @@
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
- dest=$(DESTDIR)$(libdir)/charset.alias; \
+ if test -f $(DESTDIR)$(prefix)/libdata/charset.alias; then \
+ temp=$(DESTDIR)$(prefix)/libdata/t-charset.alias; \
+ dest=$(DESTDIR)$(prefix)/libdata/charset.alias; \
sed -f ref-del.sed $$dest > $$temp; \

View File

@ -36,20 +36,21 @@ lib/libgettextlib.so
lib/libgettextpo.a
lib/libgettextpo.la
lib/libgettextpo.so
lib/libgettextpo.so.4
lib/libgettextpo.so.5
lib/libgettextsrc.la
lib/libgettextsrc-%%VERSION%%.so
lib/libgettextsrc.so
lib/libintl.a
lib/libintl.la
lib/libintl.so
lib/libintl.so.8
lib/libintl.so.9
libdata/gettext-tools/hostname
libdata/gettext-tools/project-id
libdata/gettext-tools/urlget
libdata/gettext-tools/user-email
share/aclocal/codeset.m4
share/aclocal/gettext.m4
share/aclocal/fcntl-o.m4
share/aclocal/glibc2.m4
share/aclocal/glibc21.m4
share/aclocal/iconv.m4
@ -72,6 +73,7 @@ share/aclocal/printf-posix.m4
share/aclocal/progtest.m4
share/aclocal/size_max.m4
share/aclocal/stdint_h.m4
share/aclocal/threadlib.m4
share/aclocal/uintmax_t.m4
share/aclocal/visibility.m4
share/aclocal/wchar_t.m4
@ -140,7 +142,7 @@ share/aclocal/xsize.m4
share/emacs/site-lisp/po-compat.el
share/emacs/site-lisp/po-mode.el
%%DATADIR%%/ABOUT-NLS
%%DATADIR%%/archive.tar.gz
%%DATADIR%%/archive.cvs.tar.gz
%%DATADIR%%/config.rpath
%%DATADIR%%/gettext.h
%%DATADIR%%/intl/COPYING.LIB-2.0
@ -197,7 +199,9 @@ share/emacs/site-lisp/po-mode.el
%%DATADIR%%/intl/ref-del.sin
%%DATADIR%%/intl/relocatable.c
%%DATADIR%%/intl/relocatable.h
%%DATADIR%%/intl/setlocale.c
%%DATADIR%%/intl/textdomain.c
%%DATADIR%%/intl/threadlib.c
%%DATADIR%%/intl/tsearch.c
%%DATADIR%%/intl/tsearch.h
%%DATADIR%%/intl/vasnprintf.c
@ -239,6 +243,8 @@ share/emacs/site-lisp/po-mode.el
%%DATADIR%%/styles/po-vim.css
share/locale/be/LC_MESSAGES/gettext-runtime.mo
share/locale/be/LC_MESSAGES/gettext-tools.mo
share/locale/bg/LC_MESSAGES/gettext-runtime.mo
share/locale/bg/LC_MESSAGES/gettext-tools.mo
share/locale/ca/LC_MESSAGES/gettext-runtime.mo
share/locale/ca/LC_MESSAGES/gettext-tools.mo
share/locale/cs/LC_MESSAGES/gettext-runtime.mo