Port details |
- libxalloc Memory allocation library with error checking
- 1.0.4 devel =6 1.0.4Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-03-23 11:19:32
- Commit Hash: d7511b9
- People watching this port, also watch:: bison, bzip, autoconf, unzip, gmake
- License: not specified in port
- WWW:
- http://shh.thathost.com/pub-unix/
- Description:
- xalloc is a memory allocation library with error checking.
It contains wrappers including error checking for memory
allocating C-functions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libxalloc>0:devel/libxalloc
- To install the port:
- cd /usr/ports/devel/libxalloc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libxalloc
- pkg install libxalloc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libxalloc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xalloc-1.0.4.tar.gz) = 22c5a826e8ff8a6143d9d8dbd53c139015c88f2fb750494125fc31e261d38724
SIZE (xalloc-1.0.4.tar.gz) = 4445
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- games/sol
Configuration Options:
- ===> The following configuration options are available for libxalloc-1.0.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libxalloc
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4 23 Mar 2024 11:19:32 |
Tijl Coosemans (tijl) |
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.0.4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.4 20 Dec 2019 23:24:40 |
brooks |
Additional builds with with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed). |
1.0.4 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.0.4 29 Jan 2014 09:17:42 |
rodrigo |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
1.0.4 27 Jan 2014 08:52:10 |
bapt |
Support stage
Add a DOCS option |
1.0.4 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.0.4 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.4 24 May 2013 16:35:31 |
bapt |
Do not let system make.conf inpact the port's makefile
This fixes build on current |
1.0.4 12 Jan 2013 12:07:59 |
wen |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
1.0.4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.4 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.0.4 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.0.4 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0.4 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
1.0.4 16 Jun 2002 10:18:16 |
kris |
Fix build on current |
1.0.4 21 May 2002 03:27:02 |
ijliao |
upgrade to 1.0.4
PR: 38218
Submitted by: Ports Fury |
1.0.3 08 May 2002 20:47:59 |
obrien |
To ports@freebsd.org. |
30 Apr 2001 00:31:46 |
kris |
Don't hard-code -O2; respect CFLAGS |
22 Nov 2000 00:21:52 |
obrien |
Add $FreeBSD$, which help me in problem reports. |
11 Nov 2000 12:13:02 |
obrien |
PREFIX, etc. changes. |
11 Nov 2000 05:36:10 |
obrien |
White space cleanup. |
11 Nov 2000 05:32:43 |
obrien |
Update master site. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |