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: net/pvm/Makefile
SVNWeb

Number of commits found: 38

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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Sun, 6 Dec 2020
[ 17:00 linimon search for other commits by this committer ] Original commit   Revision:557150
Mark as BROKEN on riscv64.
Thu, 7 Nov 2019
[ 20:20 zeising search for other commits by this committer ] Original commit   Revision:517008 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Sprinkle more USES=xorg
Sun, 1 Jul 2018
[ 09:17 linimon search for other commits by this committer ] Original commit   Revision:473660 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Mark these ports broken on mips64 and/or mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Wed, 15 Feb 2017
[ 14:02 tijl search for other commits by this committer ] Original commit   Revision:434163
- Add missing Xorg dependencies.
- Add patches to build a shared libgpvm3.so for net/p5-Parallel-Pvm.
- Remove unnecessary linking to librpcsvc.
Sun, 6 Sep 2015
[ 15:41 danfe search for other commits by this committer ] Original commit   Revision:396223
- Convert from using EXTRACT_SUFX to USES=tar:tgz
- Allow to build on PowerPC
- Do not try to append to MAKE_ENV, do not try to set REINPLACE_ARGS
- Mute MKDIR's, move OPTIONS block where it's typically found
- Reformat port description, kill EOL whitespace, and adjust WWW
Tue, 24 Feb 2015
[ 13:57 amdmi3 search for other commits by this committer ] Original commit   Revision:379795
- Simplify MASTER_SITES
- Add LICENSE
- Fix library installation
Thu, 30 Jan 2014
[ 09:45 tijl search for other commits by this committer ] Original commit   Revision:341826
Fix symlinks.

Submitted by:	az
Mon, 30 Dec 2013
[ 09:58 tijl search for other commits by this committer ] Original commit   Revision:338076
Fix build when previous version is installed.  It tries to link with
the installed libpvm in that case.
Fri, 27 Dec 2013
[ 14:59 tijl search for other commits by this committer ] Original commit   Revision:337737
- Replace WITHOUT_X11 with an X11 option.
- Remove USE_FORTRAN.  It isn't required.
- Staging.
- Add a do-build target so we no longer have to build static libraries
  with -fPIC.
- Remove patching of "CFLAGS=" into "CFLAGS+=", because with base system
  make, += allows CFLAGS from /usr/share/mk or make.conf to slip in.
  Instead pass CFLAGS via EXTRACFLAGS which is also used to control the
  -fpic flag in do-build.
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 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:
net)
Fri, 11 Nov 2011
[ 03:52 linimon search for other commits by this committer ] Original commit 
Not yet ported to powerpc.

Hat:            portmgr
Feature safe:   yes
Thu, 31 Mar 2011
[ 12:53 bf search for other commits by this committer ] Original commit 
Switch to MASTER_SITE_NETLIB
Wed, 24 Feb 2010
[ 03:14 wen search for other commits by this committer ] Original commit 
- Make the port build and install shared libraries

PR:             ports/143866
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Feature safe:   yes
Mon, 1 Feb 2010
[ 02:18 pgollucci search for other commits by this committer ] Original commit 
- use $SUB_FILES to Update pkg-message

PR:             ports/143148
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Fri, 30 Oct 2009
[ 00:53 amdmi3 search for other commits by this committer ] Original commit 
- Update to 3.4.6

PR:             139842
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Sun, 13 Sep 2009
[ 00:08 gerald search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
Wed, 7 Jan 2009
[ 16:34 gerald search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
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, 14 Jul 2007
[ 09:44 maho search for other commits by this committer ] Original commit 
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
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}.
Wed, 17 Jan 2007
[ 06:20 maho search for other commits by this committer ] Original commit 
* Migrate to gfortran.
* Bump port revision.
Thu, 11 May 2006
[ 22:49 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 270 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with N
Sat, 16 Oct 2004
[ 02:21 clsung search for other commits by this committer ] Original commit 
- update to 3.4.5
- use %%PREFIX%% in pkg-message

PR:             ports/71718
Submitted by:   clsung
Approved by:    mentor (leeym)
Mon, 29 Mar 2004
[ 08:35 arved search for other commits by this committer ] Original commit 
Tell pvm that FreeBSD supports amd64/ia64/sparc64
Remove BROKEN.
Sat, 13 Mar 2004
[ 11:03 demon search for other commits by this committer ] Original commit 
Release maintainership.
[ 06:01 kris search for other commits by this committer ] Original commit 
BROKEN on !i386 and !alpha: Does not compile
Mon, 3 Nov 2003
[ 01:38 edwin search for other commits by this committer ] Original commit 
Fix master_site
Fri, 7 Mar 2003
[ 06:08 ade search for other commits by this committer ] Original commit  (Only the first 10 of 358 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sun, 24 Nov 2002
[ 13:41 knu search for other commits by this committer ] Original commit 
Add parallel to CATEGORIES.

PR:             ports/39094
Submitted by:   trevor
Thu, 31 Oct 2002
[ 23:36 mi search for other commits by this committer ] Original commit 
Support X11-less installation. One sample executable -- xep -- will not
be built/installed. Add a missing backslash at EOL -- a fresh typo.
Remove a non-existing directory from CFLAGS -- a three year old typo.
[ 23:01 mi search for other commits by this committer ] Original commit 
Upgrade to 3.4.4 released over a year ago. Obey CFLAGS.

Split the man-pages into the actual texts and MLINKS, of which there are
over a hundred. The vendor used the .so macro, but either it was not
used properly, or there is a bug in our man(1). Either way, MLINKS seems
cleaner.

Move the text in the post-install target into pkg-message and arrange
for showing it after installing the port. The last two items were not
shown to maintainer, but are not expected to raise objections.

TODO -- add WITHOUT_X11 compliance -- a must for some deployments.

Approved by:    demon (maintainer).
Sun, 31 Mar 2002
[ 02:03 kris search for other commits by this committer ] Original commit 
Fix compilation on 5.0 (<malloc.h> removal)
Wed, 19 Dec 2001
[ 19:13 demon search for other commits by this committer ] Original commit 
Define the -DSHAREDTMP option, since this allows one to simulate   clusters of
pvm machines with jail(8).    
Mon, 13 Nov 2000
[ 12:45 demon search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER field.   I am now at FreeBSD dot org    

Number of commits found: 38