0c316d8c51
http://svn.collab.net/repos/rapidsvn/tags/0.8.0 User-visible changes: * 243 New: Native Support for Mac OS X (no X11) * 252 New: Fast diff to head revision * 202 New: New column on the filelist pane: file's extension * 238 New: Ability to access FSFS * 250 New: Show versioned files only * 259 Dont truncate entries in tree * 211 Fixed: Filenames with special chars (Umlauts) dont work * 212 Fixed: Commit messages with special chars (umlauts) dont work * 221 Fixed: Slow response to right click on files * 230 Fixed: Crash when trying to expand a node in the tree view * 234 Fixed: No update when adding a new directory * 237 Fixed: Folder Browser forgets location on refresh * 242 Fixed: No German User-Interface * 255 Fixed: Info report contains an invalid URL * 257 Fixed: Path for repositories in wrong format (only Windows) * 263 Fixed: No URL edit field visible with wxX11 * 244 Fixed: Crash while setting program path in Preferences Developer-visible changes: * 270 Added Full Unicode support * 256 Switched to Subversion 1.1 for Windows * 222 Fixed: Cannot compile rapidsvn on unicode-enabled wxGTK systems * 235 Fixed: Suse 9.1 complaints during build (wx with Unicode) * 248 Fixed: Compiler error for threaded_worker.cpp * 267 Fixed: configure and out-of-tree builds
23 lines
635 B
Makefile
23 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.19 2005/05/23 23:43:38 epg Exp $
|
|
|
|
DISTNAME= rapidsvn-0.8.0
|
|
CATEGORIES= devel x11
|
|
MASTER_SITES= http://www.rapidsvn.org/download/
|
|
|
|
MAINTAINER= epg@NetBSD.org
|
|
HOMEPAGE= http://rapidsvn.tigris.org/
|
|
COMMENT= Cross-platform Subversion GUI
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-svn-include=${BUILDLINK_DIR}/include
|
|
CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib
|
|
|
|
INSTALLATION_DIRS+= include/svncpp
|
|
|
|
.include "../../devel/apr/buildlink3.mk"
|
|
.include "../../devel/subversion/buildlink3.mk"
|
|
.include "../../x11/wxGTK/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|