summaryrefslogtreecommitdiffstats
path: root/devel/libpeas/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Another update:gusi2014-10-151-2/+1
| | | | | | | | | - libgee-0.16.1 - libpeas-1.12.1 - libsoup-2.48.0 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19947 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with ports.kwm2014-09-261-2/+2
| | | | | | | | https://lists.freebsd.org/pipermail/svn-ports-head/2014-September/073739.html ports commit r369260 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19910 df743ca5-7f9a-e211-a948-0013205c9059
* Remove keepla from MC. While here do other changes:gusi2014-08-161-1/+2
| | | | | | | | | | | | | | | | - Remove STRIP_CMD all over the place and replace that with INSTALL_TARGET=install-tsrip - Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex) and use either binary names (when possible) or package names instead. I've been tempted to convert options to a more compact form, but this will happen in the future. Tested by: two complete poudriere runs git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
* Convert:kwm2014-08-131-2/+2
| | | | | | | | | USE_PYTHON* -> USES=python* USE_XZ|USE_BZIP2 -> USES=tar: replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
* Update libpeas to 1.10.1. While here switch options togusi2014-08-021-22/+8
| | | | | | | | | the compact form, move --disable-python2 (it was always disabled anyway) and fix an issue with some dirrm when python was not enabled. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19788 df743ca5-7f9a-e211-a948-0013205c9059
* Switch to USES=libtool:keepla for now. While I rather want to ditch .la fileskwm2014-04-261-1/+1
| | | | | | | | | | | | I think we need to keep em a cycle. So that other ports have a chance to update there .la files not to record dependancies .la files. sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base libtool (ltmain.sh and libtool.m4) files. But doesn't depend on ${LOCALBASE}/bin/libtool INSTALL_TARGET=install-strip and misc smaller cleanups. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
* Update MC-ports to GNOME 3.12.kwm2014-04-261-23/+8
| | | | | | | Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.8.1.kwm2014-02-161-8/+6
| | | | | | | | PR: ports/186782 Submitted by: olivierd@ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19006 df743ca5-7f9a-e211-a948-0013205c9059
* First batch of USE_GNOME=ltverhack -> USES=libtool.kwm2014-02-071-7/+3
| | | | | | | Use INSTALL_TARGET=install-strip if possible. Misc Makefile cleanups. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19001 df743ca5-7f9a-e211-a948-0013205c9059
* Stageify, and misc small cleanups.kwm2013-12-201-3/+6
| | | | | | | Move net/libgweather3 -> net/libgweather. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18965 df743ca5-7f9a-e211-a948-0013205c9059
* Fix seed location.kwm2013-10-281-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18814 df743ca5-7f9a-e211-a948-0013205c9059
* Add NO_STAGE to all ports, until we convert each one.kwm2013-09-221-2/+3
| | | | | | | Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
* Catch up with ports infra changes.kwm2013-07-261-3/+2
| | | | | | | | | USE_GMAKE= => USES=gmake Sort Uses Remove MAKE_JOBS_SAFE as it is default now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
* Update keywords to allow for changing SVN tag.marcus2013-07-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18610 df743ca5-7f9a-e211-a948-0013205c9059
* Add introspection USE_GNOME component.kwm2013-05-141-3/+2
| | | | | | | | | | | | | | | Either introspection => both build and run dependancy or choosable with :build/:run modifiers. This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir isn't created in the /root dir anymore. Convert all users in MC. Reported by: bapt/miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
* Massive port framework maintaince/update (long over due too)kwm2013-04-271-2/+1
| | | | | | | | Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.6.1.kwm2013-04-231-16/+17
| | | | | | | Obtained from: Gustau Perez GNOME 3.6 work git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18390 df743ca5-7f9a-e211-a948-0013205c9059
* set proper keywordsmarcus2013-04-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17268 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.4.0.kwm2012-05-261-4/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16805 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.2.0.kwm2011-10-081-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16385 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.1.4.kwm2011-09-211-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16313 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.1.3.kwm2011-09-181-11/+21
| | | | | | | New gjs based JS engine. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16236 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.0.0.kwm2011-04-061-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15731 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.7.4.kwm2011-03-101-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15449 df743ca5-7f9a-e211-a948-0013205c9059
* Chase seed lib name change.kwm2011-02-241-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15290 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.7.3.kwm2011-02-241-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15280 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.7.2.kwm2011-02-161-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15229 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.7.1.kwm2011-01-271-3/+3
| | | | | | | | We need python 2.5 or higher. Use @dirrmtry for share/locale directories. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15115 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.7.0.kwm2011-01-161-0/+56
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15033 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because ofkwm2010-12-011-35/+0
| | | | | | | | | focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.5.kwm2010-08-191-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14451 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.4.kwm2010-08-141-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14399 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.3.kwm2010-07-231-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14352 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.2.kwm2010-07-131-3/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14322 df743ca5-7f9a-e211-a948-0013205c9059
* Bump all gir ports. Always nice to find out things break after you update it :)kwm2010-06-301-4/+3
| | | | | | | | Error message is: /usr/local/share/gir-1.0/Pango-1.0.gir: Incompatible version 1.0 (supported: 1.1) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14282 df743ca5-7f9a-e211-a948-0013205c9059
* And update to a git checkout with the same version, because totem needs it.kwm2010-06-201-2/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14260 df743ca5-7f9a-e211-a948-0013205c9059
* Add libpeas 0.5.0.kwm2010-06-201-0/+35
This is a evolution of the gedit plugins system. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14259 df743ca5-7f9a-e211-a948-0013205c9059