non port: devel/libmaa/Makefile |
SVNWeb
|
Number of commits found: 42 |
Tue, 28 Feb 2023
|
[ 21:42 Dima Panov (fluffy) ] 8db74d3
devel/libmaa: fix the build against Clang 15 (+)
Approved by: portmgr blanket
Sponsored by: Serenity Cybersecurity, LLC
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 21 Dec 2021
|
[ 18:46 Po-Chuan Hsieh (sunpoet) ] a9aa28b
devel/libmaa: Convert REINPLACE_CMD to patch files
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 21 Apr 2020
|
[ 19:34 sunpoet ]
Update to 1.4.7
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Thu, 2 Apr 2020
|
[ 12:01 sunpoet ]
Update to 1.4.6
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Tue, 31 Mar 2020
|
[ 22:59 sunpoet ]
Update to 1.4.5
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Sun, 6 Oct 2019
|
[ 13:47 tobik ]
Drop nop NO_CONFIGURE
|
Wed, 24 Apr 2019
|
[ 17:42 sunpoet ]
Update to 1.4.4
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Sun, 17 Feb 2019
|
[ 19:38 sunpoet ]
Update to 1.4.3
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Sun, 27 Jan 2019
|
[ 19:57 sunpoet ]
Clean up Makefile
|
Thu, 8 Mar 2018
|
[ 15:37 sunpoet ]
Update to 1.4.2
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Sat, 3 Mar 2018
|
[ 16:29 sunpoet ]
Update to 1.4.1
- Change MASTER_SITES from SF to GitHub
- Update LICENSE
- Use PLIST
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Wed, 22 Feb 2017
|
[ 15:02 bapt ] (Only the first 10 of 52 ports in this commit are shown above. )
Drop useless dependency on gmake (bmake build those fine)
|
Sat, 17 Oct 2015
|
[ 18:07 sunpoet ]
- Add LICENSE_FILE
- Convert to new options target helper
- Cleanup Makefile
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Sun, 5 Oct 2014
|
[ 18:01 tijl ] (Only the first 10 of 50 ports in this commit are shown above. )
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 19 Sep 2014
|
[ 18:36 sunpoet ]
- Strip shared library
|
Thu, 18 Sep 2014
|
[ 16:31 sunpoet ]
- Reorder variables
|
[ 14:35 tijl ]
- Switch to USES=libtool:build
- Don't include bsd.port.options.mk
|
Fri, 6 Jun 2014
|
[ 11:06 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Mon, 25 Nov 2013
|
[ 11:33 sunpoet ]
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Wed, 21 Aug 2013
|
[ 17:42 sunpoet ] (Only the first 10 of 155 ports in this commit are shown above. )
- Cleanup Makefile header
|
[ 12:03 sunpoet ] (Only the first 10 of 24 ports in this commit are shown above. )
- Use USES=gmake
|
Tue, 31 Jul 2012
|
[ 15:08 sunpoet ]
- Restore PORTEPOCH
Reported by: erwin
|
Mon, 30 Jul 2012
|
[ 18:28 sunpoet ]
- Update to 1.3.2
- Add LICENSE
- Convert to new options framework
- Do not silence installation message
- Remove license file from PLIST
Changes: http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.2/README/view
|
Wed, 2 Nov 2011
|
[ 03:34 sunpoet ]
- Remove unrecognized options
|
Wed, 26 Oct 2011
|
[ 10:21 sunpoet ]
- Update to 1.3.1
- Sort PLIST_FILES
Changes:
http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.1/README/view
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Tue, 12 Apr 2011
|
[ 15:16 sunpoet ]
- Update to 1.3.0
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk
- Use PLIST_FILES and PORTDOCS instead of PLIST
- Remove obsolete MD5 checksum
Changes:
http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.0/README/view
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Wed, 22 Sep 2010
|
[ 17:10 sunpoet ] (Only the first 10 of 55 ports in this commit are shown above. )
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor)
|
Mon, 14 Dec 2009
|
[ 01:01 wen ]
- Update to 1.2.0
- Pass the maintainership to submitter
PR: ports/141432
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
Fri, 28 Aug 2009
|
[ 17:37 linimon ] (Only the first 10 of 221 ports in this commit are shown above. )
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Sun, 1 Feb 2009
|
[ 21:51 chinsan ]
- Update to 1.1.1
- Add Project's SF site.
|
Sun, 4 Jan 2009
|
[ 15:15 chinsan ]
- Update to 1.1.0 (libmaa was separated from dictd)
- bump PORTEPOCH
PR: ports/130152
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
Thu, 1 May 2008
|
[ 08:47 chinsan ]
- Update to 1.10.11.
|
Sat, 26 Jan 2008
|
[ 05:39 chinsan ]
The LIBMAA library provides many low-level data structures which are
helpful for writing compilers, including hash tables, sets, lists,
debugging support, and memory management. Although LIBMAA was
designed and implemented as a foundation for the Khepera
Transformation System, the data structures are generally applicable to
a wide range of programming problems.
The memory management routines are especially helpful for improving the
performance of memory-intensive applications.
WWW: http://www.dict.org/
|
Number of commits found: 42 |