Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.32.6 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
7.32.6 21 Jan 2024 01:01:06 |
Muhammad Moinur Rahman (bofh) |
cad/brlcad: Sanitize MANPREFIX |
7.32.6 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
7.32.6 28 Sep 2023 18:56:25 |
Muhammad Moinur Rahman (bofh) |
cad/brlcad: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those |
7.32.6 29 Aug 2023 14:25:26 |
Piotr Kubaj (pkubaj) |
cad/brlcad: fix build on powerpc64
/usr/bin/c++ -DBN_DLL_EXPORTS -DBRLCADBUILD -DHAVE_CONFIG_H
-I/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/include
-I/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/include/brlcad -isystem
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -std=c++11 -D_XOPEN_SOURCE=700
-pipe -fvisibility=hidden -fno-strict-aliasing -fno-common -fexceptions
-ftemplate-depth-128 -m64 -g -ggdb3 -Qunused-arguments -O3 -finline-functions
-flto -fno-omit-frame-pointer -pedantic
-Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Winline
-Wno-long-long -Wno-variadic-macros -Wdocumentation -std=c++11 -fPIC -MD -MT
src/libbn/CMakeFiles/libbn-obj.dir/plane.cpp.o -MF
src/libbn/CMakeFiles/libbn-obj.dir/plane.cpp.o.d -o
src/libbn/CMakeFiles/libbn-obj.dir/plane.cpp.o -c
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/libbn/plane.cpp
In file included from
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/libbn/plane.cpp:36:
In file included from
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/Eigen/SVD:11:
In file included from
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/Eigen/QR:11:
In file included from
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/Eigen/Core:210:
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32:
error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
^
/usr/lib/clang/14.0.5/include/altivec.h:8501:34: note: 'vec_rsqrt' declared here
static vector float __ATTRS_o_ai vec_rsqrt(vector float __a) {
^ |
7.32.6 18 Aug 2023 04:56:22 |
Muhammad Moinur Rahman (bofh) |
cad/brlcad: Fix build on 14
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
7.32.6 20 Jun 2023 10:04:46 |
Li-Wen Hsu (lwhsu) |
cad/brlcad: Fix pkg-plist |
7.32.6 02 Feb 2023 02:36:17 |
Pedro F. Giffuni (pfg) |
cad/brlcad: update to version 7.32.6
Reset the maintainer.
Approved by: thierry (Mentor, implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.32.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.32.4 20 Jul 2022 14:20:58 |
Tobias C. Berner (tcberner) |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.32.4 25 Jun 2022 16:10:51 |
Li-Wen Hsu (lwhsu) Author: Erik Greenwald |
cad/brlcad: Update to 7.32.4
PR: 262714 |
7.30.2_1 31 Aug 2021 12:06:59 |
Bernhard Froehlich (decke) |
cad/brlcad: Add CPE information
Approved by: portmgr (blanket) |
7.30.2_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
7.30.2 10 Jun 2021 16:57:57 |
Dimitry Andric (dim) |
cad/brlcad: fix null pointer accesses during build
During an exp-run for llvm 12 (see bug 255570), it turned out that
cad/brlcad does not build with clang 12.0.0:
[ 99% 4379/4403] cd /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.30.2/db/nist &&
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.30.2/bin/step-g -O
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.30.2/share/db/nist/NIST_MBE_PMI_11.g
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.30.2/db/nist/NIST_MBE_PMI_11.stp >
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.30.2/db/nist/NIST_MBE_PMI_11.log
2>&1
FAILED: share/db/nist/NIST_MBE_PMI_11.g
What happens is that the step-g intermediate program segfaults, because
it attempts to access a null pointer. Valgrind shows:
Reading Data from
/wrkdirs/share/dim/ports/cad/brlcad/work/brlcad-7.30.2/db/nist/NIST_MBE_PMI_11.stp...
HEADER read:
==24919== Invalid read of size 4 (Only the first 15 lines of the commit message are shown above ) |
7.30.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.30.2 17 Mar 2020 11:50:33 |
fernape |
cad/brlcad: update to 7.30.2
PR: 244829
Submitted by: erik@brlcad.org (maintainer) |
7.28.0 10 Mar 2020 11:06:29 |
bapt |
brlcad builds and run perfectly fine when built with base byacc instead of bison |
7.28.0 10 Nov 2019 09:40:45 |
danfe |
- Resurrect BRLCAD, undeprecate, update to version 7.28.0
- Cleanup seemingly unused {BUILD,LIB}_DEPENDS, adjust USES
- Do not require specific (85) version of Tcl/Tk
- Convert pkg-message to UCL format, sort pkg-plist |
7.24.0_8 13 May 2019 19:24:05 |
rene |
Remove epxired ports:
2019-05-08 cad/brlcad: Broken for more than 6 months
2019-05-12 misc/gnuit: Upstream stale for 10 years, no users it appears
2019-05-12 print/py-reportlab1: consider using latest upstream version in
print/py-reportlab |
7.24.0_8 07 Apr 2019 07:43:38 |
antoine |
Deprecate ports broken for more than 6 months |
7.24.0_8 25 Dec 2018 20:25:40 |
tcberner |
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 |
7.24.0_8 04 Nov 2018 13:13:17 |
antoine |
Mark BROKEN: fails to build
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.24.0/src/other/openNURBS/opennurbs_archive.cpp:13560:103:
error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string
literal concatenation
rc = archive.Write3dmStartSection( version, "Archive created by
ON_WriteOneObjectArchive "__DATE__" "__TIME__ );
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
Reported by: pkg-fallout |
7.24.0_8 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
7.24.0_7 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
7.24.0_6 21 Jan 2018 12:10:11 |
rene |
cad/brlcad: miscellaneous improvements
- add LICENSE (LGPL21)
- fix stage-qa
- pet portlint
- clean up PREFIX, regenerate pkg-plist consequently
- clean up other Makefile variables
- bump PORTREVISION
PR: 211921 (partially)
Submitted by: pfg@
Approved by: maintainer timeout |
7.24.0_5 16 Dec 2017 20:55:36 |
sunpoet |
Mark CONFLICTS_INSTALL with devel/py-epsilon |
7.24.0_5 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
7.24.0_4 28 Apr 2017 14:12:52 |
rene |
cad/brlcad: unexpire, it builds fine with current graphics/urt |
7.24.0_4 29 Mar 2017 06:50:28 |
ashish |
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
from LIB_DEPENDS, as port is now only .pc file
PR: 218015
Submitted by: rezny |
7.24.0_3 27 Dec 2016 14:14:31 |
rene |
Set expiration date of ports depending on graphics/urt to 2017-04-01 |
7.24.0_3 17 Oct 2016 04:00:21 |
danfe |
- Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line |
7.24.0_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
7.24.0_3 07 Jan 2016 14:54:04 |
jhale |
Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing. For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.
Differential Revision: https://reviews.freebsd.org/D850
Reviewed by: antoine, bapt, tijl
Approved by: portmgr (bapt) |
7.24.0_3 31 Dec 2014 12:15:49 |
rakuco |
Add upstream commits to fix the build with the upcoming CMake 3.1.0.
I have also tested them with CMake 3.0.2. |
7.24.0_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
7.24.0_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
7.24.0_2 20 Oct 2014 07:19:23 |
bapt |
Cleanup plist |
7.24.0_2 10 Sep 2014 20:50:37 |
gerald |
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) |
7.24.0_1 24 Jun 2014 22:05:48 |
bapt |
Properly use MAKE_CMD |
7.24.0_1 01 Jun 2014 14:48:08 |
ohauer |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) |
7.24.0_1 16 Apr 2014 18:28:50 |
zeising |
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 ) |
7.24.0 28 Jan 2014 14:06:16 |
gahr |
- Convert to USES=gmake tk |
7.24.0 11 Dec 2013 14:53:20 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad
With hat: portmgr |
7.24.0 04 Dec 2013 18:48:49 |
makc |
- Respect CMAKE_BUILD_TYPE
Approved by: portmgr (bapt) |
7.24.0 17 Nov 2013 17:40:40 |
rakuco |
- Add a patches sent upstream and adjust the build flags to build with
libc++.
- Support staging.
PR: ports/183623
Submitted by: rakuco
Approved by: maintainer timeout (14 days) |
7.24.0 05 Nov 2013 18:34:22 |
rakuco |
Welcome CMake 2.8.12!
With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>,
including stage support for devel/cmake-gui.
This update took much longer than expected due to CMake changing the
arguments to an internal macro that ended up being used by some ports:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5
I have also started a discussion about this on CMake's development list:
http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464
It required adjusting the affected ports, and these changes have approved by
portmgr (bdrewery).
PR: ports/182981
Approved by: portmgr (bdrewery) |
7.24.0 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
7.24.0 02 Sep 2013 06:39:38 |
bapt |
Add an explicit dependency on pkgconfig |
7.24.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
7.24.0 21 Jun 2013 19:55:20 |
pawel |
Update to version 7.24.0
PR: ports/179620
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) |
7.22.0_1 25 May 2013 14:37:03 |
zeising |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
7.22.0_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
7.22.0_1 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
7.22.0_1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
7.22.0_1 07 Feb 2013 14:57:49 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr |
7.22.0_1 10 Jan 2013 18:12:46 |
jgh |
- adopt optionsNG [1]
- while here, break out massive man page list into Makefile.man [2]
PR: 175166
Submitted by: maintainer, erik@brlcad.org [1], jgh@ [2]
Approved by: maintainer, erik@brlcad.org [2] |
7.22.0_1 15 Dec 2012 17:09:32 |
pawel |
- Fix BROKEN by disabling build of togl an isst [1]
- Add missing library deps this package's binaries link to
PR: ports/174282 [1]
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) |
7.22.0 09 Sep 2012 15:01:14 |
beat |
- Mark BROKEN: does not compile
In file included from /usr/local/include/tk8.5/tkInt.h:974,
from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27:
/usr/local/include/tk8.5/tkIntDecls.h:672:
error: expected declaration specifiers or '...' before '(' token
/usr/local/include/tk8.5/tkIntDecls.h:672:
error: conflicting types for 'XClipBox'
/usr/local/include/X11/Xutil.h:381:
error: previous declaration of 'XClipBox' was here
Reported by: pointyhat |
7.22.0 01 Jul 2012 12:32:37 |
scheidell |
- Update to 7.22.0 [1]
- pet portlint (added USE_LDCONFIG) [2]
PR: ports/169520 [1]
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1]
Reviewed by: scheidell@ (me) [2]
Obtained from:
http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/tags/rel-7-22-0/NEWS?revision=51320&view=markup |
7.20.6_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
7.20.6 06 May 2012 14:09:23 |
culot |
- Update to 7.20.6
PR: ports/167499
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) |
7.20.4 03 Dec 2011 19:39:13 |
pawel |
- Update to version 7.20.4, build system changed from autotools to cmake [1]
- Add USE_GL=glu and USE_BISON=build to fix build
- Make sure that pkgconfig files are installed to ${PREFIX}/libdata/pkgconfig
- Mark MAKE_JOBS_SAFE
- Silence REINPLACE_CMD output
PR: ports/162785 [1]
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1]
Feature safe: yes |
7.18.4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
7.18.4 16 Jul 2011 05:19:15 |
linimon |
Mark as broken on sparc64: invokes i386 asm. |
7.18.4 04 May 2011 10:41:43 |
culot |
- Fix compilation issues on amd64
Reported by: pointyhat via pav@
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer, via irc) |
7.18.4 29 Apr 2011 10:07:05 |
culot |
- Update to 7.18.4
PR: ports/156683
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) |
7.18.0 13 Dec 2010 04:25:37 |
pgollucci |
- Update to 7.18.0
- Remove MD5
PR: ports/152959
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) |
7.16.8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
7.16.8 16 May 2010 09:59:41 |
wen |
- Update to 7.16.8
- Update maintainer's email
PR: ports/146591
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) |
7.12.6_3 01 Apr 2010 05:31:42 |
dinoex |
- fix gcc4 problem with png-1.4.1 under FreeBSD-8 |
7.12.6_3 30 Mar 2010 02:19:49 |
dinoex |
- fix build for png-1.4.1 |
7.12.6_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
7.12.6_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
7.12.6_1 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
7.12.6_1 02 Aug 2009 19:36:34 |
mezz |
-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 |
7.12.6_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
7.12.6 12 Oct 2008 09:19:08 |
miwi |
- Update to 7.12.6
PR: 127891
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
7.12.4 28 Sep 2008 00:00:29 |
lippe |
- Mark as BROKEN on CURRENT.
Reported by: erwin via pointyhat |
7.12.4 03 Sep 2008 21:39:25 |
lippe |
- After recent commit of MPSAFE TTY layer brlcad builds and runs successfully on
CURRENT, then unbreak it.
PR: ports/126746
Reported by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> |
7.12.4 13 Jul 2008 21:17:17 |
lippe |
- Mark as BROKEN on -CURRENT.
- Add regression-test.
PR: ports/124733
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Reviewed by: lippe
Approved by: gabor (mentor, implicit) |
7.12.4 30 May 2008 13:49:18 |
miwi |
- Update to 7.12.4
PR: 124105
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
7.12.2 23 Apr 2008 21:13:33 |
pav |
- Update to 7.12.2
PR: ports/123027
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
7.12.0 21 Apr 2008 13:07:32 |
mm |
- Update of cad/brlcad from 7.10.4 to 7.12.0
- Removed files: files/patch-src-vas4_vas_io.c (already implemented)
- USE_XORG part already implemented by miwi
PR: ports/12232
Submitted by: mm
Approved by: maintainer timeout |
7.10.4_4 20 Apr 2008 23:10:01 |
miwi |
- Fix build after xorg cleanup
Submitted by: pointyhat |
7.10.4_3 19 Apr 2008 17:56:05 |
miwi |
- 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) |
7.10.4_2 05 Apr 2008 21:36:40 |
mm |
- Fix build with all Tcl 8.5 patchlevels |
7.10.4_2 13 Feb 2008 11:16:38 |
miwi |
- Fix build after tcl/tk update
- Bump PORTREVISION
Submitted by: pointyhat |
7.10.4_1 03 Feb 2008 20:34:51 |
miwi |
- Fix build
Submitted by: pointyhat via erwin/pav |
7.10.4_1 01 Feb 2008 09:19:38 |
miwi |
- Use termios, not sgtty
PR: 119096
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer via irc |
7.10.4_1 20 Jan 2008 20:45:03 |
miwi |
- Fix build with tcl 8.5
PR: 119729
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
pointyhat via pav |
7.10.4 06 Nov 2007 10:18:58 |
miwi |
- Update to 7.10.4
- Fix build after tcl/tk update
PR: 117462
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: portmgr (pav) |
7.10.2 27 Aug 2007 14:06:15 |
miwi |
- Update to 7.10.2
PR: 115601
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
7.10.0 04 Jun 2007 20:59:12 |
miwi |
- Update to 7.10.0
PR: 111484
Submitted by: Erik Greenwald <erikg@arl.army.mil> (maintainer) |
7.8.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
7.8.4 06 Feb 2007 02:01:28 |
linimon |
Remove 4.X cruft.
Approved by: maintainer |
7.8.4 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
7.8.4 05 Dec 2006 21:45:12 |
shaun |
- Fix build on sparc64. [1]
- Respect ${X11BASE}. [2]
PR: ports/105535 [1], ports/106245 [2]
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) |
7.8.4 01 Nov 2006 06:35:53 |
rafan |
- Update to 7.8.4
PR: ports/104545
Submitted by: Erik Greenwald <erik at smluc.org> (maintainer) |
7.8.2 14 Jul 2006 16:18:00 |
ahze |
- fix build on sparc64
PR: 99971
Submitted by: ahze
Approved by: maintainer |