Commit graph

34 commits

Author SHA1 Message Date
Antoine Brodin
a5e11f9450 Fix build with gcc from base, it doesn't undertand -Wno-tautological-constant-out-of-range-compare
and has no flag to disable this warning

Phabric:	D197
Reviewed by:	bapt
2014-06-09 19:00:15 +00:00
Baptiste Daroussin
73484742c4 Update libdvbpsi to 1.2.0
Strip binaries
USES=libtool
Use options helpers
Chase library change
2014-06-09 14:50:22 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Baptiste Daroussin
d9d662531b upgrade to 0.2.2 2011-11-05 18:52:54 +00:00
Baptiste Daroussin
34db381a29 Update to 0.2.1 2011-09-09 21:06:36 +00:00
Baptiste Daroussin
6dcd00fc22 - update libdvbpsi to 0.2.0
- add license
- chase library bump
2011-05-30 21:29:23 +00:00
Koop Mast
f36ad8bc7b Update to 0.1.7.
PR:		ports/154100 (based on)
Submitted by:	Dan Lukes <dan@obluda.cz>
With hat:	multimedia@
Feature safe:	yes
2011-01-29 23:57:21 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +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
Michael Johnson
b9f01d007c Update to 0.1.6
PR:             ports/119639
Submitted by:   thierry
2008-02-28 00:41:42 +00:00
Michael Johnson
9867427822 Update to 0.1.6
PR:		ports/119639
Submitted by:	thierry
2008-02-28 00:40:55 +00:00
Jeremy Messenger
0180080a9e Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
2007-03-26 21:35:04 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Michael Johnson
948f5473bd - Transfer MAINTAINER to multimedia@
Approved by:	dhw (postmaster, for using multimedia@ as maintainer)
		gnome (gstreamer ports)
2006-06-09 18:00:35 +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
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Michael Johnson
9373568f85 - Update to 0.1.5 2005-07-06 17:51:01 +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
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Edwin Groothuis
9444e2dc7a I'd like to take maintain ship of this , net/vls , and
multimedia/libdvbpsi

Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-14 01:17:34 +00:00
Dirk Meyer
94c8c12b9f - drop maintinership 2004-10-13 20:53:28 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Dirk Meyer
07a63c6bd7 - update to 0.1.4
- new layout in tarball
2004-01-03 12:26:18 +00:00
Dirk Meyer
20b7b78083 - take maintainership 2003-12-27 10:59:35 +00:00
Kirill Ponomarev
a3eac68a13 * Update to version 0.1.3
PR:		55062
Submitted by:	Ports Fury
Approved by:	fjoe (mentor) (implicit)
2003-07-30 18:51:46 +00:00
Mario Sergio Fujikawa Ferreira
f09bedf830 o Repo copy move special case. Background and methodology follows:
- In the past, this port was incorrectly added to multimedia
	  category even though it already existed in graphics
	  category. Therefore, it was removed.
	- Now, this port is being moved to multimedia category since
	  it should reside there. However, we cannot do the usual
	  repo copy since there are repo histories in both categories.
	- What to do?
		1) 'cvs checkout' both the graphics and the multimedia
		   versions of the port.
		2) 'cp' copy the files from the graphics version to
		   the multimedia one.
		3) 'cvs commit' the copied version from graphics
		   with a long commit message explaining the situation
o Appropriately update dependency references from graphics to
  multimedia category

Port creator:	ijlao
Date created:	Aug 8, 2002
2003-04-04 01:32:05 +00:00
Mario Sergio Fujikawa Ferreira
df1178c511 o Remove recently added libdvbpsi: it already exists as
ports/graphics/libdvbpsi
o "Do not work on ports when you are too tired for your mind to be
  into it"
2003-02-08 01:37:52 +00:00
Mario Sergio Fujikawa Ferreira
6bde99970e New port libdvbpsi version 0.1.2: VideoLAN DVB and PSI decoders and
generators
2003-02-08 01:29:50 +00:00