Date: Sun, 3 Oct 1999 15:41:40 -0500 (EST) From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14105: Update devel/astyle to 1.11.5 Message-ID: <199910032041.PAA80325@gelemna.ft-wayne.in.us>
next in thread | raw e-mail | index | archive | help
>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 <croyle@gelemna.ft-wayne.in.us> # # $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 <bsd.prog.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910032041.PAA80325>