aboutsummaryrefslogtreecommitdiff
path: root/archivers/unmakeself
Commit message (Collapse)AuthorAgeFilesLines
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Convert to USES=libarchive, reduce over linkingBaptiste Daroussin2015-07-191-1/+3
| | | | Notes: svn path=/head/; revision=392533
* Support stage.Vanilla I. Shu2013-09-251-2/+1
| | | | Notes: svn path=/head/; revision=328287
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Unbreak on -CURRENT.Wesley Shields2009-05-011-1/+1
| | | | | | | | PR: ports/134046 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Notes: svn path=/head/; revision=233112
* - Remove 5.x support.Marcelo Araujo2008-06-251-9/+1
| | | | | | | | PR: ports/124941 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=215743
* Reset jylefort's port maintainerships. portmgr has taken his commit bitMark Linimon2008-04-291-1/+1
| | | | | | | into safekeeping due to inactivity. Notes: svn path=/head/; revision=212200
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Provide a memmem() if the system lacks it.Jean-Yves Lefort2006-11-072-1/+44
| | | | | | | Reported by: Frank W. Josellis <frank@dynamical-systems.org> Notes: svn path=/head/; revision=176717
* - Fix archive offset calculation (problem reported in [1])Jean-Yves Lefort2006-11-062-96/+139
| | | | | | | | | | | - Various code cleanups [1]: PR: ports/105214 Submitted by: Frank W. Josellis <frank@dynamical-systems.org> Notes: svn path=/head/; revision=176646
* Respect DESTDIR.Jean-Yves Lefort2006-08-111-1/+1
| | | | | | | | PR: ports/101814 Submitted by: gabor Notes: svn path=/head/; revision=170355
* Release version 1.0:Jean-Yves Lefort2005-06-122-125/+139
| | | | | | | | - Document options in --help output - Add --print-offset option Notes: svn path=/head/; revision=137333
* Change my email address.Jean-Yves Lefort2005-05-152-2/+2
| | | | Notes: svn path=/head/; revision=135274
* - Add unmakeself 0.99, a tool to extract makeself archives.Florent Thoumie2005-04-103-0/+295
PR: ports/79398 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=132928