diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-08 12:05:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-08 12:05:57 +0000 |
commit | d022ce83070fff761cb464c45b913c126084c5cf (patch) | |
tree | 9df4a5862be5f03eee78a3a38ffea8c39c7a29a0 /biology/molden | |
parent | 3410a8ab227e9252c4becf66a1a9a6a6d9568da2 (diff) | |
download | ports-d022ce83070fff761cb464c45b913c126084c5cf.tar.gz ports-d022ce83070fff761cb464c45b913c126084c5cf.zip |
Notes
Diffstat (limited to 'biology/molden')
-rw-r--r-- | biology/molden/Makefile | 7 | ||||
-rw-r--r-- | biology/molden/distinfo | 2 | ||||
-rw-r--r-- | biology/molden/files/patch-ab | 19 |
3 files changed, 6 insertions, 22 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index b9b2d926edfa..186d7725a315 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -6,8 +6,7 @@ # PORTNAME= molden -PORTVERSION= 3.7 -PORTREVISION= 2 +PORTVERSION= 3.8 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -22,9 +21,13 @@ RESTRICTED= "free for academic, non profit usage;" NO_CDROM= "Do not re-distribute source and executable." NO_PACKAGE= "Though the source codes are accessible, the author is hoping for distribution in an original form." MAKEFILE= ${WRKSRC}/makefile +USE_REINPLACE= yes .include <bsd.port.pre.mk> +post-patch: + ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/xwin.c + post-configure: @${ECHO_MSG} "********************" @${ECHO_MSG} "** If you want to use a larger MOLDEN," diff --git a/biology/molden/distinfo b/biology/molden/distinfo index 3b6cfc3c5663..018561e9061d 100644 --- a/biology/molden/distinfo +++ b/biology/molden/distinfo @@ -1 +1 @@ -MD5 (molden3.7.tar.Z) = 1fc455d8f8b2a1c2f0b399a6f9b98b71 +MD5 (molden3.8.tar.Z) = 1f4dfdbbf0b6620a06e62803d04d859e diff --git a/biology/molden/files/patch-ab b/biology/molden/files/patch-ab deleted file mode 100644 index dc5d187e6a32..000000000000 --- a/biology/molden/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** xwin.c.orig Wed May 31 20:27:01 2000 ---- xwin.c Wed Jun 7 02:34:50 2000 -*************** -*** 15,21 **** - #include <X11/keysym.h> - #include <X11/cursorfont.h> - #include <X11/Xatom.h> -! #include <malloc.h> - #endif - - #include <stdio.h> ---- 15,21 ---- - #include <X11/keysym.h> - #include <X11/cursorfont.h> - #include <X11/Xatom.h> -! /* #include <malloc.h> */ - #endif - - #include <stdio.h> |