Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2000 12:07:30 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18142: Update port: mail/glbiff to 0.3.5
Message-ID:  <200004211907.MAA27228@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         18142
>Category:       ports
>Synopsis:       Update port: mail/glbiff to 0.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 21 12:10:07 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.5

New file:
patches/patch-aa

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/mail/glbiff/Makefile mail/glbiff/Makefile
--- /usr/ports/mail/glbiff/Makefile	Fri Apr 14 18:52:20 2000
+++ mail/glbiff/Makefile	Fri Apr 21 19:37:50 2000
@@ -6,30 +6,31 @@
 #
 
 PORTNAME=	glbiff
-PORTVERSION= 	0.2.11
+PORTVERSION=	0.3.5
 CATEGORIES=	mail
-MASTER_SITES=	http://www.eecg.utoronto.ca/~mac/projects/
+MASTER_SITES=	http://www.dgp.utoronto.ca/~mac/projects/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	GL:${PORTSDIR}/graphics/Mesa3 \
-		GLU:${PORTSDIR}/graphics/Mesa3 \
-		glut:${PORTSDIR}/graphics/Mesa3
+LIB_DEPENDS=	GL:${PORTSDIR}/graphics/Mesa3
 
-GNU_CONFIGURE=	yes
 USE_X_PREFIX=	yes
+GNU_CONFIGURE=	yes
 
-do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
-	@ ${MKDIR} ${PREFIX}/share/examples/glbiff
-	@ ${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample
+MAN1=		glbiff.1
+MAN5=		glbiffrc.5
 
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/glbiff.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/glbiffrc.5 ${PREFIX}/man/man5
+	@${MKDIR} ${PREFIX}/share/examples/glbiff
+	${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample
 .if !defined(NOPORTDOCS)
-	@ ${MKDIR} ${PREFIX}/share/doc/glbiff
+	@${MKDIR} ${PREFIX}/share/doc/glbiff
 .for file in ChangeLog README README.last-minute TODO
-	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
+	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
 .endfor
 .endif
 
diff -urN /usr/ports/mail/glbiff/files/md5 mail/glbiff/files/md5
--- /usr/ports/mail/glbiff/files/md5	Mon May  3 11:28:37 1999
+++ mail/glbiff/files/md5	Fri Apr 21 19:09:45 2000
@@ -1 +1 @@
-MD5 (glbiff-0.2.11.tgz) = 1c37a9af67742dec0f995ff000a7593e
+MD5 (glbiff-0.3.5.tgz) = 74d71f067ed6d7da60025e17c76f3bc8
diff -urN /usr/ports/mail/glbiff/patches/patch-aa mail/glbiff/patches/patch-aa
--- /usr/ports/mail/glbiff/patches/patch-aa	Thu Jan  1 09:00:00 1970
+++ mail/glbiff/patches/patch-aa	Fri Apr 21 19:29:25 2000
@@ -0,0 +1,22 @@
+--- Makefile.in.orig	Wed Apr 19 14:09:58 2000
++++ Makefile.in	Fri Apr 21 19:20:46 2000
+@@ -3,16 +3,16 @@
+ SRCDIR		=$(PROGRAM)-$(VERSION)
+ OBJS		= glbiff.o mail.o draw.o astro.o cfg.o
+ 
+-INST_DIR	= /usr/local
++INST_DIR	= @exec_prefix@
+ BIN_DIR		= $(INST_DIR)/bin
+ MAN_DIR		= $(INST_DIR)/man
+ 
+ TAGS		= ctags-exuberant
+ 
+ #DEBUG		= -g3 -DDEBUG
+ 
+-LIBS		= @LIBS@
+-CXXFLAGS	= $(DEBUG) @CXXFLAGS@ -DVERSION=\"$(VERSION)\"
++LIBS		= @LIBS@ @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@
++CXXFLAGS	= $(DEBUG) @CXXFLAGS@ @X_CFLAGS@ @CPPFLAGS@ -DVERSION=\"$(VERSION)\"
+ 
+ all:		$(PROGRAM)
+ 
diff -urN /usr/ports/mail/glbiff/pkg/DESCR mail/glbiff/pkg/DESCR
--- /usr/ports/mail/glbiff/pkg/DESCR	Mon May  3 14:50:09 1999
+++ mail/glbiff/pkg/DESCR	Sat Apr  8 06:49:44 2000
@@ -3,4 +3,4 @@
 comes from the "mailbox" program available on SGI machines, and
 hence tries to mimic some of the features present in it.
 
-WWW: http://www.eecg.utoronto.ca/~mac/projects/glbiff.html
+WWW: http://www.dgp.toronto.edu/~mac/projects/glbiff.html


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004211907.MAA27228>