Commit Graph

473 Commits

Author SHA1 Message Date
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
141ad145f0 --enable-*=no --> --disable
Explicitely disable connman to set connectivity to "None".
2012-09-21 14:01:54 +00:00
jasper
7011f842f6 - update to geoclue-0.12.99 2012-09-21 13:19:01 +00:00
ajacoutot
d1b39e4dd9 Remove non existent variable. 2012-09-10 08:21:22 +00:00
landry
1ad2084b78 Add missing BUILD_DEPENDS on unzip, spotted by nigel@, thanks! 2012-09-10 08:13:16 +00:00
landry
8e1210888f Update to josm svn rev 5485.
Directly use the provided jar instead of rebuilding it for nothing.
ok ian@ (MAINTAINER)
2012-09-09 19:38:25 +00:00
rpe
d559bd1c98 add myself 2012-08-30 20:15:24 +00:00
ajacoutot
2044dc8a07 No need to LD_PRELOAD libpthread anymore now that Apache is linked with
pthreads(3).

discussed with sthen@
2012-08-24 08:29:27 +00:00
sthen
9f9069554b sync wantlib 2012-08-23 15:50:05 +00:00
sthen
d443de5cb5 missing wantlib/modules; p5-* thingys which are *not* just WANTLIB+=c. 2012-08-23 13:52:39 +00:00
pascal
e051391d3c After feedback from kettenis@, we won't be defining -DPIC on PIE archs per
default.  Garbage collect the patches that dealt with these issues, and use
the builtin define __PIC__ to detect if we're PIE/PIC.

ok naddy@
2012-08-20 11:50:59 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
pascal
e1e0321344 PIE preparations: These ports all have classes etc. that collide with the
"PIC" define that will be used by PIE.  No functional change.

ok naddy@
2012-08-11 22:51:13 +00:00
landry
8c67d7ba28 Update to gpx-viewer 0.3.0. 2012-08-07 13:14:45 +00:00
landry
ee17085055 Unbreak by updating to emerillon 0.1.90.
This now uses libchamplain 0.12/gtk+3/libpeas. Remove now useless patches.
ok jasper@
2012-07-17 07:29:48 +00:00
landry
74930ac6b9 Unbreak by updating to a snapshot of the port-to-libchamplain-0.12 bzr
branch. This now uses gtk+3..
ok jasper@
2012-07-17 07:28:27 +00:00
jasper
436f603726 - install the actual demo binary, instead of the libtool script
- also install the python demo scripts
2012-07-16 18:52:45 +00:00
jasper
bc4814b97c roll into PLIST, prompted by landry@ 2012-07-16 14:05:08 +00:00
jasper
0e83a3a97d enable memphis support 2012-07-16 14:00:29 +00:00
jasper
a47a0f11a6 sync 2012-07-16 14:00:20 +00:00
jasper
4ccdb7adb0 import memphis 0.2.3
Memphis is a map-rendering application and a library for OpenStreetMap.

ok landry@
2012-07-16 13:59:46 +00:00
jasper
331b0ff461 add a homepage 2012-07-16 08:26:24 +00:00
jasper
b02265d8b7 adjust libchamplain dependencies 2012-07-16 08:13:45 +00:00
jasper
00fd421c92 switch to use the gnome module 2012-07-16 08:11:10 +00:00
jasper
b0a740d28f missed in previous 2012-07-16 07:11:46 +00:00
jasper
e562136268 drop this structure since we're not going to ship separate python plugins as
the library is introspected anyway. so remove the confusing dir 'core'.
2012-07-16 07:11:28 +00:00
jasper
dc46058de9 - update to 0.12.3 2012-07-15 08:07:55 +00:00
bmercer
c5ff8e36b3 Added my coordinates.
"looks legit" sthen@ OK phessler@
2012-07-13 11:43:20 +00:00
sebastia
955f283088 Update qlandkartegt to 1.5.0.
Add a README talking about manually creating ugen devices if necessary.
Wording from edd@

OK edd@
2012-07-12 08:19:28 +00:00
zinke
3c4c442452 add myself ok ajacoutot@ sthen@ 2012-07-11 11:33:16 +00:00
abieber
8411c0135c Adding myself.
OK jasper@, sthen@, jeremy@
2012-07-09 00:18:55 +00:00
jasper
745fe7340c mark these as broken for now 2012-07-07 13:00:44 +00:00
jasper
abff967a26 finally update to 0.12.2
fallout will be dealt with shortly, right landry? :-)
2012-07-07 12:59:33 +00:00
eric
7f51d22d74 update to 3.3.4
ok landry@
2012-06-24 09:34:03 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
espie
072de78ddf fix namespace issues for qt 4.8.2 2012-06-13 10:28:03 +00:00
gonzalo
769a330726 Putting myself :)
Ok aja@
2012-05-21 18:19:30 +00:00
stsp
ad46ff1735 Stop lying about my location. 2012-05-16 09:15:54 +00:00
jasper
93920a2be1 - fix location of docs 2012-05-15 11:48:14 +00:00
rpointel
3c75a73982 update p5-Geo-StreetAddress-US to 1.03, from david hill. 2012-05-14 17:20:58 +00:00
landry
bbf98d9549 Update to viking 1.3. 2012-05-02 14:14:50 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
kirby
cf7c2d3811 Add .desktop file for -qt subpackage
With the help from landry@, naddy@ and sthen@
OK from sthen@
Maintainer timeout
2012-04-15 20:03:16 +00:00
jim
d8236c275c inc revision after recording my move. nudge from gsoares@ 2012-04-07 16:00:39 +00:00
jim
70e42aac2a moved 2012-04-07 14:01:04 +00:00
landry
669563a44e Don't install the example provider, it does nothing but spamming system
dbus every 5 secs with timestamp and null position/address..
2012-04-04 10:03:12 +00:00
ajacoutot
4e0b61488e Sync dependencies after libproxy update. 2012-03-29 15:00:19 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
ajacoutot
04f34342b4 CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it.

ok sthen@
2012-02-21 16:21:41 +00:00
sthen
917b03dfb9 update to gpsbabel 1.4.3 from Kyrill Bychkov, maintainer timeout ~1month
- support new file formats
- adds new Qt gui
- don't hardcode dependency on Tcl/Tk 8.4 for the Tk gui
2012-02-18 22:04:07 +00:00