Commit graph

18 commits

Author SHA1 Message Date
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
cfc8e254ab Remove some BUILDLINK_DEPENDS.foo lines that have the same value as the default. 2004-12-25 19:46:30 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
epg
391ec6cfc3 Update to Version 0.7.0 (released Sep 02 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.7.0

User-visible changes:
179     Direct text editor access from RapidSVN
172     Options are now configurable in View/Diff tool preferences
192     Added STOP button
190     Added Documentation for Release Management
191     New merge button in log dialogue
220     Tweaked: Remember window status "Maximized"
195     Tweaked: Commits are now recursive as default (in dialog)
206     Tweaked: Changed menu entries for "Add Working Copy" and
         "Add Repository" menu items confusing
165     Fixed: Space in dir name became %20 on rename
194     Fixed: Copy didnt work with URL destination
196     Fixed: Win32 build files were missing from tar.gz source kits
167     Fixed: crash on expand bottom bookmark
214     Fixed: Incorrect info for repository directories
197     Fixed: Commit/Update used active file instead of folder in
                folder browser menu (when right-clicking in the folder
browser)
207     Fixed: TextViewer (called by LogDlg) removed (see #179)
189     Fixed: Sort order; group unversioned items with other modified
198     Fixed: folder double-clicking on Win32


Developer-visible changes:
201     Fixed: Client::log("") failed
204     Fixed: cat couldnt return binary data
218     Fixed: Default config dir created against user wishes
219     Fixed: Auth code ddidnt not use users config_dir
224     Fixed: make fails on Suse 9.1
208     Fixed: install svncpp headers (with make install)
199     Fixed: Correctly disable VC7 warning 4290
200     Fixed: VC7 wants some more Exception ctors
2004-09-26 17:15:18 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
epg
b0f7918fb1 Update to Version 0.6.0 (released May 24 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.6.0

Pkgsrc changes:  Require subversion 1.0.0 and wxGTK 2.4.2.  Remove
patch-aa (issue #180 below).

User-visible changes:
* 180   Configure script failed on Solaris because of "find -maxdepth"
* 183 	Save preferences "Flat view" and "Refresh with Update"
* 149 	RapidSVN supported for AMD64
* 184 	New icon for out-of-date files
* 186 	Implemented Diff command for the Log dialog.
* 157 	Fixed: diff could not open file on Linux
* 145 	Fixed: sort-order for status in file-list
* 158 	Fixed: crash when adding a bookmark
* 160 	Fixed: double click on file in repos doesn't work
* 166 	Fixed: trailing spaces on repository URL not trimmed
* 177 	Fixed: status for 'out-of-date' files not being displayed
* 185 	Fixed: Text/Property status display for 'out-of-date' files
* 148 	Fixed: date display in log dlg


Developer-visible changes:
* 164 	Fixed: ls return path wrong for current dir
* 169 	Fixed: Context inits apr after using apr function
* 162 	Conform with Subversion 1.0.0
* 168 	add changed path support to log
2004-05-31 00:58:48 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
minskim
0b936143ca bl3ify. 2004-03-08 01:27:23 +00:00
minskim
677ec9f4f2 Bypass subversion library check, because it uses 'find -maxdepth',
which is not supported by old find.  It will make this package build
on NetBSD<=1.6.2.
2004-03-08 01:09:51 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
epg
e68fdf35d4 Update to 0.5.0. No changelog available, but the announcement says
that this release works with Subversion 0.36 and 0.37, so require at
least 0.36.

patch-aa no longer needed.
2004-02-03 06:36:55 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
recht
7eead98c7b rev. bump because of the wxGTK buildlink change 2004-01-10 14:25:42 +00:00
jmmv
8a4db02163 Bump PKGREVISION due to wxGTK update (use gtk2). 2004-01-07 21:46:05 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
epg
a3e5e8e22b Make this work with (and require) Subversion 0.35.0.
Bump PKGREVISION.
2003-12-20 18:20:36 +00:00
epg
5e534ebe33 And here is a master site that actually works. 2003-12-16 05:24:35 +00:00
epg
5973abc99e import rapidsvn-0.4.0.
RapidSVN is a cross-platform GUI front-end for the Subversion
revision system written in C++ using the wxWindows framework.
2003-12-07 04:09:22 +00:00