non port: multimedia/libdvbpsi/Makefile |
SVNWeb
|
Number of commits found: 40 |
Mon, 13 Mar 2023
|
[ 10:02 Daniel Engberg (diizzy) ] a90bfe7
multimedia/libdvbpsi: Update MASTER_SITES
Use VideoLAN's CDN as primary site and fallback to download.videolan.org
While at it switch to DISTVERSION for consistency
Reference:
http://get.videolan.org/libdvbpsi/1.3.3/libdvbpsi-1.3.3.tar.bz2?mirrorlist
PR: 270149
Approved by: multimedia (riggs)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 16 Oct 2019
|
[ 11:28 tcberner ]
multimedia/libdvbpsi: update to 1.3.3
|
Thu, 3 Jan 2019
|
[ 14:25 bapt ]
Update to 1.3.2
|
Mon, 12 Mar 2018
|
[ 08:33 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Sat, 5 Nov 2016
|
[ 20:10 bapt ]
Update to libdvbpsi 1.3.0
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Mon, 9 Jun 2014
|
[ 19:00 antoine ]
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
|
[ 14:50 bapt ]
Update libdvbpsi to 1.2.0
Strip binaries
USES=libtool
Use options helpers
Chase library change
|
Wed, 25 Sep 2013
|
[ 00:54 bdrewery ] (Only the first 10 of 179 ports in this commit are shown above. )
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
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)
|
Sat, 5 Nov 2011
|
[ 18:52 bapt ]
upgrade to 0.2.2
|
Fri, 9 Sep 2011
|
[ 21:06 bapt ]
Update to 0.2.1
|
Mon, 30 May 2011
|
[ 21:29 bapt ]
- update libdvbpsi to 0.2.0
- add license
- chase library bump
|
Sat, 29 Jan 2011
|
[ 23:57 kwm ]
Update to 0.1.7.
PR: ports/154100 (based on)
Submitted by: Dan Lukes <dan@obluda.cz>
With hat: multimedia@
Feature safe: yes
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 28 Feb 2008
|
[ 00:40 ahze ]
Update to 0.1.6
PR: ports/119639
Submitted by: thierry
|
Mon, 26 Mar 2007
|
[ 21:35 mezz ]
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Fri, 9 Jun 2006
|
[ 18:00 ahze ] (Only the first 10 of 49 ports in this commit are shown above. )
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Wed, 6 Jul 2005
|
[ 17:51 ahze ]
- Update to 0.1.5
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Fri, 29 Oct 2004
|
[ 22:24 ahze ] (Only the first 10 of 40 ports in this commit are shown above. )
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
|
Thu, 14 Oct 2004
|
[ 01:17 edwin ]
I'd like to take maintain ship of this , net/vls , and
multimedia/libdvbpsi
Submitted by: Michael Johnson <ahze@ahze.net>
|
Wed, 13 Oct 2004
|
[ 20:51 dinoex ]
- drop maintinership
|
Sat, 3 Jan 2004
|
[ 12:26 dinoex ]
- update to 0.1.4
- new layout in tarball
|
Sat, 27 Dec 2003
|
[ 10:59 dinoex ]
- take maintainership
|
Wed, 30 Jul 2003
|
[ 18:51 krion ]
* Update to version 0.1.3
PR: 55062
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
|
Fri, 4 Apr 2003
|
[ 01:32 lioux ]
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
|
Sat, 8 Feb 2003
|
[ 01:37 lioux ]
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"
|
[ 01:29 lioux ]
New port libdvbpsi version 0.1.2: VideoLAN DVB and PSI decoders and
generators
|
Number of commits found: 40 |