aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unmakeself
Commit message (Collapse)AuthorAgeFilesLines
* Support stage.vanilla2013-09-251-2/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | archivers)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-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.
* - Unbreak on -CURRENT.wxs2009-05-021-1/+1
| | | | | PR: ports/134046 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
* - Remove 5.x support.araujo2008-06-251-9/+1
| | | | | PR: ports/124941 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
* Reset jylefort's port maintainerships. portmgr has taken his commit bitlinimon2008-04-291-1/+1
| | | | into safekeeping due to inactivity.
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-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)
* Provide a memmem() if the system lacks it.jylefort2006-11-082-1/+44
| | | | Reported by: Frank W. Josellis <frank@dynamical-systems.org>
* - Fix archive offset calculation (problem reported in [1])jylefort2006-11-072-96/+139
| | | | | | | | - Various code cleanups [1]: PR: ports/105214 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
* Respect DESTDIR.jylefort2006-08-111-1/+1
| | | | | PR: ports/101814 Submitted by: gabor
* Release version 1.0:jylefort2005-06-132-125/+139
| | | | | - Document options in --help output - Add --print-offset option
* Change my email address.jylefort2005-05-152-2/+2
|
* - Add unmakeself 0.99, a tool to extract makeself archives.flz2005-04-113-0/+295
PR: ports/79398 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>