aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdsort
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-05-04 10:32:34 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-05-04 10:32:34 +0000
commitdf68d0a9eb362ad970ab0f96d0bdff6ae004bb90 (patch)
tree3fa6eb68eb18de969ffb73d23894332094c43d22 /textproc/bsdsort
parent4322714236a63b739d3d3abe053007ee9a160af3 (diff)
downloadports-df68d0a9eb362ad970ab0f96d0bdff6ae004bb90.tar.gz
ports-df68d0a9eb362ad970ab0f96d0bdff6ae004bb90.zip
- Update to 20120504
- Add option to disable threads Changelog: - Fix bugs that slipped into the previous version - Add knob to disable threads
Notes
Notes: svn path=/head/; revision=296000
Diffstat (limited to 'textproc/bsdsort')
-rw-r--r--textproc/bsdsort/Makefile9
-rw-r--r--textproc/bsdsort/distinfo4
2 files changed, 9 insertions, 4 deletions
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile
index a7b28a517f6f..fc580df1c986 100644
--- a/textproc/bsdsort/Makefile
+++ b/textproc/bsdsort/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sort
-PORTVERSION= 20120503
+PORTVERSION= 20120504
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gabor
@@ -26,7 +26,8 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \
CATDIR="${MANPREFIX}/man/man" \
NLSDIR="${PREFIX}/share/nls"
-OPTIONS= NLS "Compile with NLS support" on \
+OPTIONS= THREADS "Compile with threads support" on \
+ NLS "Compile with NLS support" on \
OVERWRITE_BASE "Replaces base GNU sort" off
.include <bsd.port.pre.mk>
@@ -38,6 +39,10 @@ PLIST_SUB+= NLS="@comment "
PLIST_SUB+= NLS=""
.endif
+.if defined(WITHOUT_THREADS)
+MAKE_ENV+= WITHOUT_THREADS=yes
+.endif
+
.if defined(WITH_OVERWRITE_BASE)
PREFIX= /usr
PLIST_SUB+= OVERWRITE_BASE="" NO_OVERWRITE_BASE="@comment "
diff --git a/textproc/bsdsort/distinfo b/textproc/bsdsort/distinfo
index 3b1c741a3e95..e72517966749 100644
--- a/textproc/bsdsort/distinfo
+++ b/textproc/bsdsort/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sort-20120503.tar.gz) = 9825ee6a8526f664023a3f812015bcb444c4ee6adcdec68a386092531b4b7975
-SIZE (sort-20120503.tar.gz) = 64390
+SHA256 (sort-20120504.tar.gz) = 38d319657de405d1541441ccf00d50404474f55ab0ffa3bc029d580b67ed708d
+SIZE (sort-20120504.tar.gz) = 58244