aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/fileroller
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Add a call to ``env'' for the gconf install and uninstall rules just to bemarcus2004-06-261-2/+2
| | | | safe.
* Utilize lthack.adamw2004-06-252-11/+1
|
* Update to 2.6.2, and roll out the new gconf key policy to see how it handles.marcus2004-06-243-32/+5
| | | | Moving forward, this will make handling gconf schemas much easier.
* Use %%DOCSDIR%% and %%PORTDOCS%% in the plist where appropriate.marcus2004-06-011-5/+5
| | | | Reported by: mezz
* Fix OMF handling.marcus2004-06-012-0/+27
| | | | Reported by: mezz
* Update to 2.6.1.marcus2004-04-204-14/+17
|
* Fix the case when NOPORTDOCS is defined.marcus2004-04-061-4/+4
| | | | Reported by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releasemarcus2004-04-056-44/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Update to 2.4.4.adamw2004-01-272-2/+2
|
* Update to 2.4.3. Use lthack.adamw2004-01-163-14/+3
|
* Cleanup runtime dependency list. Fileroller does not requirebland2003-11-111-15/+1
| | | | any of archivers pre-installed. It pickups them if available.
* Update to 2.4.2bland2003-11-103-3/+3
|
* Update to 2.4.1.1.marcus2003-10-202-2/+2
|
* Update to 2.4.1.marcus2003-10-143-2/+6
|
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-184-31/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 2.2.5.marcus2003-06-303-6/+5
|
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0
|
* Update to 2.2.4.marcus2003-05-203-2/+9
|
* Make use of the implicit gnometarget.marcus2003-04-221-1/+0
|
* Use new GNOME2 infrastructure.adamw2003-04-131-2/+1
|
* Remove USE_GNOMENG macro.marcus2003-04-081-1/+0
|
* Update to 2.2.3.marcus2003-04-043-3/+15
|
* Replace the bzip dependency with bzip2. This will allow GNOME 2 to show upmarcus2003-03-091-4/+6
| | | | | | on release CDs. Approved by: portmgr (kris)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove file fileroller doc directory.marcus2003-02-161-0/+1
| | | | Reported by: bento
* Update to GNOME 2.2.marcus2003-02-084-16/+50
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Back down to 2.0.4 as 2.1.x now requires GNOME 2.1.marcus2002-11-133-4/+4
| | | | Reported by: Dan Hulme <dan_256@yahoo.com>
* Update to 2.1.2.marcus2002-10-212-2/+2
|
* Update to 2.1.1.marcus2002-10-133-3/+3
|
* Fix a problem parsing tar archives with GNU tar 1.13.25. Bump PORTREVISION.marcus2002-10-122-0/+56
|
* fileroller has been added as a part of the upcoming GNOME 2.2 desktop. Claimmarcus2002-10-071-2/+2
| | | | maintainership in the name of gnome.
* upgrade to 2.1.0ijliao2002-10-073-41/+43
| | | | | PR: 43690 Submitted by: Ports Fury
* Use USE_GNOMENG.marcus2002-07-281-8/+2
|
* fix plistijliao2002-06-222-3/+37
| | | | | PR: 39639 Submitted by: Ports Fury
* upgrade to 1.0.2ijliao2002-06-212-5/+6
| | | | | PR: 39153 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* - Add USE_X_PREFIXijliao2002-05-312-29/+30
| | | | | | | | - Conform to GNOME directory hierarchy - Do not install GNU GPL doc PR: 38705 Submitted by: Ports Fury
* Add fileroller, a GNOME archive manager for zip files, tar, etc.anders2002-05-195-0/+108
(Something for those that miss WinZip.)