CVS log for ports/devel/mm/Makefile
Up to [FreeBSD] / ports / devel / mm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Feb 1 15:53:03 2012 UTC (8 days, 23 hours ago) by tabthorpe
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- Reassign to the heap
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:45 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:43 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +0 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script 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
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Aug 26 18:04:05 2006 UTC (5 years, 5 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Update to 1.4.2
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Aug 11 13:35:11 2006 UTC (5 years, 6 months ago) by mnag
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -2 lines
- Update to 1.4.1 PR: 101780 Submitted by: Gea-Suan Lin <gslin___gslin.org>
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Sep 16 17:58:27 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Update my email Approved by: pav (mentor)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Sep 13 11:47:05 2005 UTC (6 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- Pass maintainership to submitter PR: ports/86041 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Sep 7 07:10:23 2005 UTC (6 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
upgrade to my latest OSSP mm 1.4.0
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:15 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:40 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Nov 10 08:31:22 2004 UTC (7 years, 3 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Upgrade to version 1.3.1.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:19:40 2004 UTC (7 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
- Introduce MASTER_SITE_OSSP PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Mar 14 11:23:25 2004 UTC (7 years, 10 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Resign maintainership of the ports corresponding to software I developed 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.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jul 24 13:42:19 2003 UTC (8 years, 6 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
Update to version 1.3.0. Approved by: maintainer
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:37 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
De-pkg-comment.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Feb 5 14:07:06 2003 UTC (9 years ago) by rse
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOL
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jul 31 06:24:16 2002 UTC (9 years, 6 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
upgrade to OSSP mm 1.2.1
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jul 26 14:42:01 2002 UTC (9 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -4 lines
Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jul 1 14:31:01 2000 UTC (11 years, 7 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Upgrade to MM Shared Memory Library, version 1.1.3
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:08 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:48:09 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -4 lines
Fourth round of INSTALLS_SHLIBS conversion.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 21 09:36:41 2000 UTC (11 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Upgrade to MM (Shared Memory Library), version 1.1.2
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 30 18:40:28 2000 UTC (11 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Upgrade to MM Shared Memory Library, version 1.1.1
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 30 09:48:57 2000 UTC (11 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:29:08 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
PORTNAME/PORTVERSION update
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Dec 24 18:39:25 1999 UTC (12 years, 1 month ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 28 12:48:33 1999 UTC (12 years, 4 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Upgrade to MM (Shared Memory Library), version 1.0.12
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 6 12:43:35 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Upgrade to MM (Shared Memory Libray), version 1.0.11
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 27 09:57:28 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Upgrade to MM Shared Memory Library, version 1.0.10
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:48:45 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Change Id->FreeBSD.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 2 20:15:58 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Upgrade to MM Shared Memory Library, version 1.0.9.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 22 15:40:33 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Upgrade to MM Shared Memory Library, version 1.0.7
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 6 11:17:19 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Upgrade to MM Shared Memory Library, Version 1.0.6
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:32:47 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Upgrade to MM (Shared Memory Library), Version 1.0.5
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 22 15:15:18 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Add also FTP site to MASTER_SITES
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 21 21:34:00 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Upgrade to MM Shared Memory Library, version 1.0.4
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 17 06:22:04 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Upgrade to MM Shared Memory Library, Version 1.0.3
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 26 18:24:31 1999 UTC (12 years, 9 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Upgrade to MM Shared Memory Library, Version 1.0.2
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 18 10:58:07 1999 UTC (12 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -5 lines
Upgrade to MM Shared Memory Libray, Version 1.0.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 28 11:55:25 1999 UTC (12 years, 10 months ago) by rse
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Upgrade to MM library, version 1.0.0
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Mar 24 14:14:13 1999 UTC (12 years, 10 months ago) by rse
Branches: RSE
CVS tags: mm_1_0b6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of MM, a portable shared memory library. 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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 24 14:14:13 1999 UTC (12 years, 10 months ago) by rse
Branches: MAIN
Initial revision
