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
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
2.1.1_6,1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2.1.1_6,1 20 Jul 2022 14:21:07
![commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16](/images/git.png) ![commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16](/images/codeberg.svg) ![commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.1_6,1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2.1.1_6,1 26 Jul 2019 20:46:57
![Revision:507372 Revision:507372](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.1.1_5,1 12 Dec 2018 01:35:36
![Revision:487272 Revision:487272](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.1.1_4,1 06 May 2018 12:49:54
![Revision:469205 Revision:469205](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add LICENSE
- Update WWW |
2.1.1_4,1 14 May 2015 10:15:09
![Revision:386312 Revision:386312](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.1.1_4,1 12 Mar 2015 23:00:03
![Revision:381151 Revision:381151](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
2.1.1_4,1 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2.1.1_3,1 20 Oct 2014 10:41:13
![Revision:371255 Revision:371255](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
2.1.1_3,1 10 Jun 2014 12:14:14
![Revision:357300 Revision:357300](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.1.1_3,1 05 May 2014 12:40:05
![Revision:352999 Revision:352999](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to USES=pgsql
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes |
2.1.1_3,1 03 Nov 2013 06:53:55
![Revision:332592 Revision:332592](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Support STAGEDIR. |
2.1.1_3,1 20 Sep 2013 16:13:49
![Revision:327717 Revision:327717](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.1.1_3,1 02 Aug 2013 18:52:11
![Revision:324174 Revision:324174](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.1.1_3,1 29 Mar 2013 00:44:54
![Revision:315509 Revision:315509](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
2.1.1_3,1 19 Jan 2012 21:13:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Over to perl@ (really not being abandoned!) |
2.1.1_3,1 19 Jan 2012 03:35:49
![files touched by this commit files touched by this commit](/images/logs.gif) |
tabthorpe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Reset ports due to maintainer timeouts and lack of response to emails
With hat: portmgr |
2.1.1_3,1 20 Mar 2011 12:54:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
2.1.1_3,1 06 Jun 2008 13:17:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
2.1.1_2,1 08 Sep 2007 00:54:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
2.1.1_2,1 22 Jan 2006 08:23:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
2.1.1_2,1 21 Jul 2005 19:48:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
girgen ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
The gborg.postgresql.org distributions exist on the main postgresql
ftp stites, so let's use them |
2.1.1_2,1 10 Feb 2005 22:59:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
girgen ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix a problem where an array is returned from a DoQuery call that
should return 0 tuples. It was always returning an array that indicates
it has 1 tuple.
Submitted by: Birch Zimmer <birch at naturalpoint dot com>
Approved by: ade (mentor) |
2.1.1_1,1 31 Jan 2005 00:35:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
girgen ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
2.1.1,1 06 Dec 2004 03:59:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
girgen ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add myself as committer, and use my @FreeBSD.org address.
Approved by: ade (mentor) |
2.1.1,1 10 Aug 2004 19:44:02
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.1.1, fixing a critical issue with the previous version using
system malloc (irrespective of whether perl itself was compiled with its
own malloc or system malloc), with the obvious hilarity on freeing.
Maintainer timeout. Please wake up :)
Submitted by: ade
Approved by: maintainer-timeout (2 weeks) |
2.0.2_1,1 31 Mar 2004 03:12:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify (maintainer timeout) |
2.0.2_1,1 04 Feb 2004 05:21:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.0.2,1 24 Oct 2003 12:05:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.0.2,1 03 Sep 2003 07:30:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
erwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.0.2
PR: 56344
Submitted by: maintainer |
2.0.1,1 21 Feb 2003 11:15:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
De-pkg-comment. |
2.0.1,1 05 Jan 2003 00:20:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
seanc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update p5-Pg, latest library booted off into its own project on gbort.
Version numbers have rolled back, bump PORTEPOCH.
PR: ports/45946
Submitted by: Palle Girgensohn <girgen@pingpong.net> |
7.3.1 04 Jan 2003 15:53:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
seanc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase libpq version bump. |
19 Feb 2002 08:25:16
![commit hash: fp1.24902@dev.null.freshports.org commit hash: fp1.24902@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.24902@dev.null.freshports.org commit hash: fp1.24902@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.24902@dev.null.freshports.org commit hash: fp1.24902@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 7.2, it's part of postgresql. and assign maintainer to Palle
Girgensohn <girgen@partitur.se> |
08 May 2001 12:36:26
![commit hash: fp1.13544@dev.null.freshports.org commit hash: fp1.13544@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.13544@dev.null.freshports.org commit hash: fp1.13544@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.13544@dev.null.freshports.org commit hash: fp1.13544@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
With postgresql-7.1, the installer can choose to install according to
traditional layout, or to install in /usr/local, obeying hier(7). For both
ways to work, port depending on postgresql need to accept both locations for
includes and libs. |
21 Apr 2001 12:43:12
![commit hash: fp1.12917@dev.null.freshports.org commit hash: fp1.12917@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.12917@dev.null.freshports.org commit hash: fp1.12917@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.12917@dev.null.freshports.org commit hash: fp1.12917@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix include directory for postgresql7.1's new layout. |
21 Mar 2001 03:58:19
![commit hash: fp1.11365@dev.null.freshports.org commit hash: fp1.11365@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.11365@dev.null.freshports.org commit hash: fp1.11365@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.11365@dev.null.freshports.org commit hash: fp1.11365@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add CONFIGURE_ENV. |
01 Mar 2001 06:39:18
![commit hash: fp1.10151@dev.null.freshports.org commit hash: fp1.10151@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.10151@dev.null.freshports.org commit hash: fp1.10151@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.10151@dev.null.freshports.org commit hash: fp1.10151@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove do-configure section, use PERL_CONFIGURE now. |
14 Feb 2001 05:43:01
![commit hash: fp1.9576@dev.null.freshports.org commit hash: fp1.9576@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.9576@dev.null.freshports.org commit hash: fp1.9576@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.9576@dev.null.freshports.org commit hash: fp1.9576@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
lioux ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
typo clean up police: \s -> \t |
23 Oct 2000 22:03:12
![commit hash: fp1.5413@dev.null.freshports.org commit hash: fp1.5413@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5413@dev.null.freshports.org commit hash: fp1.5413@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5413@dev.null.freshports.org commit hash: fp1.5413@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 01:08:27
![commit hash: fp1.4720@dev.null.freshports.org commit hash: fp1.4720@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4720@dev.null.freshports.org commit hash: fp1.4720@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4720@dev.null.freshports.org commit hash: fp1.4720@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert category databases to new layout. |
26 Aug 2000 10:15:06
![commit hash: fp1.3274@dev.null.freshports.org commit hash: fp1.3274@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.3274@dev.null.freshports.org commit hash: fp1.3274@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.3274@dev.null.freshports.org commit hash: fp1.3274@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
andreas ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
after removal of old postgresql port fix dependencies for postgresql7 port
thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out. |
31 Jul 2000 10:37:40
![commit hash: fp1.2451@dev.null.freshports.org commit hash: fp1.2451@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.2451@dev.null.freshports.org commit hash: fp1.2451@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.2451@dev.null.freshports.org commit hash: fp1.2451@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kevlo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to version 1.9 |
17 Jun 2000 03:37:15
![commit hash: fp1.1031@dev.null.freshports.org commit hash: fp1.1031@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.1031@dev.null.freshports.org commit hash: fp1.1031@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.1031@dev.null.freshports.org commit hash: fp1.1031@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |