aboutsummaryrefslogtreecommitdiff
path: root/archivers/libcomprex
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-7/+7
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Clean up plistBaptiste Daroussin2014-10-191-4/+0
| | | | Notes: svn path=/head/; revision=371222
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-202-11/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=365453
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* <OPTION>_CONFIGURE_ARGS does not exist, we need CONFIGURE_ENABLE instead.Raphael Kubo da Costa2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360654
* Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.Adam Weinberger2014-07-031-3/+3
| | | | | | | | | | For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360446
* Remove libtool patching.Tijl Coosemans2014-05-051-8/+0
| | | | Notes: svn path=/head/; revision=352991
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Strip binariesBaptiste Daroussin2014-02-052-14/+10
| | | | | | | | USES=libtool Use options helpers Notes: svn path=/head/; revision=342694
* Support stage.Vanilla I. Shu2013-09-253-163/+161
| | | | Notes: svn path=/head/; revision=328242
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2013-05-081-5/+2
| | | | | | | - Restore mis-removed tab between USES= and pathfix Notes: svn path=/head/; revision=317693
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-8/+2
| | | | Notes: svn path=/head/; revision=316355
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-231-1/+2
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* - Update MASTER_SITESSylvio Cesar Teixeira2012-06-052-6/+11
| | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: ports/168587 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=298517
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix build on 9.0Dmitry Marakasov2009-11-041-3/+12
| | | | Notes: svn path=/head/; revision=243783
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-023-34/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-2/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-1/+1
| | | | Notes: svn path=/head/; revision=183519
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | Notes: svn path=/head/; revision=170570
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+19
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* BROKEN with WITHOUT_NLS: Does not build without gettextKris Kennaway2006-01-241-0/+1
| | | | Notes: svn path=/head/; revision=154313
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149223
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Remove explicit checks for /usr/bin/bzip2.Edwin Groothuis2005-11-141-4/+0
| | | | | | | This has been part of the base OS since 4.4. Notes: svn path=/head/; revision=148214
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-9/+1
| | | | Notes: svn path=/head/; revision=136525
* Fix build with gcc 3.4Tilman Keskinoz2004-08-151-0/+11
| | | | Notes: svn path=/head/; revision=116272
* libcurl no longer provides formparse() -> disable curl-support.Volker Stolz2004-06-232-7/+5
| | | | Notes: svn path=/head/; revision=112032
* BROKEN: Broken pkg-plistKris Kennaway2004-06-151-0/+2
| | | | Notes: svn path=/head/; revision=111534
* Re-bump the curl shared library version.Kris Kennaway2004-06-071-1/+1
| | | | | | | Pointy hat to: ade Notes: svn path=/head/; revision=110996
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+3
| | | | Notes: svn path=/head/; revision=110841
* Update ftp/curl to 7.12.0 and bump the shared library version in allPeter Pentchev2004-06-031-2/+2
| | | | | | | dependent ports. Notes: svn path=/head/; revision=110800
* Support WITHOUT_NLSKris Kennaway2004-03-252-3/+10
| | | | Notes: svn path=/head/; revision=105229
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Add *.la files for loadable module supportKirill Ponomarev2003-10-294-15/+20
| | | | | | | | | - Bump PORTREVISION Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=92551
* - Update to version 0.3.3Kirill Ponomarev2003-10-289-26/+104
| | | | | | | | PR: 58620 Submitted by: Ports Fury Notes: svn path=/head/; revision=92481