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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: comms/openobex/Makefile

Number of commits found: 44

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 29 Aug 2021
19:35 Bernhard Froehlich (decke) search for other commits by this committer
comms/openobex: Add CPE information

Approved by:	portmgr (blanket)
commit hash: f05331dd01d16635820e31297dd4bb8e99948ed6 commit hash: f05331dd01d16635820e31297dd4bb8e99948ed6 commit hash: f05331dd01d16635820e31297dd4bb8e99948ed6 commit hash: f05331dd01d16635820e31297dd4bb8e99948ed6 f05331d
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Sunday, 6 Nov 2016
11:42 madpilot search for other commits by this committer
- Update openobex to 1.7.2
- Remove obsolete master site
- Regenrate patches
Original commitRevision:425484 
Tuesday, 27 Sep 2016
16:32 antoine search for other commits by this committer
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
Original commitRevision:422818 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 20 Feb 2016
16:33 madpilot search for other commits by this committer
- Add sourceforce to MASTER_SITES
- Update WWW line in pkg-descr
Original commitRevision:409255 
Thursday, 7 Jan 2016
14:54 jhale search for other commits by this committer
Add USES=pathfix support for CMake.  Some ports that use CMake to build
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
Original commitRevision:405449 
Wednesday, 31 Dec 2014
06:45 antoine search for other commits by this committer
Update devel/doxygen to 1.8.9

PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
Original commitRevision:375872 
Saturday, 9 Aug 2014
19:39 antoine search for other commits by this committer
Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
Original commitRevision:364468 
Monday, 26 May 2014
06:55 bapt search for other commits by this committer
Convert to USES=dos2unix

With hat:	portmgr
Original commitRevision:355278 
Sunday, 29 Sep 2013
10:44 madpilot search for other commits by this committer
- Support staging
- Use options helpers
Original commitRevision:328666 
Friday, 20 Sep 2013
16:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Original commitRevision:327714 
Tuesday, 6 Aug 2013
23:46 madpilot search for other commits by this committer
- Update to 1.7.1
- Remove obsolete MAKE_JOBS_SAFE (default now)
Original commitRevision:324327 
Monday, 6 May 2013
21:56 madpilot search for other commits by this committer
- Take advantage of accept4() in recent CURRENT [1]
- Fix plist when DOXYGEN option is not enabled

Suggested by:	jilles [1]
Original commitRevision:317552 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Monday, 18 Mar 2013
13:09 madpilot search for other commits by this committer
Use USES=pathfix instead of gnomehack
Original commitRevision:314563 
Saturday, 16 Mar 2013
10:07 madpilot search for other commits by this committer
- Make DOXYGEN option default only when mass building packages
- Bump PORTREVISION

Requested by:	danfe
Original commitRevision:314346 
Sunday, 10 Mar 2013
21:05 madpilot search for other commits by this committer
- Fix plist when DOXYGEN option is enabled but DOCS is not
- Enable DOXYGEN option by default
- Bump PORTREVISION

Reported/Requested by:	makc
Original commitRevision:313841 
Saturday, 9 Mar 2013
00:39 madpilot search for other commits by this committer
- Update to 1.7
- Add DOXYGEN option, disabled by default to keep the port slim
- Remove check unsupported FreeBSD versions
- Change tab to space in WWW line
Original commitRevision:313682 
Monday, 10 Dec 2012
20:39 madpilot search for other commits by this committer
Trim Makefile headers for ports I maintain.
Original commitRevision:308635 
Thursday, 30 Aug 2012
17:12 madpilot search for other commits by this committer
- Update openobex to 1.6
- Update project home page url
- Bump PORTREVISION on obexapp due to shlib version change
- While I'm here, remove ABI version numbers from LIB_DEPENDS

Requested by:	Dru Lavigne <dru.lavigne@gmail.com>
Approved by:	crees (mentor)
Original commitRevision:303386 
Thursday, 31 May 2012
21:12 madpilot search for other commits by this committer
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop

Approved by:    Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by:    Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232
maintainer)
Approved by:    tabthorpe (mentor)
Original commit
Saturday, 14 Apr 2012
18:45 madpilot search for other commits by this committer
Change to my FreeBSD.org email address.

Approved by:    crees (mentor)
Original commit
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
19:01 kwm search for other commits by this committer
Fix build with FreeBSD 10

Approved by:    portmgr (miwi)
Original commit
Monday, 1 Jun 2009
16:55 wxs search for other commits by this committer
- Switch to using new MASTER_SITE_KERNEL_ORG

PR:             ports/134566
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Thursday, 26 Mar 2009
15:09 miwi search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation

PR:             133067
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Monday, 9 Mar 2009
17:15 stas search for other commits by this committer
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
Original commit
Wednesday, 19 Nov 2008
22:44 amdmi3 search for other commits by this committer
- Update to 1.4
- Add USB support (adopted from ports/128776)

PR:             128979
Submitted by:   Alex Samorukov <samm at os2 dot kiev dot ua>
Approved by:    Guido Falsi <mad at madpilot dot net> (maintainer)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Wednesday, 14 Mar 2007
17:32 pav search for other commits by this committer
- Patch Makefile.in pre-configure

Reported by:    pointyhat
Original commit
Monday, 4 Dec 2006
16:13 laszlof search for other commits by this committer
Update to version 1.3
Patches applied upstream

PR:             ports/105854
Submitted by:   Matthew West <mwest@uct.ac.za>
Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Thursday, 21 Oct 2004
20:12 pav search for other commits by this committer
- Remove patch file which proved to not work [1]
- Portlint

Submitted by:   maintainer [1]
Original commit
19:57 pav search for other commits by this committer
- Try to fix build on amd64/6-CURRENT where openobex-config gets installed
  under long auto*tools name. This is untested as I'm unable to reproduce
  the problem on my 6-CURRENT jail.

Reported by:    pointyhat via kris
Suggested by:   ade
Original commit
Monday, 11 Oct 2004
22:30 pav search for other commits by this committer
- Avoid strange build failures by running of autoheader (which is the correct
  thing to do, since we patched config.h.in)

PR:             ports/71860
Reported by:    Matthias Andree <matthias.andree@web.de>
Submitted by:   maintainer
Original commit
Thursday, 22 Jul 2004
15:29 vs search for other commits by this committer
Fix detection of the bluetooth stack
This is still untested on any architecture other than i386, so any
testing is encouraged!

PR:             ports/69340
Submitted by:   Guido Falsi (maintainer)
Original commit
Friday, 4 Jun 2004
17:29 ade search for other commits by this committer
Sync with new bsd.autotools.mk
Original commit
Tuesday, 23 Mar 2004
19:57 pav search for other commits by this committer
Add openobex, a library for OBEX (Object Exchange), a protocol to exchange
a data over infrared and Bluetooth.

This port is adapted to work with FreeBSD Bluetooth stack.

PR:             ports/64596
Submitted by:   Guido Falsi <mad@madpilot.net>
Original commit

Number of commits found: 44