aboutsummaryrefslogtreecommitdiff
path: root/devel/mm
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
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.4.2Marcus Alves Grando2006-08-262-4/+4
| | | | Notes: svn path=/head/; revision=171442
* - Update to 1.4.1Marcus Alves Grando2006-08-112-5/+6
| | | | | | | | PR: 101780 Submitted by: Gea-Suan Lin <gslin___gslin.org> Notes: svn path=/head/; revision=170352
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Pass maintainership to submitterRenato Botelho2005-09-131-1/+1
| | | | | | | | PR: ports/86041 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=142582
* upgrade to my latest OSSP mm 1.4.0Ralf S. Engelschall2005-09-074-6/+6
| | | | Notes: svn path=/head/; revision=142143
* 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
* Upgrade to version 1.3.1.Dmitry Sivachenko2004-11-102-3/+4
| | | | Notes: svn path=/head/; revision=121288
* - Introduce MASTER_SITE_OSSPPav Lucistnik2004-08-211-1/+2
| | | | | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=116953
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* Resign maintainership of the ports corresponding to software I developedRalf S. Engelschall2004-03-141-1/+1
| | | | | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports. Notes: svn path=/head/; revision=103976
* Update to version 1.3.0.Dmitry Sivachenko2003-07-243-4/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=85523
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOLRalf S. Engelschall2003-02-052-1/+2
| | | | Notes: svn path=/head/; revision=74871
* upgrade to OSSP mm 1.2.1Ralf S. Engelschall2002-07-312-2/+2
| | | | Notes: svn path=/head/; revision=63775
* Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)Ralf S. Engelschall2002-07-265-10/+10
| | | | Notes: svn path=/head/; revision=63605
* Upgrade to MM Shared Memory Library, version 1.1.3Ralf S. Engelschall2000-07-012-2/+2
| | | | Notes: svn path=/head/; revision=30044
* 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
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-5/+1
| | | | Notes: svn path=/head/; revision=29630
* Upgrade to MM (Shared Memory Library), version 1.1.2Ralf S. Engelschall2000-05-212-2/+2
| | | | Notes: svn path=/head/; revision=28645
* Upgrade to MM Shared Memory Library, version 1.1.1Ralf S. Engelschall2000-04-302-2/+2
| | | | Notes: svn path=/head/; revision=28155
* Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0Ralf S. Engelschall2000-04-304-4/+4
| | | | Notes: svn path=/head/; revision=28151
* Prefix URL in pkg/DESCR with "WWW:".Ralf S. Engelschall2000-04-281-3/+1
| | | | Notes: svn path=/head/; revision=28063
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-241-1/+0
| | | | | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=23999
* Upgrade to MM (Shared Memory Library), version 1.0.12Ralf S. Engelschall1999-09-282-3/+3
| | | | Notes: svn path=/head/; revision=22044
* Upgrade to MM (Shared Memory Libray), version 1.0.11Ralf S. Engelschall1999-09-062-3/+3
| | | | Notes: svn path=/head/; revision=21301
* Upgrade to MM Shared Memory Library, version 1.0.10Ralf S. Engelschall1999-08-272-3/+3
| | | | Notes: svn path=/head/; revision=21023
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Upgrade to MM Shared Memory Library, version 1.0.9.Ralf S. Engelschall1999-07-022-4/+4
| | | | Notes: svn path=/head/; revision=19959
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Upgrade to MM Shared Memory Library, version 1.0.7Ralf S. Engelschall1999-06-222-4/+4
| | | | Notes: svn path=/head/; revision=19640
* Upgrade to MM Shared Memory Library, Version 1.0.6Ralf S. Engelschall1999-06-062-4/+4
| | | | Notes: svn path=/head/; revision=19225
* Upgrade to MM (Shared Memory Library), Version 1.0.5Ralf S. Engelschall1999-06-023-4/+5
| | | | Notes: svn path=/head/; revision=19187
* Add also FTP site to MASTER_SITESRalf S. Engelschall1999-05-221-2/+3
| | | | Notes: svn path=/head/; revision=18938
* Upgrade to MM Shared Memory Library, version 1.0.4Ralf S. Engelschall1999-05-212-4/+4
| | | | Notes: svn path=/head/; revision=18932
* Upgrade to MM Shared Memory Library, Version 1.0.3Ralf S. Engelschall1999-05-172-4/+4
| | | | Notes: svn path=/head/; revision=18855
* Upgrade to MM Shared Memory Library, Version 1.0.2Ralf S. Engelschall1999-04-262-4/+4
| | | | Notes: svn path=/head/; revision=18138
* Upgrade to MM Shared Memory Libray, Version 1.0.1Ralf S. Engelschall1999-04-182-6/+9
| | | | Notes: svn path=/head/; revision=17968
* Make portlint happy (COMMENT exceeded 70 chars per line)Ralf S. Engelschall1999-03-281-1/+1
| | | | Notes: svn path=/head/; revision=17412
* Upgrade to MM library, version 1.0.0Ralf S. Engelschall1999-03-282-4/+4
| | | | Notes: svn path=/head/; revision=17411
* Import of MM, a portable shared memory library.Ralf S. Engelschall1999-03-245-0/+51
The MM library is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second layer it provides a high-level malloc(3)-style API for a convenient and well known way to work with data-structures inside those shared memory segments. This library is proposed to be used in future versions of Apache 1.3 as the base library for shared memory pools. Notes: svn path=/head/; revision=17371