Commit Graph

34 Commits

Author SHA1 Message Date
Yuri Victorovich a296b84027 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)
2018-03-18 23:35:36 +00:00
Tijl Coosemans 6ead27eb95 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.
2016-12-08 19:23:24 +00:00
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Dmitry Marakasov 38e17ebac9 - Unbreak fetch
- Update WWW
- Pass maintainership to submitter
- Update license

PR:		206162
Submitted by:	portmaster@bsdforge.com
2016-01-13 12:33:45 +00:00
Antoine Brodin 496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Jimmy Olgeni 686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
Tijl Coosemans 074ea5282a converters/libiconv:
- 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)
2015-04-15 08:20:27 +00:00
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
John Marino 5d68b2a1ed archivers/unalz: Adjust patch for DragonFly support (dports) 2014-07-07 10:47:37 +00:00
Baptiste Daroussin 51c60ddf7f Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
2013-11-18 13:45:44 +00:00
Raphael Kubo da Costa 5890f46ac8 - Fix the build with libc++.
- Fix the build with iconv in base.
- Be verbose in the sed calls done in post-patch.
2013-11-17 21:35:00 +00:00
Alex Kozlov b41129a04e - Support STAGEDIR 2013-10-16 11:27:24 +00:00
Baptiste Daroussin b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke cad29590f3 - Fix build
PR:		178154
Submitted by:	Ports Fury
2013-05-10 14:31:14 +00:00
Max Khon 2de5493f9d Unbreak the build. 2013-05-09 09:25:26 +00:00
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Martin Wilke 9dc3ee9e2c - 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
2013-04-23 00:34:06 +00:00
Carlo Strub fe19e92f65 Set maintainership back to ports@ 2012-06-03 12:14:38 +00:00
Dmitry Marakasov 6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Carlo Strub 178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00
Martin Wilke 65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Marcelo Araujo c894e47e89 - Update to 0.65.
- Pass maintainership to submitter.

PR:		ports/148453
Submitted by:	C-S <c-s@c-s.li>
2010-07-11 13:29:50 +00:00
Mark Linimon cb4c252136 Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2010-05-23 21:16:16 +00:00
Hye-Shik Chang 876fafcc9b Update to 0.63
PR:		137583
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-08-09 03:49:37 +00:00
Hye-Shik Chang ec9dc78dbe Update to 0.62 2008-08-14 04:59:58 +00:00
Gabor Kovesdan 42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Hye-Shik Chang 21dfcaa104 Update to 0.60 2007-02-12 12:29:48 +00:00
Hye-Shik Chang d5910658d0 - Respect DESTDIR
- Respect CC/CXX
- Bump PORTREVISION

PR:		101807
Submitted by:	gabor
2006-08-12 03:18:48 +00:00
Hye-Shik Chang a87d28d193 Update to 0.55 2006-04-22 04:21:00 +00:00
Hye-Shik Chang 7e7cc5898f Fix build on -STABLE.
Spotted by:	kris
2005-11-23 04:52:56 +00:00
Hye-Shik Chang c11033e057 Update to 0.53.
This version fixes a buffer overflow security vulnerability.

Spotted by:	naddy
2005-11-21 16:27:41 +00:00
Hye-Shik Chang ee2133069d Update to 0.31 2005-01-26 09:07:35 +00:00
Hye-Shik Chang a3ce7f6023 Add unalz 0.20,
unarchiver for AlZip compressed files.
2004-10-23 09:40:07 +00:00