From owner-freebsd-ports Sun Oct 3 13:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E16F414DEA for ; Sun, 3 Oct 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA60578; Sun, 3 Oct 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.fwi.com (mail.fwi.com [209.84.160.144]) by hub.freebsd.org (Postfix) with ESMTP id 5887B14C0F for ; Sun, 3 Oct 1999 13:42:23 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from gelemna.ft-wayne.in.us (fw-line-60.fwi.com [209.84.172.65]) by mail.fwi.com (8.8.5/8.8.5) with ESMTP id PAA18178 for ; Sun, 3 Oct 1999 15:42:18 -0500 (EST) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id PAA80325; Sun, 3 Oct 1999 15:41:40 -0500 (EST) (envelope-from croyle) Message-Id: <199910032041.PAA80325@gelemna.ft-wayne.in.us> Date: Sun, 3 Oct 1999 15:41:40 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14105: Update devel/astyle to 1.11.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14105 >Category: ports >Synopsis: Update devel/astyle to 1.11.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: Sun Oct 3 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: >Description: These diffs update the devel/astyle port to the latest stable version. >How-To-Repeat: >Fix: Apply this patch. Note that files/Makefile is left empty and should be removed and that patches/patch-ad is added. diff -ruN astyle.old/Makefile astyle/Makefile --- astyle.old/Makefile Sun Sep 19 13:38:51 1999 +++ astyle/Makefile Sun Oct 3 15:21:59 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.11.4 +# Version required: 1.11.5 # Date created: 31 Jan 1999 # Whom: Don Croyle # # $FreeBSD: ports/devel/astyle/Makefile,v 1.6 1999/09/19 18:38:51 cpiazza Exp $ # -DISTNAME= astyle_1.11.4_src -PKGNAME= astyle-1.11.4 +DISTNAME= astyle_1.11.5_src +PKGNAME= astyle-1.11.5 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,14 +15,9 @@ MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.11.4 +WRKSRC= ${WRKDIR}/astyle_1.11.5 -post-extract: - perl -pi -e 's/\r//' ${WRKSRC}/* - -post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig - ${CP} -p ${FILESDIR}/Makefile ${WRKSRC}/ +ALL_TARGET= astyle do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ diff -ruN astyle.old/files/Makefile astyle/files/Makefile --- astyle.old/files/Makefile Wed Jul 21 23:20:46 1999 +++ astyle/files/Makefile Wed Dec 31 19:00:00 1969 @@ -1,8 +0,0 @@ -SRCS= ASBeautifier.cpp ASFormatter.cpp ASResource.cpp astyle_main.cpp - -PROG=astyle -NOMAN=yes - -CC=${CXX} - -.include diff -ruN astyle.old/files/md5 astyle/files/md5 --- astyle.old/files/md5 Sun Sep 19 13:38:51 1999 +++ astyle/files/md5 Sun Oct 3 15:04:12 1999 @@ -1 +1 @@ -MD5 (astyle_1.11.4_src.tgz) = f87dc3e6c6da3010b02de80b69668b00 +MD5 (astyle_1.11.5_src.tgz) = d92ca822378027aaa22c382e21a0966e diff -ruN astyle.old/patches/patch-ad astyle/patches/patch-ad --- astyle.old/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ astyle/patches/patch-ad Sun Oct 3 15:20:22 1999 @@ -0,0 +1,10 @@ +--- Makefile.orig Sat Sep 25 10:29:04 1999 ++++ Makefile Sun Oct 3 15:19:42 1999 +@@ -1,6 +1,6 @@ + # "Artistic Style" Makefile + +-CPPFLAGS = -O2 -W ++CPPFLAGS = ${CXXFLAGS} + OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o + + astyle: $(OBJS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message