aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* 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
* . Update to 4.14Renato Botelho2014-03-133-6/+7
| | | | | | | . Replace USE_XZ=yes by USES=tar:xz Notes: svn path=/head/; revision=348058
* Remove uneeded keywords: line from pkg-descrRenato Botelho2014-03-131-1/+0
| | | | Notes: svn path=/head/; revision=348057
* - Update from 1.18 to 1.19Danilo Egea Gondolfo2014-03-122-3/+5
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=347978
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-106-6/+6
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Add OPTIONS_DEFINESunpoet Po-Chuan Hsieh2014-03-081-0/+2
| | | | Notes: svn path=/head/; revision=347533
* Remove expired ports with no active website:Rene Ladan2014-03-088-178/+0
| | | | | | | | | | | | | | | | | | | | 2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles Notes: svn path=/head/; revision=347472
* Convert archivers to USES=zipBaptiste Daroussin2014-03-0712-20/+12
| | | | Notes: svn path=/head/; revision=347400
* Convert to dos2unixBaptiste Daroussin2014-03-071-2/+2
| | | | | | | Use bsdtar to extrace zip Notes: svn path=/head/; revision=347355
* Convert from USE_DOS2UNIX to USES=dos2unixBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347354
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-03-061-8/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=347305
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!Max Brazhnikov2014-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=347059