Commit graph

50 commits

Author SHA1 Message Date
Baptiste Daroussin
7a81cc2bcf Clean up plist 2014-10-27 12:24:22 +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
Baptiste Daroussin
e6ffa1f425 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:23:25 +00:00
Raphael Kubo da Costa
273faacae9 Add dependency on pkg-config when GTK2 is on.
PR:		189138
Approved by:	maintainer timeout (74 days)
MFH:		2014Q3
2014-07-13 17:08:41 +00:00
Raphael Kubo da Costa
0bd9a54566 - Support staging.
- Sort OPTIONS_DEFINE.
- Stop including bsd.port.{pre,post}.mk:
  o Replace the ${ARCH} check with BROKEN_<arch>=...
  o Include bsd.port.options.mk for checking the GTK2 option.
2014-07-12 17:35:20 +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
1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Alexey Dokuchaev
5658568409 - Add PROFILING_DESC (should be part of r323888)
- Unbreak the build on amd64 (and make it generally type safe)
- Remove gtkmm-2.4 from LIB_DEPENDS, glademm-2.4 implies it
2013-07-29 16:54:35 +00:00
Alexey Dokuchaev
24a283cefb - Expand creator's name in the Makefile header
- Fix the build on recent versions of FreeBSD (against Clang)
- Add a patch from Gentoo to unbreak GTK+ program build
- Fix potential buffer overflow (also obtained from Gentoo)
- Convert to OptionsNG, utilize new option helpers
- Drop WANT_GNOME and USE_GNOME, they are useless
- Define LICENSE (GPLv2), remove COPYING from the docs
- Make pkg-message word substitution actually work
- Generally sanitize and cleanup the Makefile

Reported by:	pointyhat-west
2013-07-29 14:23:11 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Mark Linimon
7d8608ab13 Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat:		portmgr
2011-11-10 05:38:32 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Martin Wilke
6804d852ff = Drop MD5 support 2011-07-02 17:14:20 +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
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +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
077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Mark Linimon
e60a854aee Mark as broken on sparc64: internal gcc error. 2008-02-01 11:24:52 +00:00
Martin Wilke
7922096790 - Unbreak
- Fix build with gcc 4.2

PR:		116893
Submitted by:	miwi
Approved by:	maintainer timeout
2007-10-17 09:45:35 +00:00
Mark Linimon
c1dc7bd8aa Mark as broken with gcc4.2. While here, remove antique compatibilty cruft. 2007-10-02 05:24:15 +00:00
Rong-En Fan
d8cef9dd9b - Use correct argument to disable profiling
PR:   	      ports/113249
Submitted by: Dylan Leigh <dleigh at cs.rmit.edu.au>
Approved by:  maintainer timeout (20 days)
2007-06-22 14:25:26 +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
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Kris Kennaway
33dc8bdfc7 Now builds on sparc64 2006-09-17 20:08:47 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Marcus Alves Grando
878c07d14b Add support to GTK2
PR:		87370
Submitted by:	No Name <arundel@h3c.de> (maintainer)
2005-10-13 22:53:59 +00:00
Kris Kennaway
f03f93f5bd BROKEN on ia64 and sparc64: Runaway cc1plus process 2005-07-21 00:03:11 +00:00
Volker Stolz
b4ba41aadf Give hint to possibly necessary workaround in pkg-message
PR:		ports/73011
Submitted by:	maintainer
2004-10-27 15:13:32 +00:00
Pav Lucistnik
556a038ede - Fix build on 4.x
- Don't install debugger unless asked
- Assume maintainership

PR:		ports/70769
Submitted by:	No Name <arundel@h3c.de>
2004-08-21 13:59:20 +00:00
Kris Kennaway
b0d78cb04f BROKEN on 4.x: Does not compile 2004-08-16 01:16:13 +00:00
Kris Kennaway
3a19cceee9 Reset maintainer:
<arundel@gmx.net>
    (reason: 550 5.1.1 {mx057} <arundel@gmx.net>... User is unknown)
2004-08-16 01:13:13 +00:00
Kirill Ponomarev
652e92e2c0 Update to 1.7.2
PR:		ports/69162
Submitted by:	maintainer
2004-07-17 11:48:35 +00:00
Volker Stolz
33d69509c8 Workaround broken .if (${OSVERSION}...), cf.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-workarounds.html

PR:		ports/66739
Submitted by:	Scott Lipcon
2004-05-18 07:33:02 +00:00
Edwin Groothuis
16ed105f32 - Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)
- use install -d instead of mkdir

Thanks to kris@
2004-05-15 05:08:48 +00:00
Edwin Groothuis
c5d69a5700 maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2

(this time for real!)
PR:		ports/64612
Submitted by:	No Name <arundel@gmx.net>
2004-05-14 11:54:26 +00:00
Edwin Groothuis
bbcce9438c maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2

Also added a pkg-message to explain about the configuration file,
and made sure that the default configuration file didn't get left
behind when make deinstall is done.

PR:		ports/64612
Submitted by:	No Name <arundel@gmx.net>
2004-05-14 11:49:01 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +00:00
Edwin Groothuis
672c044e2e Properly use SDL everywhere:
USE_SDL=yes	-> USE_SDL=sdl	(good examles everywhere)
	WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:		follow-ups of ports/55494, ports/61877
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2004-03-08 01:01:31 +00:00
Mark Linimon
bee4c1b17a This was missed in the last commit. 2004-02-17 17:47:26 +00:00
Mark Linimon
5c3d5d1f4e Update to version 1.7.1: update battery file more often; many bugfixes.
See ChangeLog for complete details.

PR:		ports/62645
Submitted by:	arundel@gmx.net (maintainer)
2004-02-17 10:06:24 +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
Pav Lucistnik
d3ced2683a - Update to 1.7
PR:		ports/61599
Submitted by:	No-Name <arundel@gmx.net> (maintainer)
2004-01-21 22:43:20 +00:00
Pav Lucistnik
d2ecb8d505 - Nuke useless empty file 2004-01-21 22:28:14 +00:00
Edwin Groothuis
0e78f2abe2 New port: VisualBoyAdvance
VisualBoyAdvance is currently one of the best Gameboy Advance
	emulators out there.

PR:		ports/56376
Submitted by:	No Name <arundel@gmx.net>
2003-10-03 13:07:59 +00:00