diff options
author | arved <arved@FreeBSD.org> | 2003-01-08 20:05:57 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-08 20:05:57 +0800 |
commit | ec7bd901833ccfc35832d748d44a2c494b6830ca (patch) | |
tree | ef62d51b0f7396ec5d90e8bed7a12868277df645 /biology | |
parent | a52b8fa93e85e0671625a66b30f4eadfee247470 (diff) | |
download | freebsd-ports-gnome-ec7bd901833ccfc35832d748d44a2c494b6830ca.tar.gz freebsd-ports-gnome-ec7bd901833ccfc35832d748d44a2c494b6830ca.tar.zst freebsd-ports-gnome-ec7bd901833ccfc35832d748d44a2c494b6830ca.zip |
Update to 3.8
Approved by: rmiya@cc.hirosaki-u.ac.jp (maintainer)
Diffstat (limited to 'biology')
-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> |