| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387021
|
|
|
|
|
|
|
|
|
| |
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382272
|
|
|
|
| |
Notes:
svn path=/head/; revision=374884
|
|
|
|
| |
Notes:
svn path=/head/; revision=368132
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=362808
|
|
|
|
|
|
|
|
|
| |
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
Notes:
svn path=/head/; revision=334194
|
|
|
|
|
|
|
|
|
| |
While where strip the final library[2]
Reported by: danfe [1], stage-qa [2]
Notes:
svn path=/head/; revision=330231
|
|
|
|
|
|
|
| |
Reported by: bsam
Notes:
svn path=/head/; revision=328006
|
|
|
|
|
|
|
| |
Remove useless pre/post dancing
Notes:
svn path=/head/; revision=328004
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Notes:
svn path=/head/; revision=325727
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://svn.slimdevices.com/slim/7.3/trunk/vendor/faad2/bpa-stdin.patch
This is required to allow BBCiPlayer support in audio/squeezeboxserver.
PR: ports/138213
Submitted by: Mark Knight <markk at knigma dot org>
Feature safe: yes
Notes:
svn path=/head/; revision=250318
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=240254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
| |
Notes:
svn path=/head/; revision=230927
|
|
|
|
| |
Notes:
svn path=/head/; revision=230877
|
|
|
|
|
|
|
| |
Missed by: beech
Notes:
svn path=/head/; revision=229380
|
|
|
|
|
|
|
|
| |
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Reported by: pointyhat via pav
Notes:
svn path=/head/; revision=229298
|
|
|
|
|
|
|
|
| |
PR: 131829
Submitted by: ports fury
Notes:
svn path=/head/; revision=228782
|
|
|
|
|
|
|
|
|
|
|
|
| |
remote attackers to cause a denial of service (crash) and possibly execute
arbitrary code via a crafted MPEG-4 (MP4) file.
PR: ports/128512
Submitted by: bf <bf2006a@yahoo.com>
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4201
Notes:
svn path=/head/; revision=222775
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
| |
Notes:
svn path=/head/; revision=209417
|
|
|
|
| |
Notes:
svn path=/head/; revision=207832
|
|
|
|
|
|
|
|
|
|
| |
other applications function correct. Bump the PORTREVISION.
Reported by: a few in freebsd-multimedia@
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=202710
|
|
|
|
| |
Notes:
svn path=/head/; revision=201816
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
|
|
|
|
| |
PR: ports/102572
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=171746
|
|
|
|
|
|
|
| |
Reported by: kris via pointyhat
Notes:
svn path=/head/; revision=171719
|
|
|
|
|
|
|
|
|
|
| |
makes more sense. Should fix the build in a few of other tinderboxes, but
I don't understand why it works for pointyhat thought.
Reported by: novel
Notes:
svn path=/head/; revision=171449
|
|
|
|
| |
Notes:
svn path=/head/; revision=171348
|
|
|
|
|
|
|
|
| |
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
Notes:
svn path=/head/; revision=164918
|
|
|
|
|
|
|
|
| |
PR: ports/95829
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes:
svn path=/head/; revision=159667
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
| |
sure we have libtool and stuf for post-patch
Reported by: kris
Notes:
svn path=/head/; revision=154683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add SIZE to a few ports
Notes:
svn path=/head/; revision=147668
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
| |
- Simplify COMMENT
- Update pkg-desc
Submitted by: Dan Larsson [1]
Notes:
svn path=/head/; revision=126760
|
|
|
|
|
|
|
| |
Pointed out by: lofi
Notes:
svn path=/head/; revision=122937
|
|
|
|
|
|
|
| |
Submitted by: paulbeard@mac.com
Notes:
svn path=/head/; revision=122613
|
|
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
PR: 72205
Submitted by: ahze
Notes:
svn path=/head/; revision=121270
|