[Midnightbsd-cvs] mports [17311] trunk/devel/gdb66: make fetchable

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 15 18:36:56 EDT 2014


Revision: 17311
          http://svnweb.midnightbsd.org/mports/?rev=17311
Author:   laffer1
Date:     2014-09-15 18:36:56 -0400 (Mon, 15 Sep 2014)
Log Message:
-----------
make fetchable

Modified Paths:
--------------
    trunk/devel/gdb66/Makefile
    trunk/devel/gdb66/pkg-descr
    trunk/devel/gdb66/pkg-plist

Modified: trunk/devel/gdb66/Makefile
===================================================================
--- trunk/devel/gdb66/Makefile	2014-09-15 22:34:52 UTC (rev 17310)
+++ trunk/devel/gdb66/Makefile	2014-09-15 22:36:56 UTC (rev 17311)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gdb
 PORTVERSION=	6.6
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	devel
 MASTER_SITES=   ${MASTER_SITE_GNU:S,$,:gdb,}	\
 		http://aldan.algebra.com/~mi/:gdbtk
@@ -11,18 +11,15 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT?=	GNU GDB of newer version than comes with the system
+
 LICENSE=	gpl3
 
-LATEST_LINK?=	gdb66
-
 OPTIONS_DEFINE=	INSIGHT
 INSIGHT_DESC=	Tcl/Tk GUI (experimental!)
 
 CONFLICTS?=	gdb-[7-9]*
-USE_BZIP2=	yes
 USE_GCC=	any
-USE_GMAKE=	yes
-USES=		gettext iconv
+USES=		gettext gmake iconv tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	CONFIGURED_M4=m4 CONFIGURED_BISON=byacc
 CONFIGURE_ARGS=	--program-suffix=${PORTVERSION:S/.//g} \
@@ -34,7 +31,6 @@
 EXTRACT_AFTER_ARGS=	${EXCLUDE:S/^/--exclude /}
 VER=	${PORTVERSION:S/.//}
 PLIST_SUB=	VER=${VER}
-MAN1=	gdb${VER}.1
 
 .include <bsd.mport.options.mk>
 

Modified: trunk/devel/gdb66/pkg-descr
===================================================================
--- trunk/devel/gdb66/pkg-descr	2014-09-15 22:34:52 UTC (rev 17310)
+++ trunk/devel/gdb66/pkg-descr	2014-09-15 22:36:56 UTC (rev 17311)
@@ -1,4 +1,4 @@
 GNU GDB - the version, for which the "Insight" GUI is available. 
 
-WWW:	http://sourceware.org/insight/
-WWW:	http://www.gnu.org/software/gdb/
+WWW: http://sourceware.org/insight/
+WWW: http://www.gnu.org/software/gdb/

Modified: trunk/devel/gdb66/pkg-plist
===================================================================
--- trunk/devel/gdb66/pkg-plist	2014-09-15 22:34:52 UTC (rev 17310)
+++ trunk/devel/gdb66/pkg-plist	2014-09-15 22:36:56 UTC (rev 17311)
@@ -1,5 +1,6 @@
 bin/gdb%%VER%%
 bin/gdbtui%%VER%%
+man/man1/gdb%%VER%%.1.gz
 %%INSIGHT%%bin/insight
 %%INSIGHT%%share/redhat/gui/advice.tcl
 %%INSIGHT%%share/redhat/gui/balloon.tcl



More information about the Midnightbsd-cvs mailing list