non port: graphics/tulip/Makefile |
SVNWeb
|
Number of commits found: 101 (showing only 100 on this page) |
Sun, 7 Apr 2019
|
[ 07:43 antoine ] (Only the first 10 of 48 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Sat, 16 Mar 2019
|
[ 19:37 tcberner ]
archivers/quazip: remove flavors (Qt4 deprecation)
|
[ 16:00 tcberner ]
graphics/tulip: remove QT4/QT5 options (Qt4 deprecation)
- untested, as marked broken
Approved by: portmgr (implicit)
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Sun, 11 Mar 2018
|
[ 10:05 tcberner ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
|
Sat, 18 Nov 2017
|
[ 19:32 zeising ] (Only the first 10 of 65 ports in this commit are shown above. )
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
Mon, 22 May 2017
|
[ 16:04 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Mon, 19 Dec 2016
|
[ 14:57 woodsb02 ]
graphics/tulip: Update to 4.10.0
Changes this release:
http://tulip.labri.fr/TulipDrupal/?q=node/2143
Approved by: adamw (mentor, implicit)
|
Fri, 21 Oct 2016
|
[ 08:35 amdmi3 ]
- Mark broken on FreeBSD 9.x:
/usr/local/include/bfd.h:1629:38: error: expected ',' or '...' before
'ATTRIBUTE_UNUSED'
Approved by: portmgr blanket
|
Sat, 9 Jul 2016
|
[ 00:00 woodsb02 ]
graphics/tulip: Update to 4.9.0
- Add USE_GL+=gl as per new stage-qa dependency detection script
- Refactor patches to apply cleanly against new release
Approved by: adamw (mentor)
Relnotes: http://tulip.labri.fr/TulipDrupal/?q=node/2141
Differential Revision: https://reviews.freebsd.org/D7164
|
Mon, 9 May 2016
|
[ 20:46 woodsb02 ] (Only the first 10 of 19 ports in this commit are shown above. )
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 14 Mar 2016
|
[ 19:51 pi ]
graphics/tulip: 4.7.0 -> 4.8.1
Changes:
http://tulip.labri.fr/TulipDrupal/?q=node/2121
PR: 207818
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer), rakuco
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Tue, 28 Apr 2015
|
[ 14:47 adamw ] (Only the first 10 of 19 ports in this commit are shown above. )
Update to 4.7.0, pet portlint, rename patch files so the names are
unambiguous, and assign maintainership to submitter.
PR: 199614
Submitted by: Ben Woods (new maintainer)
|
Mon, 16 Feb 2015
|
[ 07:44 vanilla ]
1: Upgrade to 4.6.1.
2: add LICENSE.
3: add option for QT5.
PR: 197440
Submitted by: Ports Fury.
|
Sat, 3 Jan 2015
|
[ 14:40 rakuco ]
- Add patch to make the port build GCC and CMake 3.1.0.
Tulip overrides CMake's built-in add_library() and add_executable()
commands, so obviously things would explode at some point.
This is a band-aid solution to get things working; the right solution
would be to stop overriding CMake's commands, or even stopping setting
RPATH on libraries and executables altogether, but that depends on getting
the Tulip developers involved (I'm still figuring out if they respond to
pings and patches).
- Use quazip from ports instead of building Tulip's bundled copy. Bundled
software is evil.
- Clean up CMAKE_ARGS. PYTHON_INCLUDEDIR and LOCALBASE were used years ago (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
Wed, 10 Dec 2014
|
[ 22:29 gahr ] (Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Wed, 1 Oct 2014
|
[ 07:45 gahr ]
- Update to 4.6.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/2041
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wed, 7 May 2014
|
[ 14:11 gahr ]
- Try to fix the linking problem on the cluster
|
Tue, 22 Apr 2014
|
[ 13:24 gahr ]
- Add a couple of missing patches
- Explicitely depend on graphics/jpeg
- Remove DOCS
|
[ 11:41 gahr ] (Only the first 10 of 21 ports in this commit are shown above. )
graphics/tulip -- depend on graphics/png
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Sun, 3 Feb 2013
|
[ 18:16 makc ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
Sat, 4 Aug 2012
|
[ 22:52 kwm ] (Only the first 10 of 122 ports in this commit are shown above. )
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
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.
|
Thu, 14 Jun 2012
|
[ 09:47 gahr ]
- Update to 3.8.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1851
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 25 May 2012
|
[ 01:50 makc ] (Only the first 10 of 57 ports in this commit are shown above. )
Chase PyQT update
|
Tue, 28 Feb 2012
|
[ 09:39 gahr ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 3.7.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1822
|
Thu, 8 Dec 2011
|
[ 20:25 pav ]
- Mark BROKEN on FreeBSD 7.X: does not compile
library/tulip/src/PluginLibraryLoader.cpp: In constructor
'tlp::PluginLibraryLoader::PluginLibraryLoader(std::string,
tlp::PluginLoader*)':
library/tulip/src/PluginLibraryLoader.cpp:232: error: invalid conversion from
'int (*)(const dirent*)' to 'int (*)(dirent*)'
library/tulip/src/PluginLibraryLoader.cpp:232: error: initializing argument
3 of 'int scandir(const char*, dirent***, int (*)(dirent*), int (*)(const void*,
const void*))'
*** Error code 1
Reported by: pointyhat
Feature safe: yes
|
Tue, 22 Nov 2011
|
[ 10:36 gahr ]
- Update to 3.6.1
This is a maintenance release with many bug fixes, especially in the
rendering of edges and labels. It includes improvements for the Python
Scripting view, and new methods for the management of subgraphs.
Feature safe: yes
|
Thu, 4 Aug 2011
|
[ 14:02 gahr ]
- Update to 3.6.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1541
|
Tue, 26 Apr 2011
|
[ 08:46 bapt ]
depends on qmake_build instead of qmake
Reported by: makc@
Approved by: gahr@
|
Thu, 21 Apr 2011
|
[ 13:07 bapt ]
Remove useless dependency on gmake
Add dependency on qmake
PR: ports/156532
Submitted by: bapt@
Approved by: gahr@
|
Tue, 12 Apr 2011
|
[ 15:32 gahr ]
- Update to 3.5.0
Release announcement: http://tulip.labri.fr/TulipDrupal/?q=node/1401
- Switch build system to CMake
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 3 Oct 2010
|
[ 19:56 gahr ]
- Update to 3.4.1
Announcement: http://tulip.labri.fr/TulipDrupal/?q=node/781
|
Thu, 1 Jul 2010
|
[ 13:32 gahr ]
- Update to 3.4.0
Feature safe: yes
|
Tue, 27 Apr 2010
|
[ 21:58 gahr ] (Only the first 10 of 18 ports in this commit are shown above. )
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav)
|
Sat, 3 Apr 2010
|
[ 15:43 gahr ]
- Update to 3.3.1
- Unbreak after dirent.h MFC
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Mon, 22 Mar 2010
|
[ 02:26 linimon ]
Note that this also got broken with the dirent.h MFC.
Hat: portmgr
|
Thu, 27 Aug 2009
|
[ 15:04 amdmi3 ] (Only the first 10 of 21 ports in this commit are shown above. )
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav)
|
Mon, 17 Aug 2009
|
[ 07:59 gahr ]
- Chase distfile mismatch after silent update
|
Fri, 14 Aug 2009
|
[ 18:17 miwi ]
- Change to new SFP macro
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 19 Jun 2009
|
[ 17:38 gahr ]
- Fix PORTDOCS installation
Reported by: PH via pav
|
Mon, 15 Jun 2009
|
[ 20:52 gahr ]
- Chase unversioned distfile update by using DIST_SUBDIR
Reported by: PH via pav
|
Wed, 25 Mar 2009
|
[ 06:20 gahr ]
- Refactor (fix) pkg-plist
Reported by: QA Tindie,
TB via pav@
cvs: ----------------------------------------------------------------------
|
Sun, 22 Mar 2009
|
[ 22:05 gahr ]
- Update to 3.1.2
* performance improvements: Open GL rendering of nodes has been improved;
the undo/redo mechanism has been also improved.
* bug fixes: the management of multiple views has been improved.
* http proxy management: the plugins manager allows the download of plugins
through the use of an http proxy.
|
Tue, 10 Mar 2009
|
[ 20:59 gahr ]
- Update to 3.1.1
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
Fri, 28 Nov 2008
|
[ 11:15 gahr ]
- Update to 3.0.3
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Aug 2008
|
[ 23:33 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Fix build after qt 4.4.1 update
|
Wed, 30 Jul 2008
|
[ 16:53 gahr ]
- Fix dependency list
- Bump PORTREVISION
Reported by: miwi
|
Fri, 18 Jul 2008
|
[ 14:20 gahr ] (Only the first 10 of 47 ports in this commit are shown above. )
- Update to 3.0.2
|
Fri, 6 Jun 2008
|
[ 13:35 edwin ] (Only the first 10 of 304 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Thu, 20 Mar 2008
|
[ 09:46 pav ] (Only the first 10 of 70 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Thu, 21 Feb 2008
|
[ 21:20 gahr ] (Only the first 10 of 34 ports in this commit are shown above. )
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor)
|
Wed, 30 Jan 2008
|
[ 18:45 pav ]
- Mark BROKEN on amd64 and ia64 with gcc 4.2
Reported by: pointyhat
|
Sat, 22 Dec 2007
|
[ 15:24 miwi ] (Only the first 10 of 14 ports in this commit are shown above. )
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: ports/118867
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sat, 21 Apr 2007
|
[ 17:27 kris ]
BROKEN on 7.0: does not comopile
|
Sun, 3 Dec 2006
|
[ 23:21 miwi ]
- Respect X11BASE
PR: ports/106158
Submitted by: trasz
|
Mon, 14 Aug 2006
|
[ 23:06 clsung ] (Only the first 10 of 81 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Wed, 22 Feb 2006
|
[ 10:28 vd ]
Unbreak by removing bin/tlprender from pkg-plist and explicitly
disabling it with --disable-tlprender. Building it with the current
version of libOSMesa looks impossible, see ports/93667
Approved by: garga (mentor)
|
Sun, 12 Feb 2006
|
[ 22:19 kris ]
BROKEN: Incorrect pkg-plist (does not compile completely?)
|
Thu, 12 Jan 2006
|
[ 12:54 sem ] (Only the first 10 of 154 ports in this commit are shown above. )
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
Thu, 29 Dec 2005
|
[ 13:36 erwin ]
Fix mastersites
PR: 91055
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 14 Mar 2005
|
[ 10:09 flz ]
- Fix build on amd64.
PR: ports/78793
Submitted by: Johan van Selst <johans@stack.nl>
|
Fri, 29 Oct 2004
|
[ 08:29 danfe ] (Only the first 10 of 20 ports in this commit are shown above. )
Unbreak with recent GCC (fix bad C++ code).
Approved by: fjoe (mentor, implicit)
|
Wed, 29 Sep 2004
|
[ 05:32 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Thu, 18 Mar 2004
|
[ 12:53 kris ]
BROKEN on amd64 and ia64: Does not compile (missing -fPIC from shared library
objects)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 25 Jan 2004
|
[ 08:40 krion ]
- Fix build on 4.x
Noticed by: bento via kris
|
Thu, 4 Sep 2003
|
[ 16:59 krion ]
- Update to version 1.2.5
PR: 56434
Submitted by: Ports Fury
|
Tue, 1 Jul 2003
|
[ 06:14 daichi ]
update graphics/tulip: 1.2.3 --> 1.2.4
PR: 52697
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 17 May 2003
|
[ 01:56 petef ]
- update to 1.2.3
- sort pkg-plist
PR: 51227
Submitted by: Ports Fury
|
Sat, 10 May 2003
|
[ 17:06 petef ]
The distfile is now in it's own versioned subdir.
Noticed by: fenner's portsurvey
|
Thu, 27 Feb 2003
|
[ 11:29 arved ]
Add dependency on autoconf
Submitted by: bento
|
Thu, 20 Feb 2003
|
[ 18:08 knu ] (Only the first 10 of 308 ports in this commit are shown above. )
de-pkg-comment
|
Number of commits found: 101 (showing only 100 on this page) |