| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
PR: 243428
Submitted by: nyan
Notes:
svn path=/head/; revision=539429
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Notes:
svn path=/head/; revision=424427
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Categories: irc, x11-clocks, benchmarks, misc, textproc
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382126
|
|
|
|
|
|
|
| |
- Strip binaries and libraries
Notes:
svn path=/head/; revision=379796
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=363904
|
|
|
|
|
|
|
|
|
| |
- Use new options knobs
Sponsored by: Absolight
Notes:
svn path=/head/; revision=341631
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
| |
Notes:
svn path=/head/; revision=299008
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=278262
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=258254
|
|
|
|
|
|
|
| |
starting with T,U,V
Notes:
svn path=/head/; revision=240076
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
| |
Notes:
svn path=/head/; revision=209854
|
|
|
|
| |
Notes:
svn path=/head/; revision=205327
|
|
|
|
| |
Notes:
svn path=/head/; revision=204261
|
|
|
|
|
|
|
|
| |
PR: ports/109995
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=186677
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add optional support for lzo and mecab (WITH_LZO, WITH_MECAB)
PR: ports/105592
ports/106467
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Jun MUKAI <mukai@jmuk.org>
Notes:
svn path=/head/; revision=179179
|
|
|
|
|
|
|
|
| |
PR: 105428
Submitted by: KIMURA Yasuhiro <yasu@home.utahime.org>
Notes:
svn path=/head/; revision=177286
|
|
|
|
|
|
|
|
| |
PR: ports/105136
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=176773
|
|
|
|
| |
Notes:
svn path=/head/; revision=176201
|
|
|
|
|
|
|
|
| |
PR: ports/104487
Submitted by: leeym
Notes:
svn path=/head/; revision=175563
|
|
|
|
|
|
|
|
|
| |
PR: ports/103736
Submitted by: clsung
Approved by: maintainer (ahze)
Notes:
svn path=/head/; revision=174037
|
|
|
|
| |
Notes:
svn path=/head/; revision=173477
|
|
|
|
| |
Notes:
svn path=/head/; revision=172059
|
|
|
|
| |
Notes:
svn path=/head/; revision=170198
|
|
|
|
| |
Notes:
svn path=/head/; revision=169505
|
|
|
|
| |
Notes:
svn path=/head/; revision=168846
|
|
|
|
| |
Notes:
svn path=/head/; revision=167905
|
|
|
|
| |
Notes:
svn path=/head/; revision=167398
|
|
|
|
|
|
|
| |
Spotted on: portscout
Notes:
svn path=/head/; revision=167042
|
|
|
|
| |
Notes:
svn path=/head/; revision=165881
|
|
|
|
|
|
|
| |
Spotted on: portscout
Notes:
svn path=/head/; revision=164661
|
|
|
|
| |
Notes:
svn path=/head/; revision=163447
|
|
|
|
| |
Notes:
svn path=/head/; revision=162288
|
|
|
|
| |
Notes:
svn path=/head/; revision=161658
|
|
|
|
| |
Notes:
svn path=/head/; revision=161196
|
|
|
|
| |
Notes:
svn path=/head/; revision=160229
|
|
|
|
| |
Notes:
svn path=/head/; revision=159793
|
|
|
|
|
|
|
| |
Pointed out by: pointyhat
Notes:
svn path=/head/; revision=158870
|
|
|
|
| |
Notes:
svn path=/head/; revision=158118
|
|
|
|
| |
Notes:
svn path=/head/; revision=157247
|
|
|
|
| |
Notes:
svn path=/head/; revision=153097
|
|
|
|
| |
Notes:
svn path=/head/; revision=151602
|
|
|
|
| |
Notes:
svn path=/head/; revision=150836
|