- Don't install .bat file, unbreak

- While here, minor cleanups + remove obsolete 5.x condition

PR:		127386
Submitted by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
This commit is contained in:
Dmitry Marakasov 2008-10-14 20:55:07 +00:00
parent 502405f7d9
commit c2b39c7221
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221594
2 changed files with 8 additions and 15 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= opendx
PORTVERSION= 4.4.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= graphics math
MASTER_SITES= http://opendx.npaci.edu/source/
DISTNAME= dx-${PORTVERSION}
@ -64,32 +64,25 @@ CONFIGURE_ARGS+= --without-javadx
PLIST_SUB+= JAVA="@comment "
.endif
PLIST_SUB+= UNAMEP=${ARCH}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.if ${OSVERSION} >= 502126
PLIST_SUB+= UNAMEP=${ARCH} ARCHDIR=""
.else
PLIST_SUB+= UNAMEP=${OPSYS:L} ARCHDIR="@comment "
.endif
pre-configure:
post-patch:
@${RM} -f ${WRKSRC}/include/stamp-h.in
.for dir in doc help html man
@${FIND} ${WRKSRC}/${dir} -type f | ${XARGS} \
${REINPLACE_CMD} -e "s;/usr/lpp;${PREFIX};g"
.endfor
${REINPLACE_CMD} -e "s;-lpthread;${PTHREAD_LIBS};g" \
@${REINPLACE_CMD} -e "s;-lpthread;${PTHREAD_LIBS};g" \
-e "s;/usr/X11R6;${LOCALBASE};g" \
${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|startserver.bat||" \
${WRKSRC}/src/uipp/java/server/Makefile.in
post-install:
@${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE}
.if !defined(WITHOUT_JAVA)
@${RM} ${PREFIX}/dx/java/server/bin/startserver.bat
${CHMOD} 0775 ${PREFIX}/dx/java/server/nets
${TOUCH} ${DIR2PRUNE:S|^|${PREFIX}/|:S|$|/.keepme|}
@${ECHO} "---------------------------------------------------------" \

View File

@ -2327,7 +2327,7 @@ dx/ui/viewer.net
@dirrm dx/man/manl
@dirrm dx/man/catl
@dirrm dx/man
%%ARCHDIR%%@dirrm dx/lib_%%UNAMEP%%
@dirrm dx/lib_%%UNAMEP%%
@dirrm dx/lib_%%ARCH%%
@dirrm dx/lib
%%JAVA%%@dirrm dx/java/user