summaryrefslogtreecommitdiff
path: root/devel/p4p (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update distpaths.Lars Thegler2009-01-025-75/+75
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=225145
* Fix logdir for package installationLars Thegler2009-01-022-1/+2
| | | | | | | Noted by: droso Notes: svn path=/head/; revision=225144
* - Update to 08.2Lars Thegler2008-12-299-118/+86
| | | | | | | | | | | | - Drop alpha support - Fix log dir location [1] - Fix depot permissions [1] - Separate DIST_SUBDIR [2] Submitted by: Bernard Treves Brown [1], infofarmer [2] Notes: svn path=/head/; revision=224948
* Bugs fixed (from release notes):Lars Thegler2008-04-276-13/+13
| | | | | | | | | | | | | | | | | | | #152382 ** Sometimes 'p4 integrate' would find a distant base when cherry picking revisions to integrate. Now 'p4 integrate' insists that the base be the revision before the first revision being integrated when cherry picking revisions. (Bug #29016). #152296 ** 'p4 submit' could report "No files to submit" if the combination of client mapped files and protections table exceeded an internal limit. This limit was incorrectly reached on case-insensitive Servers (Windows) by repeated values in a generated map. This has been fixed. (Bug #28853) Notes: svn path=/head/; revision=212103
* Bugs fixed (from release notes):Lars Thegler2008-04-106-15/+16
| | | | | | | | | | | | | | | | | | | | | #149704 ** 'p4 integrate' could skip integrations in the face of large branch views coupled with large protection tables. This has been corrected. (Bug #28659) #149538 ** 'p4 integrate' could report "no permission on file(s)" if the protections managed by 'p4 protect' had excessive wildcards (too many ...'s in too many entries). Now 'p4 integrate' should be no more sensitive than other commands to the number of wildcards in protections, and in any event should fail with a more appropriate message ("too may wildcards"). (Bug #28422). Changes: http://www.perforce.com/perforce/doc.073/user/relnotes.txt Notes: svn path=/head/; revision=210983
* Add SHA256 checksum for alpha binariesLars Thegler2008-01-291-4/+4
| | | | | | | | PR: ports/118192 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=206360
* Missed two new distinfo filesLars Thegler2008-01-142-0/+30
| | | | Notes: svn path=/head/; revision=205652
* - Update to 2007.3Lars Thegler2008-01-144-56/+57
| | | | | | | - Also see: http://www.perforce.com/perforce/doc.073/user/relnotes.txt Notes: svn path=/head/; revision=205651
* Chase updated binaries.Lars Thegler2007-10-194-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs fixed: (from release notes): #136755 ** A perforce server could shutdown with the message "License expired" even when a new license with a valid expire date was put in place (either manually or with the 'p4 license' command). This only happened if the license that the server was originally started with became out of date. (Bug #24800) #136742 ** 'p4 obliterate' under certain conditions could purge an archive file which still had lazy copies pointing to it. This change prevents that from happening. (Bug #26682). #136586 ** In certain cases inconsistent results depending on depot path could be observed for some commands. Typically when this happened an unrestricted 'p4 sync' would bring back correct behaviour. This problem only occured when a file that had been previously synced was no longer mapped by the current client view and the client path name had a '.' in a significant position of its path. This has been fixed (Bug #24943, #26541). #135236 ** Unintegrated revisions prior to a delete could cause undesirable file re-branching in subsequent integrations. This change brings back an older behavior, which is to not re-branch from revisions prior to a delete when the target is also deleted. (Bug #25662) For complete list of changes, see: http://www.perforce.com/perforce/doc.062/user/relnotes.txt Notes: svn path=/head/; revision=201667
* Chase updated binaries.Lars Thegler2007-08-064-9/+9
| | | | | | | | | | | For complete list of changes, see: http://www.perforce.com/perforce/doc.061/user/relnotes.txt Noticed by: kris Notes: svn path=/head/; revision=197201
* Chase updated binaries.Lars Thegler2007-07-294-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs fixed: (from release notes): #129932 ** 'p4 submit' could fail when 'p4 integrate' mistakenly attempts to branch from a deleted revision if that source file was readded and that readded revision was ignored into the target file. Fixed. (Bug #24663) #128837 ** The server no longer exits after 10 consecutive attempts to accept an incoming connection. Usually the reason for this is that the computer is under configured and its simply a server resource problem. In some cases the problem can be on the client end, because of this the server now sleeps, then continues to retry. (Bug #24156). For complete list of changes, see: http://www.perforce.com/perforce/doc.061/user/relnotes.txt Noticed by: pavmail Notes: svn path=/head/; revision=196591
* It is only the sparc version that does not work on 7.x. i386 and amd64 work ↵Lars Thegler2007-06-071-1/+1
| | | | | | | | | fine. Submitted by: "M. Warner Losh" <imp@bsdimp.com> Notes: svn path=/head/; revision=192982
* - Update to 2006.2 [1]Lars Thegler2007-05-265-70/+67
| | | | | | | | | | - Add sparc64 support [2] - Remove 4.x support Submitted by: several [1], jkim [1,2] Notes: svn path=/head/; revision=191922
* Chase updated binaries.Lars Thegler2007-01-244-16/+16
| | | | | | | | | | | | | | | | | | Bugs fixed: (from release notes) #114840 ** CPU usage has been reduced for 'p4 integrate' when it is handling indirect integrations through a large number of branches (hundreds or more). (Bug #23592). For complete list of changes, see: http://www.perforce.com/perforce/doc.061/user/relnotes.txt Noticed by: "Stefan Schablowski" <stefan.schablowski@prolificx.com> Notes: svn path=/head/; revision=183157
* Chase updated binaries.Lars Thegler2006-12-234-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs fixed (from release notes): #113339 ** 'p4 opened -a //...' was being adversely affected by the optimization in change #109212. It is now back to its previous performance. (Bug #23307) #113270 ** Files changed from type ktext to text would be stored at the server with the keywords unexpanded even if the files had been submitted with the keywords expanded. This behavior, present only in release 2006.1, has been fixed. (Bug #23258) #112408 ** 'p4 depot' will not abort when it encounters a UNC path in the Map field so long as the path also ends in '...'. UNC path handling in the depot form was broken by change 93286, but it has now been fixed. (Bug #23191) #94339 ** 'p4 changes @changelist' could be slower in 2005.2 than it was in 2005.1 due to an optimization intended to speed up changelist ranges (@changelist,changelist). The optimization has been tuned to be no slower than 2005.1. (Bug #20192). For complete list of changes, see: http://www.perforce.com/perforce/doc.061/user/relnotes.txt PR: ports/107137 Submitted by: gabor Notes: svn path=/head/; revision=180612
* - Fixed OSVERSION check [1]Lars Thegler2006-11-281-2/+6
| | | | | | | | | - Fixed IGNORE spelling Noticed by: pointyhat via kris [1] Notes: svn path=/head/; revision=178212
* Chase updated binariesLars Thegler2006-11-053-7/+7
| | | | | | | | | | For changes, see http://www.perforce.com/perforce/doc.061/user/relnotes.txt PR: ports/105167 Submitted by: keramida Notes: svn path=/head/; revision=176523
* Unbreak, chase updated binariesLars Thegler2006-10-214-19/+17
| | | | | | | | | | For changes, see http://people.freebsd.org/~lth/perforce/relnotes-06.1_3,1.txt Noted by: kris Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175466
* BROKEN: Size mismatchKris Kennaway2006-10-211-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=175461
* Chase updated binariesLars Thegler2006-09-144-28/+28
| | | | | | | Noted by: pointyhat via Kris Notes: svn path=/head/; revision=173020
* Added mirror siteLars Thegler2006-09-101-1/+2
| | | | | | | Submitted by: Alexander Goller <alex@vivien.franken.de> Notes: svn path=/head/; revision=172686
* Chase updated binariesLars Thegler2006-09-042-15/+16
| | | | | | | | PR: ports/102845 Submitted by: gabor Notes: svn path=/head/; revision=172198
* NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED hereKris Kennaway2006-09-031-2/+1
| | | | Notes: svn path=/head/; revision=171975
* Update to 06.1Lars Thegler2006-08-276-24/+74
| | | | | | | | PR: ports/102375 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=171484
* Chase updated binariesLars Thegler2006-04-062-7/+7
| | | | | | | Noticed by: Joakim Nystrom <jnystrom@mac.com> Notes: svn path=/head/; revision=158959
* Chase updated binaries.Lars Thegler2006-02-162-14/+14
| | | | | | | | | | Perforce are recommending upgrade due to merge problems, see http://maillist.perforce.com/pipermail/perforce-user/2006-February/017722.html Also noticed by: Alexander Goller <alex@vivien.franken.de> Notes: svn path=/head/; revision=156153
* Chase updated binariesLars Thegler2006-01-132-14/+15
| | | | | | | Noticed by: Alexander Goller <alex@vivien.franken.de> Notes: svn path=/head/; revision=153388
* - Update to 2005.2Lars Thegler2006-01-112-13/+17
| | | | | | | - Added SHA256 checksum Notes: svn path=/head/; revision=153240
* Chase updated binariesLars Thegler2005-10-282-3/+3
| | | | Notes: svn path=/head/; revision=146553
* Chase updated binariesLars Thegler2005-09-172-3/+3
| | | | | | | Noticed by: phk Notes: svn path=/head/; revision=143031
* Chase updated binaries [1], [2]Lars Thegler2005-08-282-7/+7
| | | | | | | | PR: ports/85055 [1] Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.h> [1], Andrew Carter <ascarter@mac.com> [2] Notes: svn path=/head/; revision=141163
* Chase updated binariesLars Thegler2005-07-232-8/+8
| | | | | | | Prompted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=139967
* Chase updated binariesLars Thegler2005-07-042-8/+9
| | | | Notes: svn path=/head/; revision=138461
* Update to 2005.1Lars Thegler2005-06-012-13/+12
| | | | | | | | PR: ports/81763 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> Notes: svn path=/head/; revision=136602
* Backing out part of last commit, that was breaking the version string.Lars Thegler2005-04-081-3/+3
| | | | | | | | Noticed by: chkversion Pointy hat to: lth Notes: svn path=/head/; revision=132766
* - Fix privilege during pre-installLars Thegler2005-04-081-9/+9
| | | | | | | | | | - Reduce portlint nagging PR: ports/79654 Submitted by: John Baldwin <jhb@FreeBSD.org> Notes: svn path=/head/; revision=132743
* Chase updated binariesLars Thegler2005-03-102-8/+8
| | | | Notes: svn path=/head/; revision=130806
* Update perforce binaries.Lars Thegler2005-03-072-7/+7
| | | | Notes: svn path=/head/; revision=130515
* - Now builds on amd64 [1]Lars Thegler2005-02-202-5/+7
| | | | | | | | | - Fixed output redirection for p4web [2] Submitted by: arved [1], "Ryan F." <ryan@kalama.no-ip.org> [2] Notes: svn path=/head/; revision=129364
* Update perforce binaries.Lars Thegler2005-02-022-8/+8
| | | | | | | Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> Notes: svn path=/head/; revision=127900
* - Start p4web from rc.d script [1]Lars Thegler2005-01-183-4/+27
| | | | | | | | | | - Assume maintainership Submitted by: Mark Santcroos <marks@ripe.net> [1] Reviewed by: tobez Notes: svn path=/head/; revision=126720
* Chase update from 2004/12/30Volker Stolz2005-01-182-8/+8
| | | | | | | | PR: ports/75929 Submitted by: keramida Notes: svn path=/head/; revision=126703
* - Update i386 to rev.6Volker Stolz2004-12-202-22/+13
| | | | | | | | | | | - Drop maintainership - Sanitize Makefile a bit (me) PR: ports/75255 Submitted by: maintainer Notes: svn path=/head/; revision=124571
* Update perforce binaries.Norikatsu Shigemura2004-11-252-8/+8
| | | | | | | | | PR: ports/74050[1], ports/74324[2] Submitted by: Jean-Sebastien Pedron <jspedron@club-internet.fr> david marshall <marshall@chezmarshall.com> (maintainer)[2] Notes: svn path=/head/; revision=122410
* Update perforce binaries.Norikatsu Shigemura2004-11-102-8/+8
| | | | | | | | PR: ports/73771 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer) Notes: svn path=/head/; revision=121313
* o Update perforce binaries.Norikatsu Shigemura2004-10-283-11/+17
| | | | | | | | | | | o Add support checkpoint on rcNG script. [*] PR: ports/73219 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer) Brooks Davis <brooks@one-eyed-alien.net> [*] Notes: svn path=/head/; revision=120392
* Update to 2004.2.Norikatsu Shigemura2004-10-123-25/+15
| | | | | | | | PR: ports/72427 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer) Notes: svn path=/head/; revision=119069
* - Update p4ftpdPav Lucistnik2004-06-212-5/+3
| | | | | | | | PR: ports/68105 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer) Notes: svn path=/head/; revision=111947
* BROKEN: Size mismatchKris Kennaway2004-06-191-0/+2
| | | | Notes: svn path=/head/; revision=111794
* - Add dummy version number for unsupported platforms, to silence a warningPav Lucistnik2004-06-161-0/+1
| | | | | | | | | | | about malformed version string when processing INDEX PR: ports/67920 Submitted by: Conrad J. Sabatier <conrads@cox.net> Approved by: David Marshall <marshall@chezmarshall.com> (maintainer) Notes: svn path=/head/; revision=111628