1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
Rene Ladan
89d48e2e67 Add CPE information, versions 1.3.2 and 1.3.3 were vulnerable. 2014-07-26 17:43:59 +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
Rene Ladan
4ca5fdcee9 games/torcs:
- update to 1.3.6
- fix pkg-plist
2014-04-28 17:55:09 +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
Rene Ladan
032957ad09 Convert to USES=tar:* 2014-03-16 15:05:36 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
Rene Ladan
f8ed68eafb - Update to 1.3.5
- Strip shared libraries [1]
- Cleanup Makefile

Changelog:	http://torcs.sourceforge.net/index.php?name=News&file=article&sid=92
Submitted by:	stage-qa [1]
2013-11-17 17:40:29 +00:00
Rene Ladan
0f98949244 Add stage support. 2013-09-29 12:50:40 +00:00
Rene Ladan
5f26a00471 Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS 2013-09-23 16:42:30 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Rene Ladan
d41e511131 Fix build with libc++
isnan() and isinf() do not like integer arguments, so remove two offending
tests. These tests would always evaluate to false anyway because integers
cannot express NaN nor infinity.
2013-09-15 09:47:08 +00:00
Rene Ladan
3ee456c09e Do not list files to fix twice. 2013-07-17 07:17:05 +00:00
Rene Ladan
b463af324c - Fix fallout from shebangfix conversion
- Remove two patches which are believed to be obsolete with new freeglut
2013-07-17 00:09:16 +00:00
Rene Ladan
d46264516d Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
2013-07-05 15:17:15 +00:00
Rene Ladan
c84102f49b Use shebangfix 2013-05-07 08:31:52 +00:00
Rene Ladan
ce7adeaf15 - remove empty OPTIONS_DEFAULT
- portlint fixes
2013-03-25 10:09:39 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Rene Ladan
95bc14f991 Do not try to remove PREFIX/share/applications, it is created by its
dependencies.

Spotted by:	pkg
Feature safe:	yes
2012-12-04 18:51:06 +00:00
Rene Ladan
5f545f7ce1 Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.

Feature safe:	yes
2012-10-29 13:57:56 +00:00
Rene Ladan
12017c1171 - Update to 1.3.4
- Clean up GLUT dependency handling
- Mark MAKE_JOBS_UNSAFE
- Make the port more options-ng aware

Changelog:	http://torcs.sourceforge.net/index.php?name=News&file=article&sid=85
Feature safe:	yes
2012-10-23 13:04:55 +00:00
Rene Ladan
902cc7fc4f Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
2012-10-07 09:11:51 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Rene Ladan
c6004f008e Strip version information from LIB_DEPENDS to pet portlint 2012-06-05 18:29:16 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Rene Ladan
d0705cc521 Update to 1.3.3
Changelog:	http://torcs.sourceforge.net/index.php?name=News&file=article&sid=79
Security:	http://www.vuxml.org/freebsd/ba51c2f7-5b43-11e1-8288-00262d5ed8ee.html
2012-02-20 19:20:07 +00:00
Rene Ladan
ce7918b9a1 - Update to 1.3.2
- Should be MAKE_JOBS_SAFE
- Clean up Makefile / pkg-plist

Changelog:      http://torcs.sourceforge.net/index.php?name=News&file=article&sid=77
Security:       http://www.vuxml.org/freebsd/e7fd27b2-3ae9-11e1-8b5c-00262d5ed8ee.html
2012-01-09 22:42:29 +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
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Rene Ladan
acf166163e Ignore the depend target in the upstream Makefile. This is not necessary and
fixes the build when ports/151047 is committed.

Bump PORTREVISION

Obtained from:	exp-run for ports/151047
2010-10-17 20:29:50 +00:00
Rene Ladan
d9881a20ab - Add desktop entry
- Bump PORTREVISION

PR:		ports/149814
Submitted by:	makc
2010-08-19 21:24:10 +00:00
Rene Ladan
02a715ef17 Add license information
Approved by:	tabthorpe (mentor, implicit)
2010-07-17 21:48:24 +00:00
Rene Ladan
dc51d987bd - Bump shared library version of libglut.so when using freeglut
- Grab maintainership of games/torcs
Approved by:	tabthorpe (mentor)
Feature safe:	yes
2010-07-06 18:16:31 +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
Pav Lucistnik
14ac881764 - Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:		ports/142123
Submitted by:	mva
Tested by:	pointyhat exp-run
Approved by:	portmgr (hat)
2010-01-25 19:15:18 +00:00
Pav Lucistnik
8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Thierry Thomas
8ed22591ac Add a missing dependency to libglut, which is now the default.
Reported by:	QAT
2009-01-01 14:41:06 +00:00
Thierry Thomas
fdd6beb59f Upgrade to 1.3.1.
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=647191>.
2008-12-31 15:02:03 +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
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
e3973efe12 - Use SF macro
- Replace X11BASE to LOCALBASE
- Add missing xrandr
- Bump PORTREVISION
2008-03-28 16:15:59 +00:00
Martin Wilke
59c23f87f0 - Add missing dependens
Submitted by:	pointyhat via pav
2008-03-26 08:23:11 +00:00
Alexey Dokuchaev
fb7f860813 Non-functional changes:
- Whitespace cleanup
- Drop USE_GETOPT_LONG, noop these days
- Add USE_LDCONFIG per portlint(1)
2007-06-18 18:55:58 +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
Gabor Kovesdan
46b9896d01 - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
2007-04-15 21:06:14 +00:00
Thierry Thomas
8590f4b63c Upgrade to 1.3.0.
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=3777&release_id=461004>
2006-11-05 13:59:41 +00:00
Oliver Lehmann
7339154fcd update freealut to 1.1.0 2006-06-08 16:07:12 +00:00