notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: archivers/unmakeself/Makefile
SVNWeb

Number of commits found: 20

Mon, 15 Aug 2022
[ 19:49 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:840ecf7efb078240a95c3a107c8f970d15d2482b  commit hash:840ecf7efb078240a95c3a107c8f970d15d2482b  commit hash:840ecf7efb078240a95c3a107c8f970d15d2482b  840ecf7 
archivers/unmakeself: Adopt port
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  1ced9d2  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
archivers: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 30 Sep 2016
[ 19:24 tijl search for other commits by this committer ] Original commit   Revision:423014 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
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)
Sun, 19 Jul 2015
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:392533
Convert to USES=libarchive, reduce over linking
Wed, 25 Sep 2013
[ 13:26 vanilla search for other commits by this committer ] Original commit   Revision:328287
Support stage.
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Fri, 1 May 2009
[ 23:45 wxs search for other commits by this committer ] Original commit 
- Unbreak on -CURRENT.

PR:             ports/134046
Submitted by:   Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
Wed, 25 Jun 2008
[ 01:09 araujo search for other commits by this committer ] Original commit 
- Remove 5.x support.

PR:             ports/124941
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Tue, 29 Apr 2008
[ 05:11 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Reset jylefort's port maintainerships.  portmgr has taken his commit bit
into safekeeping due to inactivity.
Thu, 20 Mar 2008
[ 09:19 pav search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Tue, 7 Nov 2006
[ 16:07 jylefort search for other commits by this committer ] Original commit 
Provide a memmem() if the system lacks it.

Reported by:    Frank W. Josellis <frank@dynamical-systems.org>
Mon, 6 Nov 2006
[ 20:08 jylefort search for other commits by this committer ] Original commit 
- Fix archive offset calculation (problem reported in [1])
- Various code cleanups

[1]:
PR:             ports/105214
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org>
Fri, 11 Aug 2006
[ 15:46 jylefort search for other commits by this committer ] Original commit 
Respect DESTDIR.

PR:             ports/101814
Submitted by:   gabor
Sun, 12 Jun 2005
[ 18:17 jylefort search for other commits by this committer ] Original commit 
Release version 1.0:
  - Document options in --help output
  - Add --print-offset option
Sun, 15 May 2005
[ 01:50 jylefort search for other commits by this committer ] Original commit 
Change my email address.
Sun, 10 Apr 2005
[ 20:46 flz search for other commits by this committer ] Original commit 
- Add unmakeself 0.99, a tool to extract makeself archives.

PR:             ports/79398
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>

Number of commits found: 20