Index: head/devel/nemiver/Makefile =================================================================== --- head/devel/nemiver/Makefile (revision 283311) +++ head/devel/nemiver/Makefile (revision 283312) @@ -1,57 +1,56 @@ # New ports collection makefile for: nemiver # Date created: 2008-02-22 # Whom: Romain Tartiere # # $FreeBSD$ # PORTNAME= nemiver PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= romain@FreeBSD.org COMMENT= A C/C++ Debugger for GNOME LIB_DEPENDS= boost_unit_test_framework:${PORTSDIR}/devel/boost-libs \ gtop-2.0:${PORTSDIR}/devel/libgtop \ sqlite3:${PORTSDIR}/databases/sqlite3 \ glademm-2.4:${PORTSDIR}/devel/libglademm24 \ gtksourceviewmm-2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm -BUILD_DEPENDS= gdb72:${PORTSDIR}/devel/gdb -RUN_DEPENDS= gdb72:${PORTSDIR}/devel/gdb - -BROKEN= unsatisfiable dependency object on gdb +BUILD_DEPENDS= gdb73.1:${PORTSDIR}/devel/gdb +RUN_DEPENDS= gdb73.1:${PORTSDIR}/devel/gdb OPTIONS= GHEX "Enable memory view" off GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2 vte USE_GCC= 4.4+ GCONF_SCHEMAS= nemiver-workbench.schemas nemiver-dbgperspective.schemas USE_LDCONFIG= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes MAN1= nemiver.1 .include .if ${OSVERSION} <= 604100 BROKEN= Does not compile on 6.x .endif .if defined(WITH_GHEX) && !defined(WITHOUT_GHEX) CONFIGURE_ARGS+=--enable-memoryview PLIST_SUB+= GHEX="" LIB_DEPENDS+= gtkhex.0:${PORTSDIR}/editors/ghex .else CONFIGURE_ARGS+=--disable-memoryview PLIST_SUB+= GHEX="@comment " .endif .include Property changes on: head/devel/nemiver/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/devel/nemiver/files/patch-configure =================================================================== --- head/devel/nemiver/files/patch-configure (revision 283311) +++ head/devel/nemiver/files/patch-configure (revision 283312) @@ -1,14 +1,14 @@ $FreeBSD$ --- configure.orig +++ configure @@ -15554,7 +15554,7 @@ # Extract the first word of "gdb", so it can be a program name with args. -set dummy gdb; ac_word=$2 -+set dummy gdb72; ac_word=$2 ++set dummy gdb73.1; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GDB_PROG+:} false; then : Property changes on: head/devel/nemiver/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property