Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2000 11:55:40 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20264: Update port: math/oleo to 1.99.12
Message-ID:  <20000728185540.96D6537B6E8@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20264
>Category:       ports
>Synopsis:       Update port: math/oleo to 1.99.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 28 12:00:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.99.12

New file:
patches/patch-ag  patches/patch-ah  patches/patch-ai  patches/patch-aj

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/oleo/Makefile math/oleo/Makefile
--- /usr/ports/math/oleo/Makefile	Fri Apr 14 18:53:16 2000
+++ math/oleo/Makefile	Fri Jul 28 00:43:14 2000
@@ -6,21 +6,21 @@
 #
 
 PORTNAME=	oleo
-PORTVERSION=	1.99.5
+PORTVERSION=	1.99.12
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	oleo
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 
-BUILD_DEPENDS=	gettext:${PORTSDIR}/devel/gettext
+LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
 
 USE_XLIB=	yes
-GNU_CONFIGURE=	yes
+USE_AUTOCONF=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 CONFIGURE_ARGS=	--with-x --without-motif \
-		--without-Xbae --without-XmHTML \
-		--without-xlt --without-SciPlot
+		--without-xbae --without-xlt \
+		--without-xmhtml --without-SciPlot
 
 .include <bsd.port.mk>
diff -urN /usr/ports/math/oleo/files/md5 math/oleo/files/md5
--- /usr/ports/math/oleo/files/md5	Mon Sep 20 14:50:20 1999
+++ math/oleo/files/md5	Thu Jul 27 20:27:30 2000
@@ -1 +1 @@
-MD5 (oleo-1.99.5.tar.gz) = 80cad7cb19e12a5f75b80a7c72849748
+MD5 (oleo-1.99.12.tar.gz) = 57ac0e2eab661685ef5f6fa6bfe5b1c5
diff -urN /usr/ports/math/oleo/patches/patch-ad math/oleo/patches/patch-ad
--- /usr/ports/math/oleo/patches/patch-ad	Mon Sep 20 14:50:21 1999
+++ math/oleo/patches/patch-ad	Fri Jul 28 04:28:56 2000
@@ -1,8 +1,16 @@
---- Makefile.in.orig	Sat Jul 10 16:46:45 1999
-+++ Makefile.in	Sat Sep 18 04:16:54 1999
-@@ -123,7 +123,7 @@
- EXTRA_DIST = oleobug.in FAQ oleo.spec.in oleo.spec 		ftp.gnudist ftp.alpha ftp.dist
+--- Makefile.in.orig	Sat Jul 22 18:51:35 2000
++++ Makefile.in	Fri Jul 28 04:28:46 2000
+@@ -124,14 +124,14 @@
  
+ D = `date +%G%m%d.%H%M%S`
+ 
+-SUBDIRS = doc lib intl src m4 po Xresources examples afm
++SUBDIRS = doc lib intl src m4 po Xresources examples
+ 
+ # Remove this file here (it is created via configure), not from within intl.
+ DISTCLEANFILES = intl/libintl.h
+ 
+ EXTRA_DIST = oleobug.in FAQ oleo.spec.in oleo.spec
  
 -docdir = $(prefix)/Oleo
 +docdir = $(datadir)/doc/Oleo
