aboutsummaryrefslogtreecommitdiff
path: root/textproc/hyperestraier/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix dependency with MECAB optionLi-Wen Hsu2020-06-171-2/+2
| | | | | | | | PR: 243428 Submitted by: nyan Notes: svn path=/head/; revision=539429
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-3/+2
| | | | | | | | | | | 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
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* converters/libiconv:Tijl Coosemans2015-04-151-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* 5 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-1/+1
| | | | | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket Notes: svn path=/head/; revision=382126
* - Add LICENSEDmitry Marakasov2015-02-241-0/+7
| | | | | | | - Strip binaries and libraries Notes: svn path=/head/; revision=379796
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | 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
* - Support stagingMathieu Arnold2014-01-281-17/+7
| | | | | | | | | - Use new options knobs Sponsored by: Absolight Notes: svn path=/head/; revision=341631
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Convert to new optionsframeworkTilman Keskinoz2012-06-111-4/+5
| | | | Notes: svn path=/head/; revision=299008
* - 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
* - Chase libqdbm updateSteve Wills2011-07-241-0/+1
| | | | Notes: svn path=/head/; revision=278262
* Reset ahze@ due to maintainer-timeouts and no response to email.Mark Linimon2010-07-261-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=258254
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 1.4.13Michael Johnson2008-03-261-1/+1
| | | | Notes: svn path=/head/; revision=209854
* Update to 1.4.12Michael Johnson2008-01-091-1/+1
| | | | Notes: svn path=/head/; revision=205327
* Update to 1.4.11Michael Johnson2007-12-211-2/+2
| | | | Notes: svn path=/head/; revision=204261
* Update to 1.4.10Michael Johnson2007-03-061-3/+2
| | | | | | | | PR: ports/109995 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=186677
* - Add support for bzip2 and zlibMichael Johnson2006-12-081-4/+22
| | | | | | | | | | | | - 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
* Update to 1.4.9Michael Johnson2006-11-151-2/+3
| | | | | | | | PR: 105428 Submitted by: KIMURA Yasuhiro <yasu@home.utahime.org> Notes: svn path=/head/; revision=177286
* Update to 1.4.8Michael Johnson2006-11-081-1/+1
| | | | | | | | PR: ports/105136 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=176773
* - Update to 1.4.6Michael Johnson2006-11-021-1/+1
| | | | Notes: svn path=/head/; revision=176201
* - Update to 1.4.5Michael Johnson2006-10-301-2/+2
| | | | | | | | PR: ports/104487 Submitted by: leeym Notes: svn path=/head/; revision=175563
* - Update to 1.4.4Cheng-Lung Sung2006-09-281-1/+1
| | | | | | | | | PR: ports/103736 Submitted by: clsung Approved by: maintainer (ahze) Notes: svn path=/head/; revision=174037
* - Update to 1.4.3Michael Johnson2006-09-201-1/+1
| | | | Notes: svn path=/head/; revision=173477
* Update to 1.4.1Michael Johnson2006-09-031-3/+3
| | | | Notes: svn path=/head/; revision=172059
* - Update to 1.3.6Michael Johnson2006-08-091-1/+1
| | | | Notes: svn path=/head/; revision=170198
* - Update to 1.3.5Michael Johnson2006-08-021-3/+3
| | | | Notes: svn path=/head/; revision=169505
* - Update to 1.3.4Michael Johnson2006-07-271-2/+2
| | | | Notes: svn path=/head/; revision=168846
* - Update to 1.3.3Michael Johnson2006-07-151-1/+1
| | | | Notes: svn path=/head/; revision=167905
* - Update to 1.3.2Michael Johnson2006-07-101-1/+1
| | | | Notes: svn path=/head/; revision=167398
* - Update to 1.3.0Michael Johnson2006-07-061-1/+1
| | | | | | | Spotted on: portscout Notes: svn path=/head/; revision=167042
* - Update to 1.2.9Michael Johnson2006-06-201-2/+2
| | | | Notes: svn path=/head/; revision=165881
* - Update to 1.2.8Michael Johnson2006-06-071-2/+2
| | | | | | | Spotted on: portscout Notes: svn path=/head/; revision=164661
* - Update to 1.2.7Michael Johnson2006-05-261-2/+2
| | | | Notes: svn path=/head/; revision=163447
* - Update to 1.2.6Michael Johnson2006-05-141-1/+1
| | | | Notes: svn path=/head/; revision=162288
* - Update to 1.2.5Michael Johnson2006-05-071-2/+2
| | | | Notes: svn path=/head/; revision=161658
* - Update to 1.2.4Michael Johnson2006-05-021-1/+1
| | | | Notes: svn path=/head/; revision=161196
* - Update to 1.2.3Michael Johnson2006-04-231-2/+2
| | | | Notes: svn path=/head/; revision=160229
* - Update to 1.2.2Michael Johnson2006-04-171-1/+1
| | | | Notes: svn path=/head/; revision=159793
* - Attempt to fix build on sparc64 by using CONFIGURE_TARGET=..Michael Johnson2006-04-051-0/+1
| | | | | | | Pointed out by: pointyhat Notes: svn path=/head/; revision=158870
* - Update to 1.1.6Michael Johnson2006-03-251-3/+3
| | | | Notes: svn path=/head/; revision=158118
* - Update to 1.1.3Michael Johnson2006-03-151-4/+2
| | | | Notes: svn path=/head/; revision=157247
* - Chase libver bump in qdbmMichael Johnson2006-01-081-2/+2
| | | | Notes: svn path=/head/; revision=153097
* - Update to 1.1.2Michael Johnson2005-12-201-1/+1
| | | | Notes: svn path=/head/; revision=151602
* - Update to 1.1.1Michael Johnson2005-12-101-2/+2
| | | | Notes: svn path=/head/; revision=150836