non port: lang/rexx-imc/Makefile |
SVNWeb
|
Number of commits found: 36 |
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
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 )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 17 Nov 2020
|
[ 17:42 linimon ]
Fix build on aarch64.
While here, pet portlint.
PR: 251098
Submitted by: mikael
|
Thu, 29 Mar 2018
|
[ 15:02 emaste ] (Only the first 10 of 18 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 189 ports in this commit are shown above. )
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 ]
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 ]
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
Fri, 5 Jun 2015
|
[ 19:00 amdmi3 ]
- Fix library installation
|
Sun, 1 Jun 2014
|
[ 13:10 pawel ]
One OPTIONS_DEFINE too much
|
[ 13:07 pawel ]
- Add staging support
- Define available options
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Mon, 15 Jul 2013
|
[ 14:47 miwi ]
- 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 ]
Reset g.gonter@ieee.org: mbox full.
While here, modernize headers.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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 ]
Mark BROKEN on 9.x: does not build.
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 72 ports in this commit are shown above. )
Remove USE_REINPLACE from the categories starting with L
|
Mon, 12 Sep 2005
|
[ 17:38 jylefort ]
Mark conflict with lang/oorexx.
|
Sun, 6 Mar 2005
|
[ 23:01 arved ]
- 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 ] (Only the first 10 of 33 ports in this commit are shown above. )
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 ]
BROKEN on 6.x: Does not compile
|
Sun, 1 Feb 2004
|
[ 16:42 pav ]
- Portlint
|
[ 16:39 pav ]
- 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 ]
Bump portrevision.
Reminded by: kris.
Approved by: maintainer.
|
Fri, 21 Feb 2003
|
[ 12:35 knu ] (Only the first 10 of 134 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 25 Aug 2002
|
[ 18:21 lioux ]
Update to 1.76
PR: 41990
Submitted by: maintainer
|
Sat, 22 Sep 2001
|
[ 21:13 lioux ] (Only the first 10 of 12 ports in this commit are shown above. )
o update to 1.75 o support NOPORTDOCS o assign maintainership to submitter
|
Sat, 28 Oct 2000
|
[ 16:57 kevlo ]
Update MASTER_SITES and WWW: line of pkg-descr
|
Mon, 23 Oct 2000
|
[ 22:03 will ] (Only the first 10 of 77 ports in this commit are shown above. )
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
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 ] (Only the first 10 of 100 ports in this commit are shown above. )
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 ] (Only the first 10 of 91 ports in this commit are shown above. )
Third round of INSTALL_SHLIBS=yes fixes.
|
Mon, 29 May 2000
|
[ 03:20 steve ]
- Support CFLAGS properly - Fix procedure of building shared library - Sort
pkg/PLIST - Revise pkg/DESCR
|
Number of commits found: 36 |