Date: Sun, 5 Mar 2006 20:47:00 +0100 (CET) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94105: [maintainer-update] update graphics/fig2sxd -> 0.14 Message-ID: <200603051947.k25Jl0T7095428@beaver.critical.ch> Resent-Message-ID: <200603051950.k25Jo42g032653@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94105 >Category: ports >Synopsis: [maintainer-update] update graphics/fig2sxd -> 0.14 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 05 19:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 6.0-RELEASE >Organization: >Environment: System: FreeBSD beaver.critical.ch 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Tue Sep 27 19:38:58 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_6/src/sys/BEAVER i386 >Description: update graphics/fig2sxd -> 0.14 >How-To-Repeat: >Fix: --- fig2sxd.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/fig2sxd/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 6 Oct 2005 11:57:02 -0000 1.2 +++ Makefile 5 Mar 2006 19:45:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= fig2sxd -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= graphics converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,9 @@ MAN1= fig2sxd.1 PLIST_FILES= bin/fig2sxd +post-patch: + @${REINPLACE_CMD} -e '/^CXX/d' ${WRKSRC}/${MAKEFILE} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/fig2sxd/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 30 Nov 2005 14:01:04 -0000 1.2 +++ distinfo 5 Mar 2006 19:45:31 -0000 @@ -1,3 +1,3 @@ -MD5 (fig2sxd_0.13.orig.tar.gz) = 3244a2708386fb3a78f31429b35565f0 -SHA256 (fig2sxd_0.13.orig.tar.gz) = f1efc4e307be38f237a7a7ca30cdcb8c2c32151c77cfa183ac5eef260d120c84 -SIZE (fig2sxd_0.13.orig.tar.gz) = 20689 +MD5 (fig2sxd_0.14.orig.tar.gz) = 51686ccc400aa60b94173955f9e945ad +SHA256 (fig2sxd_0.14.orig.tar.gz) = 8139f51cda5ed5e965d058d5bc371586c944ae191b3f055f44cdb9d71b9128e6 +SIZE (fig2sxd_0.14.orig.tar.gz) = 22261 Index: files/patch-Makefile =================================================================== RCS file: files/patch-Makefile diff -N files/patch-Makefile --- files/patch-Makefile 8 Sep 2005 15:34:05 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,37 +0,0 @@ ---- Makefile.orig Sun Jan 25 22:33:34 2004 -+++ Makefile Tue Sep 6 13:50:01 2005 -@@ -43,28 +43,28 @@ - - DEPEND = .depend- - DEPFILES = $(SOURCES1:%.cpp=$(DEPEND)%.dep) --CXX = g++ -+CXX ?= g++ - CXXF = -Wall -O2 -g --CXXFLAGS = -fno-rtti -fno-exceptions $(CXXF) $(INCLUDES) -+CXXFLAGS ?= -fno-rtti -fno-exceptions $(CXXF) $(INCLUDES) - LIBS = -lz - - $(TARGET1): $(OBJECTS1) -- $(CXX) -o $@ $^ $(LIBS) -+ $(CXX) $(CXXFLAGS) -o $@ $^ $(LIBS) - - $(OBJECTS1): %.o: $(SRCDIR)%.cpp $(DEPEND)%.dep - $(CXX) $(CXXFLAGS) -o $@ -c $< - - $(DEPFILES): $(DEPEND)%.dep: $(SRCDIR)%.cpp -- $(CXX) $(INCLUDES) -M $< > $@ -+ $(CXX) $(CXXFLAGS) $(INCLUDES) -M $< > $@ - - -include $(DEPFILES) - - clean: - rm -f $(TARGETS) $(OBJECTS1) $(DEPFILES) - --all: install -+all: $(TARGET1) fig2sxd.1 - --install: $(TARGET1) fig2sxd.1 -+install: - install -d $(DESTDIR)/bin $(DESTDIR)/share/man/man1 - install -m755 $(TARGET1) $(DESTDIR)/bin - install -m644 fig2sxd.1 $(DESTDIR)/share/man/man1 --- fig2sxd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603051947.k25Jl0T7095428>