Commit graph

8 commits

Author SHA1 Message Date
Matthias Andree
1c0f31a22f ARM: for mutexes, use machine/atomic.h primitives
The previous approach only worked on ARMv7+, this should now permit
build and use with environments shared between processes on a wider set
of ARM architectures.

Bump PORTREVISION.

PR:		213223
Submitted by:	mikael.urankar@gmail.com
2016-10-05 20:17:39 +00:00
Sunpoet Po-Chuan Hsieh
f936861b6c - Revert WRKSRC_SUBDIR change in r417590 which breaks make makepatch
Notified by:	mat
2016-06-26 18:01:59 +00:00
Sunpoet Po-Chuan Hsieh
dc6defc4de - Use WRKSRC_SUBDIR
- Convert to new options target helper

Approved by:	portmgr (blanket)
2016-06-26 17:24:21 +00:00
Matthias Andree
a15880181a Fix portlint warnings.
Add PATCH_WRKSRC so that make makepatch works,
refresh patches with make makepatch and rename them,
and drop the "The" from COMMENT.
2016-05-23 20:59:55 +00:00
Matthias Andree
1b68d5eb0c Update to 6.2.23. Add TCL option. Cleanup.
Changes submitted by gahr@:
Enable a new TCL option, adding a pkgIndex.tcl file.
Modernize Makefile. [1]

Changes by mandree@:
Fix installation of TCL API docs if TCL option is enabled.
Update to new upstream release 6.2.23.
Install the upgrade61.sh script if SQL option is enabled, with
additional fixes distributed as a patch to avoid licensing concerns.
Add an UPDATING entry.
Add changes in Mk/Uses/bdb.mk.

db5 parts of PR 208740 to be committed in a separate transaction later.

PR:		208740
Submitted by:	gahr@
2016-05-23 20:18:24 +00:00
Matthias Andree
eeaaf77bc5 Fix mutex code on powerpc64.
PR:		191453
Submitted by:	jhibbits@
2014-07-02 20:59:24 +00:00
Matthias Andree
2e4789f632 Simplify, for conciseness:
Move function of patch file into post-patch target, too.
2013-07-24 21:57:54 +00:00
Matthias Andree
dbf33b220e Fix C++11 compatibility by renaming atomic_init().
Modified version of dim's patch, where most of the stuff
moves into a REINPLACE_CMD called from post-patch.

Submitted by:	dim
2013-07-24 21:35:51 +00:00