developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
the patch in the PR which I missed because it was included as URLs not as diffs.
PR: ports/170018
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
This new port allows the usage of the php redis module with php53.
Assume maintainership.
PR: ports/169776
Submitted by: gjb (myself)
Approved by: eadler (mentor)
- Set DISTNAME and PYDISTUTILS_PKGNAME using modifiers
- Bump min USE_PYTHON version to 2.6
- Upstream moved PostgreSQL/MySQL modules into their
own packages
- Remove PostgreSQL and MySQL RUN_DEPENDS accordingly
- Remove post-patch: bits
- Add pkg-message mentioning py-htsql-{pgsql,mysql} ports
PR: ports/169851
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
language for relational databases. The target audience for HTSQL is the
accidental programmer -- one who is not a SQL expert, yet needs a usable,
comprehensive query tool for data access and reporting.
This port provides the MySQL backend to HTSQL
WWW: http://htsql.org/
RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/
PR: ports/169853
Submitted by: koobs <koobs.freebsd@gmail.com>
language for relational databases. The target audience for HTSQL is the
accidental programmer -- one who is not a SQL expert, yet needs a usable,
comprehensive query tool for data access and reporting.
This port provides the PostgreSQL backend to HTSQL
WWW: http://htsql.org/
RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/
PR: ports/169854
Submitted by: koobs <koobs.freebsd@gmail.com>
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.