Commit Graph

523 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
sthen
8dfb022247 update to mapserver 6.0.2, SECURITY and other fixes, ok landry@
http://lists.osgeo.org/pipermail/mapserver-users/2012-February/071476.html
2012-02-16 21:21:58 +00:00
brynet
3af169cf2a Add my coordinates, icbm's away!
ok sthen@
2012-01-31 23:24:00 +00:00
sthen
ad3de1ac68 move MESSAGE-* to README-*, suggested by / ok landry@ 2012-01-24 12:03:19 +00:00
sthen
1a9a7fc748 enable fastcgi support for mapserv, ok landry@ 2012-01-24 09:21:30 +00:00
benoit
89acf78485 - update py-proj to 1.9.0
ok ajacoutot@
2012-01-22 08:40:47 +00:00
okan
8663610ff4 i moved; 'sort!, then ok' ajacoutot@ 2012-01-18 16:25:46 +00:00
sebastia
e8239eafcd Update to qlgt 1.3.2, new dependencies to libdmtx and gpsbabel, allowing
to create barcodes for waypoints and opening a lot more types of waypoint files.

tested on i386/macppc by me, amd64 by sthen@
Feedback and OK sthen@
2012-01-18 15:08:33 +00:00
landry
211613713b Update to viking 1.2, from Kirill Bychkov, thanks! 2012-01-07 15:45:32 +00:00
landry
bffe9ea61d Update to merkaartor 0.17.2, from Kirill Bychkov.
Change my e-mail address while here.
2012-01-06 16:46:13 +00:00
landry
c1336cc849 Bugfix update to QuantumGIS 1.7.3 :
- set SHARED_ONLY and merge PFRAG.shared into PLIST
- fix my mail address
- see http://www.qgis.org/en/about-qgis/qgis-releases/137-qgis-1-7-3-releasehtml.html
2011-12-29 21:44:06 +00:00
landry
dcd81c76d5 Bugfix update to gdal 1.8.1.
See http://trac.osgeo.org/gdal/wiki/Release/1.8.1-News.
2011-12-28 21:14:04 +00:00
sebastia
341c24de65 Update qlandkartegt to 1.3.0.
Most changes under the hood, and some general bug fixes.

Feedback and OK sthen@
2011-12-22 17:49:06 +00:00
jasper
9c62d3985b - bump REVISION after several python modules had their flavor dropped. 2011-12-20 18:55:08 +00:00
kili
92a7c14269 JAVA_HOME is now added to MAKE_ENV in java.port.mk 2011-12-15 21:33:19 +00:00
sthen
47c8056cfc php-mapscript requires libpthread to be preloaded otherwise httpd silently
exits at startup; show some sample login.conf lines in MESSAGE.
2011-12-08 23:42:44 +00:00
sthen
c5c0b8b748 fix example symlink command-line. 2011-12-08 22:40:15 +00:00
espie
20bbacabcf missing BUILD_DEPENDS 2011-12-05 13:04:10 +00:00
ajacoutot
84963604d9 Add a dependency on x11/gtk+2,-guic. 2011-12-03 20:30:09 +00:00
mlarkin
2021a1176f add my coordinates
ok robert@
2011-11-18 12:40:07 +00:00
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
ajacoutot
fcbe5f3ae2 Sync dependencies after move from libusb to libusb-compat and fix a
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.

Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
jasper
49b8f2e0c8 - regen WANTLIB 2011-11-03 17:35:12 +00:00
jasper
578c6fcd06 - fix build after recent subversion update (spotted by naddy@) by extending
the initial efforts of patch-build_xml
- tweak DESCR while here
2011-10-31 20:22:20 +00:00
ajacoutot
1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
ajacoutot
870774884e This has been broken forever on powerpc, so mark it as such. 2011-10-18 07:06:32 +00:00
ajacoutot
b23ae8bd5c php5->php. 2011-10-16 16:03:26 +00:00
kurt
6a13dc6824 - remove devel/jdk/1.5 and lang/kaffe
- adjust java.port.mk for their removal
- bump affected packages
okay jasper@
2011-10-07 13:54:30 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
jasper
3779813fbe unbreak after recent glib2 update 2011-09-25 18:54:28 +00:00
jasper
05ff3fc3d7 - unbreak after recent glib2 update 2011-09-25 18:30:53 +00:00
pea
7c103c2268 Bugfix update to 1.5.3
ok eric@ (maintainer), landry@
2011-09-21 14:13:32 +00:00
mikeb
9631630674 bump after change; reminded by giovanni 2011-09-21 09:18:34 +00:00
mikeb
3524e117f7 moved again 2011-09-21 08:55:38 +00:00
jasper
9fe4b0f440 switch to MODGNOME_TOOLS 2011-09-20 20:51:51 +00:00
ajacoutot
42910225a0 DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
discussed with and ok jasper@
2011-09-19 07:31:45 +00:00
jasper
6f941866aa add backup master site, the original one seems to be flaky 2011-09-16 21:01:45 +00:00
sebastia
c80e22a808 update to 1.2.3, only minor changes, from the release announcement:
As the version number shows there are no big changes. The most
interesting are the two median filters for tracks. The first one is
optional and will smooth the elevation to give you better values for the
ascend and descend. The second one one is used for the speed over
distance plot. As median filters are no linear filters the result is
much better for the non linear character of an optimized track.

With this release Albrecht's optimizations for the map edit/create
dialogs are becoming official. Something all netbook users will appreciate.

OK jasper@
2011-09-16 13:08:48 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
ajacoutot
88a4b25d82 Unbreak after GNOME 3 armageddon: gdl => gdl1 2011-09-13 13:02:08 +00:00
ajacoutot
ba4282b8ed s/bz2/gz/, spotted by naddy@ 2011-09-12 15:46:44 +00:00
jasper
ad2a9c291c switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable. 2011-09-12 12:07:24 +00:00
jasper
4ceefd0fdb adjust after junit update
kili@ came up with the same diff
2011-09-06 16:59:13 +00:00
jasper
d6a98ed6c0 - regen PLIST 2011-09-05 08:57:43 +00:00
jasper
6f8f97977b switch to MODJAVA_BUILD too 2011-09-01 17:24:31 +00:00
jasper
bad7396e53 - switch to MODJAVA_BUILD 2011-09-01 17:18:50 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
haesbaert
e422aab7e2 Keep it sorted. 2011-08-21 21:55:24 +00:00
haesbaert
038ece245b Putting myself. 2011-08-21 07:02:23 +00:00
mpi
67fa0d4ff5 Add myself.
ok gsoares@
2011-07-29 14:17:38 +00:00
ajacoutot
b6b9dfef08 tyop, spotted by otto@ 2011-07-29 12:46:49 +00:00