mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Unbreak and grab maintainership.
This commit is contained in:
parent
8e364a3ebd
commit
582b8cc56e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84451
2 changed files with 11 additions and 5 deletions
|
@ -7,10 +7,11 @@
|
||||||
|
|
||||||
PORTNAME= shujit
|
PORTNAME= shujit
|
||||||
PORTVERSION= 0.7.14
|
PORTVERSION= 0.7.14
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= java
|
CATEGORIES= java
|
||||||
MASTER_SITES= http://www.shudo.net/jit/dist/
|
MASTER_SITES= http://www.shudo.net/jit/dist/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= des@FreeBSD.org
|
||||||
COMMENT= A Just In Time java bytecode compiler
|
COMMENT= A Just In Time java bytecode compiler
|
||||||
|
|
||||||
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
|
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
|
||||||
|
@ -32,10 +33,6 @@ MAKE_ENV= JAVADIR="${JAVA_HOME}"
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500113
|
|
||||||
BROKEN= "Does not compile"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/README
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/README
|
||||||
|
|
||||||
|
|
|
@ -12,3 +12,12 @@ $FreeBSD$
|
||||||
# ifndef _UINT16_T
|
# ifndef _UINT16_T
|
||||||
# define _UINT16_T
|
# define _UINT16_T
|
||||||
typedef unsigned short uint16_t;
|
typedef unsigned short uint16_t;
|
||||||
|
@@ -196,7 +196,7 @@
|
||||||
|
# include <linux/version.h> // for kernel version
|
||||||
|
# elif defined(__FreeBSD__) || defined(__NetBSD__)
|
||||||
|
# ifdef __FreeBSD__
|
||||||
|
-# if __FreeBSD__ >= 4 && JDK_VER < 12
|
||||||
|
+# if __FreeBSD__ == 4 && JDK_VER < 12
|
||||||
|
// In this case, the 3rd arg. of sig. handler is not (sigcontext *).
|
||||||
|
# define SIGCONTEXT_T struct osigcontext
|
||||||
|
# else
|
||||||
|
|
Loading…
Add table
Reference in a new issue