1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

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)
This commit is contained in:
John Marino 2013-11-18 07:53:06 +00:00
parent 128533b185
commit 16195e50a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334156
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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/