notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: cad/brlcad/Makefile
SVNWeb

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »  

Thu, 28 Sep 2023
[ 18:56 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906  commit hash:035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906  commit hash:035e4ebea2c5d04fb4ce920d61e0e2f0cb97a906  035e4eb 
cad/brlcad: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those
Tue, 29 Aug 2023
[ 14:25 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:09af31429903340a7cf58005637c9540b8e245e4  commit hash:09af31429903340a7cf58005637c9540b8e245e4  commit hash:09af31429903340a7cf58005637c9540b8e245e4  09af314 
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) {
                                 ^
Fri, 18 Aug 2023
[ 04:56 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:51cc6ae471c71d17495c4be0d5bea385c99b3cb3  commit hash:51cc6ae471c71d17495c4be0d5bea385c99b3cb3  commit hash:51cc6ae471c71d17495c4be0d5bea385c99b3cb3  51cc6ae 
cad/brlcad: Fix build on 14

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Thu, 2 Feb 2023
[ 02:36 Pedro F. Giffuni (pfg) search for other commits by this committer ]    commit hash:8d60e0ce5e0d3a439ceee721a29d393e9a5cec57  commit hash:8d60e0ce5e0d3a439ceee721a29d393e9a5cec57  commit hash:8d60e0ce5e0d3a439ceee721a29d393e9a5cec57  8d60e0c 
cad/brlcad: update to version 7.32.6

Reset the maintainer.

Approved by:	thierry (Mentor, implicit)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b46abf8056cc9f1f1f579710126929b99b36f966  commit hash:b46abf8056cc9f1f1f579710126929b99b36f966  commit hash:b46abf8056cc9f1f1f579710126929b99b36f966  b46abf8  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 25 Jun 2022
[ 16:10 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Erik Greenwald ]    commit hash:f871c6efabc784eb6ddb4c3ee2ad116afc94800d  commit hash:f871c6efabc784eb6ddb4c3ee2ad116afc94800d  commit hash:f871c6efabc784eb6ddb4c3ee2ad116afc94800d  f871c6e 
cad/brlcad: Update to 7.32.4

PR:		262714
Tue, 31 Aug 2021
[ 12:06 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:aa8b038d17c180105062d6eecec837672969224c  commit hash:aa8b038d17c180105062d6eecec837672969224c  commit hash:aa8b038d17c180105062d6eecec837672969224c  aa8b038 
cad/brlcad: Add CPE information

Approved by:    portmgr (blanket)
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 17 Mar 2020
[ 11:50 fernape search for other commits by this committer ] Original commit   Revision:528575
cad/brlcad: update to 7.30.2

PR:	244829
Submitted by:	erik@brlcad.org (maintainer)
Tue, 10 Mar 2020
[ 11:06 bapt search for other commits by this committer ] Original commit   Revision:528148
brlcad builds and run perfectly fine when built with base byacc instead of bison
Sun, 10 Nov 2019
[ 09:40 danfe search for other commits by this committer ] Original commit   Revision:517198 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 7 Apr 2019
[ 07:43 antoine search for other commits by this committer ] Original commit   Revision:498264 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
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
Sun, 4 Nov 2018
[ 13:13 antoine search for other commits by this committer ] Original commit   Revision:484023
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
Tue, 11 Sep 2018
[ 18:34 zeising search for other commits by this committer ] Original commit   Revision:479538 (Only the first 10 of 331 ports in this commit are shown above. View all ports for this commit)
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
Tue, 31 Jul 2018
[ 18:41 zeising search for other commits by this committer ] Original commit   Revision:476013 (Only the first 10 of 254 ports in this commit are shown above. View all ports for this commit)
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
Sun, 21 Jan 2018
[ 12:10 rene search for other commits by this committer ] Original commit   Revision:459598
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
Sat, 16 Dec 2017
[ 20:55 sunpoet search for other commits by this committer ] Original commit   Revision:456498
Mark CONFLICTS_INSTALL with devel/py-epsilon
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Fri, 28 Apr 2017
[ 14:12 rene search for other commits by this committer ] Original commit   Revision:439613
cad/brlcad: unexpire, it builds fine with current graphics/urt
Wed, 29 Mar 2017
[ 06:50 ashish search for other commits by this committer ] Original commit   Revision:437182 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 27 Dec 2016
[ 14:14 rene search for other commits by this committer ] Original commit   Revision:429616
Set expiration date of ports depending on graphics/urt to 2017-04-01
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 7 Jan 2016
[ 14:54 jhale search for other commits by this committer ] Original commit   Revision:405449 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 24 Jun 2014
[ 22:05 bapt search for other commits by this committer ] Original commit   Revision:359140
Properly use MAKE_CMD
Sun, 1 Jun 2014
[ 14:48 ohauer search for other commits by this committer ] Original commit   Revision:356131
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 28 Jan 2014
[ 14:06 gahr search for other commits by this committer ] Original commit   Revision:341566
- Convert to USES=gmake tk
Wed, 11 Dec 2013
[ 14:53 bapt search for other commits by this committer ] Original commit   Revision:336172 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad

With hat:	portmgr
Wed, 4 Dec 2013
[ 18:48 makc search for other commits by this committer ] Original commit   Revision:335626
- Respect CMAKE_BUILD_TYPE

Approved by:	portmgr (bapt)
Sun, 17 Nov 2013
[ 17:40 rakuco search for other commits by this committer ] Original commit   Revision:334109
- 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)
Fri, 20 Sep 2013
[ 15:58 bapt search for other commits by this committer ] Original commit   Revision:327711 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Mon, 2 Sep 2013
[ 06:39 bapt search for other commits by this committer ] Original commit   Revision:325944
Add an explicit dependency on pkgconfig
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 21 Jun 2013
[ 19:55 pawel search for other commits by this committer ] Original commit   Revision:321499
Update to version 7.24.0

PR:		ports/179620
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer)
Sat, 25 May 2013
[ 14:37 zeising search for other commits by this committer ] Original commit   Revision:319055 (Only the first 10 of 518 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
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
Thu, 7 Feb 2013
[ 14:57 gahr search for other commits by this committer ] Original commit   Revision:311861 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)

Approved by:	portmgr
Thu, 10 Jan 2013
[ 18:12 jgh search for other commits by this committer ] Original commit   Revision:310193
- 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]
Sat, 15 Dec 2012
[ 17:09 pawel search for other commits by this committer ] Original commit   Revision:308956
- 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)
Sun, 9 Sep 2012
[ 15:01 beat search for other commits by this committer ] Original commit   Revision:303969
- 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
Sun, 1 Jul 2012
[ 12:32 scheidell search for other commits by this committer ] Original commit 
- 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
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sun, 6 May 2012
[ 14:09 culot search for other commits by this committer ] Original commit 
- Update to 7.20.6

