aboutsummaryrefslogtreecommitdiff
path: root/archivers/unalz
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak fetchDmitry Marakasov2016-01-132-6/+5
| | | | | | | | | | | | - Update WWW - Pass maintainership to submitter - Update license PR: 206162 Submitted by: portmaster@bsdforge.com Notes: svn path=/head/; revision=406036
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Typos, whitespace and capitalization fixes (A-F).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397395
* converters/libiconv:Tijl Coosemans2015-04-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* archivers/unalz: Adjust patch for DragonFly support (dports)John Marino2014-07-071-3/+13
| | | | Notes: svn path=/head/; revision=361051
* Convert to USES=dos2unixBaptiste Daroussin2013-11-181-2/+1
| | | | | | | | | While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible Notes: svn path=/head/; revision=334194
* - Fix the build with libc++.Raphael Kubo da Costa2013-11-172-1/+12
| | | | | | | | - Fix the build with iconv in base. - Be verbose in the sed calls done in post-patch. Notes: svn path=/head/; revision=334124
* - Support STAGEDIRAlex Kozlov2013-10-161-3/+2
| | | | Notes: svn path=/head/; revision=330498
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix buildMartin Wilke2013-05-103-9/+36
| | | | | | | | PR: 178154 Submitted by: Ports Fury Notes: svn path=/head/; revision=317806
* Unbreak the build.Max Khon2013-05-091-11/+2
| | | | Notes: svn path=/head/; revision=317729
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Broken fails to buildMartin Wilke2013-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 Notes: svn path=/head/; revision=316292
* Set maintainership back to ports@Carlo Strub2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298080
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Update to 0.65.Marcelo Araujo2010-07-113-8/+11
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/148453 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=257638
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2010-05-231-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=254920
* Update to 0.63Hye-Shik Chang2009-08-092-4/+4
| | | | | | | | PR: 137583 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=239188
* Update to 0.62Hye-Shik Chang2008-08-142-4/+4
| | | | Notes: svn path=/head/; revision=218523
* - 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
* Update to 0.60Hye-Shik Chang2007-02-122-5/+4
| | | | Notes: svn path=/head/; revision=184987
* - Respect DESTDIRHye-Shik Chang2006-08-121-1/+5
| | | | | | | | | | | - Respect CC/CXX - Bump PORTREVISION PR: 101807 Submitted by: gabor Notes: svn path=/head/; revision=170376
* Update to 0.55Hye-Shik Chang2006-04-222-4/+4
| | | | Notes: svn path=/head/; revision=160109
* Fix build on -STABLE.Hye-Shik Chang2005-11-231-0/+6
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=149148
* Update to 0.53.Hye-Shik Chang2005-11-212-3/+5
| | | | | | | | | This version fixes a buffer overflow security vulnerability. Spotted by: naddy Notes: svn path=/head/; revision=148957
* Update to 0.31Hye-Shik Chang2005-01-263-29/+7
| | | | Notes: svn path=/head/; revision=127385
* Add unalz 0.20,Hye-Shik Chang2004-10-234-0/+54
unarchiver for AlZip compressed files. Notes: svn path=/head/; revision=120023