diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-14 16:21:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-14 16:21:18 +0800 |
commit | 4508ef59a4d4deb3362975615e3603b687ffc11e (patch) | |
tree | 6ad5c9750d8c4a8e628165cb5ad1b90f77b3ded2 /math | |
parent | d9a008a9b535b4cba235e4c9a902794dda6e86d2 (diff) | |
download | freebsd-ports-gnome-4508ef59a4d4deb3362975615e3603b687ffc11e.tar.gz freebsd-ports-gnome-4508ef59a4d4deb3362975615e3603b687ffc11e.tar.zst freebsd-ports-gnome-4508ef59a4d4deb3362975615e3603b687ffc11e.zip |
2012-05-10 graphics/solang: BROKEN for more than 6 month
2012-05-10 math/octave-devel: BROKEN for more than 6 month
2012-05-10 net/spnetkit: BROKEN for more than 6 month
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-devel/Makefile | 120 | ||||
-rw-r--r-- | math/octave-devel/distinfo | 2 | ||||
-rw-r--r-- | math/octave-devel/files/acx_pthread.m4 | 271 | ||||
-rw-r--r-- | math/octave-devel/files/octave.in | 8 | ||||
-rw-r--r-- | math/octave-devel/files/patch-configure.in | 15 | ||||
-rw-r--r-- | math/octave-devel/files/patch-examples+Makefile.in | 17 | ||||
-rw-r--r-- | math/octave-devel/files/patch-libcruft+mkf77def.in | 10 | ||||
-rw-r--r-- | math/octave-devel/files/patch-mkoctfile.in | 11 | ||||
-rw-r--r-- | math/octave-devel/files/patch-scripts+pkg+pkg.m | 11 | ||||
-rw-r--r-- | math/octave-devel/pkg-descr | 7 | ||||
-rw-r--r-- | math/octave-devel/pkg-plist | 39 |
12 files changed, 0 insertions, 512 deletions
diff --git a/math/Makefile b/math/Makefile index c67a498c9c4f..e94680889234 100644 --- a/math/Makefile +++ b/math/Makefile @@ -270,7 +270,6 @@ SUBDIR += ocaml-ocamlgraph SUBDIR += ocamlgsl SUBDIR += octave - SUBDIR += octave-devel SUBDIR += octave-forge SUBDIR += octave-forge-actuarial SUBDIR += octave-forge-ad diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile deleted file mode 100644 index 01304ad6c3e1..000000000000 --- a/math/octave-devel/Makefile +++ /dev/null @@ -1,120 +0,0 @@ -# Created by: chuckr@freebsd.org -# $FreeBSD$ - -PORTNAME= octave -PORTVERSION= 3.3.50 -PORTREVISION= 9 -CATEGORIES= math -MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\ - ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ -PKGNAMESUFFIX= -devel - -MAINTAINER= maho@FreeBSD.org -COMMENT= Developer's version of math/octave - -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ - ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ - gsed:${PORTSDIR}/textproc/gsed \ - dvips:${PORTSDIR}/print/dvipsk-tetex -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ - gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk:${PORTSDIR}/math/glpk \ - hdf5:${PORTSDIR}/science/hdf5 \ - umfpack.1:${PORTSDIR}/math/suitesparse \ - qhull.5:${PORTSDIR}/math/qhull5 - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= fails to work with recent versions of GCC - -LATEST_LINK= octave-devel - -USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf autoheader - -INFO= liboctave -MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libgoto2.so) -WITH_BLAS?= gotoblas -.elif exists(${LOCALBASE}/lib/libatlas.so) -WITH_BLAS?= atlas -.else -WITH_BLAS?= reference -.endif - -. if ${WITH_BLAS} == reference -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas -LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack -BLAS= -lblas -LAPACK= -llapack -.elif ${WITH_BLAS} == gotoblas -LIB_DEPENDS+= goto2:${PORTSDIR}/math/gotoblas -BLAS= -lgoto2p -LAPACK= -lgoto2p -.elif ${WITH_BLAS} == atlas -LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas -BLAS= -lptf77blas -LAPACK= -lalapack -lptcblas -.endif - -USE_FORTRAN= yes - -OCTAVE_VERSION= ${PORTVERSION} -GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} -PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} -INCLUDES= -I${LOCALBASE}/include -I${LOCALBASE}/include/metis -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CFLAGS+= ${INCLUDES} -CXXFLAGS+= ${INCLUDES} -CPPFLAGS+= ${INCLUDES} -CONFIGURE_ENV+= GPERF="${LOCALBASE}/bin/gperf" \ - CC="${CC}" \ - CXX="${CXX}" \ - TERMIOS_H="termios.h" -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ARGS= --host=${GNU_HOST} \ - --with-blas="-L${LOCALBASE}/lib ${BLAS}" \ - --with-lapack="${LAPACK}" \ - --enable-shared - -SUB_FILES= octave -SUB_LIST= OCTAVE_VERSION="${OCTAVE_VERSION}" GNU_HOST="${GNU_HOST}" - -pre-configure: - @cd ${WRKSRC}/scripts ; ${AUTOCONF} - @cp ${FILESDIR}/acx_pthread.m4 ${WRKSRC} - -post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.info ${PREFIX}/info - ${MV} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/libexec/${PORTNAME}/${PORTVERSION}/exec/${GNU_HOST} - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} - ${LN} -fs ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME} - ${MKDIR} ${DESKTOPDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/octave.desktop \ - ${DESKTOPDIR}/www.octave.org-octave.desktop -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in faq/Octave-FAQ.ps liboctave/liboctave.ps \ - refcard/refcard-a4.ps refcard/refcard-legal.ps refcard/refcard-letter.ps - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor -.endif - ${RM} -f ${WRKDIR}/PLIST -.for d in ${PREFIX}/include/octave-${OCTAVE_VERSION} ${PREFIX}/share/octave ${PREFIX}/libexec/octave ${PREFIX}/lib/octave-${OCTAVE_VERSION} - @${FIND} -s $d -not -type d | \ - ${SED} -e 's#^${PREFIX}/##' >> ${WRKDIR}/PLIST - @${FIND} $d -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${WRKDIR}/PLIST -.endfor - cd ${WRKDIR} ; ${SED} -i -e "/PLIST/ r PLIST" ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/math/octave-devel/distinfo b/math/octave-devel/distinfo deleted file mode 100644 index 9193e19aef87..000000000000 --- a/math/octave-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (octave-3.3.50.tar.bz2) = 431019516372b8288fa58d6e20fadceaadea330f804e943ee6b3e342274c174e -SIZE (octave-3.3.50.tar.bz2) = 10823953 diff --git a/math/octave-devel/files/acx_pthread.m4 b/math/octave-devel/files/acx_pthread.m4 deleted file mode 100644 index 798d6d1c6618..000000000000 --- a/math/octave-devel/files/acx_pthread.m4 +++ /dev/null @@ -1,271 +0,0 @@ -# =========================================================================== -# http://www.nongnu.org/autoconf-archive/acx_pthread.html -# =========================================================================== -# -# SYNOPSIS -# -# ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) -# -# DESCRIPTION -# -# This macro figures out how to build C programs using POSIX threads. It -# sets the PTHREAD_LIBS output variable to the threads library and linker -# flags, and the PTHREAD_CFLAGS output variable to any special C compiler -# flags that are needed. (The user can also force certain compiler -# flags/libs to be tested by setting these environment variables.) -# -# Also sets PTHREAD_CC to any special C compiler that is needed for -# multi-threaded programs (defaults to the value of CC otherwise). (This -# is necessary on AIX to use the special cc_r compiler alias.) -# -# NOTE: You are assumed to not only compile your program with these flags, -# but also link it with them as well. e.g. you should link with -# $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS -# -# If you are only building threads programs, you may wish to use these -# variables in your default LIBS, CFLAGS, and CC: -# -# LIBS="$PTHREAD_LIBS $LIBS" -# CFLAGS="$CFLAGS $PTHREAD_CFLAGS" -# CC="$PTHREAD_CC" -# -# In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant -# has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to that name -# (e.g. PTHREAD_CREATE_UNDETACHED on AIX). -# -# ACTION-IF-FOUND is a list of shell commands to run if a threads library -# is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it -# is not found. If ACTION-IF-FOUND is not specified, the default action -# will define HAVE_PTHREAD. -# -# Please let the authors know if this macro fails on any platform, or if -# you have any other suggestions or comments. This macro was based on work -# by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) (with help -# from M. Frigo), as well as ac_pthread and hb_pthread macros posted by -# Alejandro Forero Cuervo to the autoconf macro repository. We are also -# grateful for the helpful feedback of numerous users. -# -# LICENSE -# -# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu> -# -# This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation, either version 3 of the License, or (at your -# option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General -# Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program. If not, see <http://www.gnu.org/licenses/>. -# -# As a special exception, the respective Autoconf Macro's copyright owner -# gives unlimited permission to copy, distribute and modify the configure -# scripts that are the output of Autoconf when processing the Macro. You -# need not follow the terms of the GNU General Public License when using -# or distributing such scripts, even though portions of the text of the -# Macro appear in them. The GNU General Public License (GPL) does govern -# all other use of the material that constitutes the Autoconf Macro. -# -# This special exception to the GPL applies to versions of the Autoconf -# Macro released by the Autoconf Archive. When you make and distribute a -# modified version of the Autoconf Macro, you may extend this special -# exception to the GPL to apply to your modified version as well. - -AC_DEFUN([ACX_PTHREAD], [ -AC_REQUIRE([AC_CANONICAL_HOST]) -AC_LANG_SAVE -AC_LANG_C -acx_pthread_ok=no - -# We used to check for pthread.h first, but this fails if pthread.h -# requires special compiler flags (e.g. on True64 or Sequent). -# It gets checked for in the link test anyway. - -# First of all, check if the user has set any of the PTHREAD_LIBS, -# etcetera environment variables, and if threads linking works using -# them: -if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) - AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes) - AC_MSG_RESULT($acx_pthread_ok) - if test x"$acx_pthread_ok" = xno; then - PTHREAD_LIBS="" - PTHREAD_CFLAGS="" - fi - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" -fi - -# We must check for the threads library under a number of different -# names; the ordering is very important because some systems -# (e.g. DEC) have both -lpthread and -lpthreads, where one of the -# libraries is broken (non-POSIX). - -# Create a list of thread flags to try. Items starting with a "-" are -# C compiler flags, and other items are library names, except for "none" -# which indicates that we try without any flags at all, and "pthread-config" -# which is a program returning the flags for the Pth emulation library. - -acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" - -# The ordering *is* (sometimes) important. Some notes on the -# individual items follow: - -# pthreads: AIX (must check this before -lpthread) -# none: in case threads are in libc; should be tried before -Kthread and -# other compiler flags to prevent continual compiler warnings -# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) -# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) -# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) -# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) -# -pthreads: Solaris/gcc -# -mthreads: Mingw32/gcc, Lynx/gcc -# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it -# doesn't hurt to check since this sometimes defines pthreads too; -# also defines -D_REENTRANT) -# ... -mt is also the pthreads flag for HP/aCC -# pthread: Linux, etcetera -# --thread-safe: KAI C++ -# pthread-config: use pthread-config program (for GNU Pth library) - -case "${host_cpu}-${host_os}" in - *solaris*) - - # On Solaris (at least, for some versions), libc contains stubbed - # (non-functional) versions of the pthreads routines, so link-based - # tests will erroneously succeed. (We need to link with -pthreads/-mt/ - # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather - # a function called by this macro, so we could check for that, but - # who knows whether they'll stub that too in a future libc.) So, - # we'll just look for -pthreads and -lpthread first: - - acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags" - ;; -esac - -if test x"$acx_pthread_ok" = xno; then -for flag in $acx_pthread_flags; do - - case $flag in - none) - AC_MSG_CHECKING([whether pthreads work without any flags]) - ;; - - -*) - AC_MSG_CHECKING([whether pthreads work with $flag]) - PTHREAD_CFLAGS="$flag" - ;; - - pthread-config) - AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no) - if test x"$acx_pthread_config" = xno; then continue; fi - PTHREAD_CFLAGS="`pthread-config --cflags`" - PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" - ;; - - *) - AC_MSG_CHECKING([for the pthreads library -l$flag]) - PTHREAD_LIBS="-l$flag" - ;; - esac - - save_LIBS="$LIBS" - save_CFLAGS="$CFLAGS" - LIBS="$PTHREAD_LIBS $LIBS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - - # Check for various functions. We must include pthread.h, - # since some functions may be macros. (On the Sequent, we - # need a special flag -Kthread to make this header compile.) - # We check for pthread_join because it is in -lpthread on IRIX - # while pthread_create is in libc. We check for pthread_attr_init - # due to DEC craziness with -lpthreads. We check for - # pthread_cleanup_push because it is one of the few pthread - # functions on Solaris that doesn't have a non-functional libc stub. - # We try pthread_create on general principles. - AC_TRY_LINK([#include <pthread.h>], - [pthread_t th; pthread_join(th, 0); - pthread_attr_init(0); pthread_cleanup_push(0, 0); - pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], - [acx_pthread_ok=yes]) - - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" - - AC_MSG_RESULT($acx_pthread_ok) - if test "x$acx_pthread_ok" = xyes; then - break; - fi - - PTHREAD_LIBS="" - PTHREAD_CFLAGS="" -done -fi - -# Various other checks: -if test "x$acx_pthread_ok" = xyes; then - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - - # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. - AC_MSG_CHECKING([for joinable pthread attribute]) - attr_name=unknown - for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do - AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;], - [attr_name=$attr; break]) - done - AC_MSG_RESULT($attr_name) - if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then - AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name, - [Define to necessary symbol if this constant - uses a non-standard name on your system.]) - fi - - AC_MSG_CHECKING([if more special flags are required for pthreads]) - flag=no - case "${host_cpu}-${host_os}" in - *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; - *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; - esac - AC_MSG_RESULT(${flag}) - if test "x$flag" != xno; then - PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" - fi - - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" - - # More AIX lossage: must compile with xlc_r or cc_r - if test x"$GCC" != xyes; then - AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC}) - else - PTHREAD_CC=$CC - fi -else - PTHREAD_CC="$CC" -fi - -AC_SUBST(PTHREAD_LIBS) -AC_SUBST(PTHREAD_CFLAGS) -AC_SUBST(PTHREAD_CC) - -# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: -if test x"$acx_pthread_ok" = xyes; then - ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1]) - : -else - acx_pthread_ok=no - $2 -fi -AC_LANG_RESTORE -])dnl ACX_PTHREAD diff --git a/math/octave-devel/files/octave.in b/math/octave-devel/files/octave.in deleted file mode 100644 index e4536952856d..000000000000 --- a/math/octave-devel/files/octave.in +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/math/octave-devel/files/octave.in,v 1.3 2006-09-03 20:45:53 maho Exp $ - -OCTAVE_EXEC=%%PREFIX%%/libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-%%OCTAVE_VERSION%% -LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH - -exec $OCTAVE_EXEC "$@" diff --git a/math/octave-devel/files/patch-configure.in b/math/octave-devel/files/patch-configure.in deleted file mode 100644 index 10530030c0da..000000000000 --- a/math/octave-devel/files/patch-configure.in +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.in~ 2008-07-22 10:30:06.000000000 +0900 -+++ configure.in 2008-09-22 15:04:07.000000000 +0900 -@@ -855,9 +855,10 @@ - ### Checks for BLAS and LAPACK libraries: - # (Build subdirectories of libcruft if they aren't found on the system.) - sinclude(acx_blas.m4) --sinclude(acx_blas_f77_func.m4) -+#sinclude(acx_blas_f77_func.m4) - sinclude(acx_lapack.m4) --ACX_BLAS_WITH_F77_FUNC([], [BLAS_DIR="blas"]) -+ACX_BLAS([], [BLAS_DIR="blas"]) -+#ACX_BLAS_WITH_F77_FUNC([], [BLAS_DIR="blas"]) - ACX_LAPACK([BLAS_LIBS="$LAPACK_LIBS $BLAS_LIBS"], [LAPACK_DIR="lapack"]) - AC_SUBST(BLAS_DIR) - AC_SUBST(LAPACK_DIR) diff --git a/math/octave-devel/files/patch-examples+Makefile.in b/math/octave-devel/files/patch-examples+Makefile.in deleted file mode 100644 index 177e7d8cc6c6..000000000000 --- a/math/octave-devel/files/patch-examples+Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- examples/Makefile.in~ 2008-07-22 00:59:03.000000000 +0900 -+++ examples/Makefile.in 2008-08-23 05:46:34.000000000 +0900 -@@ -95,10 +95,10 @@ - rm -f $(DESTDIR)$(imagedir)/$$f; \ - $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(imagedir)/$$f; \ - done -- -if test -n "$(DESKTOP_FILE_INSTALL)"; then \ -- $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \ -- --vendor www.octave.org octave.desktop; \ -- fi -+# -if test -n "$(DESKTOP_FILE_INSTALL)"; then \ -+# $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \ -+# --vendor www.octave.org octave.desktop; \ -+# fi - .PHONY: install install-strip - - uninstall: diff --git a/math/octave-devel/files/patch-libcruft+mkf77def.in b/math/octave-devel/files/patch-libcruft+mkf77def.in deleted file mode 100644 index baf35379b2b6..000000000000 --- a/math/octave-devel/files/patch-libcruft+mkf77def.in +++ /dev/null @@ -1,10 +0,0 @@ ---- libcruft/mkf77def.in~ Sat Oct 28 08:19:17 2006 -+++ libcruft/mkf77def.in Wed Jun 27 16:17:36 2007 -@@ -1,6 +1,6 @@ - #! /bin/sh - --SED=${SED:-'sed'} -+SED=gsed - AWK=${AWK:-'awk'} - - F77_TOLOWER=%F77_APPEND_UNDERSCORE% diff --git a/math/octave-devel/files/patch-mkoctfile.in b/math/octave-devel/files/patch-mkoctfile.in deleted file mode 100644 index 2fec1d78cc2a..000000000000 --- a/math/octave-devel/files/patch-mkoctfile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mkoctfile.in-orig 2008-08-27 17:46:53.000000000 -0500 -+++ mkoctfile.in 2008-08-27 17:47:45.000000000 -0500 -@@ -278,7 +278,7 @@ - -D*) - defs="$defs $1" - ;; -- -[lLR]* | -Wl,*) -+ -[lLR]* | -pthread | -Wl,*) - ldflags="$ldflags $1" - ;; - -M | --depend) diff --git a/math/octave-devel/files/patch-scripts+pkg+pkg.m b/math/octave-devel/files/patch-scripts+pkg+pkg.m deleted file mode 100644 index 52f944ba4382..000000000000 --- a/math/octave-devel/files/patch-scripts+pkg+pkg.m +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/pkg/pkg.m~ 2009-03-09 11:04:57.000000000 +0900 -+++ scripts/pkg/pkg.m 2009-03-09 11:05:12.000000000 +0900 -@@ -1239,7 +1239,7 @@ - ## Make. - if (exist (fullfile (src, "Makefile"), "file")) - [status, output] = shell (cstrcat ("export INSTALLDIR=\"", desc.dir, -- "\"; make -C '", src, "'")); -+ "\"; gmake -C '", src, "'")); - if (status != 0) - rm_rf (desc.dir); - error ("'make' returned the following error: %s", output); diff --git a/math/octave-devel/pkg-descr b/math/octave-devel/pkg-descr deleted file mode 100644 index 8932a90d1885..000000000000 --- a/math/octave-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Octave is a high-level language, primarily intended for numerical -computations. It provides a convenient command line interface for -solving linear and nonlinear problems numerically, and for performing -other numerical experiments. It may also be used as a batch-oriented -language. - -WWW: http://www.octave.org/ diff --git a/math/octave-devel/pkg-plist b/math/octave-devel/pkg-plist deleted file mode 100644 index 45752b1a74c9..000000000000 --- a/math/octave-devel/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -bin/mkoctfile -bin/mkoctfile-%%OCTAVE_VERSION%% -bin/octave -bin/octave-%%OCTAVE_VERSION%% -bin/octave-bug -bin/octave-bug-%%OCTAVE_VERSION%% -bin/octave-config -bin/octave-config-%%OCTAVE_VERSION%% -share/applications/www.octave.org-octave.desktop -%%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps -%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@comment octave diggs some empty directories -@exec mkdir -p %D/share/octave/site/m/startup/octaverc 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/api-v36/m 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/api-v36 2>/dev/null || true -@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site/m 2>/dev/null || true -@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/oct/api-v36/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/oct/api-v36 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/exec 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/api-v36/site/exec/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/api-v36/site/exec 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/api-v36/site 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/api-v36 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true -@comment Insert PLIST here -@dirrmtry share/applications |