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: lang/rexx-imc/Makefile
SVNWeb

Number of commits found: 36

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:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  f98ae56  (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
lang: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
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.
Tue, 17 Nov 2020
[ 17:42 linimon search for other commits by this committer ] Original commit   Revision:555572
Fix build on aarch64.

While here, pet portlint.

PR:		251098
Submitted by:	mikael
Thu, 29 Mar 2018
[ 15:02 emaste search for other commits by this committer ] Original commit   Revision:465900 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable

Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH.   Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.

Approved by:	portmgr (antoine)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D14876
[ 10:40 krion search for other commits by this committer ] Original commit   Revision:465881
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.

PR:		226987
Submitted by:	emaste
Approved by:	portmgr (LLD_UNSAFE blanket)
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Fri, 26 May 2017
[ 18:15 linimon search for other commits by this committer ] Original commit   Revision:441806
Mark broken on armv6.  The error indication "termios" is a false
positive.

Approved by:	portmgr (tier-2 blanket)
Mon, 25 Jul 2016
[ 09:00 amdmi3 search for other commits by this committer ] Original commit   Revision:419035
- Switch to options helpers
- Regenerate patches with `make makepatch`
Fri, 5 Jun 2015
[ 19:00 amdmi3 search for other commits by this committer ] Original commit   Revision:388632
- Fix library installation
Sun, 1 Jun 2014
[ 13:10 pawel search for other commits by this committer ] Original commit   Revision:356116
One OPTIONS_DEFINE too much
[ 13:07 pawel search for other commits by this committer ] Original commit   Revision:356115
- Add staging support
- Define available options
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 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:
lang)
Mon, 15 Jul 2013
[ 14:47 miwi search for other commits by this committer ] Original commit   Revision:323042
- Fix build on 9-stable
- Update MASTER_SITES an WWW: line
- Support PORTEXAMPLES

PR:		180513
Submitted by:	Ports Fury
Wed, 19 Jun 2013
[ 20:12 linimon search for other commits by this committer ] Original commit   Revision:321320
Reset g.gonter@ieee.org: mbox full.

While here, modernize headers.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sun, 27 Dec 2009
[ 09:54 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on 9.x: does not build.
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)
Tue, 9 May 2006
[ 20:52 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from the categories starting with L
Mon, 12 Sep 2005
[ 17:38 jylefort search for other commits by this committer ] Original commit 
Mark conflict with lang/oorexx.
Sun, 6 Mar 2005
[ 23:01 arved search for other commits by this committer ] Original commit 
- Fix MASTER_SITES
- Fix compilation on FreeBSD 6.*
- Pass Maintainership to submitter

PR:             77898
Submitted by:   Gerhard Gonter <g.gonter@ieee.org>
Sun, 13 Feb 2005
[ 18:28 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
With portmgr hat on, reset maintainership of these ports.  Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
Thu, 18 Nov 2004
[ 22:38 kris search for other commits by this committer ] Original commit 
BROKEN on 6.x: Does not compile
Sun, 1 Feb 2004
[ 16:42 pav search for other commits by this committer ] Original commit 
- Portlint
[ 16:39 pav search for other commits by this committer ] Original commit 
- Add CONFLICTS between lang/rexx-imc and lang/rexx-regina

PR:             ports/62200
Submitted by:   parv <parv@pair.com>
Sun, 2 Nov 2003
[ 10:01 linimon search for other commits by this committer ] Original commit 
Bump portrevision.

Reminded by: kris.
Approved by: maintainer.
Fri, 21 Feb 2003
[ 12:35 knu search for other commits by this committer ] Original commit  (Only the first 10 of 134 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sun, 25 Aug 2002
[ 18:21 lioux search for other commits by this committer ] Original commit 
Update to 1.76

PR:             41990
Submitted by:   maintainer
Sat, 22 Sep 2001
[ 21:13 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
o update to 1.75   o support NOPORTDOCS   o assign maintainership to submitter  
 
Sat, 28 Oct 2000
[ 16:57 kevlo search for other commits by this committer ] Original commit 
Update MASTER_SITES and WWW: line of pkg-descr    
Mon, 23 Oct 2000
[ 22:03 will search for other commits by this committer ] Original commit  (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.    
Fri, 16 Jun 2000
[ 22:52 asami search for other commits by this committer ] Original commit  (Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
[ 09:19 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Thu, 15 Jun 2000
[ 18:59 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 91 ports in this commit are shown above. View all ports for this commit)
Third round of INSTALL_SHLIBS=yes fixes.    
Mon, 29 May 2000
[ 03:20 steve search for other commits by this committer ] Original commit 
- Support CFLAGS properly   - Fix procedure of building shared library   - Sort
pkg/PLIST   - Revise pkg/DESCR    

Number of commits found: 36