| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
Notes:
svn path=/head/; revision=336166
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update mp3splt to 2.5.2
- Add license
- Pet portlint
Submitted by: maintainer via IRC
Notes:
svn path=/head/; revision=316413
|
|
|
|
|
|
|
|
|
| |
- Cleanup Makefile a bit while here
Submitted by: maintainer
Notes:
svn path=/head/; revision=311368
|
|
|
|
|
|
|
|
| |
Submitted by: maintainer via private email
Feature safe: yes
Notes:
svn path=/head/; revision=308254
|
|
|
|
|
|
|
| |
Submitted by: maintainer via private email
Notes:
svn path=/head/; revision=299636
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://sourceforge.net/news/?group_id=55130
PR: ports/168185
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: Anton Yuzhaninov <citrin@citrin.ru> (maintainer)
Notes:
svn path=/head/; revision=297634
|
|
|
|
|
|
|
|
|
| |
PR: ports/160821
ubmitted by: Spil <spil.oss@googlemail.com>
Submitted by: Anton Yuzhaninov <citrin@citrin.ru> (maintainer)
Notes:
svn path=/head/; revision=294999
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- Update libmp3splt to 0.7
Submitted by: maintainer via email
Notes:
svn path=/head/; revision=281844
|
|
|
|
|
|
|
|
|
| |
Update libmp3splt to 0.6.1a.
Submitted by: maintainer via private email
Notes:
svn path=/head/; revision=271270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove WITHOUT_NLS patch which was applied upstream
Changes:
- allow auto adjusting when splitting in equal parts
PR: ports/151116
Submitted by: sunpoet (myself)
Approved by: Anton Yuzhaninov <citrin at citrin.ru> (maintainer), pgollucci (mentor)
Notes:
svn path=/head/; revision=262514
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix build when WITHOUT_NLS is defined [2]
PR: 144719
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1], maintainer [2]
Approved by: maintainer
Notes:
svn path=/head/; revision=253059
|
|
|
|
|
|
|
|
| |
PR: ports/141408
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Notes:
svn path=/head/; revision=247314
|
|
|
|
|
|
|
|
|
| |
PR: ports/139167
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: maintainer
Notes:
svn path=/head/; revision=244826
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
|
|
|
| |
Pass maintainership to submitter
PR: 133131
Submitted by: Anton Yuzhaninov <citrin at citrin.ru>
Approved by: Fabian Keil (former maintainer)
Notes:
svn path=/head/; revision=231314
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Vorbis file.
Transfer maintainership to the submitter, at the request of the
previous maintainer.
PR: ports/124616
Submitted by: Fabian Keil <fk@fabiankeil.de>
Approved by: Original maintainer (uspoerlein@mgail.com)
Notes:
svn path=/head/; revision=215747
|
|
|
|
| |
Notes:
svn path=/head/; revision=214897
|
|
|
|
|
|
|
|
|
| |
PR: ports/120199
Submitted by: Oleg Pudeyev <oleg@bsdpower.com>
Approved by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=206657
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=196462
|
|
|
|
|
|
|
|
| |
PR: ports/106787
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=179935
|
|
|
|
|
|
|
|
| |
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=163885
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154140
|
|
|
|
|
|
|
|
|
|
| |
PR: 85405
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>,
Ulrich Spoerlein <q@galgenberg.net>
Approved by: Ulrich Spoerlein (maintainer)
Notes:
svn path=/head/; revision=141444
|
|
|
|
|
|
|
|
| |
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net>
Notes:
svn path=/head/; revision=135207
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=126988
|
|
|
|
|
|
|
|
| |
PR: ports/76345
Submitted by: maintainer
Notes:
svn path=/head/; revision=126644
|
|
|
|
|
|
|
|
|
| |
PR: ports/71170
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=117811
|
|
|
|
|
|
|
|
| |
PR: ports/65629
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Notes:
svn path=/head/; revision=107444
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=103586
|
|
|
|
|
|
|
|
|
|
|
|
| |
rerolled the tarball
- Fix typo in CONFIGURE_TARGET
- Bump PORTREVISION
PR: ports/63163
Submitted by: maintainer
Notes:
svn path=/head/; revision=101783
|
|
|
|
| |
Notes:
svn path=/head/; revision=101606
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99699
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add SIZE
- pkg-plist removed
- add explicit libogg-dependance (already saturated through libvorbis)
- Rework CONFIGURE_TARGET for newer autoconf syntax
PR: ports/62125
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=99683
|
|
|
|
| |
Notes:
svn path=/head/; revision=96269
|
|
|
|
| |
Notes:
svn path=/head/; revision=95225
|
|
|
|
|
|
|
|
| |
PR: 57303
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Notes:
svn path=/head/; revision=89685
|
|
mp3splt is a nice utility to split large mp3/ogg files via cue-sheet
PR: ports/52899
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes:
svn path=/head/; revision=82976
|