- Upgrade to 3.0.1

- set MAINTAINER to kkennawa@physics.adelaide.edu.au
- honor CFLAGS

CHANGES not included in PR ports/9240:
- add USE_XLIB
- remove version string from pkg/COMMENT

PR:		ports/9240
Submitted by:	Kris Kennaway <kkennawa@physics.adelaide.edu.au>
This commit is contained in:
Dirk Froemberg 1998-12-30 11:48:35 +00:00
parent c286441ad7
commit d534314e0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15730
12 changed files with 105 additions and 42 deletions

View File

@ -1,25 +1,25 @@
# New ports collection makefile for: POV-Ray
# Version required: 3.3
# Version required: 3.0.1
# Date created: 3 Dec 1996
# Whom: paulo@isr.uc.pt
#
# $Id: Makefile,v 1.10 1998/09/15 11:57:42 asami Exp $
# $Id: Makefile,v 1.11 1998/09/17 00:50:48 asami Exp $
#
DISTNAME= povray3
PKGNAME= povray-3.0
DISTNAME= povray3
PKGNAME= povray-3.0.1
CATEGORIES= graphics
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official-3.0/Unix/ \
ftp://www.hensa.ac.uk/mirrors/povray/povray/Official-3.0/Unix/\
ftp://ftp.univ-lille1.fr/pub/povray/Official-3.0/Unix/
DISTFILES= povuni_s.tgz povuni_d.tgz
MASTER_SITES= ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.0/Unix/ \
ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/\
ftp://ftp.fh-aachen.de/pub/Graphics/mirror/ftp.povray.org/povray/Old-Versions/Official-3.0/Unix/ \
ftp://ftp.kappa.ro/pub/Linux/Graphics/Editors/povray/
DISTFILES= povuni_s.tgz povuni_d.tgz
MAINTAINER= ports@freebsd.org
MAINTAINER= kkennawa@physics.adelaide.edu.au
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
BROKEN= checksum
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
USE_XLIB= yes
MAN1= povray.1
POVLIB= ${PREFIX}/lib/povray3

View File

@ -1,2 +1,2 @@
MD5 (povuni_s.tgz) = d4abb22e4d90dda2c58c507bf7e1575c
MD5 (povuni_d.tgz) = 8b0d2663b9d1f2989f1233d35133a32a
MD5 (povuni_s.tgz) = d4abb22e4d90dda2c58c507bf7e1575c

View File

@ -64,3 +64,24 @@
$(SRCDIR)/point.h \
$(SRCDIR)/povproto.h \
--- 901,906 ----
*** source/unix/makefile~ Wed Dec 30 16:07:40 1998
--- source/unix/makefile Wed Dec 30 16:09:21 1998
***************
*** 79,85 ****
# for compiles unless you are debugging new code, as it slows things down.
# The option -DPOV_COMMENTS enables informational comments in PNG and PPM
# format output files (see png_pov.c and ppm.c for more info).
! CFLAGS = -O2 -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC)
LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm
# Linux compiler flags
--- 79,87 ----
# for compiles unless you are debugging new code, as it slows things down.
# The option -DPOV_COMMENTS enables informational comments in PNG and PPM
# format output files (see png_pov.c and ppm.c for more info).
! CFLAGS ?= -O2
! CFLAGS += -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC)
!
LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm
# Linux compiler flags

View File

@ -1 +1 @@
Persistence of Vision Ray Tracer Version 3.0
Persistence of Vision Ray Tracer

View File

@ -1,25 +1,25 @@
# New ports collection makefile for: POV-Ray
# Version required: 3.3
# Version required: 3.0.1
# Date created: 3 Dec 1996
# Whom: paulo@isr.uc.pt
#
# $Id: Makefile,v 1.10 1998/09/15 11:57:42 asami Exp $
# $Id: Makefile,v 1.11 1998/09/17 00:50:48 asami Exp $
#
DISTNAME= povray3
PKGNAME= povray-3.0
DISTNAME= povray3
PKGNAME= povray-3.0.1
CATEGORIES= graphics
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official-3.0/Unix/ \
ftp://www.hensa.ac.uk/mirrors/povray/povray/Official-3.0/Unix/\
ftp://ftp.univ-lille1.fr/pub/povray/Official-3.0/Unix/
DISTFILES= povuni_s.tgz povuni_d.tgz
MASTER_SITES= ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.0/Unix/ \
ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/\
ftp://ftp.fh-aachen.de/pub/Graphics/mirror/ftp.povray.org/povray/Old-Versions/Official-3.0/Unix/ \
ftp://ftp.kappa.ro/pub/Linux/Graphics/Editors/povray/
DISTFILES= povuni_s.tgz povuni_d.tgz
MAINTAINER= ports@freebsd.org
MAINTAINER= kkennawa@physics.adelaide.edu.au
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
BROKEN= checksum
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
USE_XLIB= yes
MAN1= povray.1
POVLIB= ${PREFIX}/lib/povray3

