aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/hourglass
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to options helpersamdmi32015-09-031-7/+3
| | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
* Cleanup DIST* variables.mat2015-05-121-1/+1
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
| | | | '__' instead.
* Remove trailing whitespaces from category sysutilsehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Support STAGEjadawin2013-11-081-3/+2
| | | | Sponsored by: OBS
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | sysutils)
* - Remove the WITH_LINUXTHREADS knob from the Makefile.jadawin2013-06-071-15/+4
| | | | | PR: ports/179354 Submitted by: rene@
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)gahr2013-02-282-6/+8
| | | | Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-6/+0
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Update maintainer addressjadawin2008-03-121-1/+1
| | | | Approved by: thierry (mentor)
* - Update to 1.0.1tabthorpe2007-10-122-6/+7
| | | | | | | | | - Pet portlint - Rass maintainership to submitter PR: ports/117134 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: clsung (mentor, implicit)
* Only compile on i386 and amd64, due to requirement for rdtsc() function.rodrigc2007-01-231-0/+1
|
* - FreeBSD patches to include <machine/cpufunc.h> to get rdtsc() function,rodrigc2007-01-233-0/+89
| | | | | instead of using local one in hourglass.h. - Other minor amd64 compilation fixes.
* PR: 108154rodrigc2007-01-212-2/+12
| | | | | | - respect PTHREAD_LIBS and PTHREAD_CFLAGS - add WITH_LINUXTHREADS tunable to override PTHREAD_LIBS and PTHREAD_CFLAGS with linuxthreads port
* Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1
| | | | Hat: portmgr
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
|
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add hourglass 1.0.0, a real-time application useful to learn howthierry2004-04-125-0/+103
CPU scheduling works. PR: 64635 Submitted by: Olivier Tharan Approved by: pav (mentor).