non port: multimedia/netshow/Makefile |
SVNWeb
|
Number of commits found: 22 |
Mon, 2 May 2011
|
[ 06:52 bapt ] (Only the first 10 of 105 ports in this commit are shown above. )
remove unmaintained expired ports from multimedia
2011-05-01 multimedia/gtksubtitler: Upstream disapear and distfile is no more
available
2011-05-01 multimedia/hayes: Upstream disapear and distfile is no more available
2011-05-01 multimedia/linux-libtheora: deprecated please use
linux-f[89]-libtheora
2011-05-01 multimedia/netshow: Distfile is no more available
2011-05-01 multimedia/smpeg-xmms: Distfile is no more available
2011-05-01 multimedia/streamdvd: upstream and distfile is no more available
2011-05-01 multimedia/sublib: Upstream has disapear and distfile is no more
available
2011-05-01 multimedia/tkxanim: Upstream has disapear and dstfile is no more
available
2011-05-01 multimedia/tosvcd: Upstream has disapear and distfile is no more
available
2011-05-01 multimedia/tv_grab_au: Upstream has disapear and distfile is no more
available
2011-05-01 multimedia/xdvshow: upstream has disapear and distfile is no more
available
2011-05-01 multimedia/xmms-avi: Distfile is no more available
2011-05-01 multimedia/xmms-skins: Distfile is no more available
2011-05-01 multimedia/xmps: Upstream has disapear and distfile is no more
available
2011-05-01 multimedia/xvid4conf: Upstream has disapear and distfile is no more
available
|
Mon, 14 Mar 2011
|
[ 17:53 bapt ] (Only the first 10 of 18 ports in this commit are shown above. )
Deprecate unmaintained ports from multimedia where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
|
Wed, 12 May 2010
|
[ 19:09 pav ]
- Mark BROKEN: does not fetch, first site does not have the file and the second
times out
Reported by: pointyhat
|
Mon, 8 Mar 2010
|
[ 16:53 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Allow to build on AMD64
PR: 144165 144167 144168 144170 144171 144172 144173 144174
144183 144493 144496
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
|
Thu, 19 Mar 2009
|
[ 17:28 bsam ] (Only the first 10 of 136 ports in this commit are shown above. )
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Tue, 11 Oct 2005
|
[ 12:53 krion ]
Fix MASTER_SITES.
|
Fri, 5 Aug 2005
|
[ 12:43 krion ]
Unbreak.
Approved by: portmgr (implicit)
|
Sat, 23 Jul 2005
|
[ 02:53 kris ] (Only the first 10 of 159 ports in this commit are shown above. )
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
|
Fri, 17 Jun 2005
|
[ 22:59 netchild ] (Only the first 10 of 190 ports in this commit are shown above. )
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use (Only the first 15 lines of the commit message are shown above )
|
Thu, 17 Mar 2005
|
[ 16:42 skv ] (Only the first 10 of 27 ports in this commit are shown above. )
Reset maintainer to ports@FreeBSD.org
Approved by: portmgr (krion)
|
Tue, 1 Mar 2005
|
[ 21:51 trevor ] (Only the first 10 of 138 ports in this commit are shown above. )
Respect the user's USE_LINUX setting.
|
Fri, 31 Dec 2004
|
[ 18:24 netchild ] (Only the first 10 of 168 ports in this commit are shown above. )
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above )
|
Fri, 10 Dec 2004
|
[ 23:44 kris ]
BROKEN: Unfetchable
|
Mon, 19 Apr 2004
|
[ 06:15 kris ]
Broken checksum seems to have self-corrected
|
Sun, 22 Feb 2004
|
[ 01:22 kris ]
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
|
Mon, 16 Feb 2004
|
[ 23:26 kris ]
BROKEN: Checksum mismatch. This port is scheduled for removal on April 16
if still broken at that time.
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ] (Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
Mon, 3 Nov 2003
|
[ 08:49 linimon ]
Update mastersite to make fetchable to unbreak. PR: ports/57435
(maintainer timeout).
|
[ 03:56 kris ] (Only the first 10 of 62 ports in this commit are shown above. )
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
Wed, 30 Jul 2003
|
[ 22:18 kris ]
Consolidate NO_CDROM and NO_PACKAGE -> RESTRICTED
|
Fri, 4 Apr 2003
|
[ 01:38 lioux ] (Only the first 10 of 38 ports in this commit are shown above. )
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
|
Number of commits found: 22 |