Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18_10 03 Mar 2024 09:44:21 |
Tijl Coosemans (tijl) Author: Kenji Takefu |
devel/gmake: Update to 4.4.1
Some ports required patches.
PR: 272216
Exp-run by: antoine |
0.18_10 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
0.18_10 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.18_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.18_9 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.18_9 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
0.18_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.18_9 13 Oct 2019 12:43:25 |
jbeich |
devel/asmutils: drop FreeBSD < 5.2 workaround
__FreeBSD_version wasn't defined in that scope, so later versions
ended up using the workaround as well. |
0.18_8 26 Jul 2019 20:46:57 |
gerald |
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 |
0.18_7 12 Dec 2018 01:35:36 |
gerald |
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 |
0.18_6 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.18_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.18_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.18_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.18_2 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.18_1 25 Sep 2016 09:01:42 |
amdmi3 |
- Switch to options helpers |
0.18_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.18_1 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
0.18_1 28 Aug 2014 06:23:48 |
danfe |
Back out parts of the r366375 that had nothing to do with staging or fixing
the build on -CURRENT. This restores Makefile sanity and diff clarity with
r357486. (Fixing the build without GCC would be attempted separately.) |
0.18_1 28 Aug 2014 03:34:52 |
vanilla |
1: Fix build on -current
2: Stagify.
PR: ports/193030
Submitted by: Ports Fury. |
0.18_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.18_1 10 Jun 2014 07:39:02 |
olgeni |
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) |
0.18_1 29 May 2014 15:09:43 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
0.18_1 05 May 2014 09:45:37 |
bapt |
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 |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.18_1 15 Nov 2011 15:23:40 |
danfe |
Adjust COMMENT: spell Unix in a way to reduce possibility of unnecessary
connotations with official Open Group trademark; new spelling is often used
informally to denote any operating system that closely resembles the
trademarked system (quoting Wikipedia and common knowledge).
Feature safe: yes |
0.18_1 11 Nov 2011 17:33:09 |
danfe |
Get rid of the trivial patch and dependent REINPLACE_CMD call when MAKE_ARGS
can do this job better and yet be more readable and straightforward.
Verified by: comparing build logs
Feature safe: yes |
0.18_1 07 Nov 2011 17:26:08 |
danfe |
Minor non-functional changes + relinquish to the pool. |
0.18_1 24 Dec 2010 18:35:09 |
danfe |
Improve grammar and weaken the "fastest speed" assessment. |
0.18_1 24 Dec 2010 18:17:40 |
danfe |
- Remove workaround for nasm now that problem is fixed
- Add LICENSE (GPLv2) and retouch the comments
- Drop MD5 hash from distinfo |
0.18_1 16 Jul 2010 16:43:53 |
danfe |
Be more specific that these are part of x86 world. |
0.18_1 08 Jun 2010 19:47:04 |
makc |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
Remove USE_LDCONFIG actually, the port doesn't need it.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: danfe@ (maintainer) |
0.18 21 May 2010 16:37:00 |
danfe |
- Unbreak with recent nasm: starting with v2.07, nasm has a regression that
prevents certain macros from expanding correctly, and the build woes
- Clean up Makefile while here: fix line wraps, reorder knobs, simplify
PORTDOCS handling
Bug ID (nasm@sf.net tracker): 3005117
Fix suggested by: Frank Kotler |
0.18 10 Oct 2009 21:31:09 |
erwin |
Mark BROKEN: does not install |
0.18 19 Apr 2008 17:56:05 |
miwi |
- 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) |
0.18 21 Feb 2006 14:45:40 |
danfe |
- Update to 0.18, first release in >3 years! [1]
- Reorganize Makefile
- Kill pkg-plist
- Axe out implied USE_REINPLACE
Triggered into by: fenner's distfile survey [1] |
0.17 30 Nov 2005 13:49:41 |
danfe |
- Mute ${MKDIR}'s
- $FOO -> ${FOO}
- Reformat description so it looks nicer
- Kill attribution (submitter's name mentioned in Makefile header)
- Add SHA256 checksum per new world order |
0.17 30 Nov 2005 13:12:13 |
flz |
- Fix WWW line.
PR: ports/88157
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (1 month) |
0.17 25 Apr 2005 10:30:55 |
danfe |
Fix fetching.
Reported by: pointyhat via kris |
0.17 22 Mar 2005 07:50:46 |
danfe |
Really unset STRIP to fix install.
Approved by: portmgr (marcus) |
0.17 28 Feb 2005 04:09:48 |
kris |
BROKEN on 5.x: Install fails |
0.17 31 Jan 2005 11:26:37 |
danfe |
Disable nasm(1) version check to unbreak the build.
Reported by: kris on behalf of pointyhat |
0.17 26 Jan 2005 10:40:28 |
danfe |
- Fix build and install on 4.X/5.X/-CURRENT
- Utilize REINPLACE
- Tidy up Makefile
- Take maintainership |
0.17 01 Jul 2004 20:01:18 |
kris |
BROKEN on 5.x: Does not install with new binutils |
0.17 07 Feb 2004 17:24:16 |
leeym |
update to asmutils-0.17, keep up with nasm-0.98.38, and unbreak this port. |
0.14_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.14 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.14 03 Nov 2003 00:54:32 |
kris |
Reset maintainer of ports owned by inactive committers who were just retired. |
0.14 16 Oct 2003 06:44:22 |
linimon |
Add www. |
0.14 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
0.14 18 May 2003 12:15:36 |
kris |
BROKEN on 5.1: does not compile |
0.14 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
22 Jul 2001 08:21:13 |
greid |
Update MASTER_SITES |
14 May 2001 20:27:43 |
greid |
Update to 0.1.4 |
12 Mar 2001 23:53:53 |
kris |
Attempt to deal with read-only directories. |
10 Mar 2001 21:32:47 |
will |
Add asmutils 0.13, a set of UNIX utilities written in assembly language. |