aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/netsaint-plugins
Commit message (Expand)AuthorAgeFilesLines
* Missed configure scripts in libpq version bump: chase lib version.seanc2003-01-051-1/+2
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Drop maintainership.kuriyama2002-07-221-1/+1
* Bump PORTREVISION.kuriyama2002-06-246-0/+157
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
* Use $MASTER_SITE_SOURCEFORGE.kuriyama2001-12-181-1/+2
* Add $SCRIPTS_ENV for $WRKDIRPREFIX and $MKDIR.kuriyama2001-12-181-0/+2
* Unbreak on $WRKDIRPREFIX environment.kuriyama2001-12-181-0/+1
* Update netsaint to 0.0.7b8dwcjr2001-12-172-4/+4
* Fix mis-spelt ${.CURDIR}.kuriyama2001-12-131-3/+3
* upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4ijliao2001-05-177-79/+40
* - Enable OpenLDAP and PostgreSQL support.dirk2001-04-164-57/+181
* Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc).dirk2001-04-102-0/+12
* portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined.mharo2001-04-041-1/+1
* Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port asmharo2001-04-044-8/+56
* - upgrade to 1.2.9.2dirk2001-03-315-278/+169
* Netsaint-plugins needs automake to build.dirk2001-03-291-1/+2
* Update to 1.2.9.1.roam2001-03-145-110/+146
* distfile movedmharo2001-01-131-1/+1
* Release to the world all of my ports that I don't use, excluding KDE 1,will2001-01-091-1/+1
* Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint.will2000-07-137-0/+436
omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3 | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) * Pass full LDFLAGS to configure script. This fixes the build withgerald2014-01-211-1/+2 | | | | | | | | | newer versions of GCC, allowing for an update of lang/gcc (and it's the right thing anyway). PR: 182136 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: maintainer timeout * math/petsc: depends explicitly on "python"wg2013-12-161-1/+3 | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | math) * - Remove stale reference to expired math/petsc-mpichrene2013-06-191-7/+5 | | | | | | | | - Convert NOPORTDOCS to PORT_OPTIONS:MDOCS PR: ports/179277 Submitted by: myself Approved by: maintainer timeout (bf, 16 days) * Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1 | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. * Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-1/+1 | | | | instead to make migration to TeXLive easier. * fix the build after the math/suitesparse updatebf2013-03-303-13/+43 | | | | | Reported by: miwi Approved by: portmgr * fix the build, before further updatesbf2012-06-154-19/+9 | * defer pending an updatebf2012-05-291-1/+1 | * defer expiration pending updatesbf2012-05-211-1/+1 | * defer expiration pending updatesbf2012-05-101-1/+1 | * Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵bapt2012-04-101-0/+3 | | | | as broken for more than 6 month * adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-5/+5 | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes * take in some orphansbf2011-07-241-1/+1 | * - Mark BROKEN: does not configurepav2011-07-021-0/+2 | | | | Reported by: pointyhat * Chase the upgrade of MPICH2.thierry2011-02-262-2/+1 | | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715 * Chase the upgrade of MPICH2.thierry2010-11-151-3/+11 | * Teaching about FreeBSD-9.thierry2009-12-171-3/+4 | | | | Reported by: pointyhat via erwin * - Chase relocation of net/mpich2thierry2009-11-281-8/+8 | | | | | | - Bump PORTREVISION if needed - Fix some portlint errors. * Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1 | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr * Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1 | * Fix build on -CURRENT.wxs2008-07-172-8/+5 | | | | | PR: ports/125654 Submitted by: Robert Noland <rnoland@2hip.net> * - Mark BROKEN on 8.xpav2008-07-161-0/+4 | * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+4 | | | | | | | | | | | | | | | - 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) * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-151-4/+1 | * Upgrade to PETSc 2.3.3.thierry2007-05-283-35/+61 | | | | | Changelog at <http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/233.html> * - Welcome X.org 7.2 \o/.flz2007-05-20