From owner-freebsd-ports Tue Jun 3 20:46:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA16936 for ports-outgoing; Tue, 3 Jun 1997 20:46:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA16886; Tue, 3 Jun 1997 20:46:04 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA05813; Tue, 3 Jun 1997 20:45:13 -0700 (PDT) Date: Tue, 3 Jun 1997 20:45:13 -0700 (PDT) Message-Id: <199706040345.UAA05813@freefall.freebsd.org> To: ejc@bazzle.com, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3620 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port: OmniBroker State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 3 20:41:07 PDT 1997 State-Changed-Why: Thanks, committed. The original tarball has been upgraded to 1.0, so I changed the Makefile and checksum file accordingly. === diff -ru omniBroker/Makefile omniBroker.new/Makefile --- omniBroker/Makefile Sun May 18 12:07:37 1997 +++ omniBroker.new/Makefile Tue Jun 3 20:22:24 1997 @@ -1,19 +1,21 @@ # New ports collection makefile for: omniBroker # Date created: 17 May 1997 # Whom: ejc@bazzle.com -# Version required: 1.0b8 +# Version required: 1.0 # # $Id$ # -DISTNAME= OB-1.0b8 -PKGNAME= omniBroker_1.0b8 +DISTNAME= OB-1.0 +PKGNAME= omniBroker-1.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ooc.com/pub/OmniBroker/OB-1.0b8.tar.gz -DISTFILES= OB-1.0b8.tar.gz +MASTER_SITES= ftp://ftp.ooc.com/pub/OmniBroker/ + MAINTAINER= ejc@bazzle.com MAN1= idl.1 +HAS_CONFIGURE= yes +CONFIGURE_ENV= CXX=c++ CXXFLAGS="--no-implicit-templates -fhandle-exceptions -Wall" post-install: ${LDCONFIG} -m $(PREFIX)/lib diff -ru omniBroker/files/md5 omniBroker.new/files/md5 --- omniBroker/files/md5 Sun May 18 10:55:29 1997 +++ omniBroker.new/files/md5 Tue Jun 3 19:51:05 1997 @@ -1 +1 @@ -MD5 (OB-1.0b8.tar.gz) = 4fd1df8942928274d3596922445ef2a5 +MD5 (OB-1.0.tar.gz) = 8a4afce8d6a5a5541d60ec7d5d9e698a Only in omniBroker: scripts === Also as you can see that you don't need to create a custom script just to give environment variables to configure. Hmm, now that I think about it, I should have installed LICENSE too. I'll change that now.