| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=339633
|
|
|
|
|
|
|
| |
- Honor DOCS and EXAMPLES options
Notes:
svn path=/head/; revision=339632
|
|
|
|
| |
Notes:
svn path=/head/; revision=339631
|
|
|
|
| |
Notes:
svn path=/head/; revision=339630
|
|
|
|
| |
Notes:
svn path=/head/; revision=339629
|
|
|
|
| |
Notes:
svn path=/head/; revision=339628
|
|
|
|
| |
Notes:
svn path=/head/; revision=339627
|
|
|
|
|
|
|
|
|
| |
- Add staging support
- Add LICENSE
- Move MAN3 to pkg-plist
Notes:
svn path=/head/; revision=339626
|
|
|
|
| |
Notes:
svn path=/head/; revision=339625
|
|
|
|
|
|
|
|
|
|
| |
- Remove GPLv3 and add LGPL21 to LICENSE
PR: ports/185516
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=339624
|
|
|
|
|
|
|
| |
Approved by: beat (mentor)
Notes:
svn path=/head/; revision=339623
|
|
|
|
| |
Notes:
svn path=/head/; revision=339622
|
|
|
|
|
|
|
|
|
|
|
|
| |
The previous commit enabled non-root builds to work, but broke builds
by root instead. The ${GID} variable is blank when the user is root,
so the replacement of "root" with ${GID} resulted in bad command.
Just use ${BSD_INSTALL_PROGRAM} instead and revbump because the packaged
binaries could be stripped now because of that. Commit covered by the
"Just fix it" blanket.
Notes:
svn path=/head/; revision=339621
|
|
|
|
|
|
|
|
|
|
|
| |
- Strip installed .so libs.
- Fix up shebang lines of scsi_* scripts.
- USE_GMAKE -> USES=
Approved by: portmgr@ (implicit, blanket)
Notes:
svn path=/head/; revision=339620
|
|
|
|
|
|
|
|
|
| |
- Add missing STRIP_CMD for .so files to please stage-qa in DEVELOPER=yes mode.
Approved by: portmgr@ (implicit, blanket) [1]
Notes:
svn path=/head/; revision=339619
|
|
|
|
|
|
|
|
|
|
| |
After staging, this port failed because PLIST_SUB for NLS was
no longer defined. The option has to be explicitly listed
for OPTIONS_SUB to work. Define DOCS while here and bump because
it has been building incorrectly.
Notes:
svn path=/head/; revision=339617
|
|
|
|
|
|
|
|
| |
This port was failing the package target because the main program
was not staged after NO_STAGE definition was removed.
Notes:
svn path=/head/; revision=339616
|
|
|
|
|
|
|
|
|
| |
Respect ${CC}
Approved by: portmgr@ (blanket)
Notes:
svn path=/head/; revision=339615
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (blanket)
Notes:
svn path=/head/; revision=339613
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://kb.isc.org/article/AA-01078/74/
9.9.4 -> 9.9.4-P2
9.8.6 -> 9.8.6-P2
9.6-ESV-R10 -> 9.6-ESV-R10-P2
Security: CVE-2014-0591 Remote DOS
Notes:
svn path=/head/; revision=339612
|
|
|
|
|
|
|
|
|
|
| |
Replace USE_GMAKE with USES=gmake
Add STAGEDIR Support
Convert to new LIB_DEPENDS syntax
Define LICENSE
Notes:
svn path=/head/; revision=339611
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port had two major c++ issues.
The first was missing <cstlib> header and using <string> instead of
<cstring>. The second was the default setting of CC to "g++" which
fails on F10+.
Unbreak and stagify under the "Just fix it" blanket.
Notes:
svn path=/head/; revision=339610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 145.1.2010.11.5
- Add PORTEPOCH
- Change license GPLv2 to GPLv1
- Remove USE_ZIP=yes
- USES gmake instead of USE_GMAKE
- Add USE_GCC=yes
- Use pkg-plist instead of PLIST_FILES and PORTDATA
- Add DOCS Option
- Support STAGEDIR
- Change Desktop entry file
- Symlink the icon instead of copying it
- Break lines around 80 characters
- Recreate patches with make makepatch
Notes:
svn path=/head/; revision=339609
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (blanket)
Notes:
svn path=/head/; revision=339608
|
|
|
|
|
|
|
|
|
| |
Submitted by: gizd
Approved by: crees (mentor)
MFH: 2014Q1
Notes:
svn path=/head/; revision=339606
|
|
|
|
| |
Notes:
svn path=/head/; revision=339605
|
|
|
|
| |
Notes:
svn path=/head/; revision=339604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Fix hang in sanity check
- Fix race causing "unknown stuck queue" after ports finish building
- Fix PARALLEL_JOBS always set to prepare number
- Cache fixes
- cpdup -X usage fixes
- bulk: Avoid rollback on first startup (speeds up startup)
- Cleanup some error handling with parallel processes,
errors will now cause a 30 second wait for other processes
to cleanly exist instead of sending a SIGKILL right away.
- Fix KEEP_OLD_PACKAGES_COUNT when package root
is a symlink
- Ignore home directory of users created by ports during
leftover check
- Load MOVED on startup and use it to track changed origins
in existing packages, which fixes more invalid dependency errors
and "new dependency" deletions in sanity check.
- Checksum is now done as root in case it needs to refetch
- testport: Remove extra -J description
Notes:
svn path=/head/; revision=339603
|
|
|
|
| |
Notes:
svn path=/head/; revision=339602
|
|
|
|
|
|
|
|
|
|
|
| |
while here:
- Use options helpers properly
PR: ports/185513
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=339601
|
|
|
|
|
|
|
| |
- Support staging
Notes:
svn path=/head/; revision=339600
|
|
|
|
|
|
|
|
| |
- Convert USE_GMAKE to USES
- Add DESKTOP_ENTRIES
Notes:
svn path=/head/; revision=339599
|
|
|
|
|
|
|
|
| |
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
Notes:
svn path=/head/; revision=339598
|
|
|
|
|
|
|
| |
- Properly handle docs installation
Notes:
svn path=/head/; revision=339597
|
|
|
|
| |
Notes:
svn path=/head/; revision=339596
|
|
|
|
|
|
|
|
|
|
|
| |
- Manpage improvements
- fix $auditfile in pkg audit periodic script
- Fix repo-*.sqlite being corrupted when pkg update is interrupted by the user
- pkg add now tells the version of the package missing
- Strop decoding/encoding all fields, only scripts and description are now encoded/decoded
Notes:
svn path=/head/; revision=339595
|
|
|
|
|
|
|
| |
Covered by the "Just fix it" blanket (obvious typo).
Notes:
svn path=/head/; revision=339594
|
|
|
|
| |
Notes:
svn path=/head/; revision=339593
|
|
|
|
|
|
|
| |
- STAGE-clean
Notes:
svn path=/head/; revision=339592
|
|
|
|
| |
Notes:
svn path=/head/; revision=339591
|
|
|
|
| |
Notes:
svn path=/head/; revision=339590
|
|
|
|
| |
Notes:
svn path=/head/; revision=339589
|
|
|
|
| |
Notes:
svn path=/head/; revision=339588
|
|
|
|
|
|
|
|
|
|
| |
devel/qt4-qtsolutions-soap to stop building (see ports/184547)
PR: 184547
Submitted by: lbartoletti <coder@tuxfamily.org>
Notes:
svn path=/head/; revision=339587
|
|
|
|
|
|
|
| |
- Fix distinfo
Notes:
svn path=/head/; revision=339584
|
|
|
|
|
|
|
|
|
| |
PR: 185595
Reviewed by: marino
Obtained from: Debian
Notes:
svn path=/head/; revision=339583
|
|
|
|
|
|
|
|
|
|
| |
- STAGE-clean
- Respect PREFIX
MFH: 2014Q1
Notes:
svn path=/head/; revision=339582
|
|
|
|
|
|
|
|
| |
- STAGE-clean
- Fix a run-time error when no LANG environment variable is defined
Notes:
svn path=/head/; revision=339581
|
|
|
|
|
|
|
| |
Give maintainership to lua@
Notes:
svn path=/head/; revision=339580
|
|
|
|
| |
Notes:
svn path=/head/; revision=339579
|