non port: french/homard/Makefile |
SVNWeb
|
Number of commits found: 72 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 0c7138c
french: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner (fehlner@gmx.de)
* Dan Phillips <dan-ports@dp.id.au>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Frederic Culot <frederic@culot.org>
* Thierry Thomas <thierry@pompo.net>
* janos.mohacsi@bsd.hu
* thierry@pompo.net
With hat: portmgr
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] 3505159 (Only the first 10 of 144 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 25 Dec 2019
|
[ 13:35 thierry ]
Let Code_Aster use Python-3.7.
|
Mon, 23 Dec 2019
|
[ 20:10 thierry ] (Only the first 10 of 21 ports in this commit are shown above. )
Upgrade Code_Aster to 14.4.0-1.
PR: 242655
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 18 Aug 2018
|
[ 08:51 thierry ]
Upgrade Code_Aster to 13.6.0-1.
|
Mon, 28 May 2018
|
[ 14:50 antoine ]
homard is not compatible with python3
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Tue, 14 Nov 2017
|
[ 18:29 thierry ] (Only the first 10 of 59 ports in this commit are shown above. )
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!)
|
Sun, 13 Nov 2016
|
[ 12:44 thierry ] (Only the first 10 of 27 ports in this commit are shown above. )
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.
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 18 Feb 2015
|
[ 22:06 thierry ] (Only the first 10 of 13 ports in this commit are shown above. )
Update Code_Aster to 11.7.0-1, with its different tools.
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Sun, 17 Aug 2014
|
[ 19:51 thierry ] (Only the first 10 of 11 ports in this commit are shown above. )
- Upgrade Code_Aster to 11.6.0-1.
- Fix Homard.
|
Thu, 3 Jul 2014
|
[ 23:22 adamw ]
Get rid of NOPORTDOCS.
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Tue, 13 May 2014
|
[ 21:49 thierry ]
Chase the upgrade of Code_Aster ans stagify.
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
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
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 17:21 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
french)
|
Tue, 19 Mar 2013
|
[ 20:35 thierry ]
Chase Code_Aster's upgrade.
|
Sun, 3 Feb 2013
|
[ 18:16 makc ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
Sat, 7 Jul 2012
|
[ 15:15 thierry ] (Only the first 10 of 41 ports in this commit are shown above. )
Upgrade Code_Aster to 10.6.0-3.
|
Fri, 25 May 2012
|
[ 01:50 makc ] (Only the first 10 of 57 ports in this commit are shown above. )
Chase PyQT update
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Wed, 29 Dec 2010
|
[ 22:02 thierry ]
Upgrade to 9.8-1.
|
Thu, 16 Sep 2010
|
[ 21:23 thierry ]
Chase Code_Aster's upgrade.
|
Thu, 19 Aug 2010
|
[ 19:27 thierry ]
Upgrade to 9.6-1.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 26 Mar 2010
|
[ 18:30 thierry ]
Chase Code_Aster's upgrade.
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 1 Dec 2009
|
[ 20:33 makc ] (Only the first 10 of 47 ports in this commit are shown above. )
Chase math/gsl update,
bump PORTREVISION
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sun, 21 Jun 2009
|
[ 17:46 thierry ]
Chase Code_Aster's upgrade.
|
Tue, 20 Jan 2009
|
[ 18:30 thierry ]
Chase Aster's main tarball. No change.
|
Wed, 14 Jan 2009
|
[ 20:25 thierry ]
Upgrade to 9.5.1.
|
Sat, 25 Oct 2008
|
[ 10:38 thierry ]
Chase Code_Aster's tarball re-rolling (no change for homard).
Reported by: pointyhat via erwin
|
Sun, 13 Jul 2008
|
[ 07:42 thierry ]
- Upgrade to 8.11-2;
- Use aster's distfiles.
|
Sat, 24 May 2008
|
[ 20:25 thierry ]
Homard runs on amd64.
Submitted by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com>
|
Fri, 18 Jan 2008
|
[ 18:34 thierry ]
Chase master-site's reorganization.
Reported by: pointyhat via pav
|
Sat, 12 Jan 2008
|
[ 16:28 thierry ]
- Upgrade to 8.11-1;
- Handle PORTEXAMPLES.
|
Sat, 30 Jun 2007
|
[ 22:48 thierry ]
Upgrade to 8.7-1.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 27 Dec 2006
|
[ 16:06 thierry ]
The new tarball has been uploaded to the official site, no need to
mirror it.
|
Tue, 26 Dec 2006
|
[ 09:34 thierry ]
Upgrade to 8.5-1.
|
Thu, 6 Jul 2006
|
[ 19:44 thierry ]
Upgrade to 8.2-1.
|
Sun, 7 May 2006
|
[ 11:09 edwin ] (Only the first 10 of 51 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with F
|
Sun, 15 Jan 2006
|
[ 23:17 thierry ]
Upgrade to 7.7.
|
Tue, 5 Jul 2005
|
[ 22:03 thierry ]
Chase Code_Aster's upgrade to 8.1.
Forgotten by: thierry
Reported by: Kris via pointyhat
|
Fri, 17 Jun 2005
|
[ 22:59 netchild ] (Only the first 10 of 190 ports in this commit are shown above. )
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use (Only the first 15 lines of the commit message are shown above )
|
Sat, 2 Apr 2005
|
[ 20:15 thierry ]
Chase Code_Aster's update.
|
Tue, 1 Mar 2005
|
[ 21:51 trevor ] (Only the first 10 of 138 ports in this commit are shown above. )
Respect the user's USE_LINUX setting.
|
Mon, 17 Jan 2005
|
[ 21:10 thierry ]
Upgrade to 7.1.
|
Fri, 31 Dec 2004
|
[ 18:24 netchild ] (Only the first 10 of 168 ports in this commit are shown above. )
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above )
|
Sun, 23 May 2004
|
[ 08:10 thierry ]
Chase Code_Aster's upgrade.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Wed, 10 Dec 2003
|
[ 23:09 pav ] (Only the first 10 of 14 ports in this commit are shown above. )
- www.code-aster.org was reorganized. fix fetching
PR: ports/60121
Submitted by: Thierry Thomas <thierry@pompo.net>
|
Mon, 8 Dec 2003
|
[ 02:07 oliver ] (Only the first 10 of 22 ports in this commit are shown above. )
- 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>
|
Sat, 27 Sep 2003
|
[ 00:23 edwin ] (Only the first 10 of 15 ports in this commit are shown above. )
ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)
PR: ports/56767-56770,56772-56774,56776-56784
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 9 Aug 2003
|
[ 22:47 oliver ]
in addition to the previous commit:
PR: ports/55429
Submitted by: Thierry Thomas <thierry@pompo.net>
|
[ 22:46 oliver ]
- a typo has been introduced with portrevision 1, and the script homard was
unusable
- chase the upgrade from py22 to py23
- bump PORTREVISION
|
Thu, 24 Jul 2003
|
[ 15:53 oliver ]
1) fix "make -V PORTNAME"
2) change post-patch target to reflect distfile changes between the
PR-based distfile and the Committed-distfile
Submitted by: Dan Langille <dan@langille.org> [1]
Thierry Thomas <thierry@pompo.net> [2]
|
[ 05:48 oliver ]
Add homard 5.5, a refinement and de-refinement mesh tool.
PR: 54762
Submitted by: Thierry Thomas <thierry@pompo.net>
|
Number of commits found: 72 |