aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p4web
Commit message (Collapse)AuthorAgeFilesLines
* Updated p4d. Bugs fixed:lth2009-03-244-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | | #189734 ** The new tcp buffer calculation could cause a deadlock in client/server communications. This problem was only detected on configurations involving Solaris or Linux. Due to the complications of platform specific tcp implementations the algorithm has been reworked to make allowances for certain eccentricities. (Bug #32494). #188676 * 'p4 resolve' using the automatic option could crash the client application when running on windows. This would only happen if the 'theirs' file had been locked by another windows application e.g. microsoft word. (Bug #32384) Updated p4web. Bugs fixed: #190006 Always offer browse depot selection in multiuser mode. (Bug #32704) Complete release notes at: http://www.perforce.com/perforce/doc.082/user/relnotes.txt http://www.perforce.com/perforce/doc.082/user/p4webnotes.html
* Updated p4web. Bugs fixed:lth2009-02-254-46/+46
| | | | | | | | | | | | #186658 Fix problem with line numbers being skipped when viewing a file. (Bug #031832) #185786 P4Web no longer requires a client in browse only mode. (Bug #032227) Complete release notes for p4web at: http://www.perforce.com/perforce/doc.current/user/p4webnotes.html
* Bugs fixed (from release notes):lth2009-02-224-46/+46
| | | | | | | | | | | | | | | | #188676 * 'p4 resolve' using the automatic option could crash the client application when running on windows. This would only happen if the 'theirs' file had been locked by another windows application e.g. microsoft word. (Bug #32384) #188603 ** A user with a complicated view map could crash the server by creating a spec using '-i' or editing a spec to use a name which contains '%%<somenumber>'. This has been fixed. (Bug #31933) Noted by: pointyhat via pav
* Bugs fixed (from release notes):lth2009-01-244-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | #179182 ** 'p4 sync -p' via the proxy did not transfer files which were not in the proxy's cache. Fixed. (Bug #31775) #184476 ** Excessive wildcard use in client views could crash the ntx64/p4d server under circumstances that would be handled correctly by the ntx86/p4d server. It was discovered that the 64-bit version of the windows server requires more stack space to perform commands involving excessive wildcard usage in client mappings. This has been resolved so that the ntx6/p4d process behaves similarly to the ntx86/p4d. (Bug #31737) #181214 ** 'p4 fstat -F' with a filter that contains a not (^) crashes the Perforce server. This has been fixed. (Bug #31771) #183252 ** A failure to open a temporary file during submit of a compressed file could lead to a server crash. This problem could occur on a windows server only. Fixed. (Bug #31952) #168144 * Shell wildcard expansion on Windows can once again be disabled by double quoting arguments. (Bug #30753)
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-063-37/+3
|
* Update distpaths.lth2009-01-035-75/+75
| | | | Pointy hat to: me
* Fix logdir for package installationlth2009-01-032-1/+2
| | | | Noted by: droso
* - Update to 08.2lth2008-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]
* Bugs fixed (from release notes):lth2008-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)
* Bugs fixed (from release notes):lth2008-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
* Add SHA256 checksum for alpha binarieslth2008-01-291-4/+4
| | | | | PR: ports/118192 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
* Missed two new distinfo fileslth2008-01-142-0/+30
|
* - Update to 2007.3lth2008-01-144-56/+57
| | | | - Also see: http://www.perforce.com/perforce/doc.073/user/relnotes.txt
* Chase updated binaries.lth2007-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
* Chase updated binaries.lth2007-08-064-9/+9
| | | | | | | | For complete list of changes, see: http://www.perforce.com/perforce/doc.061/user/relnotes.txt Noticed by: kris
* Chase updated binaries.lth2007-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
* It is only the sparc version that does not work on 7.x. i386 and amd64 work ↵lth2007-06-071-1/+1
| | | | | | fine. Submitted by: "M. Warner Losh" <imp@bsdimp.com>
* - Update to 2006.2 [1]lth2007-05-275-70/+67
| | | | | | | - Add sparc64 support [2] - Remove 4.x support Submitted by: several [1], jkim [1,2]
* Chase updated binaries.lth2007-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>
* Chase updated binaries.lth2006-12-244-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
* - Fixed OSVERSION check [1]lth2006-11-291-2/+6
| | | | | | - Fixed IGNORE spelling Noticed by: pointyhat via kris [1]
* Chase updated binarieslth2006-11-063-7/+7
| | | | | | | For changes, see http://www.perforce.com/perforce/doc.061/user/relnotes.txt PR: ports/105167 Submitted by: keramida
* Unbreak, chase updated binarieslth2006-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)
* BROKEN: Size mismatchkris2006-10-211-0/+2
| | | | Approved by: portmgr (self)
* Chase updated binarieslth2006-09-144-28/+28
| | | | Noted by: pointyhat via Kris
* Added mirror sitelth2006-09-101-1/+2
| | | | Submitted by: Alexander Goller <alex@vivien.franken.de>
* Chase updated binarieslth2006-09-052-15/+16
| | | | | PR: ports/102845 Submitted by: gabor
* NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED herekris2006-09-031-2/+1
|
* Update to 06.1lth2006-08-286-24/+74
| | | | | PR: ports/102375 Submitted by: Mike Meyer <mwm@mired.org>
* Chase updated binarieslth2006-04-062-7/+7
| | | | Noticed by: Joakim Nystrom <jnystrom@mac.com>
* Chase updated binaries.lth2006-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>
* Chase updated binarieslth2006-01-132-14/+15
| | | | Noticed by: Alexander Goller <alex@vivien.franken.de>
* - Update to 2005.2lth2006-01-112-13/+17
| | | | - Added SHA256 checksum
* Chase updated binarieslth2005-10-282-3/+3
|
* Chase updated binarieslth2005-09-182-3/+3
| | | | Noticed by: phk
* Chase updated binaries [1], [2]lth2005-08-292-7/+7
| | | | | PR: ports/85055 [1] Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.h> [1], Andrew Carter <ascarter@mac.com> [2]
* Chase updated binarieslth2005-07-232-8/+8
| | | | Prompted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Chase updated binarieslth2005-07-042-8/+9
|
* Update to 2005.1lth2005-06-012-13/+12
| | | | | PR: ports/81763 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* Backing out part of last commit, that was breaking the version string.lth2005-04-081-3/+3
| | | | | Noticed by: chkversion Pointy hat to: lth
* - Fix privilege during pre-installlth2005-04-081-9/+9
| | | | | | | - Reduce portlint nagging PR: ports/79654 Submitted by: John Baldwin <jhb@FreeBSD.org>
* Chase updated binarieslth2005-03-102-8/+8
|
* Update perforce binaries.lth2005-03-072-7/+7
|
* - Now builds on amd64 [1]lth2005-02-202-5/+7
| | | | | | - Fixed output redirection for p4web [2] Submitted by: arved [1], "Ryan F." <ryan@kalama.no-ip.org> [2]
* Update perforce binaries.lth2005-02-022-8/+8
| | | | Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
* - Start p4web from rc.d script [1]lth2005-01-183-4/+27
| | | | | | | - Assume maintainership Submitted by: Mark Santcroos <marks@ripe.net> [1] Reviewed by: tobez
* Chase update from 2004/12/30vs2005-01-182-8/+8
| | | | | PR: ports/75929 Submitted by: keramida
* - Update i386 to rev.6vs2004-12-202-22/+13
| | | | | | | | - Drop maintainership - Sanitize Makefile a bit (me) PR: ports/75255 Submitted by: maintainer
* Update perforce binaries.nork2004-11-262-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]
* Update perforce binaries.nork2004-11-112-8/+8
| | | | | PR: ports/73771 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
* o Update perforce binaries.nork2004-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> [*]
* Update to 2004.2.nork2004-10-133-25/+15
| | | | | PR: ports/72427 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
* - Update p4ftpdpav2004-06-222-5/+3
| | | | | PR: ports/68105 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
* BROKEN: Size mismatchkris2004-06-191-0/+2
|
* - Add dummy version number for unsupported platforms, to silence a warningpav2004-06-171-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)
* - Update to 03.2/60355pav2004-05-272-3/+3
| | | | | PR: ports/67215 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
* Updated i386 binaries for version 03.2.nork2004-05-162-3/+3
| | | | | PR: ports/66676 Submitted by: David Marshall <marshall@chezmarshall.com> (maintainer)
* Updated i386 binaries for version 03.2.nork2004-04-202-11/+11
| | | | | PR: ports/65791 Submitted by: David Marshall <marshall@chezmarshall.com> (maintainer)
* Updated i386 binaries for version 03.2.nork2004-03-212-11/+11
| | | | | | PR: ports/64447 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer) Committed at: Exit of Chuou Highway in Japan
* Updated i386 binaries for version 03.2nork2004-03-042-4/+4
| | | | | PR: ports/63522 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
* Updated p4d, add SIZE.dannyboy2004-02-112-2/+9
| | | | | PR: 62399 Submitted by: maintainer
* Updated i386 binaries for version 03.2nork2004-01-202-10/+22
| | | | | PR: ports/61623 Submitted by: david marshall <marshall@chezmarshall.com>
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-201-1/+1
| | | | | PR: 59109 Approved by: marcus (mentor)
* Add the manual page checksums back in to alpha.bms2003-10-081-0/+2
| | | | Pointy hat to: bms
* Update the distinfo checksums as a new version of Perforce is out in the wild.bms2003-10-084-12/+13
| | | | | | Split distinfo into separate files for i386 and alpha architectures. Submitted by: Steve Borrett <support@perforce.com>
* update to new perforce binariesedwin2003-09-082-18/+31
| | | | | | | | | | | | Perforce has released new binaries. Also, with the popularity of portupgrade rising, I made some (somewhat bogus) changes to the makefile to help pkg_version and portupgrade figure out when the port has been upgraded. I have moved the kludge on the PR to below the maintainer section. PR: ports/56497 Submitted by: david marshall <marshall@chezmarshall.com>
* update devel/perforce: 02.2 -> 03.1daichi2003-07-242-9/+9
| | | | | PR: 54794 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
* Update p4p checksum & bump PORTREVISION.des2003-05-032-2/+2
| | | | | PR: ports/51708 Submitted by: David Marshall <marshall@chezmarshall.com> (maintainer)
* update perforce binariesedwin2003-04-052-5/+5
| | | | Perforce has released new versions of the i386 binaries.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Perforce has updated i386 binaries for version 02.2leeym2003-02-192-4/+4
| | | | | PR: 48340 Submitted by: david marshall <marshall@chezmarshall.com>
* Maintainer update: Perforce has released new version for i386, 2002.2edwin2003-01-304-14/+48
| | | | | PR: ports/46745 Submitted by: David Marshall <marshall@chezmarshall.com>
* Use IGNORE, not .error, on unsupported platforms. This should solve thetmm2002-11-011-1/+1
| | | | | | | last remaining 'make readmes' problem on sparc64. Reviewed by: petef Approved by: David Marshall <marshall@chezmarshall.com> (MAINTAINER)
* Remove FORBIDDEN, I have confirmed the updated checksum on the p4dalfred2002-06-262-3/+1
| | | | | | binary with Perforce support. Thanks to: "Michael D. Shields" <mshields@perforce.com>
* David Marshall has agreed to maintain this.trevor2002-06-071-1/+1
|
* Mark forbidden.trevor2002-06-061-0/+2
|
* Drop maintainership. I'm done with this port and no longer using p4knu2002-06-061-1/+1
| | | | as much as before.
* Perhaps ftp.perforce.com was cracked.knu2002-06-062-2/+2
| | | | Asked by: kris
* p4d seems to have been replaced on the ftp site on the day beforeknu2002-06-052-2/+2
| | | | | | yesterday. Submitted by: roam
* Update to 02.1 for i386.knu2002-06-032-11/+13
| | | | | | | PR: ports/38791 Submitted by: David Marshall <marshall@chezmarshall.com> Use the MASTER_SITES :fu while I'm here.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Seems p4d and p4ftpd were updated for i386. Bump PORTREVISION.knu2002-01-172-2/+3
| | | | | | I have no idea what exactly have been changed.. Noted by: nectar
* - Update to version 01.1knu2001-09-028-56/+215
| | | | | | | | | | | | | | | - Support the alpha platform (although it is still at version 99.1) - Install p4ftpd - Create a non-privileged user and run p4d as the user - Dig directories and make the port plug-and-play - Change the configuration file's name to perforce.conf - Do not unconditionally remove perforce.conf on deinstall - Make almost all parameters (including directory layouts and user/group names) configurable via make variables - Make the startup script support "restart" - Take over the maintainership Approved by: Samuel Tardieu <sam@inf.enst.fr> (ex. MAINTAINER)
* Pass -d to p4d so that it deamonizes at startup instead of hanging the machine.alfred2001-04-241-1/+1
|
* spelling nitbillf2001-04-031-1/+1
|
* Upgrade to r00.2.tg2001-01-093-7/+10
| | | | Submitted by: Samuel Tardieu <sam@inf.enst.fr> (Maintainer)
* Update p4web MD5 checksumjedgar2000-12-041-1/+1
| | | | | | PR: 22786 Submitted by: Andreas Schulz <ats@first.gmd.de> Approved by: Maintainer
* Update? from version 99.2 to 00.1 (Funny math). Added PORTEPOCH=1jeh2000-10-285-10/+52
| | | | | PR: 21863 Submitted by: Samuel Tardieu <sam@inf.enst.fr> MAINTAINER
* Add perforce, a well-done commercial source code control system. Thewill2000-06-105-0/+49
submitter tried to bundle an elisp script with this port, but I left it out because it could just as well be put in a different port. PR: 18371 Submitted by: Samuel Tardieu <sam@inf.enst.fr>