notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: cad/astk-serveur/Makefile

Number of commits found: 71

Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Saturday, 30 Dec 2023
17:07 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Revert "cad/astk-serveur: Remove dependency"

This reverts commit 0a90512e395afcd867844d7f0bf812eb1eff7482.

torque is required by this port.

Reported by: thierry
commit hash: 31fb5adc1991259096cb730b183b4db581bde702 commit hash: 31fb5adc1991259096cb730b183b4db581bde702 commit hash: 31fb5adc1991259096cb730b183b4db581bde702 commit hash: 31fb5adc1991259096cb730b183b4db581bde702 31fb5ad
07:58 Muhammad Moinur Rahman (bofh) search for other commits by this committer
cad/astk-serveur: Remove dependency

WITH_PBS option has a runtime dependency to sysutils/torque which has
expired. So remove the runtime dependency. This will require some more
review later.

Approved by:	portmgr (blanket)
commit hash: 0a90512e395afcd867844d7f0bf812eb1eff7482 commit hash: 0a90512e395afcd867844d7f0bf812eb1eff7482 commit hash: 0a90512e395afcd867844d7f0bf812eb1eff7482 commit hash: 0a90512e395afcd867844d7f0bf812eb1eff7482 0a90512
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 b46abf8
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 26 Mar 2021
00:40 jrm search for other commits by this committer
editors/emacs: Update to 27.2

This is a bug-fix release with no new features.

https://www.gnu.org/software/emacs/news/NEWS.27.2

Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D27700
Original commitRevision:569232 
Thursday, 26 Nov 2020
20:46 thierry search for other commits by this committer
Upgrade Code_Aster to 14.6.0-1.

This implies:

- french /aster builds fine with clang, but it seg-faults: switched to Gcc

- ASTK is upgraded to 2019.0-1

- math/mumps is upgraded to 5.1.2-aster7

- TFEL/MFront is now required, but when the compilers of tfel and aster are
  different, it cannot be linked
  . recopopy science/tfel to science/tfel-edf and depends on science/tfel-edf
  . science/tfel-edf is built by Gcc, from the sources included in Aster's
    tarball
  . register the conflicts
Original commitRevision:556349 
Saturday, 19 Sep 2020
00:52 linimon search for other commits by this committer
Also mark as not for powerpcspe.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:548931 
Wednesday, 25 Dec 2019
13:35 thierry search for other commits by this committer
Let Code_Aster use Python-3.7.
Original commitRevision:520858 
Tuesday, 24 Dec 2019
16:45 thierry search for other commits by this committer
1- Set IGNORE for FreeBSD < 12 and for 32 bits systems;

2- Fix plist without MPI.

Reported by:	1) pfg 2) pointyhat
Original commitRevision:520809 
Monday, 23 Dec 2019
20:10 thierry search for other commits by this committer
Upgrade Code_Aster to 14.4.0-1.

PR:		242655
Original commitRevision:520739 
Tuesday, 19 Feb 2019
09:22 adridg search for other commits by this committer
Fix RUN_DEPENDS. This is an obscure case: if you have kwrite installed,
then editors/kate-kde4 was assumed as a RUN_DEPENDS. That port no longer
exists, and kwrite is provided by editors/kate -- as a KF5-based
application. There's no good way to say "whatever package provided
that installed file", though.

Reported by:	arrowd
Original commitRevision:493358 
Monday, 10 Sep 2018
13:11 mat search for other commits by this committer
After an include, PLIST_SUB must be appended to, not overwritten.

