Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.08_2 23 Jun 2023 20:11:03
    |
Rene Ladan (rene)  |
graphics/IPA: Remove expired port
2023-03-21 graphics/IPA: Broken since 2021 |
1.08_2 20 Feb 2023 17:09:23
    |
Antoine Brodin (antoine)  |
graphics/IPA: deprecate |
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) |
1.08_2 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 ) |
1.08_2 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.08_2 27 Aug 2021 23:49:13
    |
Dmitry Marakasov (amdmi3)  |
graphics/IPA: mark BROKEN |
1.08_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.08_2 06 Aug 2018 02:49:34
  |
jhale  |
Fix build with Perl >= 5.26 - regular expression match was failing with
newer MakeMaker which caused the objects to be written to the wrong location
Add LICENSE - the README says it is licensed the same as Perl
MFH: 2018Q3 (blanket - build fix) |
1.08_2 09 Jul 2018 08:40:18
  |
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
1.08_2 28 Mar 2018 17:14:27
  |
mat  |
Mark BROKEN with Perl 5.26.
The error is:
cc -shared -L/usr/local/lib/perl5/5.26/mach/CORE -lperl
-L/usr/local/lib -fstack-protector-strong Geometry/Geometry.o
Global/Global.o Local/Local.o Misc/Misc.o Morphology/Morphology.o
Point/Point.o IPA.o Geometry/Geometry2.o Global/fft.o Global/Global2.o
Global/gsclose.o Global/hough.o Local/Local2.o Misc/Misc2.o
Morphology/Morphology2.o Point/Point2.o -o blib/arch/auto/IPA/IPA.so
cc: error: no such file or directory: 'Geometry/Geometry.o'
cc: error: no such file or directory: 'Global/Global.o'
cc: error: no such file or directory: 'Local/Local.o'
cc: error: no such file or directory: 'Misc/Misc.o'
[...]
For some reason, the object files are not created where they should and,
obviously, cc cannot find them. I compared the Makefile from Perl 5.24
which works and Perl 5.26 which does not, I cannot see any obviously
wrong bit.
PR: 226817
Sponsored by: Absolight |
1.08_2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.08_2 14 Sep 2015 12:19:50
  |
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.08_2 29 Jun 2015 18:42:56
  |
amdmi3  |
- Remove now needless chmod u+w/u-w from my and unmaintained ports |
1.08_2 22 Feb 2015 15:02:38
  |
amdmi3  |
- Strip library |
1.08_2 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.08_1 20 Oct 2014 17:04:21
  |
bapt  |
Cleanup plist |
1.08_1 10 Jun 2014 12:14:14
  |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.08_1 29 Apr 2014 11:12:35
  |
pawel  |
Add staging support |
1.08_1 05 Feb 2014 17:35:54
  |
mat  |
Drop maintainership on those.
Sponsored by: Absolight |
1.08_1 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.08_1 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.08_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.08 09 Jun 2011 06:47:50
 |
bapt  |
- update to 1.08 |
1.07 17 May 2011 11:08:18
 |
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
1.07 01 Sep 2010 11:58:17
 |
bapt  |
- Update 1.07
Approved by: mentors (implicit) |
1.06_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.06_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.06_1 19 Nov 2009 23:41:55
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.06_1 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.06 31 Jan 2009 16:48:36
 |
gabor  |
- Update to 1.06 |
1.05 04 Jan 2008 17:57:36
 |
leeym  |
- fix wrong target which will touch filesystem before 'make install'
Noticed by: erwin@ |
1.05 02 Jan 2008 02:44:59
 |
leeym  |
- update to 1.05
- assign to perl@ |
1.03_1 07 Aug 2007 10:14:40
 |
sat  |
- Unbreak with gcc 4.2
- Add CPAN mirrors |
1.03_1 27 May 2007 02:47:03
 |
kris  |
BROKEN with gcc 4.2 |
1.03_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.03 09 Mar 2007 11:53:36
 |
miwi  |
- Update to 1.03
PR: 110126
Submitted by: Martin Matuska <martin@matuska.org> |
1.02 29 Apr 2006 21:10:08
 |
pav  |
- Update to 1.0.2
PR: ports/96512
Submitted by: Aleksander Fafula <alex@BSDGuru.org> |
1.01 26 Nov 2005 01:48:16
 |
pav  |
- Add SHA256 |
1.01 25 Feb 2005 20:44:22
 |
pav  |
- Update to 1.01
- Unbreak on amd64
PR: ports/78033
Submitted by: Johan van Selst <johans@stack.nl> |
1.00 15 Mar 2004 12:01:18
 |
kris  |
BROKEN on amd64: Does not compile (shared libraries need to be compiled with
-fPIC) |
1.00 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.00 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.00 20 Feb 2003 18:08:19
 |
knu  |
de-pkg-comment |
1.00 14 Aug 2002 08:12:00
 |
ijliao  |
re-add IPA 1.00
Image Processing Algorithms |