pkgsrc/devel/rapidsvn/Makefile

28 lines
859 B
Makefile
Raw Normal View History

2013-12-01 11:18:02 +01:00
# $NetBSD: Makefile,v 1.77 2013/12/01 10:18:03 ryoon Exp $
DISTNAME= rapidsvn-0.12.1
2013-12-01 11:18:02 +01:00
PKGREVISION= 10
CATEGORIES= devel x11 scm
MASTER_SITES= http://www.rapidsvn.org/download/release/0.12.1/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rapidsvn.tigris.org/
COMMENT= Cross-platform Subversion GUI
LICENSE= gnu-gpl-v3
devel/rapidsvn: Update version from 0.10.0-1 to 0.12.0.1 DragonFly shares a problem compiling RapidSVN with HP-UX, a name space conflict with the isset macro of /usr/include/sys/param.h. This was fixed in version 0.12.0, so it was necessary to upgrade versions to build RapidSVN on DragonFly. Visible changes since the previous version: * 663 New: Show number of modified children in folder browser * 662 Enhancement: Indicate changed content with BOLD text instead of red color * 666 Enhancement: Performance optimization for indicating modified subfolders * 667 Enhancement: Make indication of modified subfolder configurable * 668 Enhancement: Show build revision in About Dialog * 669 Enhancement: Dont use static svn version in About dialog * 665 Windows: Drop suffix for unicode exe * 679 Mac+Win: Support Subversion 1.6.5 in binary packges * 526 Fixed: Filelist update failed when there are special characetrs in uri * 555 Fixed: Linux+Mac: locale files not installed by default * 614 Fixed: Interactive Resolve used hardcoded filenames * 643 Fixed: Mac: crashes at startup because of missing dynamic libraries * 656 Fixed: Windows 7: Error when starting Explorer from RapidSVN * 660 Fixed: Visual C++ 2005 Builds Fail to Startup (Visual C++ Runtime Error) * 664 Fixed: Crashes on Windows in Japan * 671 Fixed: Tree not updated after a commit * 678 Fixed: Use native path separator when starting external app Version 0.12 (released October 14th 2009) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.12
2011-12-07 00:40:07 +01:00
USE_TOOLS+= gmake msgfmt
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-svn-include=${BUILDLINK_DIR}/include
CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib
CONFIGURE_ARGS+= --with-doxygen=no
# While apr is actually a dependency, we ride it being included via
# subversion-base, following the precedent of devel/foo-subversion and
# www/ap2-subversion.
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"