Commit graph

26 commits

Author SHA1 Message Date
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Greg Larkin
649ed43937 - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:18:00 +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
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Olli Hauer
4c503beb39 - remove MD5 2011-07-03 13:38:45 +00:00
Koop Mast
5c5b2dc4b7 Pitivi needs a dependancy on the oss gstreamer plugin.
PR:		ports/151218
Submitted by:	Jesse <jessefrgsmith@yahoo.ca>
2010-10-08 13:51:35 +00:00
Koop Mast
54d8172bc8 Readd pitivi. Gstreamer based non-linear multimedia editor. 2010-09-09 07:43:33 +00:00
Martin Wilke
ed5b3b6e84 2006-12-01 multimedia/bsdav: does not work. We need to import bktv patches from OpenBSD to make it work
2006-12-01 multimedia/pitivi: Installs files during "make all"
2006-12-01 misc/gnomesword: Configure fails
2007-01-05 16:15:23 +00:00
Kris Kennaway
15b247f443 Schedule these broken ports for termination on 2006-12-01 2006-09-02 16:51:10 +00:00
Cheng-Lung Sung
147fdee482 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00
Michael Johnson
407b1fbb0f - Mark BROKEN because this installs files during "make all"
Reported by:	kris
2006-05-01 18:19:10 +00:00
Michael Johnson
d8e1e16e64 - Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
2006-04-29 23:03:03 +00:00
Mark Linimon
53319deeca Reset kwm due to no response about email.
Hat:	portmgr
2006-04-14 23:25:09 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +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
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Kris Kennaway
f9e61365da BROKEN on !i386: Configure fails 2005-08-31 03:11:16 +00:00
Koop Mast
d47bc79c98 Remove gnomeprefix we don't need it, thus make pointyhat happy.
Approved by:	portmgr (marcus)
2005-08-09 18:59:00 +00:00
Koop Mast
520c536098 Update to 0.1.10. 2005-07-19 12:41:38 +00:00
Koop Mast
ca9e25b912 Register conflict with gnonlin. 2005-06-02 15:58:34 +00:00
Koop Mast
c0178cd7af Chase the slit of gconf to a seperate port. 2005-03-20 16:05:54 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Koop Mast
9a45188feb Fix plist
Submitted by:	poinyhat via kris
2005-01-09 18:30:13 +00:00
Koop Mast
b7e1d4dd30 Add pitivi a gstreamer based non-linear multimedia editor. 2004-12-20 19:39:53 +00:00