Lines 2-9
Link Here
|
2 |
# $FreeBSD: astro/gpsd/Makefile 316309 2013-04-23 06:26:31Z bapt $ |
2 |
# $FreeBSD: astro/gpsd/Makefile 316309 2013-04-23 06:26:31Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= gpsd |
4 |
PORTNAME= gpsd |
5 |
PORTVERSION= 3.6 |
5 |
PORTVERSION= 3.9 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= astro geography |
6 |
CATEGORIES= astro geography |
8 |
MASTER_SITES= SAVANNAH |
7 |
MASTER_SITES= SAVANNAH |
9 |
|
8 |
|
Lines 21-27
Link Here
|
21 |
PYDISTUTILS_EGGINFO= gps-${PORTVERSION}.egg-info |
20 |
PYDISTUTILS_EGGINFO= gps-${PORTVERSION}.egg-info |
22 |
MAKE_JOBS_SAFE= yes |
21 |
MAKE_JOBS_SAFE= yes |
23 |
|
22 |
|
24 |
SCONS_BUILDENV= ${SCONS_ENV} |
23 |
SCONS_BUILDENV= CC=${CC} |
25 |
SCONS_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \ |
24 |
SCONS_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \ |
26 |
chrpath=no |
25 |
chrpath=no |
27 |
|
26 |
|
Lines 30-41
Link Here
|
30 |
gpsmon.1 lcdgps.1 |
29 |
gpsmon.1 lcdgps.1 |
31 |
MAN3= libgps.3 libgpsd.3 libgpsmm.3 libQgpsmm.3 |
30 |
MAN3= libgps.3 libgpsd.3 libgpsmm.3 libQgpsmm.3 |
32 |
MAN5= srec.5 gpsd_json.5 |
31 |
MAN5= srec.5 gpsd_json.5 |
33 |
MAN8= gpsd.8 gpsdctl.8 |
32 |
MAN8= gpsd.8 gpsdctl.8 gpsinit.8 |
34 |
MANCOMPRESSED= no |
33 |
MANCOMPRESSED= no |
35 |
|
34 |
|
36 |
OPTIONS_DEFINE= AIVDM ASHTECH CPPBIND DBUS EARTHMATE EVERMORE FV18 GARMIN GARMINTXT \ |
35 |
OPTIONS_DEFINE= AIVDM ASHTECH CPPBIND DBUS EARTHMATE EVERMORE FV18 GARMIN GARMINTXT \ |
37 |
GEOSTAR GPSCLOCK GTK2 IPV6 ITRAX MTK NAVCOM NETFEED NCURSES NMEA NTPSHM NTRIP \ |
36 |
GEOSTAR GPSCLOCK GTK2 IPV6 ITRAX MTK NAVCOM NETFEED NMEA NTPSHM NTRIP \ |
38 |
OCEANSERVER OLDPROTO ONCORE PASSTHROUGH PPS PPSONCTS PROFILING RECONFIGURE \ |
37 |
OCEANSERVER OLDPROTO ONCORE PASSTHROUGH PPS PROFILING RECONFIGURE \ |
39 |
RTCM104V2 RTCM104V3 SHMEXPORT SIRF SOCKEXPORT SUPERSTARII TIMING TNT TRIPMATE \ |
38 |
RTCM104V2 RTCM104V3 SHMEXPORT SIRF SOCKEXPORT SUPERSTARII TIMING TNT TRIPMATE \ |
40 |
TSIP QTBIND UBX USB |
39 |
TSIP QTBIND UBX USB |
41 |
OPTIONS_DEFAULT= AIVDM ASHTECH CPPBIND EARTHMATE EVERMORE FV18 GARMIN GARMINTXT GEOSTAR \ |
40 |
OPTIONS_DEFAULT= AIVDM ASHTECH CPPBIND EARTHMATE EVERMORE FV18 GARMIN GARMINTXT GEOSTAR \ |
Lines 57-63
Link Here
|
57 |
ITRAX_DESC= iTrax support |
56 |
ITRAX_DESC= iTrax support |
58 |
MTK_DESC= MTK-3301 support |
57 |
MTK_DESC= MTK-3301 support |
59 |
NAVCOM_DESC= Navcom support |
58 |
NAVCOM_DESC= Navcom support |
60 |
NCURSES_DESC= Build with ncurses(3) |
|
|
61 |
NETFEED_DESC= Build support for handling TCP/IP data sources |
59 |
NETFEED_DESC= Build support for handling TCP/IP data sources |
62 |
NMEA_DESC= NMEA support |
60 |
NMEA_DESC= NMEA support |
63 |
NTPSHM_DESC= NTP time hinting support |
61 |
NTPSHM_DESC= NTP time hinting support |
Lines 67-73
Link Here
|
67 |
ONCORE_DESC= Motorola OnCore chipset support |
65 |
ONCORE_DESC= Motorola OnCore chipset support |
68 |
PASSTHROUGH_DESC= Build support for passing through JSON |
66 |
PASSTHROUGH_DESC= Build support for passing through JSON |
69 |
PPS_DESC= PPS time syncing support |
67 |
PPS_DESC= PPS time syncing support |
70 |
PPSONCTS_DESC= PPS pulse on CTS rather than DCD |
|
|
71 |
PROFILING_DESC= Profiling support |
68 |
PROFILING_DESC= Profiling support |
72 |
RECONFIGURE_DESC= Allow gpsd to change device settings |
69 |
RECONFIGURE_DESC= Allow gpsd to change device settings |
73 |
RTCM104V2_DESC= rtcm104v2 support |
70 |
RTCM104V2_DESC= rtcm104v2 support |
Lines 197-206
Link Here
|
197 |
. endif |
194 |
. endif |
198 |
.endif |
195 |
.endif |
199 |
|
196 |
|
200 |
.if ${PORT_OPTIONS:MPPSONCTS} |
|
|
201 |
SCONS_ARGS+= pps_on_cts=yes |
202 |
.endif |
203 |
|
204 |
# Export methods |
197 |
# Export methods |
205 |
.if ! ${PORT_OPTIONS:MSOCKEXPORT} |
198 |
.if ! ${PORT_OPTIONS:MSOCKEXPORT} |
206 |
SCONS_ARGS+= socket_export=no |
199 |
SCONS_ARGS+= socket_export=no |
Lines 260-273
Link Here
|
260 |
SCONS_ARGS+= libgpsmm=no |
253 |
SCONS_ARGS+= libgpsmm=no |
261 |
.endif |
254 |
.endif |
262 |
|
255 |
|
263 |
.if ! ${PORT_OPTIONS:MNCURSES} |
|
|
264 |
SCONS_ARGS+= ncurses=no |
265 |
PLIST_SUB+= CURSES="@comment " |
266 |
.else |
267 |
PLIST_SUB+= CURSES="" |
268 |
USE_NCURSES= yes |
269 |
.endif |
270 |
|
271 |
# Build control |
256 |
# Build control |
272 |
.if ${PORT_OPTIONS:MPROFILING} |
257 |
.if ${PORT_OPTIONS:MPROFILING} |
273 |
SCONS_ARGS+= profiling=yes |
258 |
SCONS_ARGS+= profiling=yes |