summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak: make it fetchable againRenato Botelho2006-02-231-4/+2
| | | | Approved by: portmgr (erwin, kris)
* - Unbreak patchPav Lucistnik2006-02-231-9/+0
| | | | Approved by: portmgr (erwin)
* Update to 0.3.30.Sergey A. Osokin2006-02-234-8/+8
|
* Drop description of PERL_(BUILD|RUN)_DEPENDS since they were removedKris Kennaway2006-02-231-3/+0
| | | | pending reimplementation.
* Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementationKris Kennaway2006-02-237-36/+32
|
* * Back out the PERL_(BUILD|RUN)_DEPENDS. It needs to be reimplementedKris Kennaway2006-02-231-69/+20
| | | | | | | | | | | | | so it appends to (BUILD|RUN)_DEPENDS instead of defining new types, since this requires changes to third party code like the tinderbox and pointyhat. Hopefully this will be revisited by the author in the future. [1] * Cause USE_RC_SUBR to install startup scripts as foo, rather than foo.sh, on applicable RELENG_6 systems as well as HEAD [2] PR: ports/92711 [1], ports/93265 [2] Submitted by: ade [1], dougb [2]
* Accidentally removed portepoch, believing it was portrevision.Palle Girgensohn2006-02-231-0/+1
| | | | Pointy hat to: me
* Update to 1.2.2, and register a RUN_DEPENDS on cvsps, so there's a chance ofEric Anholt2006-02-232-4/+5
| | | | git-cvsimport working (haven't run it myself yet).
* Fix the plist so the port desintalls cleanly.Wes Peters2006-02-231-0/+1
| | | | Pointyhat from: kris@
* Mark IGNORE on sparc64 due to core dump.Joe Marcus Clarke2006-02-233-6/+6
|
* Add a missing #include, and fix a type.Jason Evans2006-02-231-1/+3
|
* Update 0.10 --> 0.11Cy Schubert2006-02-237-56/+39
|
* Fix build on both 5.x and 6.xAde Lovett2006-02-233-39/+24
| | | | Submitted by: maintainer
* - Add a patch to fix a crash when trying to remove a MOVED port with -y optionEmanuel Haupt2006-02-234-4/+26
| | | | | | | - Bump PORTREVISION PR: 93178 Submitted by: Eric <eric7wang@gmail.com>
* o New port libjingle version 0.2.1: Google Talk's implementationMario Sergio Fujikawa Ferreira2006-02-2311-0/+248
| | | | | | | | | | | of Jingle and Jingle-Audio o It only provides: 1) STUN server which implements the STUN protocol for Simple Traversal of UDP over NAT. 2) Relay server that may be used to relay traffic when a direct peer-to-peer connection could not be established. o The port itself does not install any libraries. It only uses them for these 2 sample servers.
* - Update to 1.2.8Emanuel Haupt2006-02-233-10/+8
| | | | | | | | - Pacify portlint PR: 93340 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: vaidab <vaidab@Safe-mail.net> (maintainer)
* - Update to 0.2.1Cheng-Lung Sung2006-02-232-5/+4
| | | | | PR: 93703 Submitted by: maintainer (Ying-Chieh Chen)
* Fix a last minute bug by importing a patch from csup's CVS. We were notMaxime Henrion2006-02-232-0/+140
| | | | retrying anymore when the server rejects us at login time.
* Pass maintainer-ship to submitter of last patch [1]Emanuel Haupt2006-02-231-1/+1
| | | | | PR: 93613 [1] Discusses on: irc
* o Fix PLIST; thus, removing BROKEN statusMario Sergio Fujikawa Ferreira2006-02-234-18/+24
| | | | o Bump PORTREVISION for PLIST change
* Update MASTER_SITE and DISTFILES for games/noegnud-* in response to the changeEmanuel Haupt2006-02-2312-62/+66
| | | | | | | on the master site. PR: 93441 Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
* Add sjeng 11.2, a chess engine supporting chess variations.Emanuel Haupt2006-02-234-0/+35
| | | | | PR: 93539 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* - Update to 1.4Emanuel Haupt2006-02-233-8/+11
| | | | | | | - Point WWW: to english version of author page PR: 93613 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* Update master siteEmanuel Haupt2006-02-231-1/+1
| | | | | PR: 93724 Submitted by: Jean-François BOEUF <jfb@minet.net>
* Update to csup-snap-20060223 (biggest changelog ever!):Maxime Henrion2006-02-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Finally implement fixups and use them in the detailer and updater thread as appropriate. We now longer crash/hang when there is an MD5 checksum error, but request a fixup (or fail, if the checksum error is from a fixup). - Portability fix: don't use SIZE_T_MAX when ~0 will do fine. - Plug a memory leak in keyword_prepare(). - Fix the build without assertions. - Properly check for the success of the asynchronous connect() when we've been interrupted by a signal. Move the logic into proto_waitconnect(). - Properly print transport layer addresses with getnameinfo() and the NI_NUMERICHOST flag. We were printing garbage... - Assert that we're never printing a NULL string in proto_printf(). - Make sure we disallow 0-length fields in proto_get_ascii() or all sorts of bad things will happen. Also remove a useless check. - In statusrec_cook(), there is nothing left to parse for DirDown entries, however we have to check that there was nothing left in the line, or return an error if it's not the case. - Restore the original string upon error in fattr_scanattr(), called by fattr_encode() only. - The struct diff used by diff_apply() and keyword_expand() has been rename to struct diffinfo, and it now only contains the metadata of a diff. This changes the prototype for the two aforementioned functions, so update the code and the consumers appropriately. - Create the worker threads in the detached state since we don't use pthread_join() to wait for them but have our own API for that (which allows us to wait for multiple threads). - Move the fattr_init() and fattr_fini() calls earlier to avoid calling them several times during a run. - When printing the "Connected to" message, print the actual address we are connected. This makes us deviate slightly from CVSup, but since csup tries any address returned by a host (including IPv6 addresses), we really need to know where we connected. - Make the errors/error messages handling much nicer in the status file API. Nearly all the asprintf() calls are centralized now. - Before entering multi-threaded mode, starts a "killer" thread that will spend most of his time blocking in sigwait() and will call mux_shutdown() to nicely abort the run in case we get a fatal signal. - Remove the need for the "closing" condition variable in mux_shutdown(), we are now handling the race it protected against much more sanely. We just disable cancellation in the "killer" thread before calling mux_shutdown() and re-enable it afterwards. This way, we can stop the killer thread at any time and after having joined it we know it is safe to call mux_close() since there are no more references to it but us. - Update the lister, detailer and updater threads to correctly check for error on read/write/parsing. Generate a proper error message in each case and return it back to the main thread, along with a status code indicating either success, failure or a transient failure. - Always call status_close() in the updater thread, to ensure that the status file is properly updated even if we are being interrupted by an error. - Slightly tweak the threads API to make it match our needs more closely. - Add a few useful comments here and there. - Rename proto_init() to the more correct proto_run() name. - Use the status code returned by the worker thread to only retry a run when we had a transient error, and to return a proper exit code at the end of the program's execution. - Many minor stuff. All those changes allow csup to properly handle any synchronous or asynchronous error and to print meaningul messages nearly all the time, without duplicated messages. Hangs should not happen anymore, even in case of an error. We also correctly handle being sent some signals such as SIGINT, by correctly updating the status file and cleaning after us, so ^C is usable. Finally, csup now returns a proper exit code: 0 in case of success or 1 in case of an error, similarly to CVSup. Oh, and since fixups are now supported, I'd call csup "production ready", module the bugs I have introduced. Please give this version as much testing as you can!
* Update to 0.11, where buffer overrun is fixed.Yoichi NAKAYAMA2006-02-224-9/+9
| | | | | | | | Change WWW: to English page PR: ports/92943 Submitted by: yoichi@ Approved by: maintainer's timeout
* Provide optional patch to show round-trip in the result and bump PORTREVISION.Emanuel Haupt2006-02-222-1/+34
| | | | | PR: 91757 Submitted by: Doug Poland <doug@polands.org>
* Update to 3.8Palle Girgensohn2006-02-224-32/+7
| | | | PR: 93701
* Fix patch when when openssl-beta is not used.Tom McLaughlin2006-02-221-4/+6
| | | | Approved by: maintainer
* - Add zeroconf support via howl or avahi [1]Roman Bogorodskiy2006-02-223-5/+39
| | | | | | - Prefer gnutls over openssl Based on a patch by: "Daniel S. Haischt" <me@daniel.stefan.haischt.name> [1]
* Update to the 20060221 snapshot of GCC 3.4.6.Gerald Pfeifer2006-02-222-16/+16
|
* - Update to 0.7.4Marcus Alves Grando2006-02-225-54/+258
| | | | | | | - portlint(1) PR: 93651 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 2.0.2rc2Maho Nakata2006-02-2224-876/+42
|
* - Make it fetchable againRenato Botelho2006-02-222-3/+2
| | | | | | | | - Fix WWW PR: ports/92982 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (15 days)
* Update to version 3.0.11Markus Brueffer2006-02-226-20/+16
|
* - Update to 8.05Emanuel Haupt2006-02-223-20/+7
| | | | | | | | - Pass maintainer-ship to submitter PR: 92495 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Arjan van Leeuwen <avleeuwen@gmail.com> (maintainer)
* Upgrade to 2.9.3.Thierry Thomas2006-02-223-6/+100
| | | | Changelog at <http://bouml.free.fr/historic.html>.
* - Add support for WITH_DBUSEmanuel Haupt2006-02-222-2/+30
| | | | | | | | | | | - Install contributed perl example scripts - Install additional user documentaiton - Bump PORTREVISION - Add to sub-category ipv6 (self) PR: 92379 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Approved by: Steven Honson <steven@honson.org> (maintainer)
* Upgrade to 3.8.7.Oliver Braun2006-02-222-4/+4
|
* - Update to 1.3.bMarcus Alves Grando2006-02-222-8/+9
| | | | | | | | | | - Add textproc in CATEGORIES - More one MASTER_SITES - Take MAINTAINER - Need Python 2.0+ PR: 93715 Submitted by: Dryice Liu <dryice@dryice.name>
* - Update to 1.0.7aMarcus Alves Grando2006-02-222-6/+8
| | | | | | | - portlint(1) PR: 93652 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 2.6Marcus Alves Grando2006-02-222-8/+6
| | | | | | | - portlint(1) PR: 93653 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Do not remove %%DATADIR%% because it is the shared Q1 data directory andEmanuel Haupt2006-02-221-1/+0
| | | | | | | | won't be empty, also it will be removed by quake-data). PR: 91842 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
* Update to version 0.12.11Markus Brueffer2006-02-223-4/+17
|
* - Update to 2.0.b.4Renato Botelho2006-02-223-17/+31
| | | | | PR: ports/93264 Submitted by: maintainer
* - Update to 7.6.1Tim Bishop2006-02-222-4/+4
| | | | | PR: 93719 Submitted by: infofarmer@gmail.com (maintainer)
* Add -fPIC for amd64, this will help CalculiX build on amd64 when theThierry Thomas2006-02-222-6/+24
| | | | | | | | | | | atlas libraries are not build statically. For now a shared library, and therefore a run dependency to the ports that build with metis, is not convenient. Since I'm there, fix MASTER_SITES. PR: 93714 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
* Add x11-themes/gnome-icons-snowishRenato Botelho2006-02-221-0/+1
|
* Add gnome-icons-snowish 1.0, a Mac inspired icon theme for GNOME.Renato Botelho2006-02-224-0/+32
| | | | | PR: ports/93301 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* Gray version of the nice theme "Mint", with a new Metacity theme!Renato Botelho2006-02-225-0/+373
| | | | | | | | | | Gray-Flat has got different menubar and different metacity (obviusly you can use Gray-Flat with Gray metacity theme!). WWW: http://www.gnome-look.org/content/show.php?content=34132 PR: ports/93200 Submitted by: Babak Farrokhi <babak@farrokhi.net>