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

37 Commits

Author SHA1 Message Date
Dmitry Marakasov
4429424ae7 - Fix typos
PR:		131937
Submitted by:	Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
2009-02-22 18:24:23 +00:00
Robert Noland
bbb9024d8f Remove patch that is no longer needed.
Pointyhat to:	me
2009-02-08 21:38:43 +00:00
Robert Noland
c6542427d4 Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership
	-Bump ports that depend on libdvdread since shared lib
	 version rolls back from .5 to .4
	-Fix multimedia/ogle build with this version

PR:		127849
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2009-02-08 18:45:38 +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
Robert Noland
1e22e237ba Update my email address to my @FreeBSD.org address.
Approved by:	garga (mentor)
2008-07-30 19:00:36 +00:00
Wesley Shields
e00d37b854 Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!

Approved by:	garga (implicit)
2008-03-24 15:44:31 +00:00
Wesley Shields
25c7c125a9 Reset maintainer due to bouncing mails.
Discussed with pav.

Submitted by:	miwi on IRC
Approved by:	garga (mentor)
2008-03-20 16:10:07 +00:00
Joe Marcus Clarke
e81a825e5c Do not depend on libdvdcss when building packages as libdvdcss is restricted.
This port can still use libdvdcss if found by way of dlopen, so this is not
a functionality loss per se.  However, it will allow gnome2 and kde3 to
be packaged.

Approved by:	portmgr (implicit and linimon)
2007-12-12 21:42:08 +00:00
Jeremy Chadwick
1e44513898 * libdvdread - PORTREVISION increment
* libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h
* Others - LIB_DEPENDS changes (require libdvdread.so.5)
* Others - PORTREVISION increment for those dependent on libdvdread

Approved by:	philip
2007-04-05 06:03:23 +00:00
Jeremy Chadwick
dd867f6701 Maintainer update; 0.9.4 to 0.9.7
PR:		111100
Submitted by:	Robert C. Noland III <rnoland@2hip.net>
Approved by:	philip
2007-04-04 14:04:27 +00:00
Mario Sergio Fujikawa Ferreira
d384ef1419 Give maintainership to Robert Noland <rnoland@2hip.net>. 2007-03-31 03:35:30 +00:00
Kris Kennaway
b5de47e69a Use libtool port instead of included version to avoid a.out objformat botch 2007-01-29 23:51:55 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7 Add SHA256 checksum 2005-11-11 06:06:17 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Mario Sergio Fujikawa Ferreira
cdd19ce367 Yet improve support for FreeBSD optimized byteswap routines 2004-11-14 03:54:44 +00:00
Volker Stolz
9caac1043e Fix dvdcss_crack-detection with dvix[45] or xvid encoding.
PR:		ports/54435
Submitted by:	Melvyn Sopacua
Approved by:	maintainer timeout
Reviewed by:	pav
2004-07-20 15:05:25 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Dirk Meyer
1b5eda48af - allow build with more warnings enabled, NO_WERROR=yes
- no response from maintainer since 2003-04-05
2003-05-11 07:47:17 +00:00
Mario Sergio Fujikawa Ferreira
4ffec4deab Update to 0.9.4 2003-03-06 04:43:00 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 00:09:51 +00:00
Mario Sergio Fujikawa Ferreira
322ad7ebe0 Add support for FreeBSD optimized byteswap routines 2002-11-23 21:12:24 +00:00
Mario Sergio Fujikawa Ferreira
3f097e4836 Support NDEBUG define which both turns off assertions and makes
some variables unused

Submitted by:	mi
2002-11-05 13:50:05 +00:00
Mario Sergio Fujikawa Ferreira
6bbf6dab16 USE_REINPLACE 2002-07-03 19:15:17 +00:00
Mario Sergio Fujikawa Ferreira
1dacc1dc63 Add missing file
PR:		39081
Submitted by:	gshapiro
2002-06-10 01:53:54 +00:00
Mario Sergio Fujikawa Ferreira
25e511ad5f o Update to 0.9.3
o Take over maintainership due to maintainer time out in the last
  6 months

Approved by:	3d (maintainer timeout)
2002-06-04 16:34:59 +00:00
Mario Sergio Fujikawa Ferreira
86b20d20ac o Add libdvdcss as a library dependency so that we can properly
match libdvdcss version with libdvdread since it depends on
  matching libdvdcss API
o No meaningless overhead since libdvdread automatically uses
  libdvdcss whether the port has knowledge of it or not. Besides,
  all ports using libdvdread list libdvdcss as a dependency as well
  (exception made to xine_d5d_plugin but an updated version will)
o Also, it's a 22K overhead
o Furthermore, all ports depending on libdvdread SHOULD depend on
  libdvdcss for obvious reasons

Reviewed by:	fenner
2002-04-18 17:53:38 +00:00
Mario Sergio Fujikawa Ferreira
0228268ee1 - Chase libdvdcss share library version bump. Caveat: this is a
source code patch.
- Bump PORTREVISION

Requested by:	brian, eivind,
		Alexander Nedotsukov <bland@smtp.ru>,
		Thomas E. Zander <riggs@hadiko.de>
Reviewed by:	brian, eivind,
		libdvdread Developers <dvd@dtek.chalmers.se>
Approved by:	maintainer (1 week timeout, hasted due to 5.x-Current
		DP1 release)
2002-04-01 19:12:47 +00:00
Mario Sergio Fujikawa Ferreira
f8a3a9f0fd Circumvent problem with automake* installed in the system
PR:		34365
Submitted by:	pat
Prompted by:	Alan Eldridge <alane@geeksrus.net>,
		darren <igla@batterybackups.net>
Approved by:	maintainer (2 month timeout)
2002-03-24 22:08:00 +00:00
Mario Sergio Fujikawa Ferreira
d0548d082b o update to 0.9.2 (shared lib version bump)
o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS)
o support NOPORTDOCS

PR:		31312
Submitted by:	Rahul Siddharthan <rsidd@online.fr>,
		Thomas E. Zander <riggs@hadiko.de>
Approved by:	MAINTAINER
2001-10-17 21:31:57 +00:00
Ying-Chieh Liao
5ae4639ce9 it is just a lib, so change comment & descr
Submitted by:	Marc van Woerkom <van.woerkom@netcologne.de> (port maker)
2001-07-09 01:18:05 +00:00
Ying-Chieh Liao
9343cbc6fd add libdvdread
DVD player that supports DVD menus

PR:		28410
Submitted by:	Marc van Woerkom
2001-07-07 13:07:13 +00:00