2183 Commits

Author SHA1 Message Date
schwarze
c6e7dc0be3 Drop USE_GROFF and bump.
Only insignificant formatting differences remain
after the latest tbl(7) automatic column width improvements.
2018-11-29 23:12:59 +00:00
naddy
4d4c3bffd4 add missing include for ports-gcc 2018-11-29 21:52:20 +00:00
espie
90e969d0aa switch to one single schema for sqlports. Kill sqlports-compact (it is the
new default, change tables to be _table, views to be view (for now)) and
adjust consumers to work with the new tool, to the best of my knowledge
2018-11-28 14:57:45 +00:00
ajacoutot
e3097e06d5 Update to osinfo-db-20181116. 2018-11-17 08:23:58 +00:00
fcambus
7bb7db4090 Update dialog to 1.3-20181107. 2018-11-08 22:10:01 +00:00
naddy
6ccf7d1d6f needs gmake 2018-11-07 19:57:55 +00:00
ajacoutot
84337e27f7 Update to hwdata-0.317. 2018-11-03 08:26:02 +00:00
ajacoutot
cf243d244b Update to osinfo-db-20181101. 2018-11-02 12:07:17 +00:00
fcambus
89f20be1f3 Update dialog to 1.3-20181022. 2018-10-31 07:57:30 +00:00
naddy
843065bf7a Honor CC and CXX as distinct variables for C and C++ code, respectively.
This fixes the linking error seen with lld.
2018-10-29 19:22:25 +00:00
bentley
322687e15c Include string.h for strrchr(). 2018-10-28 07:42:40 +00:00
jeremy
ecdd34f345 Bump related ports after default ruby version switch. 2018-10-26 16:16:24 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
ajacoutot
3847a2043d Update to osinfo-db-20181011. 2018-10-16 11:25:51 +00:00
ajacoutot
47fa091c6e Update to hwdata-0.316. 2018-10-02 07:40:23 +00:00
schwarze
e3e6fb31d7 update to subsurface-4.8.2; from kristaps@ (MAINTAINER) 2018-09-30 14:32:59 +00:00
schwarze
8e57304871 update to divecmd-0.1.3; from kristaps@ (author and MAINTAINER) 2018-09-30 13:05:17 +00:00
jasper
978af1a3ea unveil the directory containing the mime type defintions and allows
it to write out the cache file in said directory.

ok aja@ (MAINTAINER)
2018-09-25 19:07:11 +00:00
naddy
97ad562feb update to 20180911 for minor improvements 2018-09-24 19:26:07 +00:00
ajacoutot
c14facadc6 Update to osinfo-db-20180920. 2018-09-21 07:09:16 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
ajacoutot
ec8a58f389 Update to osinfo-db-20180903. 2018-09-04 07:37:57 +00:00
ajacoutot
62a679a99d Update to hwdata-0.315. 2018-09-04 07:36:49 +00:00
landry
582224ebba xgps needs py-gtk2, add it to RDEP-x11 2018-08-23 06:53:04 +00:00
fcambus
6a25a04cc8 Update nyancat to 1.5.2. 2018-08-20 07:54:04 +00:00
schwarze
2473a06ac3 +divecmd 2018-08-17 00:47:11 +00:00
schwarze
37e78ce11d import divecmd,
to extract and manipulate data from dive computers;
from maintainer kristaps@, tweaks and OK bcallah@
2018-08-17 00:44:08 +00:00
schwarze
9ca1ca1230 +subsurface 2018-08-14 17:22:49 +00:00
schwarze
852875f55c import subsurface
Subsurface can plan and track single- and multi-tank dives using
air, Nitrox or TriMix. It allows tracking of dive locations
including GPS coordinates (which can also conveniently be entered
using a map interface), logging of equipment used and names of other
divers, and lets users rate dives and provide additional notes.

joint work with and OK kristaps@ and rsadowski@
2018-08-14 17:18:22 +00:00
schwarze
71e205c09d +libdivecomputer 2018-08-14 16:21:53 +00:00
schwarze
2af0c3d2cb import libdivecomputer,
a library for communication with dive computers
OK rsadowski
2018-08-14 16:12:55 +00:00
naddy
82dfad1a00 maintenance update to 20180811 2018-08-12 20:53:07 +00:00
ajacoutot
2be0dd65f1 Update to hwdata-0.314. 2018-08-05 19:07:10 +00:00
ajacoutot
1250129c77 Re-add @tag at the top (next to define-tag).
This way the associated command will be run on update (at-end) and at
delete time (at the time it is encountered in the PLIST).

discussed wth espie@
2018-07-30 08:34:07 +00:00
ajacoutot
cbdbf66ac0 Update to osinfo-db-20180720. 2018-07-25 13:50:14 +00:00
ajacoutot
6d84965112 Put the @tag at the end of the PLIST. We want the update files before
running update-mime-database(1).
2018-07-23 07:54:16 +00:00
ajacoutot
06d08710fa With the apparition of @tag a regression was found, the cache file was not in
sync with what we had on the system during an update (because
update-mime-database(1) is now only run once at the end). That triggered some
weird behaviors if you 'pkg_add -u' while running on a fd.o Desktop as spotted
by landry@.

With this change we are now doing what most other BSD/Linux are doing, we dont't
package the files/dirs created by update-mime-database anymore and use some
@unexec-delete dance to cope with the removal of this extra stuff. So everything
should be in-sync at a given time.

input from espie@
2018-07-23 07:35:58 +00:00
espie
7d1d519104 _MASTER_SITE_FREEBSD -> MASTER_SITE_FREEBSD 2018-07-15 08:36:38 +00:00
fcambus
2ce3856960 Update dialog to 1.3-20180621 and fix MASTER_SITES.
While there, take MAINTAINER.

OK sthen@
2018-07-08 14:20:43 +00:00
ajacoutot
e077bd4096 Update to hwdata-0.313. 2018-07-04 09:31:41 +00:00
ajacoutot
1453831640 Fix HOMEPAGE. 2018-07-02 07:21:10 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
ajacoutot
c55f917a0d Update to shared-mime-info-1.10. 2018-06-29 14:09:44 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
kirby
c0bd0027c2 update to mc-4.8.21, enable SEPARATE_BUILD while here
OK robert@ (maintainer)
2018-06-26 14:32:28 +00:00
ajacoutot
477eb9ac72 Unbreak with recent versions of lame. 2018-06-24 19:18:06 +00:00
ajacoutot
2f880f0b37 Fix PORTROACH annotation. 2018-06-24 12:06:43 +00:00
ajacoutot
da9bcb1fbd Update to redshift-1.12. 2018-06-23 15:33:44 +00:00