PR:             ports/167499
Submitted by:   Erik Greenwald <erik@brlcad.org> (maintainer)
Sat, 3 Dec 2011
[ 19:39 pawel search for other commits by this committer ] Original commit 
- 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
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 16 Jul 2011
[ 05:19 linimon search for other commits by this committer ] Original commit 
Mark as broken on sparc64: invokes i386 asm.
Wed, 4 May 2011
[ 10:41 culot search for other commits by this committer ] Original commit 
- Fix compilation issues on amd64

Reported by:    pointyhat via pav@
Submitted by:   Erik Greenwald <erik@brlcad.org> (maintainer, via irc)
Fri, 29 Apr 2011
[ 10:07 culot search for other commits by this committer ] Original commit 
- Update to 7.18.4

PR:             ports/156683
Submitted by:   Erik Greenwald <erik@brlcad.org> (maintainer)
Mon, 13 Dec 2010
[ 04:25 pgollucci search for other commits by this committer ] Original commit 
- Update to 7.18.0
- Remove MD5

PR:             ports/152959
Submitted by:   Erik Greenwald <erik@brlcad.org> (maintainer)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 16 May 2010
[ 09:59 wen search for other commits by this committer ] Original commit 
- Update to 7.16.8
- Update maintainer's email

PR:             ports/146591
Submitted by:   Erik Greenwald <erik@brlcad.org> (maintainer)
Tue, 30 Mar 2010
[ 02:19 dinoex search for other commits by this committer ] Original commit 
- fix build for png-1.4.1
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 22 Aug 2009
[ 00:15 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Sun, 12 Oct 2008
[ 09:19 miwi search for other commits by this committer ] Original commit 
- Update to 7.12.6

PR:             127891
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Sun, 28 Sep 2008
[ 00:00 lippe search for other commits by this committer ] Original commit 
- Mark as BROKEN on CURRENT.

Reported by:    erwin via pointyhat
Wed, 3 Sep 2008
[ 21:39 lippe search for other commits by this committer ] Original commit 
- 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>
Sun, 13 Jul 2008
[ 21:17 lippe search for other commits by this committer ] Original commit 
- 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)
Fri, 30 May 2008
[ 13:49 miwi search for other commits by this committer ] Original commit 
- Update to 7.12.4

PR:             124105
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Wed, 23 Apr 2008
[ 21:13 pav search for other commits by this committer ] Original commit 
- Update to 7.12.2

PR:             ports/123027
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Mon, 21 Apr 2008
[ 13:07 mm search for other commits by this committer ] Original commit 
- 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
Sun, 20 Apr 2008
[ 23:10 miwi search for other commits by this committer ] Original commit 
- Fix build after xorg cleanup

Submitted by:   pointyhat
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 5 Apr 2008
[ 21:36 mm search for other commits by this committer ] Original commit 
- Fix build with all Tcl 8.5 patchlevels
Wed, 13 Feb 2008
[ 11:16 miwi search for other commits by this committer ] Original commit 
- Fix build after tcl/tk update
- Bump PORTREVISION

Submitted by:   pointyhat
Sun, 20 Jan 2008
[ 20:45 miwi search for other commits by this committer ] Original commit 
- Fix build with tcl 8.5

