aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* For several MATE related ports:Tijl Coosemans2014-05-182-5/+4
| | | | | | | | | - USES=libtool tar:xz. - INSTALL_TARGET=install-strip. - Add CONFIGURE_ARGS=--disable-static to ports that only install plugins. Notes: svn path=/head/; revision=354470
* Removed some expired ports:Renato Botelho2014-05-159-189/+0
| | | | | | | | | 2014-05-12 archivers/star: Depends on deprecated smake 2014-05-12 editors/ved: Depends on deprecated smake 2014-04-12 japanese/chasen: Unmaintained since 2001 Notes: svn path=/head/; revision=354150
* Update to 1.27.1. Bug fixes:Christian Weisgerber2014-05-122-5/+4
| | | | | | | | | | | | * Fix unquoting of file names obtained via the -T option. * Fix GNU long link header timestamp (backward compatibility). * Fix extracting sparse members from star archives. PR: 189675 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=353898
* Convert to USES=dos2unixBaptiste Daroussin2014-05-111-1/+2
| | | | Notes: svn path=/head/; revision=353748
* Convert to USES=dos2unixBaptiste Daroussin2014-05-111-1/+1
| | | | Notes: svn path=/head/; revision=353747
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-101-2/+2
| | | | | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc. Notes: svn path=/head/; revision=353599
* Update to version 1.17.9Pawel Pekala2014-05-062-3/+3
| | | | Notes: svn path=/head/; revision=353133
* - Support STAGEDIRSofian Brabez2014-05-061-3/+2
| | | | | | | | PR: ports/188462 Submitted by: Bartek Rutkowski <ports at robakdesign.com> Notes: svn path=/head/; revision=353083
* Convert archivers/libzip to USES=libtool. Bump PORTREVISION on allTijl Coosemans2014-05-052-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2. Notes: svn path=/head/; revision=353054
* Drop libtool patch and .la library.Tijl Coosemans2014-05-053-13/+2
| | | | Notes: svn path=/head/; revision=353050
* Convert to USES=libtool.Tijl Coosemans2014-05-052-5/+5
| | | | Notes: svn path=/head/; revision=353049
* Remove libtool patching.Tijl Coosemans2014-05-051-8/+0
| | | | Notes: svn path=/head/; revision=352991
* - Update to 0.616Alex Kozlov2014-05-053-4/+4
| | | | | | | | PR: ports/189195 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=352987
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-052-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Remove Author lineSunpoet Po-Chuan Hsieh2014-05-031-2/+0
| | | | Notes: svn path=/head/; revision=352930
* - Remove Author lineSunpoet Po-Chuan Hsieh2014-05-021-1/+0
| | | | Notes: svn path=/head/; revision=352787
* Update to version 1.17.8Pawel Pekala2014-04-292-3/+3
| | | | Notes: svn path=/head/; revision=352631
* Convert from USE_AUTOTOOLS=libtool to uses=libtoolBaptiste Daroussin2014-04-283-14/+15
| | | | | | | | | While here: - archivers/libmspack: * Strip binaries Notes: svn path=/head/; revision=352497
* - Update to 0.09Sunpoet Po-Chuan Hsieh2014-04-262-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Any-Lite/Changes Notes: svn path=/head/; revision=352278
* Update my ports to be compliant with new USES framework and fix other issues.David Naylor2014-04-241-2/+1
| | | | | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port. Notes: svn path=/head/; revision=352062
* Update to version 1.17.7Pawel Pekala2014-04-234-36/+10
| | | | Notes: svn path=/head/; revision=351963
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-237-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - fix badly converted PORT_OPTIONSOlli Hauer2014-04-191-1/+1
| | | | | | | | | s/:MWITH_PEAR_MAIL/:MPEAR_MAIL/ - no PORTREVION bump since all OPTIONS are off by default Notes: svn path=/head/; revision=351594
* - Don't remove directories owned by BSD.local.distBryan Drewery2014-04-192-27/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=351586
* - Fix shebang issues [1]Bryan Drewery2014-04-192-1/+32
| | | | | | | | | | - Properly install and cleanup man dirs not in BSD.local.dist PR: ports/188755 [1] Submitted by: xmj [1] Notes: svn path=/head/; revision=351578
* archivers/libzip:Max Brazhnikov2014-04-184-13/+15
| | | | | | | | | | - Update to bugfix release 0.11.2 - Convert to USES=tar:xz - Remove needless USE_AUTOTOOLS - Strip installed library Notes: svn path=/head/; revision=351525
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-162-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Chase smake deprecationBaptiste Daroussin2014-04-111-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350895
* Remove ruby-libarchive; Use the gem version instead.Akinori MUSHA2014-04-095-193/+0
| | | | Notes: svn path=/head/; revision=350665
* Add rubygem-libarchive 0.1.2.Akinori MUSHA2014-04-094-0/+31
| | | | Notes: svn path=/head/; revision=350663
* Simplification and cleanup of the portBaptiste Daroussin2014-04-041-7/+4
| | | | Notes: svn path=/head/; revision=350106
* Remove expired ports:Rene Ladan2014-04-034-62/+0
| | | | | | | | | | | | | | | | | | | 2014-04-03 www/aolserver: abandonware, messing up on clusters 2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver 2014-04-03 www/openacs: Depends on expiring www/aolserver 2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters 2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters 2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters 2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters 2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters 2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters 2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters Notes: svn path=/head/; revision=350055
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!Max Brazhnikov2014-04-032-4/+3
| | | | | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc. Notes: svn path=/head/; revision=349983
* Support STAGERenato Botelho2014-03-311-8/+5
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=349759
* - Add a patch to fix build, when a previous version is installedNicola Vitale2014-03-301-0/+14
| | | | Notes: svn path=/head/; revision=349605
* Stageify.Koop Mast2014-03-291-7/+4
| | | | Notes: svn path=/head/; revision=349519
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-296-6/+6
| | | | | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=349475
* Stage supportAntoine Brodin2014-03-261-19/+5
| | | | Notes: svn path=/head/; revision=349289
* Stage supportAntoine Brodin2014-03-261-9/+7
| | | | Notes: svn path=/head/; revision=349288
* Support stageBaptiste Daroussin2014-03-251-5/+3
| | | | Notes: svn path=/head/; revision=349151
* Support stageBaptiste Daroussin2014-03-243-21/+20
| | | | Notes: svn path=/head/; revision=349093
* - Fix PLIST: use NONEXISTENT instead of empty string [1]Sunpoet Po-Chuan Hsieh2014-03-181-1/+2
| | | | | | | | | | - Strip shared library in post-install: phase - Bump PORTREVISION for package change Suggested by: vd [1] Notes: svn path=/head/; revision=348577
* - Use USES=libtoolSunpoet Po-Chuan Hsieh2014-03-182-6/+7
| | | | | | | | - Strip shared library in post-install: phase - Bump PORTREVISION for package change Notes: svn path=/head/; revision=348576
* Fix @@${MKDIR} -> @${MKDIR}Emanuel Haupt2014-03-181-1/+1
| | | | | | | Notified by: antoine (via irc) Notes: svn path=/head/; revision=348556
* Quiesce mkdirEmanuel Haupt2014-03-186-6/+6
| | | | Notes: svn path=/head/; revision=348550
* - Convert to USES=tarPawel Pekala2014-03-171-2/+1
| | | | | | | - Use precise BSD licenses Notes: svn path=/head/; revision=348491
* - Update to 0.6.2Steve Wills2014-03-173-34/+3
| | | | | | | | | | | - Fixes build on 11-CURRENT PR: ports/186611 Submitted by: rakuco Approved by: maintainer timeout (nivit, >4 weeks) Notes: svn path=/head/; revision=348485
* - Fix USE_PYTHONSunpoet Po-Chuan Hsieh2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348359
* Convert USE_BZIP2=yes to USES=tar:bzip2Emanuel Haupt2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348200
* USE_BZIP2 -> USES+=tar:bzip2Christian Weisgerber2014-03-132-3/+2
| | | | | | | USE_XZ -> USES+=tar:xz Notes: svn path=/head/; revision=348096