summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* portlint (fix whitespace)Kris Kennaway2003-10-2613-42/+42
| | | | Notes: svn path=/head/; revision=92248
* portlint (fix whitespace)Kris Kennaway2003-10-261-3/+3
| | | | Notes: svn path=/head/; revision=92244
* Fix whitespace errorKris Kennaway2003-10-261-1/+1
| | | | | | | Submitted by: portlint Notes: svn path=/head/; revision=92242
* Note that all the mastersites have disappeared, according to the distfileMark Linimon2003-10-261-2/+3
| | | | | | | | survey; note that archivers/cabextract still seems to be in active development. Notes: svn path=/head/; revision=92185
* Fixes to make slave ports happyAndrey A. Chernov2003-10-251-3/+3
| | | | | | | | PR: 58268 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=92130
* Update to 1.08Erwin Lansing2003-10-242-2/+2
| | | | Notes: svn path=/head/; revision=92060
* utilize SITE_PERLYing-Chieh Liao2003-10-246-28/+25
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-2117-90/+90
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91804
* Update to version 1.07.Tom Hukins2003-10-202-2/+2
| | | | | | | This update fixes a few bugs and adds a new feature. Notes: svn path=/head/; revision=91748
* Update to 2.4.1.1.Joe Marcus Clarke2003-10-194-4/+4
| | | | Notes: svn path=/head/; revision=91689
* Fully respect CC and CFLAGSKris Kennaway2003-10-191-0/+17
| | | | Notes: svn path=/head/; revision=91625
* Respect CC and CFLAGSKris Kennaway2003-10-191-6/+14
| | | | Notes: svn path=/head/; revision=91624
* Respect CC and CFLAGSKris Kennaway2003-10-191-0/+21
| | | | Notes: svn path=/head/; revision=91622
* Update to 0.1.9.Akinori MUSHA2003-10-142-2/+2
| | | | Notes: svn path=/head/; revision=91255
* Update to 2.4.1.Joe Marcus Clarke2003-10-136-4/+12
| | | | Notes: svn path=/head/; revision=91105
* Fix the spelling of NOPORTDOCS.Peter Pentchev2003-10-081-1/+2
| | | | | | | | | | Bump PORTREVISION for the packing list change in the NOPORTDOCS case. PR: 57745 Submitted by: Piotr Smyrak <smyru@smyrak.com> Notes: svn path=/head/; revision=90642
* Change MASTER_SITE and use FETCH_CMD which follows redirectAndrey A. Chernov2003-10-071-2/+2
| | | | Notes: svn path=/head/; revision=90542
* Fix the -pthread problem in case the option gets removed again. ThisWill Andrews2003-10-032-3/+2
| | | | | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=90174
* Fix comment info about compression.Andrey A. Chernov2003-09-301-3/+3
| | | | | | | | | | Drop maintainership, I don't understand Japanese. PR: 57392 Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp> Notes: svn path=/head/; revision=89896
* IA64s do not have apm.Tilman Keskinoz2003-09-301-2/+2
| | | | | | | IA64 Laptops are also very unlikely, so disable klaptop on ia64. Notes: svn path=/head/; revision=89895
* - Fix MASTER_SITESKirill Ponomarev2003-09-281-1/+1
| | | | | | | | PR: 57292 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=89687
* Update to 0.6.7Hye-Shik Chang2003-09-272-2/+2
| | | | Notes: svn path=/head/; revision=89551
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-181-1/+1
| | | | Notes: svn path=/head/; revision=89050
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-188-62/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Follow up by Simon Barner <barner@in.tum.de>Edwin Groothuis2003-09-051-9/+14
| | | | | | | | | | | | Thanks for committing my patch. However, the port does not build at the present (I think we must include <inttypes.h>, but I don't know whether it is present on -current). This patch (pls. replace old patch file) works on -stable with both gcc 2.95.4 and 3.3.1. Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=88591
* Update MASTER_SITES for arj-3.10gYen-Ming Lee2003-09-032-4/+5
| | | | | | | | PR: 56264 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua> Notes: svn path=/head/; revision=88388
* [patch] archivers/unadf and "#define LITT_ENDIAN must exist"Edwin Groothuis2003-08-312-0/+26
| | | | | | | | | | | | | | Script Lib/myconf has problem with detecting Big or Little Endian machine and he always set "Big Endian machine". archivers/unadf will compile but when you want to unpack some files you will get this message: "Compilation error : #define LITT_ENDIAN must exist" PR: ports/53622 Submitted by: Jacek Serwatynski <tutus@trynet.eu.org> <tutus@trynet.eu.org> Notes: svn path=/head/; revision=88199
* [patch] Unbreak port: archivers/libcabinetEdwin Groothuis2003-08-3115-25/+298
| | | | | | | | | | | | | | | | | | | This port did not build with gcc 3.3.1. I also fixed a possible buffer overflow (they used gets() to read from stdin). Please review the patch file ``patch-cftypes.cpp'' with extra care, since I am not sure whether this makes sense (2 positions in the file, marked with ``TODO'' - thanks. Also added some lines in cftypes.cpp to overcome the absence of values.h on -current. PR: ports/55767 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=88198
* Update to 1.05Mathieu Arnold2003-08-272-3/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=87814
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-264-3/+4
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Update to 1.9.3.Jimmy Olgeni2003-08-252-2/+2
| | | | Notes: svn path=/head/; revision=87688
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-254-4/+4
| | | | Notes: svn path=/head/; revision=87644
* Update to 0.5.1.Akinori MUSHA2003-08-232-2/+2
| | | | Notes: svn path=/head/; revision=87548
* Update to 0.5.0.Akinori MUSHA2003-08-224-27/+13
| | | | Notes: svn path=/head/; revision=87531
* Update to 1.04Mathieu Arnold2003-08-202-3/+3
| | | | | | | | | PR: 55046 Submitted by: me Approved by: demon (mentor), maintainer timeout (> 3weeks) Notes: svn path=/head/; revision=87388
* Upgrade to 0.93Andrey A. Chernov2003-08-184-3/+53
| | | | Notes: svn path=/head/; revision=87208
* Back out PORTEPOCH decrementingAndrey A. Chernov2003-08-181-2/+1
| | | | Notes: svn path=/head/; revision=87181
* Bump PORTREVISION, not PORTEPOCHAndrey A. Chernov2003-08-171-1/+2
| | | | Notes: svn path=/head/; revision=87133
* Drop maintainership. Feel free to update the port. (fastjar is nowAkinori MUSHA2003-08-161-1/+1
| | | | | | | | maintained in the gcc repository without being released separately, though) Notes: svn path=/head/; revision=87081
* Utilize INFO.Kris Kennaway2003-08-162-3/+1
| | | | Notes: svn path=/head/; revision=87045
* Utilize INFO and bump PORTREVISION.Kris Kennaway2003-08-166-16/+7
| | | | Notes: svn path=/head/; revision=87044
* Reset bouncing maintainer address.Kris Kennaway2003-08-161-1/+1
| | | | | | | Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=87025
* Upgrade to 3.2.3 (fix for new gcc)Andrey A. Chernov2003-08-153-21/+3
| | | | Notes: svn path=/head/; revision=86997
* - Update to 1.1Kirill Ponomarev2003-08-132-2/+2
| | | | | | | | PR: 55524 Submitted by: maintainer Notes: svn path=/head/; revision=86874
* Fix build with gcc 3.3.1Max Khon2003-08-121-0/+18
| | | | | | | Approved by: ache (MAINTAINER) Notes: svn path=/head/; revision=86819
* Update to 0.6.6Hye-Shik Chang2003-07-312-2/+2
| | | | Notes: svn path=/head/; revision=86079
* Update to 0.1.8.Akinori MUSHA2003-07-292-2/+2
| | | | Notes: svn path=/head/; revision=85847
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-293-3/+3
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-294-1/+11
| | | | | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) Notes: svn path=/head/; revision=85806
* Use better ../ & control vulnerability fixAndrey A. Chernov2003-07-292-69/+51
| | | | | | | Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> Notes: svn path=/head/; revision=85805