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/anjuta/Makefile

Number of commits found: 156 (showing only 56 on this page)

«  1 | 2 

Monday, 29 Oct 2007
15:23 marcus search for other commits by this committer
Update to 2.2.2.
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Friday, 7 Sep 2007
05:01 marcus search for other commits by this committer
Update to 2.2.1.
Original commit
Monday, 3 Sep 2007
22:50 marcus search for other commits by this committer
Fix a really stupid mistake on my part, and correct a crash when opening
files over NFS.

PR:             115969
Submitted by:   Oleg Sharoiko <os@rsu.ru>
Original commit
Sunday, 12 Aug 2007
17:40 marcus search for other commits by this committer
Don't perform sed replacements on a non-existent file.

PR:             115439
Submitted by:   Volker Werth <volker@vwsoft.com>
Original commit
01:40 marcus search for other commits by this committer
Convert port to the new autotools world order.

Submitted by:   ade
Original commit
Sunday, 22 Jul 2007
02:09 marcus search for other commits by this committer
Clean up the share/icons/gnome/48x48/mimetypes directory since this is not
owned by gnome-icon-theme.

Reported by:    pointyhat via pav
Original commit
Sunday, 15 Jul 2007
22:28 marcus search for other commits by this committer
Fix GNOME mime type icon installation.

Reported by:    pointyhat via pav
Original commit
Monday, 9 Jul 2007
06:30 marcus search for other commits by this committer
Allow portupgrade to build anjuta.  Anjuta uses $PKG_PATH as the path to
pkg-config.  Portupgrade is nice enough to set $PKG_PATH to
/usr/ports/packages/All which causes all sorts of fun errors.
Original commit
Sunday, 8 Jul 2007
18:49 marcus search for other commits by this committer
Fix tag creation script so it uses the correct datadir.
Original commit
08:21 marcus search for other commits by this committer
Update to 2.2.0.  See http://sourceforge.net/forum/forum.php?forum_id=709731
for all of the things changed in this release.  This is a huge change
from the previous stable 1.2.x version.

NOTE:  While I did test quite a few runtime features, anjuta still seems
a bit buggy.  For best results, stick with the scintilla editor.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 11 Mar 2007
19:41 krion search for other commits by this committer
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.

Bump PORTREVISION on all dependent ports.
Original commit
Saturday, 10 Feb 2007
06:05 kris search for other commits by this committer
Use libtool15 port instead of included version to avoid objformat a.out botch
Original commit
Wednesday, 24 May 2006
18:03 marcus search for other commits by this committer
Switch libtool dependency from gnu-libtool to libtool15.
Original commit
Tuesday, 16 May 2006
04:14 mezz search for other commits by this committer
portlint:
        -Use DOCSDIR in plist.
        -Use lowercase letter in the begin of IGNORE.
Original commit
Monday, 15 May 2006
22:23 mezz search for other commits by this committer
Add USE_GETTEXT to appease portlint.
Original commit
Thursday, 4 May 2006
21:41 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
Original commit
Monday, 1 May 2006
04:02 marcus search for other commits by this committer
Switch the pcre dependency to pcre-utf8 to fix conflicts with other GNOME
apps.
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
Monday, 19 Dec 2005
04:16 marcus search for other commits by this committer
Fix a crash triggered by GTK+ 2.8.9.

Obtained from:  http://bugzilla.gnome.org/show_bug.cgi?id=323918
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
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Saturday, 10 Sep 2005
02:26 marcus search for other commits by this committer
Mark IGNORE on 4.X since it uses symbols not available in older versions
of FreeBSD.

Reported by:    pointyhat via kris
Original commit
Wednesday, 31 Aug 2005
21:44 marcus search for other commits by this committer
Use the newer versions of GCC to build anjuta.

Reported by:    pointyhat via kris
Original commit
Sunday, 28 Aug 2005
07:33 marcus search for other commits by this committer
Update to 1.2.4, and use the official version of GNU getline() from gsed.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Tuesday, 23 Nov 2004
02:23 mezz search for other commits by this committer
Use new INSTALLS_OMF.