If it is overwritten, many values will be clobbered, and
pain will ensue.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479405 
Saturday, 18 Aug 2018
08:51 thierry search for other commits by this committer
Upgrade Code_Aster to 13.6.0-1.
Original commitRevision:477484 
Saturday, 5 May 2018
15:09 danfe search for other commits by this committer
For ports under `cad', `devel', `dns`, and `math' categories: remove
redundant PKGMESSAGE assignment, which is set appropriately by the
b.p.m when `pkg-message' appears on the SUB_FILES list.
Original commitRevision:469120 
Thursday, 22 Feb 2018
19:03 tcberner search for other commits by this committer
Give the KDE SC4 applications ports a -kde4 suffix

In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
Original commitRevision:462619 
Saturday, 9 Dec 2017
09:20 antoine search for other commits by this committer
astk-serveur is not compatible with python3
Original commitRevision:455826 
Tuesday, 14 Nov 2017
18:29 thierry search for other commits by this committer
Upgrade - endly! - to Code_Aster 13.4.0-3.

Notes:

- I have (not yet) succeeded to enable MFront in this version;

- it uses math/mumps-edf, repocopied from math/mumps;

- cad/scotch is now taken out of the aster tarball;

- french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca
	(the port cad/salome should be resurrected!)
Original commitRevision:454187 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Sunday, 13 Nov 2016
12:44 thierry search for other commits by this committer
Upgrade Code_Aster to 12.0.6-4.

This brings french/eficas to 2016.0.1,
	cad/astk-serveur and astk-client to 1.13.8.2,
	french/med to 3.2.0 (built against hdf5-18),
	bump PORTREVSION to math/metis-edf and fix soname,
	and french/homard to 11.7-1.
Original commitRevision:426042 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 18 Feb 2015
22:06 thierry search for other commits by this committer
Update Code_Aster to 11.7.0-1, with its different tools.
Original commitRevision:379319 
Sunday, 17 Aug 2014
19:51 thierry search for other commits by this committer
- Upgrade Code_Aster to 11.6.0-1.

- Fix Homard.
Original commitRevision:365235 
Wednesday, 23 Jul 2014
20:10 thierry search for other commits by this committer
Take maintainership again.

Note: to be upgraded with french/aster.
Original commitRevision:362725 
Monday, 26 May 2014
19:20 thierry search for other commits by this committer
Add some missing bits.
Original commitRevision:355432 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Tuesday, 18 Mar 2014
21:09 thierry search for other commits by this committer
Upgrade Code_Aster to 11.5.0-4.

N.B.: french/aster is still marked BROKEN, but this allows to unbreak
other ports sharing the same dependencies.

Patch for french/med provided by tijl.
Original commitRevision:348597 
Monday, 23 Sep 2013
14:21 gahr search for other commits by this committer
- Convert to USES+=tk
Original commitRevision:328008 
Friday, 20 Sep 2013
15:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
Tuesday, 19 Mar 2013
20:34 thierry search for other commits by this committer
Upgrade to 1.10.4.
Original commitRevision:314690 
Saturday, 7 Jul 2012
15:15 thierry search for other commits by this committer
Upgrade Code_Aster to 10.6.0-3.
Original commit
Wednesday, 29 Dec 2010
22:01 thierry search for other commits by this committer
Upgrade to 1.8.4.
Original commit
Thursday, 16 Sep 2010
21:23 thierry search for other commits by this committer
Upgrade to 1.8.3 and depends on Tcl/Tk 8.5.
Original commit
Thursday, 19 Aug 2010
19:27 thierry search for other commits by this committer
Upgrade to 1.8.1.
Original commit
Friday, 26 Mar 2010
18:30 thierry search for other commits by this committer
Upgrade ASTK (server & client) to 1.8.0.
Original commit
Saturday, 28 Nov 2009
10:44 thierry search for other commits by this committer
- Chase relocation of net/mpich2

- Bump PORTREVISION if needed

- Fix some portlint errors.
Original commit
Sunday, 21 Jun 2009
17:46 thierry search for other commits by this committer
Upgrade to 1.7.4-1.
Original commit
Tuesday, 20 Jan 2009
18:29 thierry search for other commits by this committer
Upgrade to ASTK 1.7.1.
Original commit
Wednesday, 14 Jan 2009
20:25 thierry search for other commits by this committer
Upgrade to ASTK 1.7.0.
Original commit
Tuesday, 21 Oct 2008
19:22 thierry search for other commits by this committer
The main tarball has been rerolled, but the included components have not
been touched.

Reported by:    portscout
Original commit
Sunday, 13 Jul 2008
07:42 thierry search for other commits by this committer
Upgrade ASTK to 1.6.2-1.
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Friday, 18 Jan 2008
18:34 thierry search for other commits by this committer
Chase master-site's reorganization.

Reported by:    pointyhat via pav
Original commit
Saturday, 12 Jan 2008
16:28 thierry search for other commits by this committer
- Upgrade ASTK to 1.5.5-1;

- Use aster's distfiles.
Original commit
Saturday, 30 Jun 2007
22:47 thierry search for other commits by this committer
- Upgrade to 1.5.2-1;

- PBS can be provided by Torque;

- One more tip to configure astk-client.
Original commit
Tuesday, 5 Jun 2007
21:04 bsam search for other commits by this committer
A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.

Discussed at:   freebsd-ports@
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 17 Feb 2007
22:54 thierry search for other commits by this committer
Trap an exception and set a default fqn when gethostbyaddr fails with
'hostname nor servname provided, or not known', thus hopefully fix the
build of french/aster, which calls astk-serveur during its post-config.

Reported by:    pointyhat via Kris
Original commit
Thursday, 11 Jan 2007
20:26 thierry search for other commits by this committer
Chase a silent update (no impact for FreeBSD).

Diff available at
<http://people.freebsd.org/~thierry/ports/astk-1.5.0_061222_070103.diff>.

Notified by:    pointyhat via Kris
Original commit
Tuesday, 26 Dec 2006
09:34 thierry search for other commits by this committer
Upgrade to 1.5.0-1.
Original commit
Thursday, 6 Jul 2006
19:43 thierry search for other commits by this committer
Upgrade to 1.3.3-1.
Original commit
Wednesday, 3 May 2006
23:38 edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
Original commit
Sunday, 15 Jan 2006
23:16 thierry search for other commits by this committer
Upgrade to 1.3.0-1.
Original commit
Sunday, 3 Jul 2005
17:55 thierry search for other commits by this committer
Upgrade to 1.2.4.
Original commit
Wednesday, 27 Apr 2005
21:25 thierry search for other commits by this committer
- Upgrade ASTK to 1.2.3;

- fix a typo when editor was gvim.
Original commit
Saturday, 2 Apr 2005
20:14 thierry search for other commits by this committer
Upgrade to 1.2.2.
Original commit
Monday, 24 Jan 2005
21:26 thierry search for other commits by this committer
Upgrade to 1.2.1.
Original commit
Monday, 17 Jan 2005
21:09 thierry search for other commits by this committer
Upgrade to 1.2.0.
Original commit
Sunday, 23 May 2004
08:09 thierry search for other commits by this committer
Upgrade to 1.1.1.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Wednesday, 10 Dec 2003
23:09 pav search for other commits by this committer
- www.code-aster.org was reorganized. fix fetching

PR:             ports/60121
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Monday, 8 Dec 2003
02:07 oliver search for other commits by this committer
- Upgrading french/aster from 7.1 to 7.2;
- french/eficas from 1.4 to 1.5;
- cad/metis-edf from 3 to 3.1;
- cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21;
- french/homard from 5.5 to 6.2;

. don't install Homard automatically with Aster; like Gibi, Homard
depends on french/aster: this is more compliant with the licenses,
and it will be possible to build packages for Aster.

PR:             59312 59881
Submitted By:   Thierry Thomas <thierry@pompo.net>
Original commit
Saturday, 27 Sep 2003
00:23 edwin search for other commits by this committer
ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)

PR:             ports/56767-56770,56772-56774,56776-56784
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Tuesday, 2 Sep 2003
06:50 edwin search for other commits by this committer
cad/astk-serveur & cad/astk-client: fixing patch + tarball has been rerolled.

        1) This is a common tarball with french/aster: the tarball has
        been rerolled to fix a bug in ASTK for Linux, but they did not
        upgrade the version. Our ASTK is not impacted by this change.

        The full story, in french, is here:
        <http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>.

        2) Since I was testing this upgrade, I have found a bug from the
        previous commit: the patch patch-lib::ASTK::astkrc::outils does
        not belong to files, but to files.client => bumping PORTREVISION.

PR:             ports/56288
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Friday, 29 Aug 2003
03:55 edwin search for other commits by this committer
cad/astk-client: chasing tk83 -> tk84 + defining more tools.

        1) cad/astk-serveur has been switched from tcl/tk 83 to 84 (see
        Message-ID: <200308170148.h7H1m91d025773@repoman.freebsd.org>)
        => we have to bump the client's PORTREVISION to chase this upgrade.

        2) Since I'm there, I have defined Gmsh & Grace in the tools config.
        Note: this is missing from the original tarball, and should be fixed
        within the next release.

PR:             ports/55707
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Sunday, 17 Aug 2003
01:48 kris search for other commits by this committer
Switch to tcl/tk 8.4 and bump PORTREVISION.
Original commit
Monday, 28 Jul 2003
05:22 daichi search for other commits by this committer
fix cad/astk-serveur: fixing RUN_DEPENDS

PR:             54917
Submitted by:   Thierry Thomas <thierry@pompo.net>
Original commit
Wednesday, 23 Jul 2003
11:20 oliver search for other commits by this committer
Add astk-serveur 1.0.14,
graphical interface for Code_Aster (server
side).

PR:             54764
Submitted by:   thierry@pompo.net
Original commit

Number of commits found: 71