1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

56 Commits

Author SHA1 Message Date
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +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
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Doug Barton
ce7d0b1f2e For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
2012-07-22 23:23:59 +00:00
Baptiste Daroussin
222461c302 Convert to new option framework 2012-06-29 12:42:04 +00:00
Carlo Strub
6ad58072b2 Reassign to ports@ 2012-06-10 22:31:01 +00:00
Dirk Meyer
4812598a53 - fix build with giflib 4.2.0 2012-06-03 04:48:40 +00:00
Carlo Strub
6613d4c612 Update to 0.9.2 2012-04-14 22:49:31 +00:00
Carlo Strub
69e9b7e4a9 Replace obsolete libungif dependency by libgif.
PR:		ports/165335
Submitted by:	dinoex@
Approved by:	cs@ (maintainer), glarkin@ (mentor, implicit)
2012-02-24 18:32:15 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Alex Dupre
1b91e235c3 Chase pdflib.so version and bump PORTREVISION accordingly. 2012-01-10 11:41:37 +00:00
Brendan Fabeny
ac39d25cb1 - update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:	ache, C. Burns, wen
2011-10-17 10:08:33 +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
Carlo Strub
178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Martin Wilke
f713b12587 - Add missing math/fftw3 to LIB_DEPENDS
- Add OPTION for print/pdflib support
- Fix disabling WITH_LAME to effect properly

PR:		148559
Submitted by:	Ports Fury
Approved by:	maintainer
2010-09-11 11:18:34 +00:00
Dmitry Marakasov
4669744243 - Update to 0.9.1
- Pass maintainership to submitter
- Add LICENSE
- Add distfile mirror
- Mark MAKE_JOBS_SAFE

PR:		148377
Submitted by:	C-S <c-s@c-s.li>
Feature safe:	yes
2010-07-06 21:37:07 +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
Martin Wilke
17054724ba - Update to 0.9.0
PR:		134288
Submitted by:	Ports Fury
2009-05-09 09:19:17 +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
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
Martin Wilke
c8bb787b99 - Update to 0.8.1
PR:             109801
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2007-03-06 20:04:18 +00:00
Martin Wilke
897e739518 - Fix LIB_DEPENDS
- Add common patch for Xpdf library
- Bump PORTREVISION

PR:		108882
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-02-08 22:35:40 +00:00
Ying-Chieh Liao
c3f521d45b upgrade to 0.8.0 2007-02-05 16:13:14 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Pav Lucistnik
d05357f400 - Update to 0.7.0
PR:		ports/85533
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-08-31 22:21:40 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Michael Johnson
39fc922b37 - Update to 0.6.3
- Make lame support optional so this can be
  packaged

PR:		77971
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-03-02 05:32:02 +00:00
Kirill Ponomarev
6cc631883a Update to version 0.6.2
PR:		ports/72530
Submitted by:	Ports Fury
2004-10-12 12:55:44 +00:00
Kirill Ponomarev
0145098c64 Update to version 0.6.1
PR:		ports/70788
Submitted by:	Ports Fury
2004-08-22 01:18:33 +00:00
Ying-Chieh Liao
a037a89b0e upgrade to 0.6.0 2004-08-16 03:44:16 +00:00
Kirill Ponomarev
b377416de9 - Update to version 0.5.1
PR:		ports/64335
Submitted by:	Ports Fury
2004-03-16 14:02:59 +00:00
Tilman Keskinoz
8d6b3d812f USE_BISON to unbreak the build. 2004-02-17 13:59:23 +00:00
Kris Kennaway
72f5267180 BROKEN: Does not compile 2004-02-16 23:32:43 +00:00
Kirill Ponomarev
ca7ee70123 - Update to version 0.5.0
PR:		ports/62532
Submitted by:	Ports Fury
2004-02-08 13:59:23 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Adam Weinberger
9672b9006e Update to 0.4.4.
PR:		51226
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-04-21 17:55:56 +00:00
Ying-Chieh Liao
7587dec214 chase t1lib version 2003-03-24 01:10:23 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Edwin Groothuis
fd8e3d7fc3 graphics/swftools to 0.4.3
PR:		ports/46942
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-12 01:21:21 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00