View File

@ -1,2 +1,2 @@
MD5 (povuni_s.tgz) = d4abb22e4d90dda2c58c507bf7e1575c
MD5 (povuni_d.tgz) = 8b0d2663b9d1f2989f1233d35133a32a
MD5 (povuni_s.tgz) = d4abb22e4d90dda2c58c507bf7e1575c

View File

@ -64,3 +64,24 @@
$(SRCDIR)/point.h \
$(SRCDIR)/povproto.h \
--- 901,906 ----
*** source/unix/makefile~ Wed Dec 30 16:07:40 1998
--- source/unix/makefile Wed Dec 30 16:09:21 1998
***************
*** 79,85 ****
# for compiles unless you are debugging new code, as it slows things down.
# The option -DPOV_COMMENTS enables informational comments in PNG and PPM
# format output files (see png_pov.c and ppm.c for more info).
! CFLAGS = -O2 -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC)
LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm
# Linux compiler flags
--- 79,87 ----
# for compiles unless you are debugging new code, as it slows things down.
# The option -DPOV_COMMENTS enables informational comments in PNG and PPM
# format output files (see png_pov.c and ppm.c for more info).
! CFLAGS ?= -O2
! CFLAGS += -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC)
!
LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm
# Linux compiler flags

View File

@ -1 +1 @@
Persistence of Vision Ray Tracer Version 3.0
Persistence of Vision Ray Tracer

View File

@ -1,25 +1,25 @@
# New ports collection makefile for: POV-Ray
# Version required: 3.3
# Version required: 3.0.1
# Date created: 3 Dec 1996
# Whom: paulo@isr.uc.pt
#
# $Id: Makefile,v 1.10 1998/09/15 11:57:42 asami Exp $
# $Id: Makefile,v 1.11 1998/09/17 00:50:48 asami Exp $
#
DISTNAME= povray3
PKGNAME= povray-3.0
DISTNAME= povray3
PKGNAME= povray-3.0.1
CATEGORIES= graphics
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official-3.0/Unix/ \
ftp://www.hensa.ac.uk/mirrors/povray/povray/Official-3.0/Unix/\
ftp://ftp.univ-lille1.fr/pub/povray/Official-3.0/Unix/
DISTFILES= povuni_s.tgz povuni_d.tgz
MASTER_SITES= ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.0/Unix/ \
ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/\
ftp://ftp.fh-aachen.de/pub/Graphics/mirror/ftp.povray.org/povray/Old-Versions/Official-3.0/Unix/ \
ftp://ftp.kappa.ro/pub/Linux/Graphics/Editors/povray/
DISTFILES= povuni_s.tgz povuni_d.tgz
MAINTAINER= ports@freebsd.org
MAINTAINER= kkennawa@physics.adelaide.edu.au
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
BROKEN= checksum
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
USE_XLIB= yes
MAN1= povray.1
POVLIB= ${PREFIX}/lib/povray3

View File

@ -1,2 +1,2 @@
MD5 (povuni_s.tgz) = d4abb22e4d90dda2c58c507bf7e1575c
MD5 (povuni_d.tgz) = 8b0d2663b9d1f2989f1233d35133a32a
MD5 (povuni_s.tgz) = d4abb22e4d90dda2c58c507bf7e1575c

View File

@ -64,3 +64,24 @@
$(SRCDIR)/point.h \
$(SRCDIR)/povproto.h \
--- 901,906 ----
*** source/unix/makefile~ Wed Dec 30 16:07:40 1998
--- source/unix/makefile Wed Dec 30 16:09:21 1998
***************
*** 79,85 ****
# for compiles unless you are debugging new code, as it slows things down.
# The option -DPOV_COMMENTS enables informational comments in PNG and PPM
# format output files (see png_pov.c and ppm.c for more info).
! CFLAGS = -O2 -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC)
LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm
# Linux compiler flags
--- 79,87 ----
# for compiles unless you are debugging new code, as it slows things down.
# The option -DPOV_COMMENTS enables informational comments in PNG and PPM
# format output files (see png_pov.c and ppm.c for more info).
! CFLAGS ?= -O2
! CFLAGS += -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC)
!
LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm
# Linux compiler flags

View File

@ -1 +1 @@
Persistence of Vision Ray Tracer Version 3.0
Persistence of Vision Ray Tracer