mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
* Fix pkg-plist of math/octave-forge
* Remove quotes from BROKEN in math/octave-forge * Use dirrmtry in math/octave for common directories with math/octave-forge Approved by: portmgr (erwin)
This commit is contained in:
parent
100c045e82
commit
a8836b518e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175501
4 changed files with 14 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= octave-forge
|
||||
PORTVERSION= 2006.03.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= octave
|
||||
|
@ -22,8 +23,6 @@ RUN_DEPENDS= octave:${PORTSDIR}/math/octave \
|
|||
qhull:${PORTSDIR}/math/qhull \
|
||||
bash:${PORTSDIR}/shells/bash
|
||||
|
||||
BROKEN= Incorrect pkg-plist
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= # empty
|
||||
|
@ -33,7 +32,7 @@ CONFIGURE_ARGS= --with-cc=${CC} \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 501000
|
||||
BROKEN= "texinfo problem"
|
||||
BROKEN= texinfo problem
|
||||
.endif
|
||||
|
||||
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
|
|
@ -16,8 +16,6 @@ libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/__grinit__.
|
|||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/__grishold__.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/__grnewset__.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/__grsetgraph__.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/__imagemagick__.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/__magick_read__.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/__voronoi__.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/_errcore.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge/_gfweight.oct
|
||||
|
@ -931,4 +929,12 @@ share/octave/%%OCTAVE_VERSION%%/site/octave-forge-alternatives/m/graceplot/ylabe
|
|||
@dirrm share/octave/%%OCTAVE_VERSION%%/site/m/octave-forge/NaN
|
||||
@dirrm share/octave/%%OCTAVE_VERSION%%/site/m/octave-forge/FIXES
|
||||
@dirrm share/octave/%%OCTAVE_VERSION%%/site/m/octave-forge
|
||||
@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/m
|
||||
@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/octave-forge
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/oct
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%
|
||||
@dirrmtry libexec/octave
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= octave
|
||||
PORTVERSION= 2.1.73
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
|
||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ \
|
||||
|
|
|
@ -1308,7 +1308,7 @@ libexec/octave/ls-R
|
|||
@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics
|
||||
@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings
|
||||
@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/time
|
||||
@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m
|
||||
@dirrmtry %%DATADIR%%/%%OCTAVE_VERSION%%/m
|
||||
@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib
|
||||
@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%
|
||||
@dirrm %%DATADIR%%/site/m/startup
|
||||
|
@ -1341,9 +1341,9 @@ libexec/octave/ls-R
|
|||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/oct
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm libexec/octave/%%OCTAVE_VERSION%%
|
||||
@dirrmtry libexec/octave/%%OCTAVE_VERSION%%
|
||||
@dirrm libexec/octave/site
|
||||
@dirrm libexec/octave
|
||||
@dirrmtry libexec/octave
|
||||
@dirrm lib/octave-%%OCTAVE_VERSION%%
|
||||
@dirrm include/octave-%%OCTAVE_VERSION%%/octave
|
||||
@dirrm include/octave-%%OCTAVE_VERSION%%
|
||||
|
|
Loading…
Add table
Reference in a new issue