non port: archivers/unalz/Makefile |
SVNWeb
|
Number of commits found: 34 |
Sun, 6 Aug 2023
|
[ 23:52 Muhammad Moinur Rahman (bofh) ] 9b53348
archivers/unalz: Fix build with llvm16
- Utilize USES=localbase
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
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 )
|
Tue, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] c7b2343
archivers/unalz: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 18 Mar 2018
|
[ 23:35 yuri ]
archivers/unalz: Update to 0.66
Port changes:
* Change MASTER_SITES and WWW to https
* Remove USES=dos2unix
PR: 226227
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Wed, 13 Jan 2016
|
[ 12:33 amdmi3 ]
- Unbreak fetch
- Update WWW
- Pass maintainership to submitter
- Update license
PR: 206162
Submitted by: portmaster@bsdforge.com
|
Mon, 9 Nov 2015
|
[ 12:59 antoine ] (Only the first 10 of 285 ports in this commit are shown above. )
Mark a few ports BROKEN: unfetchable
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Mon, 18 Nov 2013
|
[ 13:45 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
|
Sun, 17 Nov 2013
|
[ 21:35 rakuco ]
- Fix the build with libc++.
- Fix the build with iconv in base.
- Be verbose in the sed calls done in post-patch.
|
Wed, 16 Oct 2013
|
[ 11:27 ak ]
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 13:11 bapt ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 10 May 2013
|
[ 14:31 miwi ]
- Fix build
PR: 178154
Submitted by: Ports Fury
|
Thu, 9 May 2013
|
[ 09:25 fjoe ]
Unbreak the build.
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Tue, 23 Apr 2013
|
[ 00:34 miwi ]
- Broken fails to build
n file included from main.cpp:52:
/usr/include/sys/timeb.h:42:2: warning: #warning "this file includes
<sys/timeb.h> which is deprecated"
c++ -O2 -pipe -fno-strict-aliasing -c UnAlz.cpp
UnAlz.cpp: In member function 'UINT32 UNALZ::CUnAlz::CRC32(UINT32, BYTE)':
UnAlz.cpp:1910: error: invalid conversion from 'const z_crc_t*' to 'const long
unsigned int*'
*** [UnAlz.o] Error code 1
|
Sun, 3 Jun 2012
|
[ 12:14 cs ] (Only the first 10 of 11 ports in this commit are shown above. )
Set maintainership back to ports@
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Thu, 15 Sep 2011
|
[ 12:33 cs ] (Only the first 10 of 50 ports in this commit are shown above. )
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor)
|
Sun, 11 Jul 2010
|
[ 13:29 araujo ]
- Update to 0.65.
- Pass maintainership to submitter.
PR: ports/148453
Submitted by: C-S <c-s@c-s.li>
|
Sun, 23 May 2010
|
[ 21:16 linimon ] (Only the first 10 of 70 ports in this commit are shown above. )
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr
|
Sun, 9 Aug 2009
|
[ 03:49 perky ]
Update to 0.63
PR: 137583
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Thu, 14 Aug 2008
|
[ 04:59 perky ]
Update to 0.62
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- 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)
|
Mon, 12 Feb 2007
|
[ 12:29 perky ]
Update to 0.60
|
Sat, 12 Aug 2006
|
[ 03:18 perky ]
- Respect DESTDIR
- Respect CC/CXX
- Bump PORTREVISION
PR: 101807
Submitted by: gabor
|
Sat, 22 Apr 2006
|
[ 04:21 perky ]
Update to 0.55
|
Wed, 23 Nov 2005
|
[ 04:52 perky ]
Fix build on -STABLE.
Spotted by: kris
|
Mon, 21 Nov 2005
|
[ 16:27 perky ]
Update to 0.53.
This version fixes a buffer overflow security vulnerability.
Spotted by: naddy
|
Wed, 26 Jan 2005
|
[ 09:07 perky ]
Update to 0.31
|
Sat, 23 Oct 2004
|
[ 09:40 perky ]
Add unalz 0.20,
unarchiver for AlZip compressed files.
|
Number of commits found: 34 |