| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
- Update WWW
- Pass maintainership to submitter
- Update license
PR: 206162
Submitted by: portmaster@bsdforge.com
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
| |
|
|
|
|
|
|
| |
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
|
|
|
|
|
| |
- Fix the build with iconv in base.
- Be verbose in the sed calls done in post-patch.
|
| |
|
|
|
|
| |
archivers)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
| |
PR: 178154
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Approved by: wen@ (mentor)
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/148453
Submitted by: C-S <c-s@c-s.li>
|
|
|
|
|
|
| |
to email.
Hat: portmgr
|
|
|
|
|
| |
PR: 137583
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
| |
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
| |
|
|
|
|
|
|
|
|
| |
- Respect CC/CXX
- Bump PORTREVISION
PR: 101807
Submitted by: gabor
|
| |
|
|
|
|
| |
Spotted by: kris
|
|
|
|
|
|
| |
This version fixes a buffer overflow security vulnerability.
Spotted by: naddy
|
| |
|
|
unarchiver for AlZip compressed files.
|