aboutsummaryrefslogtreecommitdiff
path: root/textproc/raptor2
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* devel/icu: update to 58.1Jan Beich2016-11-191-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-1/+1
| | | | Notes: svn path=/head/; revision=418119
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update icu to 55.1Baptiste Daroussin2015-04-231-0/+1
| | | | Notes: svn path=/head/; revision=384614
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372605
* - Update to 2.0.15.Raphael Kubo da Costa2014-11-043-3/+5
| | | | | | | - Set INSTALL_TARGET=install-strip. Notes: svn path=/head/; revision=372176
* Update to 2.0.14.Raphael Kubo da Costa2014-05-063-4/+4
| | | | Notes: svn path=/head/; revision=353135
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* 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 unsupported configure argument (pkg-config is gathered from env vars)Baptiste Daroussin2014-03-032-3/+3
| | | | | | | | | While here: - Add an explicit dependency on pkg-config - Convert to USES=libtool Notes: svn path=/head/; revision=346864
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Update to 2.0.13.Raphael Kubo da Costa2014-02-032-3/+3
| | | | | | | | | | | | The changes since the last release on 2013-11-24 are: * Fix configure not finding curl when curl-config --cflags is empty * Fixed reported issue 0000562 For full details of the changes see the Raptor 2.0.13 release notes at http://librdf.org/raptor/RELEASE.html#rel2_0_13 Notes: svn path=/head/; revision=342406
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Update to 2.0.12.Raphael Kubo da Costa2013-12-153-7/+13
| | | | | | | | - Set LICENSE. - Adapt to the new LIB_DEPENDS format. Notes: svn path=/head/; revision=336564
* Update to 2.0.11.Raphael Kubo da Costa2013-11-263-3/+4
| | | | | | | Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> Notes: svn path=/head/; revision=334939
* Support staging.Raphael Kubo da Costa2013-10-142-4/+2
| | | | | | | Sorry, this should have been committed in r330300. Notes: svn path=/head/; revision=330302
* Update to 2.0.10Raphael Kubo da Costa2013-10-143-4/+4
| | | | Notes: svn path=/head/; revision=330300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to 2.0.9Max Brazhnikov2013-03-263-6/+5
| | | | | | | | - Convert gnomehack to USES - Remove needless '@exec mkdir' from plist Notes: svn path=/head/; revision=315299
* Add dependence on libxsltMax Brazhnikov2013-02-111-2/+2
| | | | | | | | PR: ports/175971 Submitted by: pawel@ Notes: svn path=/head/; revision=312070
* Chase icu bumpBaptiste Daroussin2012-12-191-8/+5
| | | | Notes: svn path=/head/; revision=309212
* Update to 2.0.8.Raphael Kubo da Costa2012-06-253-4/+7
| | | | | | | | | | | Catch up with a few changes introduced in the 2.0.7 release: - Do not pass the --with-xml-parser to the configure script, as expat support has been removed altogether. - Depend on devel/icu as raptor has removed its internal Unicode NFC checking code. Notes: svn path=/head/; revision=299950
* Update to 2.0.7.Raphael Kubo da Costa2012-03-253-3/+4
| | | | | | | | | | | | Among other bits, this also fixes CVE-2012-0037. Full release notes can be seen in <http://librdf.org/raptor/RELEASE.html#rel2_0_7>. Feature safe: yes Notes: svn path=/head/; revision=293805
* Update to 2.0.6.Raphael Kubo da Costa2012-01-293-95/+96
| | | | | | | Experiment with setting MAKE_JOBS_SAFE=yes. Notes: svn path=/head/; revision=290051
* Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real ↵Baptiste Daroussin2011-11-271-1/+2
| | | | | | | | | | | | static distfiles) Take back maintainership chase library bump Feature safe: yes Notes: svn path=/head/; revision=286495
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284613
* - Stop installing the rapper binary with raptor and bump PORTREVISION.Alberto Villa2011-10-163-25/+38
| | | | | | | | | | | | | | | | - Update raptor2 to 2.0.4. - Update rasqal to 0.9.27. - Update redland to 1.0.14. - Update redland-bindings to 1.0.13.1. - Update shared-desktop-ontologies to 0.8.0. [1] - Update soprano to 2.7.0 and disable clucene indexer. - Update strigi to 0.7.6. PR: 157022 [1] Submitted by: rakuco [1] Notes: svn path=/head/; revision=283627
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Split redland to rasqal and redland itself librariesDima Panov2010-05-113-8/+6
| | | | | | | | | | | | | - Update raptor to 1.4.21 - Update rasqal to 0.9.19 - Update redland to 1.0.10 - Update redland-bindings to 1.0.10.1 - Bump portrevision on depended ports With hat on: kde@ Notes: svn path=/head/; revision=254131
* - Add OPTIONS for mpfr/gmp for redlandDima Panov2010-04-291-1/+1
| | | | | | | | | | | - While here, pass raptor/redland maintainership to kde@ per maintainer's request PR: 146157 Submitted by: Kenyon Ralph <kenyon@kenyonralph.com> Approved by: maintainer Notes: svn path=/head/; revision=253449
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Update to 1.4.18Martin Wilke2009-05-163-5/+7
| | | | | | | | | PR: 134159 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=234030
* 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
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* - Update to 1.4.16Martin Wilke2008-01-264-43/+5
| | | | | | | | PR: 119781 Submitted by: chuck@pkix.net (maintainer) Notes: svn path=/head/; revision=206262
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.4.15.Edward Tomasz Napierala2007-07-134-150/+12
| | | | | | | | | PR: ports/114537 Submitted by: trasz Approved by: maintainer, miwi (mentor) Notes: svn path=/head/; revision=195531
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-132-1/+180
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Update to 1.4.13Martin Wilke2006-12-083-10/+28
| | | | | | | | PR: ports/106458 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=179224
* - Fix MASTER_SITESAndrew Pantyukhin2006-07-281-1/+1
| | | | | | | Pointy hat to: erwin Notes: svn path=/head/; revision=168961