1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Rusmir Dusko
dd3adcb19b These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

audio/portaudio

- Pass maintainership to koalative at gmail.com

audio/portaudio2

- Pass maintainership to koalative at gmail.com

deskutils/parcellite

- Pass maintainership to koalative at gmail.com

devel/allegro

- Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org>
- Pass maintainership to koalative at gmail.com

devel/allegro-devel

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

emulators/q4wine

- Remove not needed linie
- Pass maintainership to koalative at gmail.com

emulators/swine

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

finance/venice

- Pass maintainership to koalative at gmail.com

graphics/glfw

- Pass maintainership to koalative at gmail.com

graphics/glfw2

- Pass maintainership to koalative at gmail.com

graphics/xsane

- Pass maintainership to koalative at gmail.com

textproc/loook

- Pass maintainership to koalative at gmail.com
2014-06-16 21:03:57 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Rusmir Dusko
2ac77018f4 - Update to 0.999
- Change master sites to default
- Change maintainer email to @FreeBSD.org
- Add license (GPLv2)
- Use the new format for LIB_DEPENDS
- Add dependencies for print/freetype2 and graphics/gdk-pixbuf2
- USES gmake pkgconfig
- Add DOCS Option
- Add GIMP to default Options
- Support STAGEDIR and add OPTIONS_SUB

Approved by:	wg/pawel (mentors)
2013-10-02 16:55:16 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Boris Samorodov
45f061d921 Add an explicit dependency upon pkg-config (USES+=pkgconfig)
uncovered by an exp libiconv -> inconv swith.

Approved by:	portmgr (implicit)
2013-09-04 07:55:49 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Dmitry Marakasov
33013f4cee - Cleanups
- Fix NLS option logic
- Pass maintaindership to submitter
- While here, substitude LOCALBASE in pkg-message

PR:		175007
Submitted by:	nemysis <nemysis@gmx.ch>
2013-02-04 02:58:12 +00:00
Baptiste Daroussin
02645145f6 Convert to new options framework
Remove gtk12 support
2013-01-06 14:33:13 +00:00
Thomas Abthorpe
a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00
Kris Moore
43aed8923a - Fix to use "xdg-open" for the browser, instead of "netscape"
- Bump PORTREV

PR: 171554
Submitted by: Dru Lavigne <dru@FreeBSD.org>
Approved by: Maintainer timeout
2012-10-01 15:32:11 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Boris Samorodov
1526e7e69f Update to version 0.998.
PR:		ports/152841
Submitted by:	bsam (me)
Approved by:	Dominik Brettnacher <domi at nonsensss.de> (maintainer)
2011-01-03 12:08:07 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Dmitry Marakasov
7e0f830213 - Update to 0.996
PR:		130380
Submitted by:	Alexander Logvinov <ports at logvinov dot com>
Approvedd by:	Dominik Brettnacher <domi at nonsensss dot de> (maintainer)
2009-02-01 17:06:37 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +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
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
Rong-En Fan
107faef02b - Update to 0.995
- Update maintainer's email

PR:		ports/119262
Submitted by:	Dominik Brettnacher <dominik at brettnacher.org> (maintainer)
2008-01-05 14:31:46 +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
Li-Wen Hsu
1662f12366 - Added option to toggle NLS support
- Changed gimp dependency from gimp (meta-port) to gimp-app
- Bump PORTREVISION

PR:		111924
Submitted by:	Sean Farley <sean-freebsd AT farley.org>
Approved by:	Dominik Brettnacher <domi AT saargate.de> (maintainer)
		clsung (mentor, implicitly)
2007-04-30 03:59:43 +00:00
Ion-Mihai Tetcu
28dd78b9d4 - Introduced OPTIONS.
- Made WITH_GIMP configurable via OPTIONS.
- Added WITH_GTK2.
- cleaned up PKGMESSAGE.
- Bumped PORTREVISION.

The original patch was a courtesy of Stefan Thurner <thurners@nicsys.de>.

PR:		ports/97556
Submitted by:	maintainer
Approved by:	lawrance (mentor, implicit)
2006-06-11 21:40:50 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Pav Lucistnik
4fd0fd121e - Update to 0.991
PR:		ports/92471
Submitted by:	Dominik Brettnacher <domi@saargate.de> (maintainer)
2006-01-29 12:16:30 +00:00
Pav Lucistnik
fecb2f131a - Update to 0.99
PR:		ports/92217
Submitted by:	Dominik Brettnacher <domi@dominik.saargate.de> (maintainer)
2006-01-23 20:52:22 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Tilman Keskinoz
a0322479d5 Update to 0.98
PR:		89587
Submitted by:	Dominik Brettnacher <domi@saargate.de>
2005-11-27 09:50:27 +00:00
Tilman Keskinoz
74fe84d028 Update to 0.97
PR:		88934
Submitted by:	Dominik Brettnacher <domi@saargate.de>
2005-11-13 17:40:11 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Oliver Lehmann
27e8ab70e2 update to 0.96 [1]
remove -O options from CFLAGS for gcc versions < 3

PR:		ports/71658
Submitted By:	Dominik Brettnacher <domi@saargate.de>
Approved By:	maintainer
2004-10-29 16:50:14 +00:00
Pav Lucistnik
2009ca7ae6 - Update to 0.93
PR:		ports/67077
Submitted by:	Dominik Brettnacher <domi@saargate.de> (maintainer)
2004-05-23 14:38:37 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Jacques Vidrine
fa3a543f45 Correct a logic error in construction of configuration arguments,
namely s/CONFIGURE_ARGS=/CONFIGURE_ARGS+=/.  This fixes the GIMP 1.2.x
dependency.
2004-01-06 13:31:16 +00:00
Pav Lucistnik
48aa066e7a - Update to 0.92
PR:		ports/60903
Submitted by:	Dominik Brettnacher <domi@saargate.de> (maintainer)
2004-01-04 22:26:18 +00:00
Daichi GOTO
7b727544c9 update graphics/xsane: add WITH_GTK2 knob
PR:		55800
Submitted by:	Dominik Brettnacher <domi@saargate.de> (maintainer)
2003-08-21 04:55:40 +00:00
Alexander Leidinger
3438faab2f Update to 0.91.
Submitted by:	maintainer
PR:		52677

While I'm here: fix plist (share/sane now gets removed by sane-backends).
2003-06-13 12:31:59 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Akinori MUSHA
55850b547b De-pkg-comment. 2003-02-21 12:17:17 +00:00
Patrick Li
7da8534d55 Update to 0.90
PR:		ports/46671
Submitted by:	maintainer
2003-01-01 21:27:39 +00:00
Mario Sergio Fujikawa Ferreira
5dc9b7f571 Deploy USE_GNOMENG infrastructure
PR:		42349
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 02:46:49 +00:00