aboutsummaryrefslogtreecommitdiff
path: root/textproc/liblrdf
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-151-2/+0
| | | | Notes: svn path=/head/; revision=372605
* - Add USE_AUTOTOOLS=autoheader and USES=libtoolTijl Coosemans2014-07-032-16/+7
| | | | | | | - Remove PTHREAD_CFLAGS and PTHREAD_LIBS Notes: svn path=/head/; revision=360349
* 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
* - Stage supportMartin Wilke2014-02-141-1/+0
| | | | Notes: svn path=/head/; revision=344223
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-5/+5
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* 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
* - Update devel/automake to 1.14Ade Lovett2013-07-161-1/+8
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+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
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+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
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Fix buildEitan Adler2013-03-291-1/+2
| | | | | | | Reported by: bdrewery Notes: svn path=/head/; revision=315577
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-1/+2
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* - Bump after devel/icu updatePawel Pekala2012-12-202-8/+10
| | | | | | | | - Add missing deps, pkg-config is required during build - Fix typo in pkg-descr Notes: svn path=/head/; revision=309325
* Make the port build if textproc/raptor is installed.Raphael Kubo da Costa2012-08-222-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Both textproc/raptor and textproc/raptor2 provide a raptor.h header; the former puts it in ${LOCALBASE}/include, whereas the latter puts it into ${LOCALBASE}/include/raptor2. The way CPPFLAGS and LDFLAGS were changed so far, -I${LOCALBASE}/include was passed to the compiler before -I${LOCALBASE}/include/raptor2, so the raptor1 headers were picked up and the build failed. The fix is consists of several separate adjustments: - The port only depends on raptor2 (and obtains the required compiler and linker flags via pkg-config) and optionally on OpenSSL from ports in case one has installed it. We thus need USE_OPENSSL and OPENSSLINC/OPENSSLLIB. - Due to the other the CFLAGS are defined in the port's configure.ac, we need to make raptor2's CFLAGS be passed before the rest, so -I${LOCALBASE}/include/raptor2 is passed to the compiler before other paths such as the infamous ${LOCALBASE}/include. - We need to change CFLAGS instead of CPPFLAGS, otherwise the OpenSSL CFLAGS still come before the actual CFLAGS and the problem persists. Notes: svn path=/head/; revision=302968
* - Update to latest github snapshot (tagged 0.5.0; fetch distfile from Gentoo)Alexey Dokuchaev2012-08-203-15/+17
| | | | | | | | | | | | and switch to textproc/raptor2 (required for upcoming audio/ardour update) - Do some small Makefile cleanups and touch port description while I am here - Teach configure script of audio/aqualung to use `pkg-config --cflags lrdf`, so it can always find correct headers Submitted by: nox@ (a while ago) Notes: svn path=/head/; revision=302792
* - 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
* - Split redland to rasqal and redland itself librariesDima Panov2010-05-111-2/+2
| | | | | | | | | | | | | - 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
* - 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
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* 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
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio Notes: svn path=/head/; revision=147568
* Update to version 0.4.0Kirill Ponomarev2005-05-033-7/+8
| | | | | | | | PR: ports/80545 Submitted by: Ports Fury Notes: svn path=/head/; revision=134535
* - Update to version 0.3.7Kirill Ponomarev2004-07-153-7/+6
| | | | | | | | PR: ports/69116 Submitted by: Ports Fury Notes: svn path=/head/; revision=113731
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Rearrange USE_GNOMETilman Keskinoz2004-02-282-11/+5
| | | | | | | | | | Don't install .la file PR: 63499 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=102422
* Update to 0.3.5Tilman Keskinoz2004-02-283-5/+5
| | | | | | | Drop Maintainership Notes: svn path=/head/; revision=102365
* 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
* - Chase raptor shlib version raise.Pav Lucistnik2004-01-031-1/+1
| | | | Notes: svn path=/head/; revision=97146
* Update to 0.3.2Tilman Keskinoz2003-10-312-3/+2
| | | | Notes: svn path=/head/; revision=92697
* Chase shlib version of raptorTilman Keskinoz2003-10-201-1/+2
| | | | | | | Forgotten by: krion Notes: svn path=/head/; revision=91754
* Update to 0.3.1Tilman Keskinoz2003-07-273-3/+3
| | | | Notes: svn path=/head/; revision=85701
* Add build dependency on LADSPATilman Keskinoz2003-05-041-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=80114
* Add ${PTHREAD_LIBS}Tilman Keskinoz2003-05-021-2/+3
| | | | | | | Submitted by: ydg <ydg@cox.net> Notes: svn path=/head/; revision=80009
* Add liblrdf, a library for manipulating RDF files describing LADSPA plugins.Tilman Keskinoz2003-04-274-0/+50
Notes: svn path=/head/; revision=79739