aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unalz
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Broken fails to buildmiwi2013-04-231-5/+2
| | | | | | | | | 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
* Set maintainership back to ports@cs2012-06-031-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1
| | | | Approved by: wen@ (mentor)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - Update to 0.65.araujo2010-07-113-8/+11
| | | | | | | - Pass maintainership to submitter. PR: ports/148453 Submitted by: C-S <c-s@c-s.li>
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-241-1/+1
| | | | | | to email. Hat: portmgr
* Update to 0.63perky2009-08-092-4/+4
| | | | | PR: 137583 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* Update to 0.62perky2008-08-142-4/+4
|
* - 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)
* Update to 0.60perky2007-02-122-5/+4
|
* - Respect DESTDIRperky2006-08-121-1/+5
| | | | | | | | - Respect CC/CXX - Bump PORTREVISION PR: 101807 Submitted by: gabor
* Update to 0.55perky2006-04-222-4/+4
|
* Fix build on -STABLE.perky2005-11-231-0/+6
| | | | Spotted by: kris
* Update to 0.53.perky2005-11-222-3/+5
| | | | | | This version fixes a buffer overflow security vulnerability. Spotted by: naddy
* Update to 0.31perky2005-01-263-29/+7
|
* Add unalz 0.20,perky2004-10-234-0/+54
unarchiver for AlZip compressed files.