1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

80 Commits

Author SHA1 Message Date
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
2d1bcfbc85 - Update to 2.2.2 2012-05-07 17:33:27 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Ruslan Makhmatkhanov
dcec28b92a - update to 2.2.0
- update distfile mirrors (SF doesn't hold a new version)
 - remove dependency on aspell, add dependency on gucharmap
   per offsite docs
 - remove unexisting --without-gnome2_4-mime and
   --without-gnome2_4-appreg configure options
 - add --with-gtk2 to force it to use gtk20 for now
 - remove SPLASH option. There is no --disable-splash-screen
   anymore.
 - make WITHOUT_NLS actually work
 - cleanup pkg-plist

PR:             163451
Requested by:   Herle <starikarp at linuxquestions dot net>
Approved by:    sylvio (maintainer), novel (mentor, implicit)
2011-12-21 13:43:58 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Sylvio Cesar Teixeira
b237f72c60 - Update to 2.0.3 2011-05-24 12:40:36 +00:00
Sylvio Cesar Teixeira
17a153ae38 - Change options of build in file Makefile.
- BUMP PORTREVISION

Submitted by:	Joseph S. Atkinson <jsa@freebsd.org> via email
2011-02-10 18:55:14 +00:00
Sylvio Cesar Teixeira
11d796818d - Update to 2.0.2 2011-02-10 11:51:52 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Sylvio Cesar Teixeira
3bcee6a7c5 - Update to 2.0.0
Approved by:	itetcu (mentor)
Feature safe:	yes
2010-03-01 22:34:02 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Marcelo Araujo
256ce0550d - Removed MASTER_SITE_SUBDIR.
Reported by:	pgollucci
2009-08-19 02:32:24 +00:00
Marcelo Araujo
1de8d824e6 - Use SF macro.
- Pass maintainer to submitter.

PR:		ports/137889
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-08-19 00:42:10 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Joe Marcus Clarke
39e1ccf91f Correct a typo to prevent /share/mime from being created.
Reported by:	pointyhat exp build
2007-10-25 17:15:07 +00:00
Joe Marcus Clarke
4acc6fb2a4 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
2007-10-24 23:37:25 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Kirill Ponomarev
9162f7ee92 Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.

Bump PORTREVISION on all dependent ports.
2007-03-11 19:41:33 +00:00
Martin Wilke
e9fde851f1 - Update to 1.0.7
Submitted by:	farrokhi
2006-12-06 20:08:28 +00:00
Babak Farrokhi
1d6e3807bf Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)
2006-11-08 09:28:33 +00:00
Martin Wilke
79f1f1d941 - Update to 1.0.6
- Pass maintainership to submitter

PR:		ports/104913
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-11-01 08:10:34 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Joe Marcus Clarke
60b1b843bf Switch the pcre dependency to pcre-utf8 to fix conflict problems in
gnome2-fifth-toe.

Reported by:	Sean McNeil <sean@mcneil.com>
2006-05-01 03:49:24 +00:00
Pav Lucistnik
3f26c43268 - Update to 1.0.5
PR:		ports/95725
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2006-04-15 16:41:07 +00:00
Mark Linimon
53319deeca Reset kwm due to no response about email.
Hat:	portmgr
2006-04-14 23:25:09 +00:00
Joe Marcus Clarke
4dbd05f8c4 Try to fix the plist again. Since bluefish does not include a static
bluefish-project.xml MIME application file, it is dynamically generated
after a call to update-desktop-database.  Just make sure all the right calls
happen in the right order.

Approved by:	portmgr (implicit)
2006-02-28 19:59:59 +00:00
Joe Marcus Clarke
9f8d03ad8c Fix plist by adding a missed file, and run update-mime-database to add
bluefish support to the shared MIME database.

Reported by:	pointyhat via kris
Approved by:	portmgr (implicit)
2006-02-27 23:41:54 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Koop Mast
0b619c07f0 Add a note about highlighting needing UTF-8 in pcre to work. 2005-10-21 09:05:43 +00:00
Koop Mast
0e4d0eafdc Remove dead mirror.
Submitted by:	linimon
2005-09-29 08:05:04 +00:00
Koop Mast
4cd039c08f Update to 1.0.4. 2005-08-29 10:32:33 +00:00
Koop Mast
d3e36fc3c2 Update to 1.0.3. 2005-08-29 10:00:07 +00:00
Koop Mast
5dcd509592 Update to 1.0.1. Bug fix release. 2005-06-17 12:47:44 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Koop Mast
d605e07666 Don't delete dir's that are not ours [1].
Make portlint save.
Add optional dependencie to libgnomeui if installed.

Pointed out by:	Pointyhat via kris [1].
2005-02-14 22:42:50 +00:00
Koop Mast
8a8d03df5b Update www/bluefish to version 1.0. This is GTK2 port of the old bluefish 0.7.
Development to this version was tracked in www/bluefish-devel.
Retire www/bluefish-devel.
2005-01-13 21:26:35 +00:00
Koop Mast
db78fcaf26 Change the not yet changed maintainer fields to my FreeBSD.org account.
Approved by:	pav (mentor)
2004-11-23 08:51:28 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Clement Laforet
7facac523b - Change maintainer's e-mail address
(einekoai@chello.nl -> kwm@rainbow-runner.nl)

PR:                 61447
Submitted by:       Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Approved by:        erwin (mentor) (implicitly)
2004-01-16 23:19:08 +00:00
Pav Lucistnik
6e9a6598ac - Give maintainership to volunteer (he already maintains bluefish-devel)
Submitted by:	Koop Mast <einekoai@chello.nl>
2003-12-16 21:55:29 +00:00
Pav Lucistnik
64b4794545 Jim Mock (jim) returned his commit bit, so set his ports free.
Thank for all your work, Jim!
2003-12-15 01:17:29 +00:00
Pav Lucistnik
dd2b8049fb - Add conflicts
PR:		ports/59585
Submitted by:	Koop Mast <einekoai@chello.nl>
2003-12-04 11:15:53 +00:00
Pav Lucistnik
6d15c9b13c - Fix build with gcc 3.3
PR:		ports/59585
Submitted by:	Koop Mast <einekoai@chello.nl>
Approved by:	marcus (portmgr)
2003-12-04 00:00:00 +00:00