Commit graph

80 commits

Author SHA1 Message Date
John Marino
312461b6fa 3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators

approved by:	PTHREAD blanket
2015-03-24 22:17:41 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Adam Weinberger
79d6017866 Rename emulators/ patch-xy patches to reflect the files they modify. 2014-07-28 18:39:29 +00:00
Michael Gmelin
7a2a42a09a Stagify. Small fixes while being there.
The port doesn't build with std=c++11. Even though it's
an upstream problem, the maintainer might want to
look into fixing this.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:39:41 +00:00
Martin Wilke
4de7d44a79 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 13:13:46 +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
Bryan Drewery
94b858fc39 Really fix conversion - missed a 2nd typo 2013-05-08 15:59:11 +00:00
Bryan Drewery
a028b2ac22 Fix conversion to new options framework for bmake 2013-05-02 13:29:28 +00:00
Baptiste Daroussin
f53196ebc9 Convert emulators to new options framework 2013-04-28 21:20:28 +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
Doug Barton
f9faa8bdaa Geocities has been gone for almost 2 years now, so let's remove
references to it.

Deprecate ports whose only MASTER_SITE is (was) geocities
2011-08-23 07:45:27 +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
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
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
2a9763f12a - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00
Jose Alonso Cardenas Marquez
11cac61c35 - Remove USE_GCC
- Remove BROKEN, new version of snes9x compiles fine on CURRENT

Suggested and reported by:	miwi
2007-10-04 15:38:18 +00:00
Jose Alonso Cardenas Marquez
1f1bf1968c - Update to 1.51
- Clean patch files
- Add NETPLAY Option
2007-10-04 05:43:04 +00:00
Mark Linimon
cb3d79c7b2 Mark broken with gcc4.2. 2007-09-29 15:03:33 +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
Jose Alonso Cardenas Marquez
5ee4cbd5f7 - My fault on previous commit, this is the correct way for do the things 2007-03-24 12:26:14 +00:00
Jose Alonso Cardenas Marquez
173bf3ba0e - Now,the OPENGL option installs snes9x instead of osnes9x
- Bump PORTREVISION
2007-03-24 12:22:22 +00:00
Jose Alonso Cardenas Marquez
fc25b8d6e4 - Add USE_GCC=3.4+. I forgot to add it in my previous commit. 2006-12-28 01:15:04 +00:00
Jose Alonso Cardenas Marquez
fee519b29e - Update to 1.5
- Add new mirrors to MASTER_SITES
- Add pkg-message file
- Convert to OPTIONS
- Clean patch files
- Install DOCSDIR files
- Remove obsolete patch
- Remove USE_X_PREFIX
- Take maintainership
2006-12-27 17:27:37 +00:00
Pav Lucistnik
0c435188db - Fill in $LINENO in configure script, so it detects FreeBSD, so it enables
joystick support.

  This a more magic situation.

PR:		ports/96193
Submitted by:	Andreas Steinel <lnxbil@saarlinux.org>
2006-04-29 21:40:22 +00:00
Mark Linimon
75927220c8 Reset green@ as maintainer at his request.
Hat:		portmgr
2006-03-31 06:35:51 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +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
Kirill Ponomarev
5a03fea9e4 Fix PLIST_FILES
PR:		ports/69186
Submitted by:	Ports Fury
2004-07-17 18:29:42 +00:00
Pav Lucistnik
70f2bc28c5 - Update SIZE in distinfo too
Spotted by:	kris
2004-05-30 00:35:29 +00:00
Pav Lucistnik
f91291e082 - Update to 1.42
PR:		ports/62158
Submitted by:	Ports Fury
Approved by:	maintainer timeout (4 months)
2004-05-29 23:59:56 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +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
Brian Feldman
78e1cd3dce Allow the user to compile Snes9X without x86 assembly optimizations, and
with OpenGL as a display, with the port flags WITHOUT_X86_ASM and
WITH_OPENGL.  Instead of updating the port revision, bump the version to
"1.41.1", which more accurately reflects what Snes9X is calling itself.

Submitted by:	KATO Tsuguru <tkato@prontomail.com>
PR:	ports/57003
2003-10-21 02:36:04 +00:00
Brian Feldman
24830960a1 Update to Snes9x version 1.41-1, courtesy HIYAMA Takeshi-san.
Submitted by:	HIYAMA Takeshi <hymtk7@yahoo.co.jp>
2003-10-20 04:20:31 +00:00
Brian Feldman
9fe7d0aefb Unbreak the compilation for 4.x users. 2003-08-11 00:39:34 +00:00
Brian Feldman
2f6e8d86d7 Now that there's a download site again, upgrade to version 1.40.
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
PR:		ports/44225
2003-08-09 13:21:14 +00:00
Brian Feldman
20b2ef033f Correct USB joystick support for 4.x (used the wrong version of the
hid_report_size(3) API).

Submitted by:	Sean Welch <welchsm@earthlink.net>
2003-05-13 17:10:53 +00:00
Brian Feldman
96c18c40dd Mirror the distfile since the download section on the master site is dead.
Unbreak by updating for new -lusbhid in current.
2003-05-08 01:33:09 +00:00
Kris Kennaway
488b213183 BROKEN: Does not compile 2003-05-07 00:12:29 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sean Chittenden
b8e1e7ef86 Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.

Since there seems to be some confusion, for the record:

BROKEN		is reserved for ports that don't work.  This will prevent
		users from installing the port, but please note that
		ports marked as BROKEN will still be built by bento
IGNORE		is reserved for ports that should not be built for one
		reason or another (including bento).  Users and bento
		will not build ports marked as IGNORE.
FORBIDDEN	is reserved for security breakages only!!!  Only mark a
		port as FORBIDDEN if there is a security issue with the
		port at the time.

Reviewed by:	kris (portmgr)
2003-02-07 02:44:21 +00:00
Kris Kennaway
510b91e1dc Fix build (chase libusb to libusbhid) 2002-09-29 03:41:37 +00:00
Brian Feldman
3aa1a8aa10 Use sys/soundcard.h instead of machine/soundcard.h 2002-09-20 19:17:02 +00:00
Brian Feldman
05e1411145 Update to version 1.37c with the major notable of having all of Kreed's
display filters built-in.
2001-03-29 12:36:15 +00:00
Yukihiro Nakai
5be110617f Maintainer change. 2001-03-29 09:09:50 +00:00
Yukihiro Nakai
da4cb0d670 More fix for 4.x-RELEASE
PR:		ports/24752
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
2001-02-05 16:15:37 +00:00