diff -urN /usr/ports/math/oleo/patches/patch-ag math/oleo/patches/patch-ag
--- /usr/ports/math/oleo/patches/patch-ag	Thu Jan  1 09:00:00 1970
+++ math/oleo/patches/patch-ag	Fri Jul 28 19:30:56 2000
@@ -0,0 +1,60 @@
+--- aclocal.m4.orig	Thu Feb 10 05:22:27 2000
++++ aclocal.m4	Fri Jul 28 19:30:42 2000
+@@ -1733,7 +1733,7 @@
+ # but which still want to provide support for the GNU gettext functionality.
+ # Please note that the actual code is *not* freely available.
+ 
+-# serial 3
++# serial 5
+ 
+ AC_DEFUN(AM_WITH_NLS,
+   [AC_MSG_CHECKING([whether NLS is requested])
+@@ -1775,9 +1775,10 @@
+ 	     AC_CHECK_LIB(intl, bindtextdomain,
+ 	       [AC_CACHE_CHECK([for gettext in libintl],
+ 		 gt_cv_func_gettext_libintl,
+-		 [AC_TRY_LINK([], [return (int) gettext ("")],
+-		 gt_cv_func_gettext_libintl=yes,
+-		 gt_cv_func_gettext_libintl=no)])])
++		 [AC_CHECK_LIB(intl, gettext,
++		  gt_cv_func_gettext_libintl=yes,
++		  gt_cv_func_gettext_libintl=no)],
++		 gt_cv_func_gettext_libintl=no)])
+ 	   fi
+ 
+ 	   if test "$gt_cv_func_gettext_libc" = "yes" \
+@@ -1799,6 +1800,9 @@
+ 		INSTOBJEXT=.mo
+ 	      fi
+ 	    fi
++	    if test "$gt_cv_func_gettext_libintl" = "yes"; then
++		INTLLIBS='-lintl'
++	    fi
+ 	])
+ 
+         if test "$CATOBJEXT" = "NONE"; then
+@@ -1883,6 +1887,12 @@
+       nls_cv_header_intl=intl/libintl.h
+       nls_cv_header_libgt=intl/libgettext.h
+     fi
++    AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
++    AC_OUTPUT_COMMANDS(
++     [case "$CONFIG_FILES" in *po/Makefile.in*)
++        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
++      esac])
++
+ 
+     # If this is used in GNU gettext we have to set USE_NLS to `yes'
+     # because some of the sources are only built for this goal.
+@@ -1927,9 +1937,9 @@
+    AC_REQUIRE([AC_FUNC_MMAP])dnl
+ 
+    AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \
+-unistd.h values.h sys/param.h])
++unistd.h sys/param.h])
+    AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
+-__argz_count __argz_stringify __argz_next])
++strdup __argz_count __argz_stringify __argz_next])
+ 
+    if test "${ac_cv_func_stpcpy+set}" != "set"; then
+      AC_CHECK_FUNCS(stpcpy)
diff -urN /usr/ports/math/oleo/patches/patch-ah math/oleo/patches/patch-ah
--- /usr/ports/math/oleo/patches/patch-ah	Thu Jan  1 09:00:00 1970
+++ math/oleo/patches/patch-ah	Fri Jul 28 02:51:34 2000
@@ -0,0 +1,15 @@
+--- configure.in.orig	Tue Jul 25 21:56:32 2000
++++ configure.in	Fri Jul 28 02:51:24 2000
+@@ -324,12 +324,6 @@
+ AM_GNU_GETTEXT
+ 
+ dnl
+-dnl This used to cause all kinds of problems in an earlier revision
+-dnl	of oleo. (Mostly because of using earlier auto* tools.)
+-dnl
+-AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
+-
+-dnl
+ dnl Pass information about where we install to the source, to be
+ dnl	able to read AFM files. Note this doesn't work if you
+ dnl	install via "make install DESTDIR=/xxx"
diff -urN /usr/ports/math/oleo/patches/patch-ai math/oleo/patches/patch-ai
--- /usr/ports/math/oleo/patches/patch-ai	Thu Jan  1 09:00:00 1970
+++ math/oleo/patches/patch-ai	Fri Jul 28 03:02:54 2000
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig	Sat Jul 22 18:51:35 2000
++++ doc/Makefile.in	Fri Jul 28 03:02:45 2000
+@@ -87,7 +87,7 @@
+ LIBOBJS = @LIBOBJS@
+ LN_S = @LN_S@
+ MAINT = @MAINT@
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MOTIF_CFLAGS = @MOTIF_CFLAGS@
+ MOTIF_LIBS = @MOTIF_LIBS@
diff -urN /usr/ports/math/oleo/patches/patch-aj math/oleo/patches/patch-aj
--- /usr/ports/math/oleo/patches/patch-aj	Thu Jan  1 09:00:00 1970
+++ math/oleo/patches/patch-aj	Fri Jul 28 04:30:53 2000
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig	Fri Aug 28 06:15:29 1998
++++ po/Makefile.in.in	Fri Jul 28 04:30:24 2000
+@@ -119,7 +119,7 @@
+ 	for cat in $$catalogs; do \
+ 	  cat=`basename $$cat`; \
+ 	  case "$$cat" in \
+-	    *.gmo) destdir=$(gnulocaledir);; \
++	    *.mo) destdir=$(gnulocaledir);; \
+ 	    *)     destdir=$(localedir);; \
+ 	  esac; \
+ 	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
diff -urN /usr/ports/math/oleo/pkg/PLIST math/oleo/pkg/PLIST
--- /usr/ports/math/oleo/pkg/PLIST	Mon Sep 20 14:50:21 1999
+++ math/oleo/pkg/PLIST	Fri Jul 28 19:06:25 2000
@@ -4,14 +4,12 @@
 share/locale/nl/LC_MESSAGES/oleo.mo
 share/oleo/fr/Oleo
 share/oleo/nl/Oleo
+share/oleo/oleo.html
 share/oleo/Oleo
 share/doc/Oleo/AUTHORS
 share/doc/Oleo/FAQ
 @unexec install-info --delete %D/info/oleo.info %D/info/dir
 info/oleo.info
-info/oleo.info-1
-info/oleo.info-2
-info/oleo.info-3
 @exec install-info %D/info/oleo.info %D/info/dir
 @dirrm share/doc/Oleo
 @dirrm share/oleo/nl


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000728185540.96D6537B6E8>