Commit graph

73 commits

Author SHA1 Message Date
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
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
Baptiste Daroussin
9a7f7b5fc6 Convert to USES=pgsql
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes
2014-05-05 12:40:05 +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
Max Khon
bec24dc2f6 Fix installation.
PR:		185006, 185068
2013-12-23 17:36:48 +00:00
Max Khon
41c49022ab - Update to 1.18.1 [1]
- Convert to stage

PR:		184049 [1]
Submitted by:	Marc Peters
2013-12-19 15:44:05 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Max Khon
a1e046f3ec - Update to 1.16.1
- Enable database designer

PR:		179075
Submitted by:	Rainer Hurling
2013-06-09 18:48:53 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Max Khon
bd850c0b9e - Build and install docs
- Bump PORTREVISION

Feature safe:	yes
2012-11-05 12:33:48 +00:00
Max Khon
8fb7dd7059 Do not build documentation, even if sphinx-build is installed. 2012-10-08 14:56:58 +00:00
Max Khon
134600a83d - Update to 1.16.0
- Remove pkg-plist

PR:		171696
Submitted by:	nemysis (partially)
2012-10-01 12:21:43 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Khon
0781045e9c Update to 1.14.2
PR:		166516
Submitted by:	Douglas Carmichael
Feature safe:	yes
2012-04-09 17:38:33 +00:00
Max Khon
1f7e4c300d Rename to match actual patched file name (which was moved since original PR
was filed).
2011-10-29 12:18:34 +00:00
Max Khon
f91fb991a3 - update to latest stable release (1.14.0)
- remove CONFLICTS (it's now conflicts with itself :)), because we have no
another versions of pgadmin3 in the tree anymore
- update IGNORE_WITH_PGSQL - we doesn't have any of them < 82
- remove DEFAULT_PGSQL_VER. It's ok to use ports tree default (84),
because according to INSTALL file it now needs 8.4+ for building
- hold distfile in distfiles/postgresql
- remove WX_CONF_ARGS to avoid this warning:
configure: WARNING: unrecognized options: --with-wx-config
- add 'PostGIS Shapefile and DBF loader' menu item [2]

PR:		161952
Submitted by:	Ruslan Mahmatkhanov
PR:		158599 [2]
Submitted by:	Rainer Hurling
2011-10-29 12:12: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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Max Khon
38c3fc97b9 Update to 1.12.0.
This port still does not build if ports/security/krb5 port is installed
but I commit it to provide PostgreSQL 9.0 support for users that
do not have Kerberos port installed as I do not have spare time right now
to sort out those problems.

PR:		150902
2010-10-04 16:24: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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Max Khon
bac447f190 This port now requires postgresql-client >= 8.3 2010-01-24 09:39:08 +00:00
Max Khon
1e1c2abb80 Update to 1.10.1 2010-01-20 18:11:30 +00:00
Max Khon
7641808072 Fix pgsql console plugin launch.
Submitted by:	Juergen Lock
2009-09-06 16:57:43 +00:00
Max Khon
45d5a0c137 Update to 1.10.0. 2009-08-25 11:30:00 +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
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Max Khon
add228382f Update to 1.8.4 2008-07-07 17:08:37 +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
Max Khon
57b4ce0294 Fix ${OSVERSION} condition.
Pointed out by:	Gergely CZUCZY
2008-03-10 05:49:23 +00:00
Max Khon
91250fde10 Update to 1.8.0. 2007-10-28 17:31:27 +00:00
Max Khon
386efc135b Update to 1.6.3 2007-09-23 05:55:13 +00:00
Max Khon
c7210e7572 - Update to 1.6.2.
- Respect CFLAGS.

Submitted by:   acm
2007-01-11 04:03:52 +00:00
Max Khon
7c2479ccaa - Update to 1.6.2.
- Respect CFLAGS.

Submitted by:	acm
2007-01-10 23:56:09 +00:00
Max Khon
415129fca6 Update to 1.6.1.
PR:		105156
Submitted by:	Robert Gogolok
2006-12-06 04:18:04 +00:00
Max Khon
68232d0bfb Mark as ignored with postgresql-client74. Needs 8.0+. 2006-12-04 17:37:22 +00:00
Max Khon
84956496a1 Remove post-install section. 2006-12-03 18:39:04 +00:00
Max Khon
d7112c9d27 Update to 1.6.0. 2006-12-03 15:45:54 +00:00
Pav Lucistnik
d750615763 - Use features of bsd.wx.mk, especially USE_WX
PR:		ports/101613
Submitted by:	alepulver
2006-12-01 07:39:02 +00:00
Max Khon
50d5a9fef8 Update to 1.4.3.
PR:		102038
Submitted by:	Robert Gogolok
2006-11-07 14:51:03 +00:00
Max Khon
ed4b775ed0 Use bsd.wx.mk. 2006-07-24 18:39:12 +00:00
Mark Linimon
fb0914231a Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR:		ports/92445
Hat:		portmgr
2006-07-05 02:30:58 +00:00
Max Khon
1aa4a57b1c Fix some portlint -A errors.
PR:		97353 (partially)
Submitted by:	Martin Wilke
2006-05-21 14:04:42 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Max Khon
ca6b545720 Update to 1.4.2 2006-04-01 17:05:42 +00:00
Max Khon
88d1a19245 Update to 1.4.1. 2006-01-22 19:00:49 +00:00
Max Khon
63b511e8f1 - Update to 1.4.0.
This version no longer support FreeBSD 4.x (requires wchar_t support).
Use pgadmin3-12 port for FreeBSD < 5.0.
2005-11-19 18:09:08 +00:00