| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: ports/143745
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: "Ganael LAPLANCHE" <ganael.laplanche@martymac.com> (maintainer)
Notes:
svn path=/head/; revision=249609
|
|
|
|
|
|
|
|
| |
PR: ports/134016
Approved by: linimon (mentor)
Notes:
svn path=/head/; revision=232868
|
|
|
|
|
|
|
|
| |
PR: 131937
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
Notes:
svn path=/head/; revision=228837
|
|
|
|
|
|
|
| |
Pointyhat to: me
Notes:
svn path=/head/; revision=227823
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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>
Notes:
svn path=/head/; revision=227814
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=217856
|
|
|
|
|
|
|
|
|
| |
Sorry about this and welcome back!
Approved by: garga (implicit)
Notes:
svn path=/head/; revision=209690
|
|
|
|
|
|
|
|
|
|
| |
Discussed with pav.
Submitted by: miwi on IRC
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=209453
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=203397
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=189250
|
|
|
|
|
|
|
|
|
| |
PR: 111100
Submitted by: Robert C. Noland III <rnoland@2hip.net>
Approved by: philip
Notes:
svn path=/head/; revision=189188
|
|
|
|
| |
Notes:
svn path=/head/; revision=188861
|
|
|
|
| |
Notes:
svn path=/head/; revision=183664
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=147883
|
|
|
|
| |
Notes:
svn path=/head/; revision=125124
|
|
|
|
| |
Notes:
svn path=/head/; revision=121535
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/54435
Submitted by: Melvyn Sopacua
Approved by: maintainer timeout
Reviewed by: pav
Notes:
svn path=/head/; revision=114295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
| |
Notes:
svn path=/head/; revision=100321
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
Notes:
svn path=/head/; revision=83696
|
|
|
|
|
|
|
| |
- no response from maintainer since 2003-04-05
Notes:
svn path=/head/; revision=80656
|
|
|
|
| |
Notes:
svn path=/head/; revision=77014
|
|
|
|
| |
Notes:
svn path=/head/; revision=76311
|
|
|
|
|
|
|
|
|
|
| |
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
Notes:
svn path=/head/; revision=71181
|
|
|
|
| |
Notes:
svn path=/head/; revision=70899
|
|
|
|
|
|
|
|
|
| |
some variables unused
Submitted by: mi
Notes:
svn path=/head/; revision=69529
|
|
|
|
| |
Notes:
svn path=/head/; revision=62387
|
|
|
|
|
|
|
|
| |
PR: 39081
Submitted by: gshapiro
Notes:
svn path=/head/; revision=61020
|
|
|
|
|
|
|
|
|
|
| |
o Take over maintainership due to maintainer time out in the last
6 months
Approved by: 3d (maintainer timeout)
Notes:
svn path=/head/; revision=60608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=57861
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=57154
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 34365
Submitted by: pat
Prompted by: Alan Eldridge <alane@geeksrus.net>,
darren <igla@batterybackups.net>
Approved by: maintainer (2 month timeout)
Notes:
svn path=/head/; revision=56558
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=48891
|
|
|
|
|
|
|
| |
Submitted by: Marc van Woerkom <van.woerkom@netcologne.de> (port maker)
Notes:
svn path=/head/; revision=44943
|
|
DVD player that supports DVD menus
PR: 28410
Submitted by: Marc van Woerkom
Notes:
svn path=/head/; revision=44871
|