| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 200948
Submitted by: dgeo@centrale-marseille.fr (maintainer)
Notes:
svn path=/head/; revision=390141
|
|
|
|
|
|
|
| |
Bump portrevision as USE_PGSQL is now doing nothing
Notes:
svn path=/head/; revision=383506
|
|
|
|
|
|
|
|
| |
PR: 198309
Submitted by: maintainer
Notes:
svn path=/head/; revision=381383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl. This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20. For affected ports, the interpreter
was changed to localbase.
In one case, the interpreter was correct, but it wasn't surround by
quotes. Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
Notes:
svn path=/head/; revision=376298
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=375302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 193284
Submitted by: maintainer: dgeo (centrale-marseille.fr)
Overhaul: marino
There were numerous issues still existing even after provided patch
was applied. I ended up completely overhauling the port. It's been
tested with poudriere testport.
Notes:
svn path=/head/; revision=369294
|
|
|
|
|
|
|
|
|
|
|
| |
- Support staging.
PR: 191435
PR: 191436
Submitted by: dgeo@centrale-marseille.fr (maintainer)
Notes:
svn path=/head/; revision=360106
|
|
|
|
|
|
|
|
| |
PR: ports/183716
Submitted by: maintainer
Notes:
svn path=/head/; revision=333292
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
- While I'm here, use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
PR: ports/182277
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Approved by: maintainer (timeout, 7 weeks)
Notes:
svn path=/head/; revision=332583
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.3.2
- USES perl5
PR: ports/181829
Submitted by: Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
Notes:
svn path=/head/; revision=326420
|
|
|
|
|
|
|
|
| |
PR: 180560
Submitted by: maintainer
Notes:
svn path=/head/; revision=323092
|
|
|
|
|
|
|
|
|
|
| |
colons.
PR: ports/180203
Submitted by: maintainer
Notes:
svn path=/head/; revision=322181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.3
- Add DOCS option
- Change pkg-message to tell about db migration
Changes:
http://sourceforge.net/p/netdisco/code/ci/ver_1_3/tree/ChangeLog
PR: ports/179805
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes:
svn path=/head/; revision=321675
|
|
|
|
|
|
|
|
|
| |
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=321187
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed option to fetch oui.txt while building the port (let the user read
pkg-message).
PR: ports/177956
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes:
svn path=/head/; revision=320758
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix group replacement in rc script
- Trim Makefile header
PR: ports/177632
Submitted by: maintainer
Notes:
svn path=/head/; revision=317835
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with new bsd.apache.mk by changing
to USE_APACHE_RUN, since this port has NO_BUILD
PR: ports/171284 [1]
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=303680
|
|
|
|
|
|
|
|
|
|
|
|
| |
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
Notes:
svn path=/head/; revision=302724
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Updated netdisco to 1.1
- Updated netdisco to use netdisco-mibs instead of INDEX killer !=
- Pass maintainership to submitter (via private email)
- Update to use Apache 20+ instead of 13+
PR: ports/164955
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Approved by: gabor (mentor, implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=291603
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- change p5-Apache-DBI-mp2 -> p5-Apache-DBI
with hat apache@
Notes:
svn path=/head/; revision=288559
|
|
|
|
|
|
|
|
|
| |
- sort dependency
with hat apache@
Notes:
svn path=/head/; revision=288383
|
|
|
|
|
|
|
|
|
|
|
| |
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
Notes:
svn path=/head/; revision=288372
|
|
|
|
| |
Notes:
svn path=/head/; revision=280086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@
Notes:
svn path=/head/; revision=274481
|
|
|
|
|
|
|
|
|
|
|
| |
- pass mainership to submitter
PR: 151841
Submitted by: Sevan Janiyan <venture37 _at_ geeklan.co.uk> (new maintainer)
Approved by: glarkin (mentor, implicit)
Notes:
svn path=/head/; revision=264207
|
|
|
|
|
|
|
| |
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
Notes:
svn path=/head/; revision=261560
|
|
|
|
|
|
|
|
|
| |
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
Notes:
svn path=/head/; revision=261530
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
starting with N
Notes:
svn path=/head/; revision=240073
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
| |
- Bump PORTREVISIONs.
Notes:
svn path=/head/; revision=209941
|
|
|
|
| |
Notes:
svn path=/head/; revision=205557
|
|
|
|
|
|
|
|
|
| |
- Remove user/group if PACKAGE_BUILDING or BATCH
Reported by: pointyhat via erwin
Notes:
svn path=/head/; revision=205169
|
|
|
|
|
|
|
|
|
|
| |
- Convert old style rc script to new style
PR: ports/119296
Submitted by: valerio.daelli at gmail.com (maintainer)
Notes:
svn path=/head/; revision=205068
|
|
|
|
| |
Notes:
svn path=/head/; revision=193179
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: ports/105529
Submitted by: laszlof
Notes:
svn path=/head/; revision=188173
|
|
|
|
| |
Notes:
svn path=/head/; revision=178677
|
|
mapping moderate to large sized networks.
PR: ports/95563
Submitted by: shaun (me)
Approved by: ahze (mentor, implicit)
Notes:
svn path=/head/; revision=167642
|