svn commit: r328441 - in head/devel/gcvs: . files

Pietro Cerutti gahr at FreeBSD.org
Fri Sep 27 08:30:28 UTC 2013


Author: gahr
Date: Fri Sep 27 08:30:27 2013
New Revision: 328441
URL: http://svnweb.freebsd.org/changeset/ports/328441

Log:
  - Convert to USES+=tk and USES+=gmake
  - Fix build on CURRENT

Added:
  head/devel/gcvs/files/patch-common_CommitDlg.cpp   (contents, props changed)
Modified:
  head/devel/gcvs/Makefile

Modified: head/devel/gcvs/Makefile
==============================================================================
--- head/devel/gcvs/Makefile	Fri Sep 27 08:29:51 2013	(r328440)
+++ head/devel/gcvs/Makefile	Fri Sep 27 08:30:27 2013	(r328441)
@@ -13,10 +13,7 @@ COMMENT=	High-end interface client for C
 LICENSE=	GPLv2
 
 USE_GNOME=	gtk12
-USE_TCL_BUILD=	yes
-USE_TCL_WRAPPER=yes
-USE_TK_WRAPPER=	yes
-USE_GMAKE=	yes
+USES+=		gmake tk:wrapper
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing --force --copy --gnu
@@ -26,7 +23,6 @@ CONFIGURE_ARGS=	--with-tclinclude=${TCL_
 		--with-tcllib=${TCL_LIBDIR}
 EXTRACT_AFTER_ARGS=--exclude cvsunix --exclude 'getline.[ch]' --exclude 'getopt*.[ch]'
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -E '/get(line|opt1?)\.[ch]/d'	\
 		${WRKSRC}/common/Makefile.am

Added: head/devel/gcvs/files/patch-common_CommitDlg.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gcvs/files/patch-common_CommitDlg.cpp	Fri Sep 27 08:30:27 2013	(r328441)
@@ -0,0 +1,11 @@
+--- common/CommitDlg.cpp.orig	2013-09-27 10:14:52.000000000 +0200
++++ common/CommitDlg.cpp	2013-09-27 10:17:47.000000000 +0200
+@@ -22,6 +22,8 @@
+  * CommitDlg.cpp : the cvs commit dialog
+  */
+ 
++#define _WITH_GETLINE
++#include <stdio.h>
+ #include "stdafx.h"
+ 
+ #ifdef WIN32


More information about the svn-ports-all mailing list