| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.
PR: 208294
Exp-run by: antoine
Approved by: portmgr (antoine), perl (mat)
Differential Revision: https://reviews.freebsd.org/D4158
Notes:
svn path=/head/; revision=413184
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
|
|
| |
- While here, add NO_ARCH and fix LICENSE
PR: 208100
Submitted by: jochen@jochen-neumeister.de
Notes:
svn path=/head/; revision=412089
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=396892
|
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
Notes:
svn path=/head/; revision=387354
|
|
|
|
|
|
|
| |
- Modernize plist
Notes:
svn path=/head/; revision=386429
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=385689
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=361218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We install most of interchange's files into ${PREFIX}/interchange. This does
not play well with Uses/perl5.mk, since it appends some values to
CONFIGURE_ARGS that do not work with a custom prefix (it overrides PREFIX,
INSTALLARCHLIB and INSTALLPRIVLIB). Since the right paths are necessary at
the configure stage, we have to implement do-configure ourselves with a
custom INTERCH_CONFIGURE_ARGS with the values we want.
Additionally, set only the required values in INTERCH_CONFIGURE_ARGS and
MAKE_ARGS, based on what upstream's RPM spec file does.
Submitted by: loader@freebsdmall.com
Notes:
svn path=/head/; revision=361207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support staging.
- Modernise the Makefile:
* Switch from USE_BZIP2=yes to USES=tar:bzip2
* Use <OPTION>_RUN_DEPENDS instead of including bsd.port.options.mk and
doing checks ourselves.
* Drop the pkg-deinstall and pkg-install scripts. Instead, just rely on
the ports infrastructure with GROUPS/USERS to create the "interch"
group/user and use the plist to create /var/run/interchange and change
the ownership in %D/interchange.
- Add some missing entries to the plist.
Based on a patch sent by the former maintainer.
PR: 191464
Submitted by: loader@freebsdmall.com (based on)
Notes:
svn path=/head/; revision=361002
|
|
|
|
|
|
|
| |
www)
Notes:
svn path=/head/; revision=327776
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327283
|
|
|
|
| |
Notes:
svn path=/head/; revision=319846
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300275
|
|
|
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=298970
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=226156
|
|
|
|
|
|
|
|
| |
PR: ports/130424
Submitted by: loader <loader@freebsdmall.com> (maintainer)
Notes:
svn path=/head/; revision=225925
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=207859
|
|
|
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Notes:
svn path=/head/; revision=199069
|
|
|
|
|
|
|
|
|
| |
PR: 109101
Submitted by: miwi
Approved by: maintainer
Notes:
svn path=/head/; revision=185101
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added files/interchange.sh.in
- Removed files/interchange.sh
PR: ports/108665
Submitted by: loader <loader at freebsdmall.com> (maintainer)
Approved by: alexbl (mentor, implicit)
Notes:
svn path=/head/; revision=183964
|
|
|
|
| |
Notes:
svn path=/head/; revision=162218
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
| |
PR: ports/91470
Submitted by: loader <loader@freebsdmall.com>
Notes:
svn path=/head/; revision=153066
|
|
|
|
|
|
|
| |
Approved by: loader <loader@freebsdmall.com> (maintainer)
Notes:
svn path=/head/; revision=152813
|
|
|
|
|
|
|
|
| |
PR: ports/88885
Submitted by: maintainer
Notes:
svn path=/head/; revision=148047
|
|
|
|
|
|
|
|
|
|
|
| |
- OPTIONSfy
- Pass maintainership to submitter
PR: ports/86204
Submitted by: loader <loader@freebsdmall.com>
Notes:
svn path=/head/; revision=143283
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
|
|
|
|
| |
to check for perl 5.6.1 or better. [1]
Remove -DCHECK_FOR_IC_USER from MAKE_ARGS, it's not needed there.
Noticed by: erwin [1]
Notes:
svn path=/head/; revision=95532
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove perl 5.8 dependency, no problems with 5.6 here
- fix one very little bug in the plist (only shows up if you deinstall
right after installing interchange)
If you experience a problem, please report via send-pr and not in some
kind of chat where the actual content of the report may get lost.
Go ahead and do what's needed by: linimon
Notes:
svn path=/head/; revision=95531
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
do nasty things like install into non-subdirectories of /usr/local.
(This was reported to me privately). Also, mark as BROKEN due to a
configuration error in which it requests you create a userid but then
refuses to use it.
The submitter of the original email reports that this port has become
out of date, and that he also had much better success with the (upcoming)
port of osCommerce, which is much less difficult to understand.
Notes:
svn path=/head/; revision=95212
|
|
|
|
|
|
|
| |
while I'm here.
Notes:
svn path=/head/; revision=92280
|
|
|
|
|
|
|
| |
in the last commit.
Notes:
svn path=/head/; revision=92065
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
| |
Add dependency to p5-libwww[1].
Reported by: Evren Yurtesen <yurtesen@finland.ispro.net.tr> [1]
Notes:
svn path=/head/; revision=85620
|
|
|
|
| |
Notes:
svn path=/head/; revision=75976
|
|
|
|
|
|
|
|
|
|
| |
cluster.
- Give maintainership back to ports@.
Approved by: kris
Notes:
svn path=/head/; revision=71328
|
|
|
|
|
|
|
| |
Noticed by: Fenner's distfile survey
Notes:
svn path=/head/; revision=69687
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=67100
|
|
|
|
|
|
|
|
|
|
| |
installed by databases/p5-SQL-Statement lives right under ${PERL_VER},
not under ${PERL_VER}/${PERL_ARCH}.
Submitted by: bento
Notes:
svn path=/head/; revision=67059
|
|
|
|
| |
Notes:
svn path=/head/; revision=66189
|
|
|
|
| |
Notes:
svn path=/head/; revision=66033
|
|
|
|
|
|
|
| |
- Add another website with resources to the description.
Notes:
svn path=/head/; revision=66032
|
|
|
|
|
|
|
| |
Noticed by: Seth Kingsley <sethk@meowfishies.com>
Notes:
svn path=/head/; revision=65554
|