| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
|
|
|
|
|
| |
2: use @sample to handle config file.
Approved by: portmgr@ (blanket approval)
|
|
|
|
| |
sysutils)
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.4 [1]
- Fix typo in pkg-descr [1]
- Trim Makefile header
- Remove leading article from COMMENT
PR: ports/179717 [1]
Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- While here, fix clang build (CC=gcc)
- Stop clobbering config files
PR: ports/157242
Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
|
|
|
|
|
|
|
| |
- add a patch to have a cleaner rc script and make the port respect PREFIX
PR: ports/156663
Submitted by: Jesse <jessefrgsmith _at_ yahoo.ca> (maintainer)
|
|
available on the system and create moer on-disk swap as needed. Additionally
Swap Extender will remove unwanted swap space when memory is freed.
WWW: http://makeapbi.sourceforge.net/
PR: ports/155955
Submitted by: Jesse Smith <jessefrgsmith@yahoo.ca>
|