aboutsummaryrefslogtreecommitdiff
path: root/devel/pth
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* Get rid of WITH_SYSCALL_HARD and depend on whether PKGNAMESUFFIX is -hardVasil Dimov2007-02-121-4/+4
| | | | | | | or not. Notes: svn path=/head/; revision=185008
* Prepare devel/pth for the slave port devel/pth-hard that will be addedVasil Dimov2007-02-121-2/+4
| | | | | | | | | | shortly. PR: ports/108975 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=185007
* Switch to USE_LDCONFIGVasil Dimov2006-06-193-26/+1
| | | | Notes: svn path=/head/; revision=165756
* Upgrade from 2.0.6 to 2.0.7Vasil Dimov2006-06-162-7/+7
| | | | Notes: svn path=/head/; revision=165579
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-2/+0
| | | | Notes: svn path=/head/; revision=161363
* Change my email address to the @FreeBSD oneVasil Dimov2006-01-201-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=153954
* - Update to 2.0.6.Florent Thoumie2005-11-232-4/+4
| | | | | | | | PR: ports/89449 Submitted by: maintainer Notes: svn path=/head/; revision=149170
* Fix pkg-plist WITH_SYSCALL_HARD, and Bump PORTREVISION.Norikatsu Shigemura2005-11-152-7/+12
| | | | | | | Approved by: Vasil Dimov <vd@datamax.bg> (maintainer) Notes: svn path=/head/; revision=148378
* Update to 2.0.5Marcus Alves Grando2005-10-263-28/+17
| | | | | | | | | | Take MAINTAINER PR: 88037 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=146434
* Explicitly disable "soft syscalls" when compiling WITH_HARD_SYSCALLS.Alfred Perlstein2005-06-171-6/+18
| | | | Notes: svn path=/head/; revision=137649
* support toggling of HARD/SOFT syscalls.Alfred Perlstein2005-06-151-2/+7
| | | | Notes: svn path=/head/; revision=137507
* - Adjust Makefile header slightlyAlexey Dokuchaev2005-05-161-8/+12
| | | | | | | | | - Mute in-place patching and unmute script install - Do not pass CFLAGS twice in !OPTIMIZED_CFLAGS case - Utilize OPTIONS Notes: svn path=/head/; revision=135365
* Update to version 2.0.4, the latest from GNU.Alexey Dokuchaev2005-05-162-4/+3
| | | | Notes: svn path=/head/; revision=135364
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Use vertical bar (``|'') instead of coma (``,'') forMikhail Teterin2004-12-151-1/+1
| | | | | | | sed-substitutions. Comas can occur within CFLAGS now. Notes: svn path=/head/; revision=124037
* upgrade to (my ;-) GNU pth 2.0.3Ralf S. Engelschall2004-12-033-4/+4
| | | | Notes: svn path=/head/; revision=123053
* Upgrade to version 2.0.2.Dmitry Sivachenko2004-11-102-3/+4
| | | | Notes: svn path=/head/; revision=121290
* - Support WITH_OPTIMIZED_CFLAGS knobPav Lucistnik2004-05-021-0/+3
| | | | | | | | PR: ports/66102 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=108193
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Respect CFLAGS, should fix build on alphaTilman Keskinoz2003-11-211-0/+5
| | | | Notes: svn path=/head/; revision=94636
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* upgrade to GNU Pth (Portable Threads), version 2.0.0Ralf S. Engelschall2003-02-174-6/+6
| | | | Notes: svn path=/head/; revision=75692
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add startup script for non standard library path.Dirk Froemberg2002-04-283-2/+26
| | | | | | | | PR: ports/37142 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=58250
* Update to 1.4.1Kevin Lo2002-03-232-3/+2
| | | | | | | | PR: 36115 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Notes: svn path=/head/; revision=56482
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* install headers/libraries under its own directory, ${PREFIX}/includes/pth andFUJISHIMA Satsuki2001-09-112-9/+15
| | | | | | | ${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread. Notes: svn path=/head/; revision=47674
* Don't install useless .la files.Maxim Sobolev2001-07-303-5/+20
| | | | Notes: svn path=/head/; revision=45627
* Revert maintainership to ports@FreeBSD.org since current maintainerAde Lovett2001-06-061-1/+1
| | | | | | | appears to be idle (see ports/25224) Notes: svn path=/head/; revision=43564
* Upgrade to GNU Portable Threads (Pth), version 1.4.0Ralf S. Engelschall2001-03-255-19/+5
| | | | Notes: svn path=/head/; revision=40350
* This patch fixes a scheduling bug and is to be incorporated in theArchie Cobbs2001-03-161-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | next version. In the meantime, apply with the port. FYI, the bug is demonstrated by this program: #include <stdio.h> #include <stdlib.h> #include <pth.h> static int check_something(void *arg) { return (0); } static void *thread(void *arg) { printf("thread sleeping five seconds...\n"); pth_nap(pth_time(5, 0)); printf("thread is done sleeping\n"); /* bug: we never get here */ return (NULL); } int main(int ac, char **av) { pth_event_t ev; pth_init(); pth_spawn(NULL, thread, NULL); ev = pth_event(PTH_EVENT_FUNC, check_something, NULL, pth_time(2, 0)); while (1) pth_wait(ev); } Notes: svn path=/head/; revision=39905
* Upgrade to GNU Pth, version 1.3.7Ralf S. Engelschall2000-07-292-2/+2
| | | | Notes: svn path=/head/; revision=31106
* Upgrade to GNU Portable Threads (Pth), version 1.3.6Ralf S. Engelschall2000-07-012-2/+2
| | | | Notes: svn path=/head/; revision=30043
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+1
| | | | Notes: svn path=/head/; revision=29615
* Add share/aclocal/pth.m4.Satoshi Asami2000-06-031-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29155
* GNU Pth 1.3.4 -> 1.3.5Ralf S. Engelschall2000-04-172-2/+2
| | | | Notes: svn path=/head/; revision=27693
* ''Ralf S. Engelschall2000-04-162-2/+2
| | | | Notes: svn path=/head/; revision=27650
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Upgrade GNU Portable Threads (Pth) to version 1.3.3Ralf S. Engelschall2000-03-102-3/+3
| | | | Notes: svn path=/head/; revision=26710
* Upgrade to GNU Portable Threads (Pth), version 1.3.2Ralf S. Engelschall2000-02-242-3/+3
| | | | Notes: svn path=/head/; revision=26252
* Upgrade to GNU Portable Threads (Pth), version 1.3.1Ralf S. Engelschall2000-02-202-3/+3
| | | | Notes: svn path=/head/; revision=26028