Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.8.13_3 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.8.13_3 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.8.13_3 17 Sep 2021 15:08:32 |
Rodrigo Osorio (rodrigo) |
devel/libelf: Make fetchable and Makefile cleanup
Update MASTER_SITES to NETBSD repo and make libelf fetchable
Update Makefile to make use of Ports framework and make portclippy happy
PR: 258520
Reported by: diizzy |
0.8.13_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.13_3 16 Oct 2017 21:47:18 |
rodrigo |
Fix a typo in the LICENCE field, s/LGPL/LGPL20/
Reported by: Terry Kennedy <TERRY@glaver.org> |
0.8.13_3 16 Oct 2017 09:42:50 |
rodrigo |
Add a CONFLICT_INSTALL to report a conflict with devel/elfutils, both install
/lib/libelf.a and lib/libelf.so
Add LICENCE information
Bump PORTREVISION |
0.8.13_2 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.8.13_1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.8.13_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.8.13_1 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
0.8.13_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.8.13_1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.8.13_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.8.13_1 05 Feb 2014 08:26:28 |
miwi |
- Stage support |
0.8.13_1 29 Jan 2014 09:17:42 |
rodrigo |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
0.8.13_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.8.13_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.8.13_1 12 Jan 2013 12:07:59 |
wen |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
0.8.13_1 12 Jun 2012 09:17:03 |
bapt |
Convert to new options framework |
0.8.13_1 23 May 2012 19:47:38 |
crees |
- Remove obsolete OSVERSION check
- Use bsd.port.options.mk |
0.8.13_1 27 Feb 2012 20:32:31 |
glarkin |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
0.8.13_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.8.13_1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.8.13_1 22 Mar 2011 00:32:07 |
gerald |
Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no
longer necessary. Rather set CPPFLAGS in the Makefile.
PR: 153625
Approved by: maintainer (roam) |
0.8.13_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.8.13 20 Nov 2009 10:31:09 |
roam |
Update to libelf-0.8.13, almost as per the PR.
While I'm here, extend the descriptive patch headers.
PR: 140716
Submitted by: Sofian Brabez <sbrabez@gmail.com> |
0.8.12 10 Sep 2009 07:52:37 |
roam |
Update to libelf-0.8.12 which deprecates some functions. |
0.8.11 26 May 2009 09:02:34 |
roam |
Update to libelf-0.8.11. |
0.8.10 10 Apr 2009 09:11:43 |
roam |
Update to libelf-0.8.10:
- the w32/Makefile configure fix was integrated upstream
- add the SANITY knob for stringent ELF header checks, on by default to
reflect both the upstream default and pre-0.8.10 behavior
While I'm here, refresh the patches with quilt --no-timestamps and
add patch descriptions. |
0.8.9_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.8.9 29 Mar 2008 15:22:13 |
ru |
bsd.port.mk requires that OPTIONS should be spelled with double quotes. |
0.8.9 28 Jan 2007 00:58:37 |
pav |
- Prepare for removal of shlib filtering |
0.8.9 26 Sep 2006 08:29:19 |
roam |
Update to libelf 0.8.9. In addition to the patch in the PR:
- fix a trivial, harmless omission in the configure script;
- OPTIONS'ify the gettext support and the extended format support.
PR: 103656
Submitted by: ijliao |
0.8.8 13 Jul 2006 14:54:31 |
roam |
Update to libelf 0.8.8; besides what's in the PR, enable the extended
ELF format functionality.
PR: 100202
Submitted by: vd |
0.8.6 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.8.6 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.8.6 31 Dec 2005 01:30:29 |
marcel |
Do not replace Elf64_Xword and Elf64_Sxword on FreeBSD versions 600102
or higher. We have the standard ELF types since then... |
0.8.6 26 Nov 2005 03:28:07 |
fenner |
Remove "." from MASTER_SITE_SUBDIR, since the files aren't in
"." on sunsite and MASTER_SITE_SUBDIR doesn't apply to the
other MASTER_SITE. |
0.8.6 05 Sep 2005 22:36:33 |
roam |
Update to libelf 0.8.6. In addition to the update in the PR, fix a build
issue on FreeBSD 4.x, whose <elf.h> does not define ELFMAG and SELFMAG.
PR: 85120
Submitted by: Vasil Dimov <vd@datamax.bg> |
0.8.5_1 09 May 2005 09:52:35 |
roam |
Chase the master site.
PR: 80187
Submitted by: Vasil Dimov <vd@datamax.bg> |
0.8.5_1 01 Nov 2004 17:09:55 |
roam |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
0.8.5_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.8.5_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.8.5 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
0.8.5 14 Dec 2003 14:35:46 |
roam |
Update to 0.8.5. |
0.8.4_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.8.4 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.8.4 16 Jul 2003 13:39:31 |
sobomax |
- Update to 0.8.4;
- use USE_LIBTOOL to prevent explicit linking with libc;
- link libintl.
Approved by: maintainer |
0.8.2 05 Mar 2003 11:02:42 |
roam |
Update to 0.8.2. |
0.8.0 20 Feb 2003 14:52:11 |
roam |
Update to 0.8.0.
Partially submitted by: archie |
0.7.0 19 Feb 2003 16:07:30 |
roam |
Remove pkg-comment files in my ports. |
18 Apr 2001 18:36:11 |
roam |
libelf is a public library for manipulation of ELF files. |