Approved by:    bland, kwm, marcus and pav
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Sunday, 17 Oct 2004
06:44 marcus search for other commits by this committer
Teach anjuta about the new gnu-autotools ports, and fix some problems with
command escaping during project execution.
Original commit
Thursday, 6 May 2004
02:54 bland search for other commits by this committer
Chase vte shlib version.
Original commit
Tuesday, 20 Apr 2004
07:04 marcus search for other commits by this committer
The anjuta distfile was re-rolled to remove the DISABLE_DEPRECATED flags
so that it builds cleanly with gtk+-2.4.
Original commit
Tuesday, 13 Apr 2004
18:47 marcus search for other commits by this committer
Update to 1.2.2.  For a list of what's changed, see:

http://lists.gnome.org/archives/gnome-announce-list/2004-April/msg00021.html
Original commit
Friday, 9 Apr 2004
02:10 marcus search for other commits by this committer
Fix threading issues with libc_r on 5.2.1 by making sure to pass -lc_r to
the linker (Dreaded Thread Problem).  Thanks to bland for digging into this.
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Monday, 22 Mar 2004
04:16 marcus search for other commits by this committer
IGNORE this port on 5.X as it crashes when trying to build a project.
This port needs some work to get around all of the bugs, and I don't have the
time to do that right now.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Saturday, 31 Jan 2004
01:36 bland search for other commits by this committer
Update to 1.2.1
Original commit
Wednesday, 7 Jan 2004
05:29 bland search for other commits by this committer
First stable release of Anjuta GTK+/GNOME2 finally available.
Retire -devel port.
Original commit
Saturday, 11 Oct 2003
04:41 marcus search for other commits by this committer
anjuta and anjuta-devel conflict with each other.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Thursday, 12 Jun 2003
09:46 adamw search for other commits by this committer
Remove REINPLACE commands that were rolled into gnomehack.
Original commit
Sunday, 20 Apr 2003
02:56 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Thursday, 3 Apr 2003
03:02 marcus search for other commits by this committer
Update to 1.0.2.

Parts submitted by:     Koop Mast <einekoai@chello.nl>
Original commit
Sunday, 2 Mar 2003
21:39 marcus search for other commits by this committer
Add missing dependency on libglade.

Reported by:    bento
Original commit
Saturday, 22 Feb 2003
01:38 marcus search for other commits by this committer
* Update to 1.0.1 [1]
* De-pkg-comment

PR:     48479 [1]
Submitted by:   Koop Mast <einekoai@chello.nl> [1]
Original commit
Saturday, 16 Nov 2002
01:59 edwin search for other commits by this committer
gdkpixbuf is also needed here.

Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Original commit
Friday, 15 Nov 2002
05:37 edwin search for other commits by this committer
Replace gnomelibs with gnomeprint as dependency to make it building again.
Noticed on: bento
Original commit
Wednesday, 6 Nov 2002
01:38 marcus search for other commits by this committer
Update to 1.0.0.
Original commit
Saturday, 27 Jul 2002
22:58 marcus search for other commits by this committer
Use USE_GNOMENG.
Original commit
Thursday, 11 Jul 2002
15:06 sobomax search for other commits by this committer
Use USE_REINPLACE.
Original commit
Tuesday, 19 Feb 2002
08:37 sobomax search for other commits by this committer
Update to 0.1.9.    
Original commit
Friday, 4 Jan 2002
14:36 sobomax search for other commits by this committer
Update to 0.1.8.    
Original commit
Friday, 24 Aug 2001
11:00 demon search for other commits by this committer
Upgrade to 0.1.7    
Original commit
Sunday, 12 Aug 2001
09:24 demon search for other commits by this committer
Upgrade to 0.1.6    
Original commit
Friday, 18 May 2001
16:07 ade search for other commits by this committer
Bring anjuta into the gnome-fifth-toe port, and adjust   maintainership
accordingly.    
Original commit
Saturday, 31 Mar 2001
16:10 demon search for other commits by this committer
New port: anjuta.    
Original commit

Number of commits found: 156 (showing only 56 on this page)

«  1 | 2