Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2013 19:02:21 +0200
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lemke@lemke-it.com
Subject:   ports/178747: [patch update] devel/dragon 1.3.8 -> 1.3.9
Message-ID:  <E1UdkWT-0007KE-Q4@fa9.opsec.eu>
Resent-Message-ID: <201305181710.r4IHA0Cj052950@freefall.freebsd.org>

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

>Number:         178747
>Category:       ports
>Synopsis:       [patch update] devel/dragon 1.3.8 -> 1.3.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 18 17:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	The autoconf usage was update to a more recent autoconf.
	A library naming collission with a LIB_DEPENDS was fixed.
	GPLv2 -> GPLv3

	There is still a package naming collission with multimedia/dragon 8-(

>How-To-Repeat:
	-

>Fix:

diff -r -u -N devel/dragon/Makefile /usr/home/pi/myp/devel/dragon/Makefile
--- devel/dragon/Makefile	2013-05-16 23:24:26.000000000 +0200
+++ /usr/home/pi/myp/devel/dragon/Makefile	2013-05-18 18:47:08.000000000 +0200
@@ -2,16 +2,16 @@
 # $FreeBSD: head/devel/dragon/Makefile 318261 2013-05-15 19:43:20Z zeising $
 
 PORTNAME=	dragon
-PORTVERSION=	1.3.8
+PORTVERSION=	1.3.9
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
 MAINTAINER=	fbsd-ports@opsec.eu
 COMMENT=	Combined C++ scanner/parser generator for LR compliant grammars
 
-LIB_DEPENDS=	lfc:${PORTSDIR}/devel/lfc
+LIB_DEPENDS=	lfcbase.1:${PORTSDIR}/devel/lfcbase
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/dragon
 
diff -r -u -N devel/dragon/distinfo /usr/home/pi/myp/devel/dragon/distinfo
--- devel/dragon/distinfo	2013-01-01 15:29:39.000000000 +0100
+++ /usr/home/pi/myp/devel/dragon/distinfo	2013-05-18 18:49:27.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (dragon-1.3.8.tar.gz) = 5f145a5c7daf2acfe9a54381ac0d496039a07e6516c2d335004fd1c7150185e7
-SIZE (dragon-1.3.8.tar.gz) = 123767
+SHA256 (dragon-1.3.9.tar.gz) = 4d9319128cdbde77b7d2630d037794e982b54b193b904457011b91d3a9cefaea
+SIZE (dragon-1.3.9.tar.gz) = 453998
diff -r -u -N devel/dragon/files/patch-src-Makefile.in /usr/home/pi/myp/devel/dragon/files/patch-src-Makefile.in
--- devel/dragon/files/patch-src-Makefile.in	1970-01-01 01:00:00.000000000 +0100
+++ /usr/home/pi/myp/devel/dragon/files/patch-src-Makefile.in	2013-05-18 18:52:55.000000000 +0200
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	2013-05-18 18:50:07.000000000 +0200
++++ src/Makefile.in	2013-05-18 18:50:23.000000000 +0200
+@@ -198,7 +198,7 @@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LD = @LD@
+ LDFLAGS = @LDFLAGS@
+-LFC_CFLAGS = @LFC_CFLAGS@
++LFC_CFLAGS = -I/usr/local/include
+ LFC_LIBS = @LFC_LIBS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UdkWT-0007KE-Q4>