| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/165578
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=292511
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
|
|
|
|
| |
PR: ports/157683
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=275186
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=271346
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
| |
- Enable MAKE_JOBS_SAFE
PR: 144820
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=251333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Use PORTDOCS and remove pkg-plist
PR: ports/129450
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=223840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/126393
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=218448
|
|
|
|
|
|
|
|
|
|
| |
- Update maintainer's mail
PR: ports/124413
Submitted by: Emil Mikulic <emil at cs.rmit.edu.au> (maintainer)
Notes:
svn path=/head/; revision=214601
|
|
|
|
|
|
|
|
| |
PR: 116869
Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
Notes:
svn path=/head/; revision=200940
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
| |
PR: 112241
Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
Notes:
svn path=/head/; revision=191150
|
|
|
|
|
|
|
|
|
|
|
| |
- fix build on 4.X
PR: ports/101545
Submitted by: maintainer (Emil Mikulic)
Reviewed by: clsung
Notes:
svn path=/head/; revision=170203
|
|
|
|
|
|
|
|
|
|
|
| |
- darkstat 3 is almost a complete rewrite of v2 and greatly
improves speed, features, and reliability.
PR: ports/99714
Submitted by: maintanier (Emil Mikulic)
Notes:
svn path=/head/; revision=166795
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154949
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
address.
Notes:
svn path=/head/; revision=104496
|
|
|
|
|
|
|
|
| |
<emikulic@optushome.com.au>: host mail.optusnet.com.au[211.29.132.250] said:
553 5.3.0 <emikulic@optushome.com.au>... No such user
Notes:
svn path=/head/; revision=104372
|
|
|
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Notes:
svn path=/head/; revision=101812
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WITHOUT_NLS knob [1]
- Fix libintl detection if ${LOCALBASE} != /usr/local [2]
- Use DOCSDIR in pkg-plist
PR: 59034 [1]
Submitted by: maintainer [1], sergei [2]
Notes:
svn path=/head/; revision=93313
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: ports/47340
Submitted by: Emil Mikulic <emikulic@optushome.com.au>
Notes:
svn path=/head/; revision=74237
|
|
|
|
|
|
|
|
| |
PR: 46388
Submitted by: maintainer
Notes:
svn path=/head/; revision=72348
|
|
|
|
|
|
|
|
| |
PR: ports/44805
Submitted by: mintainer
Notes:
svn path=/head/; revision=69243
|
|
|
|
|
|
|
|
|
|
| |
* Add another master site..
PR: 43284
Submitted by: maintainer
Notes:
svn path=/head/; revision=67384
|
|
|
|
|
|
|
|
| |
PR: 41549
Submitted by: maintainer
Notes:
svn path=/head/; revision=64390
|
|
|
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
Notes:
svn path=/head/; revision=63850
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=62950
|
|
|
|
|
|
|
|
|
| |
Assign maintainership to the author.
Submitted by: Emil Mikulic <emikulic@optushome.com.au>
Notes:
svn path=/head/; revision=62224
|
|
|
|
| |
Notes:
svn path=/head/; revision=58432
|
|
Notes:
svn path=/head/; revision=55196
|