PR:             119729
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
                pointyhat via pav
Tue, 6 Nov 2007
[ 10:18 miwi search for other commits by this committer ] Original commit 
- 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)
Mon, 27 Aug 2007
[ 14:06 miwi search for other commits by this committer ] Original commit 
- Update to 7.10.2

PR:             115601
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Mon, 4 Jun 2007
[ 20:59 miwi search for other commits by this committer ] Original commit 
- Update to 7.10.0

PR:             111484
Submitted by:   Erik Greenwald <erikg@arl.army.mil> (maintainer)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Tue, 6 Feb 2007
[ 02:01 linimon search for other commits by this committer ] Original commit 
Remove 4.X cruft.

Approved by:    maintainer
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Tue, 5 Dec 2006
[ 21:45 shaun search for other commits by this committer ] Original commit 
- Fix build on sparc64. [1]
- Respect ${X11BASE}. [2]

PR:             ports/105535 [1], ports/106245 [2]
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Wed, 1 Nov 2006
[ 06:35 rafan search for other commits by this committer ] Original commit 
- Update to 7.8.4

PR:             ports/104545
Submitted by:   Erik Greenwald <erik at smluc.org> (maintainer)
Fri, 14 Jul 2006
[ 16:18 ahze search for other commits by this committer ] Original commit 
- fix build on sparc64

PR:             99971
Submitted by:   ahze
Approved by:    maintainer
Thu, 6 Jul 2006
[ 13:56 garga search for other commits by this committer ] Original commit 
- Update to 7.8.2
        This release has several notable enhancements, including the
        addition of a new example geometry model of a toy vehicle. The DXF
        converter received considerable attention with the addition of
        support for most of the formerly unsupported 2D entities. Several
        bugs were identified and fixed in mged, g2asc, g_diff, and asc-nmg.
        Documentation was improved for dbupgrade and dxf-g, and a new g-var
        tool was created to facilitate conversion of models for purposes
        directly related to OpenGL display lists. Finally, the new archer
        modeling tool received support for multi-select and cut-n-paste.

PR:             ports/99819
Submitted by:   maintainer
Fri, 14 Apr 2006
[ 17:15 mnag search for other commits by this committer ] Original commit 
- Update to 7.8.0
- portlint(1)

PR:             95666
Submitted by:   maintainer
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Thu, 29 Dec 2005
[ 05:18 edwin search for other commits by this committer ] Original commit 
[Maintainer Update] cad/brlcad 7.6.4 -> 7.6.6

        Another version upgrade. The amd64 problem has been fixed,
        both as a patch here and in the HEAD of the sf.net repository.

        This has only been tested on 6.0/ia32 and 6.0/amd64, my 7
        box is down and I don't have 4 or 5 anymore. :/

PR:             ports/91037
Submitted by:   Erik Greenwald <erik@smluc.org>
Mon, 28 Nov 2005
[ 18:27 pav search for other commits by this committer ] Original commit 
- Update to 7.6.4

PR:             ports/89593
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Tue, 18 Oct 2005
[ 21:43 ehaupt search for other commits by this committer ] Original commit 
- Update to 7.6.2, a minor bugfix release

PR:             87579
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Wed, 14 Sep 2005
[ 21:46 pav search for other commits by this committer ] Original commit 
- Update to 7.6.0

PR:             ports/85983
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Wed, 7 Sep 2005
[ 08:46 barner search for other commits by this committer ] Original commit 
Update to 7.4.2

Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
PR:             ports/85757
Sun, 3 Jul 2005
[ 09:07 thierry search for other commits by this committer ] Original commit 
Upgrade to 7.2.6, and don't mark broken on amd64.

PR:             82420
Submitted by:   Roland Smith <rsmith (at) xs4all.nl>
Approved by:    maintainer
Fri, 13 May 2005
[ 05:35 thierry search for other commits by this committer ] Original commit 
Upgrade to 7.2.4.

A good fat fistful if fixes listed at
<http://sourceforge.net/forum/forum.php?forum_id=466182>

PR:             ports/80919
Submitted by:   maintainer
Sat, 9 Apr 2005
[ 21:15 pav search for other commits by this committer ] Original commit 
- Update to 7.2.2
- Move maintainership

PR:             ports/79692
Submitted by:   Erik Greenwald <erik@smluc.org>
Approved by:    Pedro <pfgshield-freebsd@yahoo.com> (old maintainer)
Fri, 1 Apr 2005
[ 19:35 barner search for other commits by this committer ] Original commit 
- Fix typo in include file
- install wrapper script in a plist safe way
- Mark IGNORE on platforms != i386 (dumps core)

PR:             ports/78686
Approved by:    portmgr (marcus), arved (mentor)
                Perdo F. Giffuni (maintainer)
Sat, 26 Mar 2005
[ 21:35 kris search for other commits by this committer ] Original commit 
BROKEN on !i386 and !amd64: Does not compile

Approved by:    portmgr (self)

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »