non port: cad/leocad/Makefile |
Number of commits found: 79 |
Saturday, 2 Mar 2024
|
23:32 Nuno Teixeira (eduardo)
cad/leocad: Move man pages to share/man
Approved by: portmgr (blanket)
dcd1b9de |
Tuesday, 21 Mar 2023
|
03:32 Yuri Victorovich (yuri)
cad/leocad: Update 21.06 → 23.03
Reported by: portscout
a916823 |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:20 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>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Martin Dieringer <martin.dieringe@gmx.de>
* Matthias Petermann <matthias@petermann-it.de>
* Michael Durian <durian@shadetreesoftware.com>
* Michael Reifenberger <mr@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
* Pedro F. Giffuni
* Pedro F. Giffuni <giffunip@asme.org>
* Pedro Giffuni
* Pedro Giffuni <giffunip@asme.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Sarod Yatawatta <sarod@cs.pdn.ac.lk>
* Sergio Lenzi <lenzi.sergio@gmail.com>
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Thierry Thomas <thierry@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* gahr
* hrs
* ijliao
* lbartoletti <lbartoletti@FreeBSD.org>
* lon_kamikaze@gmx.de
* stas
* swallace
* thierry@pompo.net
With hat: portmgr
b46abf8 |
Tuesday, 31 Aug 2021
|
12:07 Bernhard Froehlich (decke)
cad/leocad: Add CPE information
Approved by: portmgr (blanket)
161310d |
Tuesday, 22 Jun 2021
|
18:53 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
da3162c |
Sunday, 6 Jun 2021
|
17:46 Yuri Victorovich (yuri)
cad/leocad: Update 21.03 -> 21.06
Reported by: portscout
e1bc645 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 15 Mar 2021
|
06:27 yuri
cad/leocad: Update 21.01 -> 21.03
 |
Monday, 22 Feb 2021
|
09:36 yuri
cad/leocad: Update 19.07.1 -> 21.01
 |
Thursday, 3 Sep 2020
|
04:42 yuri
cad/leocad: Add the PORTSCOUT tag
 |
Thursday, 5 Sep 2019
|
03:41 yuri
cad/leocad: Update 18.02.20190517 -> 19.07.1
Reported by: portscout
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Saturday, 18 May 2019
|
02:52 yuri
cad/leocad: Fix comment
 |
02:51 yuri
Re-add cad/leocad
It was removed because of the Qt4 dependency, but the current version
supports Qt5.
 |
Sunday, 2 Dec 2018
|
15:41 rene
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
 |
Saturday, 25 Aug 2018
|
04:00 tobik
cad/leocad: Remove the embedded build date and fix build with Clang 6
common/lc_application.cpp:209:23: error: no matching literal operator for call
to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned
int', and no matching literal operator template
printf("Compiled "__DATE__"\n");
^
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/leocad-0.80.3_4.log
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
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
 |
Tuesday, 23 May 2017
|
05:03 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
 |
Thursday, 23 Jun 2016
|
07:09 bapt
Prefer relative links to make packages more relocation friendly
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Thursday, 11 Jun 2015
|
14:22 amdmi3
- Disable precompiled headers to fix build with old gcc on -current kernel
- Comment out unused directory
Approved by: portmgr blanket
MFH: 2015Q2
 |
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
 |
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Friday, 16 May 2014
|
19:57 nemysis
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/liblo
- Pass maintainership to koalative at gmail.com
cad/brickutils
- Bump PORTREVISION for adding PDF
- Add DIST_SUBDIR because more files
- Pass maintainership to koalative at gmail.com
- Add PDF to DOCS
cad/ldraw
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Break lines around 80 characters
- Cosmetical changes
cad/leocad
- Update to 0.80.3, Announce message:
Fixed mouse coordinates in OSX retina displays.
Fixed shortcuts in the parts tree.
- Pass maintainership to koalative at gmail.com
- Remove TODO.txt from DOCS
- Add more supplied icons
textproc/unoconv
- Pass maintainership to koalative at gmail.com
 |
Wednesday, 16 Apr 2014
|
18:28 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
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Friday, 7 Mar 2014
|
00:40 nemysis
- Update to 0.80.2, Announce message:
Added Look At command.
Added orthographic projection option.
Added editing of group names from the Edit Group Dialog.
Fixed wrong transform of some pieces when importing nested LDraw files.
Fixed printing and saving images on certain Intel video cards.
Fixed grid studs being enabled by grid lines option.
Fixed piece arrows not being drawn if the axis icon is enabled.
Preserve groups when merging.
Note that due to changes in Google Code I had to switch to Google Drive
to host the files and I'll probably close the project there so if you had
any links/bookmarks pointing to that page please update them.
- Change master site from GOOGLE_CODE to my SF site,
have used svn download from Trac and Google Drive for pieces
- Add OPTIONS_SINGLE=LIBRARY and LDRAW, LEOCAD Options
- Change dependency for cad/ldraw, only for LDRAW Option
- Change dependency for archivers/unzip, only for LEOCAD Option
- Change REINPLACE
- Remove obsolete patch, changed by upstream,
the /usr change was a request from the Debian maintainers
 |
Monday, 9 Dec 2013
|
17:59 nemysis
- Fix build, adjust staging
- Change pkg-plist
Approved by: pawel / wg (mentors, implicit)
 |
Friday, 22 Nov 2013
|
12:55 makc
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
 |
Friday, 20 Sep 2013
|
15:58 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
 |
Tuesday, 17 Sep 2013
|
19:14 nemysis
- Update to 0.80.1
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS
- Add dependency for cad/ldraw
- USES desktop-file-utils gmake pkgconfig shared-mime-info
- Add USE_QT4
Approved by: tabwg/pawel (mentors)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Friday, 26 Jul 2013
|
18:21 deischen
Change maintainership from @ports to new maintainer. From the
new maintainer:
Trim comment
Add license (GPLv2)
New world order USES: gmake, pkgconfg, shared-mime-info
Add docs
Add DOCS option
Trim icons
Trim pkg-descr
Trim pkg-plist
PR: 174911
Submitted by: nemysis at gmx dot ch
 |
Tuesday, 23 Apr 2013
|
06:34 bapt
Convert all c categories to USE=pkgconfig
 |
Saturday, 23 Mar 2013
|
17:59 miwi
- Update to 0.79.3
PR: 177271
Submitted by: Ports Fury
 |
Friday, 8 Mar 2013
|
10:51 kwm
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
 |
Thursday, 7 Feb 2013
|
14:57 gahr
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr
 |
Tuesday, 5 Feb 2013
|
17:19 bapt
Fix build on FreeBSD 9+
 |
Monday, 4 Feb 2013
|
10:03 araujo
- Update to 0.79.2.
PR: ports/174199
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Wednesday, 23 Jan 2013
|
15:00 makc
Bump PORTREVISION after DESKTOP_ENTRIES update
 |
Monday, 7 Jan 2013
|
02:07 makc
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
 |
Friday, 14 Dec 2012
|
17:27 eadler
Update leocad to 0.79
Trim header
 |
Saturday, 8 Sep 2012
|
06:53 linimon
Mark as broken on sparc64.
Hat: portmgr
 |
Saturday, 4 Aug 2012
|
22:52 kwm
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.
 |
Wednesday, 11 Jul 2012
|
20:28 pawel
- Update to version 0.77.0
- Switch to official mirror
- Add desktop entry
- Use PLIST_ macros instead of separate pkg-plist file
- Port is now GTK+ 2.x based
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Friday, 20 Nov 2009
|
22:53 pav
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
 |
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
 |
Monday, 2 Feb 2009
|
23:44 linimon
Reset dyeske@gmail.com at his request.
Hat: portmgr
 |
Friday, 23 Jan 2009
|
16:28 flz
- 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).
 |
Monday, 5 Jan 2009
|
17:27 pav
- Remove conditional checks relevant only on FreeBSD 5.x and older
 |
Friday, 25 Jul 2008
|
09:08 pav
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
 |
Friday, 6 Jun 2008
|
13:14 edwin
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)
 |
Saturday, 19 Apr 2008
|
17:56 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)
 |
Saturday, 18 Aug 2007
|
19:45 beech
- Fix build with gcc42
PR: ports/115565
Submitted by: David Yeske <dyeske@gmail.com> (maintainer)
Approved by: sat (mentor)
 |
Thursday, 5 Jul 2007
|
23:39 edwin
dyeske at yahoo dot com -> dyeske at gmail dot com
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Monday, 18 Dec 2006
|
00:27 flz
Fix quoting.
 |
Friday, 1 Dec 2006
|
00:25 kris
Don't hard-code /usr/X11R6
 |
Wednesday, 3 May 2006
|
23:38 edwin
remove USE_REINPLACE for all ports with categories starting with C
 |
Saturday, 25 Mar 2006
|
21:17 kris
BROKEN on 5.x: Does not compile
 |
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
 |
Thursday, 12 Jan 2006
|
12:54 sem
- 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>
 |
Tuesday, 11 Oct 2005
|
04:17 kris
Now buildable again
 |
Saturday, 18 Sep 2004
|
18:41 kris
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
 |
Sunday, 11 Apr 2004
|
22:57 kris
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Wednesday, 30 Apr 2003
|
23:00 arved
Use a versioned distfile
PERL -> REINPLACE_CMD
PR: 50233
Submitted by: David Yeske <dyeske@yahoo.com>
 |
Friday, 18 Apr 2003
|
04:51 marcus
Remove USE_GNOMENG.
 |
Friday, 28 Mar 2003
|
08:40 edwin
cad/leocad checksum update and minor include file fix
PR: ports/50355
Submitted by: Scott A. Morris <samorris@jomche.org>
 |
Friday, 21 Feb 2003
|
11:04 knu
De-pkg-comment.
 |
Monday, 25 Nov 2002
|
02:11 lioux
Mark BROKEN due to "Unknown problem"
Submitted by: maintainer
 |
Friday, 30 Aug 2002
|
13:05 lioux
Deploy USE_GNOMENG infrastructure
PR: 42188
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
Sunday, 3 Mar 2002
|
00:40 petef
Add leocad 0.73, a CAD program that uses bricks similar to those found in many
toys.
 |
Number of commits found: 79 |