Date: Mon, 18 Nov 2013 07:53:07 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334156 - head/devel/gdb66 Message-ID: <201311180753.rAI7r7g7085566@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Nov 18 07:53:06 2013 New Revision: 334156 URL: http://svnweb.freebsd.org/changeset/ports/334156 Log: devel/gdb66: Disable -Werror to unbreak build on F10 and DragonFly Also: * Remove extra whitespace from WWW * Convert USE_GMAKE to USES * Remove ?= from comment; this is not a master port * Align with 2 tabs Approved by: portmgr (bapt, implicit) Modified: head/devel/gdb66/Makefile head/devel/gdb66/pkg-descr Modified: head/devel/gdb66/Makefile ============================================================================== --- head/devel/gdb66/Makefile Mon Nov 18 07:45:54 2013 (r334155) +++ head/devel/gdb66/Makefile Mon Nov 18 07:53:06 2013 (r334156) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=gdb/:gdb DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gdb MAINTAINER= mi@aldan.algebra.com -COMMENT?= GNU GDB of newer version than comes with the system +COMMENT= GNU GDB of newer version than comes with the system PKGNAMESUFFIX= 66 @@ -21,27 +21,27 @@ INSIGHT_DESC= Tcl/Tk GUI (experimental!) CONFLICTS?= gdb-[7-9]* USE_BZIP2= yes USE_GCC= any -USE_GMAKE= yes -USES= gettext iconv +USES= gettext iconv gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ + --disable-werror \ --enable-target=all \ --enable-tui ${ICONV_CONFIGURE_ARG} CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT EXCLUDE= dejagnu expect readline sim texinfo intl EXTRACT_AFTER_ARGS= ${EXCLUDE:S/^/--exclude /} -VER= ${PORTVERSION:S/.//} +VER= ${PORTVERSION:S/.//} PLIST_SUB= VER=${VER} -MAN1= gdb${VER}.1 +MAN1= gdb${VER}.1 NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MINSIGHT} PKGNAMESUFFIX= -insight -USE_TK= 84+ +USE_TK= 84+ LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets:${PORTSDIR}/x11-toolkits/iwidgets DISTFILES+= gdbtk-6.6${EXTRACT_SUFX}:gdbtk Modified: head/devel/gdb66/pkg-descr ============================================================================== --- head/devel/gdb66/pkg-descr Mon Nov 18 07:45:54 2013 (r334155) +++ head/devel/gdb66/pkg-descr Mon Nov 18 07:53:06 2013 (r334156) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311180753.rAI7r7g7085566>