| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
|
|
|
| |
Strip binaries
Notes:
svn path=/head/; revision=368841
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=libtool
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=358017
|
|
|
|
| |
Notes:
svn path=/head/; revision=356114
|
|
|
|
| |
Notes:
svn path=/head/; revision=329376
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes:
svn path=/head/; revision=316654
|
|
|
|
|
|
|
|
|
|
| |
Thanks to theraven for helping to track down the problem.
PR: ports/168896
Reviewed by: multimedia (mav, briefly)
Notes:
svn path=/head/; revision=304164
|
|
|
|
|
|
|
|
| |
formatted for standard terminal width
- Define LICENSE knob (BSD)
Notes:
svn path=/head/; revision=290145
|
|
|
|
|
|
|
|
|
|
|
| |
- Detect MMX support per MACHINE_CPU, remove OPTIONS
- Remove .else clause since --disable-mmx is the default
- Collapse including <bsd.port.pre/post.mk> into just <bsd.port.mk>
- Reindent MAN1 variable assignment (line up with other knobs)
- Adjust COMMENT and Makefile header while I am here
Notes:
svn path=/head/; revision=290144
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
| |
Notes:
svn path=/head/; revision=284630
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
| |
PR: ports/140999
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: itetcu (mentor, implicit)
Notes:
svn path=/head/; revision=252526
|
|
|
|
|
|
|
|
|
|
| |
Not available with GCC3, which suffers an internal compiler error.
PR: 127468
Submitted by: bf2006a@yahoo.com
Notes:
svn path=/head/; revision=226474
|
|
|
|
| |
Notes:
svn path=/head/; revision=225860
|
|
|
|
| |
Notes:
svn path=/head/; revision=194344
|
|
|
|
|
|
|
|
| |
-Use USE_DOS2UNIX and get rid of ^M in our files/patch-*.
-INSTALLS_SHLIB -> USE_LDCONFIG.
Notes:
svn path=/head/; revision=181309
|
|
|
|
|
|
|
|
| |
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
Notes:
svn path=/head/; revision=164918
|
|
|
|
|
|
|
| |
- Use gnomehack and target to replace post-patch stuff
Notes:
svn path=/head/; revision=163365
|
|
|
|
|
|
|
|
| |
PR: ports/97288
Submitted by: Shaun Amott <shaun@inerd.com>
Notes:
svn path=/head/; revision=162420
|
|
|
|
|
|
|
|
| |
PR: ports/95906
Submitted by: Jeffrey H. Johnson
Notes:
svn path=/head/; revision=159784
|
|
|
|
|
|
|
|
| |
PR: ports/95778
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Notes:
svn path=/head/; revision=159602
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=159522
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Noticed by: pointyhat via kris and Ingmar Gebert <ingmar dot gebert At uni-rostock dot de> (ports/83227)
Notes:
svn path=/head/; revision=138905
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via kris
Notes:
svn path=/head/; revision=138657
|
|
Wavepack is a completely open audio compression format providing lossless,
high-quality lossy, and a unique hybrid compression mode.
In the default lossless mode no original information is lost, so there is no
change of degradation. Compression in this mode is between 30% an 70%.
For more info see the website http://www.wavpack.com
Notes:
svn path=/head/; revision=138576
|