notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/umem/Makefile

Number of commits found: 19

Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Sunday, 4 Aug 2019
10:02 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508088 
Friday, 25 May 2018
08:34 amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to new test framework
Original commitRevision:470824 
Thursday, 14 Aug 2014
05:43 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Strip libraries
Original commitRevision:364825 
Sunday, 6 Jul 2014
19:46 rpaulo search for other commits by this committer
umem: fix the insta-crash of libumem

On amd64, libumem simply crashes because the size of the the cpu cache
structure is not a power of two. We need to pad it on LP64 architectures as
well.

Reviewed by:	bapt
Approved by:	bapt
Original commitRevision:361001 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Thursday, 6 Feb 2014
22:42 bapt search for other commits by this committer
Support stage
Original commitRevision:343164 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Sunday, 22 Nov 2009
19:49 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Thursday, 13 Aug 2009
00:20 leeym search for other commits by this committer
- Update to minor new version
- Add regression-test
- Drop maintainership

PR:             137701
Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com>
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Monday, 5 Jan 2009
19:44 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Friday, 17 Aug 2007
19:15 leeym search for other commits by this committer
- Pedro reports that devel/umem builds on amd64, and he is willing to help
testing.

Noticed by:     pfgshield-freebsd at yahoo.com
Original commit
Saturday, 11 Aug 2007
04:17 leeym search for other commits by this committer
- add ONLY_FOR_ARCHS=i386 since umem fails to build on most non-i386 platforms

Noticed by:     kris@
Original commit
Thursday, 29 Mar 2007
08:24 leeym search for other commits by this committer
- back out previous commit
Original commit
08:17 leeym search for other commits by this committer
- fix build after objformat removal

Noticed by:     kris mail
Original commit
Tuesday, 27 Mar 2007
11:39 pav search for other commits by this committer
- Fix for objformat-less current
Original commit
Saturday, 24 Mar 2007
06:33 leeym search for other commits by this committer
<quoted from pkg-descr>
This is a port of Solaris libumem to non-Solaris systems.

The port was made while integrating libumem with our Ecelerity MTA product, so
your initial experience will not be 100% out-of-the-box, because there is no
standalone configure script for the library at this time. (patches welcome!)

In addition, since our deployment is threaded, we force the library into
threaded mode.

While the library is itself stable (it's the memory allocator used by the
Solaris OS), the port may have a few rough edges.  We're shipping umem with
Linux and Windows versions of our product as we have found it to be stable.

We will continue to update this project as and when we make improvements, and
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 19