aboutsummaryrefslogtreecommitdiff
path: root/www/newsbeuter
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Convert www ports to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+2
| | | | Notes: svn path=/head/; revision=405717
* converters/libiconv:Tijl Coosemans2015-04-151-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Fix podbeuterTilman Keskinoz2015-03-124-0/+54
| | | | | | | | PR: 198531 Reported by: usrucb@gmail.com Notes: svn path=/head/; revision=381071
* Fix build on 8.x 9.xTilman Keskinoz2015-03-041-5/+1
| | | | | | | PR: 198104 Notes: svn path=/head/; revision=380444
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380312
* Update to 2.9Tilman Keskinoz2015-02-252-6/+11
| | | | | | | | PR: 197845 Submitted by: Zsolt Udvari Notes: svn path=/head/; revision=379913
* Allow building without /usr/bin/perl symlinkAntoine Brodin2014-11-292-3/+2
| | | | | | | PR: ports/195494 Notes: svn path=/head/; revision=373616
* Fix build after json-c update.Adam Weinberger2014-08-201-1/+1
| | | | Notes: svn path=/head/; revision=365474
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-061-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. Category W. CR: D510 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364158
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Remove USE_GCC, this fixes segfaults due to mixing c++ libraries.Tilman Keskinoz2014-02-033-3/+29
| | | | | | | | | PR: 186347 Submitted by: til Reported by: Zsolt Udvari <udvzsolt@gmail.com> Notes: svn path=/head/; revision=342458
* devel/stfl:Tijl Coosemans2014-01-301-11/+4
| | | | | | | | | | | | | | | | - Fix a crash on FreeBSD 10 by indicating the port uses the WCHAR_T iconv extension. - Use more of the port's own build system. This simplifies the Makefile. www/newsbeuter: - Indicate the port uses the //TRANSLIT iconv extension. - Use OPTIONS_SUB. PR: ports/186257 Approved by: arved (maintainer) Notes: svn path=/head/; revision=341856
* Update to 2.8Tilman Keskinoz2014-01-202-5/+4
| | | | Notes: svn path=/head/; revision=340378
* * Support StagedirTilman Keskinoz2013-12-303-7/+18
| | | | | | | | | | * Add Option to disable Podcast client PR: 185289 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Notes: svn path=/head/; revision=338124
* devel/json-c: update to 0.11William Grzybowski2013-11-091-1/+2
| | | | | | | | | | | | | - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout) Notes: svn path=/head/; revision=333306
* Update newsbeuter to 2.7, fix build with clang and iconv-in-base.Ulrich Spörlein2013-10-252-7/+8
| | | | | | | | | | | Many macros clash with the C11 variants, so I'm moving this over to a gcc build for now. PR: ports/182896 (with added fixes) Approved by: maintainer Notes: svn path=/head/; revision=331609
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327283
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-111-2/+1
| | | | Notes: svn path=/head/; revision=326991
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - fix plistMartin Wilke2013-04-022-4/+3
| | | | | | | | | Reported by: pointyhat Approved by: portmgr Notes: svn path=/head/; revision=315663
* Update to 2.6Tilman Keskinoz2013-03-223-4/+4
| | | | Notes: svn path=/head/; revision=314941
* Fix pkg-plistTilman Keskinoz2012-01-222-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=289635
* Update to 2.5Tilman Keskinoz2012-01-192-4/+7
| | | | Notes: svn path=/head/; revision=289442
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-5/+1
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* Update to 2.4Tilman Keskinoz2011-02-022-5/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268550
* Remove dependency on ruby, which is not needed in current version.Tilman Keskinoz2010-08-071-1/+1
| | | | | | | Submitted by: Patrick Palka Notes: svn path=/head/; revision=258895
* Update to 2.3Tilman Keskinoz2010-07-022-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257307
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Add LICENSE and LICENSE_FILE to my ports.Tilman Keskinoz2010-05-301-0/+3
| | | | Notes: svn path=/head/; revision=255330
* Update to 2.2Tilman Keskinoz2010-04-222-5/+4
| | | | Notes: svn path=/head/; revision=253063
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* Update to 2.1Tilman Keskinoz2009-12-122-4/+4
| | | | Notes: svn path=/head/; revision=245639
* Update to 2.0Tilman Keskinoz2009-05-074-17/+8
| | | | | | | Submitted by: ed Notes: svn path=/head/; revision=233395
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Bump USE_GCC=4.1+ to USE_GCC=4.2+.Gerald Pfeifer2008-12-301-1/+1
| | | | | | | Approved by: arved Notes: svn path=/head/; revision=224979
* Update to 1.3Tilman Keskinoz2008-12-132-5/+5
| | | | Notes: svn path=/head/; revision=224196
* Update to 1.2Tilman Keskinoz2008-09-053-4/+5
| | | | Notes: svn path=/head/; revision=219893
* Update WWW for newsbeuterTilman Keskinoz2008-08-271-1/+1
| | | | | | | Remove dead WWW for kslide and kpicframer Notes: svn path=/head/; revision=219301
* Update to 1.0Tilman Keskinoz2008-08-263-6/+7
| | | | | | | | PR: 126708 Submitted by: Beat Gaetzi <beat@chruetertee.ch> Notes: svn path=/head/; revision=219236
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.9.1Martin Wilke2008-05-132-4/+4
| | | | | | | Approved by: arved (maintainer) Notes: svn path=/head/; revision=212987
* Update to 0.9Tilman Keskinoz2008-05-033-7/+5
| | | | | | | | PR: 123312 Submitted by: "Beat Gätzi" <beat@chruetertee.ch> Notes: svn path=/head/; revision=212554