non port: devel/elfio/Makefile |
SVNWeb
|
Number of commits found: 46 |
Tue, 29 Nov 2022
|
[ 16:29 Fernando Apesteguía (fernape) Author: James Wright ] cd29c27
devel/elfio: Update to 3.11
PR: 268049
Reported by: james.wright@digital-chaos.com
|
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:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Sun, 20 Feb 2022
|
[ 17:24 Dries Michiels (driesm) Author: James Wright ] 68fd671
devel/elfio: Update to 3.10
PR: 262044
|
Fri, 17 Sep 2021
|
[ 11:20 Fernando Apesteguía (fernape) Author: James Wright ] 7e2eb73
devel/elfio: Update to 3.9
PR: 258525
Reported by: james.wright@digital-chaos.com (maintainer)
|
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.
|
Mon, 1 Mar 2021
|
[ 20:22 nc ]
devel/elfio: Update to 3.8
PR: 253885
Submitted by: James Wright <james.wright AT digital-chaos DOT com> (maintainer)
|
Fri, 12 Jun 2020
|
[ 09:35 pi ]
devel/elfio: update 3.5 -> 3.6
PR: 247183
Submitted by: James Wright <james.wright@digital-chaos.com> (maintainer)
Relnotes: https://github.com/serge1/ELFIO/commits/master
|
Fri, 5 Jun 2020
|
[ 09:15 fernape ]
devel/elfio: Update to 3.5
PR: 246994
Submitted by: james.wright@digital-chaos.com (maintainer)
|
Tue, 13 Aug 2019
|
[ 14:46 tobik ]
Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH
Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted. Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.
While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21225
|
Mon, 12 Aug 2019
|
[ 08:59 arrowd ]
devel/elfio: Update to 3.4.
Submitted by: james.wright@digital-chaos.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D21185
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Thu, 18 Apr 2019
|
[ 14:38 pkubaj ]
devel/elfio: fix build with GCC-based architectures
PR: 237312
Approved by: mat (mentor), james.wright@digital-chaos.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D19942
|
Mon, 15 Apr 2019
|
[ 08:10 tobik ]
devel/elfio: Update to 3.3
- Assign to submitter
PR: 237224
Submitted by: James Wright <james.wright@digital-chaos.com>
Differential Revision: https://reviews.freebsd.org/D19879
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Thu, 19 Nov 2015
|
[ 20:49 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
|
Sat, 28 Mar 2015
|
[ 15:38 bapt ]
USES=autoreconf
|
Fri, 29 Aug 2014
|
[ 21:05 tijl ]
Convert to USES=libtool and add INSTALL_TARGET=install-strip
|
Tue, 15 Jul 2014
|
[ 14:36 adamw ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
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
|
Tue, 18 Mar 2014
|
[ 01:01 swills ]
- Staging support
- Fixed port options
- Added LICENSE
PR: ports/187627
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
Fri, 21 Feb 2014
|
[ 13:36 ehaupt ] (Only the first 10 of 54 ports in this commit are shown above. )
Remove trailing whitespaces from category devel
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 17:03 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:
devel part 1)
|
Tue, 16 Jul 2013
|
[ 05:42 ade ] (Only the first 10 of 51 ports in this commit are shown above. )
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
|
Tue, 12 Jun 2012
|
[ 09:17 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert to new options framework
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Wed, 8 Dec 2010
|
[ 19:58 ade ] (Only the first 10 of 72 ports in this commit are shown above. )
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Sun, 24 Jun 2007
|
[ 14:32 stas ]
- Switch to shared library instead of static one.
Requested by: Marcin Cieslak <saper@SYSTEM.PL>
PR: ports/113350
|
Tue, 27 Mar 2007
|
[ 22:12 stas ] (Only the first 10 of 63 ports in this commit are shown above. )
- Change my email.
Suggested by: skv
|
Fri, 21 Jul 2006
|
[ 21:12 rafan ]
- Install sample programs
- Fix PORTNAME to match dirname
- Use PORTDOCS, USE_GNOME macro
- Pass maintainership to submitter
PR: ports/100685
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
|
Fri, 18 Nov 2005
|
[ 15:37 mnag ]
Update to 1.0.3
Add SHA256
PR: 89232
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 3 Jun 2005
|
[ 23:08 pav ]
- Update to 1.0.2
PR: ports/81851
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 20 Feb 2003
|
[ 17:07 knu ] (Only the first 10 of 432 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 1 Jan 2003
|
[ 22:09 naddy ]
* Update to 1.0.0.
* Install included sample program and documentation.
* Respect NOPORTDOCS.
PR: 42408
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
Tue, 25 Jun 2002
|
[ 18:36 ijliao ] (Only the first 10 of 29 ports in this commit are shown above. )
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Thu, 26 Jul 2001
|
[ 12:59 ijliao ]
add elfio ELF (Executable and Linkable Format) reader and producer
|
Number of commits found: 46 |