aboutsummaryrefslogtreecommitdiff
path: root/textproc/redland
Commit message (Collapse)AuthorAgeFilesLines
* USE_BDB cleanup.Mathieu Arnold2016-08-081-1/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix some USE_PGSQL that were missed beforeChris Rees2014-11-221-1/+1
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=373110
* Simplify plistBaptiste Daroussin2014-10-311-6/+0
| | | | Notes: svn path=/head/; revision=371888
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* 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
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Convert to USES=libtool.Tijl Coosemans2014-04-252-7/+3
| | | | | | | Approved by: kde (makc) Notes: svn path=/head/; revision=352100
* - Fix typo (and build with default configuration)Max Brazhnikov2014-02-031-1/+1
| | | | | | | Reported: az@ Notes: svn path=/head/; revision=342387
* - Remove needless dependenciesMax Brazhnikov2014-02-021-31/+8
| | | | | | | - Convert to options helpers Notes: svn path=/head/; revision=342363
* - Update to 1.0.17Raphael Kubo da Costa2014-01-013-13/+18
| | | | | | | | | | | - Support staging [1] - Set LICENSE - Convert to the new LIB_DEPENDS format Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> Notes: svn path=/head/; revision=338398
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-4/+3
| | | | Notes: svn path=/head/; revision=327459
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Mark MAKE_JOBS_SAFE.Raphael Kubo da Costa2013-07-021-0/+1
| | | | | | | Original commit by avilla@ in the area51 repository. Notes: svn path=/head/; revision=322185
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Update to 1.0.16.Raphael Kubo da Costa2012-12-303-14/+10
| | | | | | | | | | | | - Trim Makefile header. - Remove library versions from LIB_DEPENDS. - Do not create lib/redland while the MYSQL, PGSQL, SQLITE and VIRTUOSO options are unconditionally disabled. With hat: kde@ Notes: svn path=/head/; revision=309677
* - Make BDB optional (on by default). [1]Alberto Villa2012-08-172-18/+27
| | | | | | | | | | | | - OPTIONSngify. - Use USE_PKGCONFIG. - Bump PORTREVISION. PR: 168780 [1] Submitted by: scf [1] Notes: svn path=/head/; revision=302670
* Update to 1.0.15Raphael Kubo da Costa2012-01-293-4/+5
| | | | Notes: svn path=/head/; revision=290053
* - Stop installing the rapper binary with raptor and bump PORTREVISION.Alberto Villa2011-10-164-18/+9
| | | | | | | | | | | | | | | | - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+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
* 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
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 1.0.12Max Brazhnikov2010-10-232-6/+5
| | | | | | | update MASTER_SITES Notes: svn path=/head/; revision=263495
* - Split redland to rasqal and redland itself librariesDima Panov2010-05-115-93/+83
| | | | | | | | | | | | | - 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-2/+17
| | | | | | | | | | | - 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
* - 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
* - Fix build when several db* are installedMartin Wilke2008-08-101-1/+5
| | | | | | | | | | | | | - Really disable mysql support when WITH_MYSQL is not defined - Disable sqlite - Bump PORTREVISION PR: 126410 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (with discussion on freenode/#kde-freebsd) Approved by: maintainer Notes: svn path=/head/; revision=218345
* - 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.0.7Martin Wilke2008-01-263-9/+26
| | | | | | | | PR: 119786 Submitted by: chuck@pkix.net (maintainer) Notes: svn path=/head/; revision=206263
* - 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.0.5Martin Wilke2006-12-083-6/+9
| | | | | | | | PR: ports/106459 Submitted by: Charles Swiger (maintainer) Notes: svn path=/head/; revision=179220
* Update to 1.0.4, release notes: http://librdf.org/RELEASE.html [1]Ion-Mihai Tetcu2006-05-143-30/+28
| | | | | | | | | | | | | Bring Makefile in line with lastest :) infrasctructure changes: USE_BDB, USE_MYSQL,OPTIONS [2] PR: ports/96978 [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1] itetcu (me) [2] Approved by: maintainer, lawrance (mentor) Notes: svn path=/head/; revision=162319
* Update to 1.0.3Emanuel Haupt2006-04-123-5/+63
| | | | | | | | PR: 95480 Submitted by: Charles Swiger <chuck@pkix.net> Notes: svn path=/head/; revision=159383
* Conversion to a single libtool environment.Ade Lovett2006-02-231-4/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-281-0/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149758
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Install libtool archives, needed for redland-bindings.Sam Lawrance2005-08-302-1/+5
| | | | | | | | | | Bump PORTREVISION. PR: ports/84254 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=141446
* - Update to 1.0.2Pav Lucistnik2005-06-152-9/+6
| | | | | | | | PR: ports/82246 Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=137506
* - Update to 1.0.1Pav Lucistnik2005-06-013-4/+8
| | | | | | | | PR: ports/81741 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=136598
* - Update to 1.0.0Pav Lucistnik2005-02-082-14/+36
| | | | | | | | | | - Take maintainership PR: ports/77243 Submitted by: Charles Swiger <chuck@pkix.net> Notes: svn path=/head/; revision=128313
* . Update to 0.9.19.Greg Lewis2004-11-043-5/+5
| | | | | | | | PR: 73477 Submitted by: Ports Fury Notes: svn path=/head/; revision=120815
* Update to version 0.9.18Kirill Ponomarev2004-08-075-36/+34
| | | | | | | | PR: ports/70119 Submitted by: Ports Fury Notes: svn path=/head/; revision=115572
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* - Update to version 0.9.16Kirill Ponomarev2004-02-282-4/+3
| | | | | | | | PR: ports/63500 Submitted by: Ports Fury Notes: svn path=/head/; revision=102452
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 0.9.15Pav Lucistnik2004-02-024-24/+13
| | | | | | | | PR: ports/62268 Submitted by: Ports Fury Notes: svn path=/head/; revision=99850