| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=517643
|
|
|
|
| |
Notes:
svn path=/head/; revision=508909
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Notes:
svn path=/head/; revision=399346
|
|
|
|
| |
Notes:
svn path=/head/; revision=387785
|
|
|
|
|
|
|
| |
- Fix patch files to reflect 'make makepatch'
Notes:
svn path=/head/; revision=387724
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=375378
|
|
|
|
| |
Notes:
svn path=/head/; revision=373091
|
|
|
|
| |
Notes:
svn path=/head/; revision=373038
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make EXAMPLES optional
- Remove useless MANCOMPRESSED
- Bump PORTREVISION
PR: 190937
Submitted by: Bill <willambender934@yahoo.com>
Fixed by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=358793
|
|
|
|
|
|
|
|
| |
PR: ports/190563
Submitted by: maintainer
Notes:
svn path=/head/; revision=356428
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=355686
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
| |
Notes:
svn path=/head/; revision=316744
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 166196 165943 165915
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=293502
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes:
svn path=/head/; revision=274133
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: 143239
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Notes:
svn path=/head/; revision=249708
|
|
|
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
Notes:
svn path=/head/; revision=246327
|
|
|
|
|
|
|
|
| |
Reported by: dan
Pointyhat to: myself
Notes:
svn path=/head/; revision=240084
|
|
|
|
|
|
|
| |
starting with P,R,S
Notes:
svn path=/head/; revision=240075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
| |
Notes:
svn path=/head/; revision=215667
|
|
|
|
|
|
|
| |
Submitted by: Matthieu Michaud <matthieu(at)epita.info> via e-mail
Notes:
svn path=/head/; revision=190624
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Write notes about msyslogd_flags in pkg-message
- Add msyslogd_flags into rcng file [1]
- bump portversion
[1] Few people ask me todo that, i remember about it, but missed all email from them, sorry guys.
no you names,emails here.
Notes:
svn path=/head/; revision=173147
|
|
|
|
|
|
|
|
| |
PR: ports/98393
Submitted by: Richard Tector <richard@tector.org.uk>
Notes:
svn path=/head/; revision=165231
|
|
|
|
|
|
|
| |
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
Notes:
svn path=/head/; revision=156650
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
| |
Noticed by: Guido <guido_ro@yahoo.it> (via email)
Approved by: sem (mentor)
Notes:
svn path=/head/; revision=144275
|
|
|
|
|
|
|
| |
Approved by: sem (mentor)
Notes:
svn path=/head/; revision=144051
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Simplify Makefile
- Add OPTIONS support
- Pass maintainership to submitter
PR: ports/86151
Submitted by: Andrej Zverev <az@inec.ru>
Notes:
svn path=/head/; revision=142810
|
|
|
|
|
|
|
| |
available.
Notes:
svn path=/head/; revision=142688
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=127737
|
|
|
|
|
|
|
|
|
|
| |
(bump PORTREVISION)
PR: ports/55237
Submitted by: Janos Mohacsi
Notes:
svn path=/head/; revision=112615
|
|
|
|
|
|
|
|
|
|
| |
configure script.
PR: 62738
Submitted by: Bill Melvin <Bill.Melvin@esc.edu>
Notes:
svn path=/head/; revision=110181
|
|
|
|
| |
Notes:
svn path=/head/; revision=110177
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=79322
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
|
| |
Chase WWW URL.
Remove autoconf dependency.
Bump PORTREVISION.
Notes:
svn path=/head/; revision=72525
|
|
|
|
| |
Notes:
svn path=/head/; revision=72511
|
|
|
|
|
|
|
|
| |
I'll send a PR regarding the real solution (= automatic USE_PERL5_RUN
when USE_AUTOCONF is selected)
Notes:
svn path=/head/; revision=70463
|
|
|
|
|
|
|
| |
Noticed on: bento
Notes:
svn path=/head/; revision=70219
|
|
|
|
|
|
|
|
|
| |
of PERL to REINPLACE_CMD
Noticed on: bento
Notes:
svn path=/head/; revision=69762
|
|
|
|
|
|
|
|
| |
Fix MANDIR, add two lost manpages.
Port is prefix-clean.
Notes:
svn path=/head/; revision=56547
|