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: editors/vim/options

Number of commits found: 10

Tuesday, 18 Feb 2014
21:30 sunpoet search for other commits by this committer
- Use USES=iconv unconditionally
- Remove cumbersome do-patch:
  - Use do-patch: in bsd.port.mk
  - Mark 064, 087 and 147 as BADPATCHES
    - 064 does not apply cleanly (in bsd.port.mk way on FreeBSD 9.x or older)
    - 087 contains patch for src/ops.c which must be applied after 064
    - 147 contains patch for src/version.c which must be applied after 087
  - Apply BADPATCHES in post-patch:
- Fix keymap installation for vim-lite
  - Install keymap in vim source
  - Install vietnamese_viscii.vim correctly
- Do not install GUI binary executables and manpages when GUI options are off
- Allow build with python 3.x
- Merge options to Makefile
- Use PORTDATA
- Convert to new options helper
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use REINPLACE_CMD instead of patch file
- Support STAGEDIR
- Pet portlint
- Cleanup Makefile
- Fix PLIST
- Cosmetic change
- Bump PORTREVISION for dependency and package change
Original commitRevision:344966 
Saturday, 29 Jun 2013
00:43 obrien search for other commits by this committer
Update the personality of the port.
Original commitRevision:322016 
Wednesday, 20 Mar 2013
23:57 bapt search for other commits by this committer
Convert to new options framework:

rename GNOME2 -> GNOME to fits what is defined in global options descriptions
remove X11_ONLY and consider that if X11 is selected and no UI is selected you
are in X11_ONLY mode
remove LANG option which wasn't used anyway
do not try to dirrmtry directory if NLS isn't checked
use RADIO option to do the magic checking of different toolkit
bsd.port.pre.mk and bsd.port.post.mk are not needed anymore so I just removed
them

PR:		ports/176684
Submitted by:	bapt
Reviewed by:	miwi
Approved by:	maintainer timeout (14 days)
Original commitRevision:314778 
Wednesday, 24 Nov 2010
22:02 obrien search for other commits by this committer
Complete gtk1->gtk2(gnome2) transition.

PR:             151421
Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com>
Original commit
Thursday, 21 Oct 2010
01:11 obrien search for other commits by this committer
Add LUA.
Original commit
Tuesday, 5 Oct 2010
18:13 obrien search for other commits by this committer
Change the default GUI from gtk1 to gtk2.
Original commit
Tuesday, 29 Dec 2009
08:46 obrien search for other commits by this committer
Add support for "X11_ONLY" - which disables all GUI toolkit variants, but
does have support for the X11 cut buffer, etc...  (patch reworked by me)

PR:             140646
Submitted by:   Merijn Verstraaten <merijn@inconsistent.nl>
Original commit
Thursday, 5 Jun 2008
13:11 obrien search for other commits by this committer
Add TCL support and translations options.

PR:             123662
Submitted by:   Dima Panov <fluffy@fluffy.khv.ru>
Original commit
Thursday, 1 May 2008
15:37 obrien search for other commits by this committer
If one wanted to build a GUI-less, one got stuck with GNOME1 anyway.
So add the "X11" knob so 'WITHOUT_X11' will properly get set.

PR:             123257, 123272
Reported by:    Mel <mel@rachie.is-a-geek.net>
Original commit
Sunday, 16 Sep 2007
02:37 obrien search for other commits by this committer
If 'WITH_OPTIONS' or 'WITH_VIM_OPTIONS' is defined, then offer the user
a set of selectable OPTIONS for building this port.

Maybe I can set a trend of WITH_OPTIONS / WITH_<PORTNAME>_OPTIONS
Original commit

Number of commits found: 10