Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
22.12.1_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
22.12.1 23 Jan 2023 21:38:24
    |
Adriaan de Groot (adridg)  |
audio/rosegarden: update to 22.12.1, latest upstream
There is a release note at
https://rosegardenmusic.com/wiki/dev:22.12.1 |
22.06 12 Nov 2022 20:10:02
    |
Adriaan de Groot (adridg)  |
audio/rosegarden: update to 22.06 (latest)
Needs one source-level patch to get it to compile, different
from what was suggested in the PR.
PR: 266867
Reported by: tuc03516@gmail.com |
21.06.1 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
21.06.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
21.06.1 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
21.06.1 09 Nov 2021 16:00:01
    |
Adriaan de Groot (adridg)  |
audio/rosegarden: update to 21.06.1, latest upstream
Release notes since the previous version on FreeBSD:
https://www.rosegardenmusic.com/wiki/dev:21.06.1
https://www.rosegardenmusic.com/wiki/dev:21.06 |
20.06_2 02 Aug 2021 16:03:15
    |
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
20.06_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20.06 07 Jun 2020 14:42:18
  |
adridg  |
audio/rosegarden, update to latest upstream release
Release notes at
https://rosegardenmusic.com/wiki/dev:20.06
various bugfixes.
On FreeBSD, with Qt 5.15, the "double-click-in-empty-space crash"
persists, mentioned in PR 242957. I haven't had time to debug
that (nor has the other participant in that thread).
Reported by: portscout |
19.12 18 May 2020 18:21:52
  |
tcberner  |
audio/rosegarden: prepare for Qt5-5.15 |
19.12 30 Dec 2019 21:20:33
  |
adridg  |
Update audio/rosegarden to latest upstream commit
Release notes are at
https://www.rosegardenmusic.com/wiki/dev:19.12
There's two handfuls of minor bugfixes and some new auto-scrolling
features.
I notice now that Rosegarden crashes (this version, also the version
in ports, 18.12) if you double-click on a fragment, so it looks like
there are very few heavy users of the application (or I'm doing it
wrong).
PR: 242957 |
18.12_2 08 Nov 2019 09:39:52
  |
amdmi3  |
- Update WWW
- Remove unneeded include
Approved by: portmgr blanket |
18.12_2 04 Nov 2019 20:39:52
  |
zeising  |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
18.12_2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
18.12_1 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
18.12 30 Dec 2018 15:40:47
  |
adridg  |
Update audio/rosegarden to 18.12 (latest release).
Release Notes since 17.04 (previous version in ports):
https://rosegardenmusic.com/wiki/dev:17.12
https://rosegardenmusic.com/wiki/dev:18.06
https://rosegardenmusic.com/wiki/dev:18.12
Notable is removing Qt4 support, which aligns well with our intentions
to remove Qt4 from ports. Since Qt5 was the default toolkit already,
this should have little impact on Rosegarden users.
Each of the releases had a bunch of bugfixes as well.
This update supercedes the update in the PR, which bumped to version 17.12.
PR: 227384
Reported by: yuri |
17.04_4 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
17.04_4 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
17.04_3 02 Dec 2018 15:41:48
  |
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
17.04_2 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
17.04_1 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
17.04_1 05 Feb 2018 20:11:25
  |
adridg  |
Take maintainership of unowned ports audio/{rosegarden,musescore}.
Both are Qt5 applications related to sheet music.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14206 |
17.04_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
17.04 20 May 2017 10:22:44
  |
tcberner  |
Update ot 17.04
* drop files/patch-src_gui_application_main.cpp
-- it built fine with gcc5 gcc6 and clang without it
Approved by: rakuco (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10829 |
16.06_1 12 Apr 2017 09:54:11
  |
amdmi3  |
- Switch to USES=localbase |
16.06_1 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
16.06 18 Dec 2016 00:57:19
  |
marino  |
Four audio ports: USES+= alias (for DF) |
16.06 21 Oct 2016 21:44:56
  |
jhale  |
Update to 16.06
PR: 213663
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
16.02 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
16.02 15 Mar 2016 15:06:19
  |
mat  |
Update to 16.02
PR: 207983
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
15.12.1 28 Feb 2016 18:31:12
  |
riggs  |
Update to upstream version 15.12.1
PR: 205889
Submitted by: tkato432@yahoo.com |
15.10.2 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
15.10.2 06 Nov 2015 23:38:12
  |
pawel  |
Update to version 15.10.2
PR: 204193
Submitted by: tkato432@yahoo.com |
15.08 01 Oct 2015 20:38:04
  |
pawel  |
- Update to version 15.08
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Use CPPFLAGS for preprocessor flags
- Remove INSTALLS_ICONS, it's for Gtk+ applications
PR: 202841
Submitted by: tkato432@yahoo.com |
14.12 26 Feb 2015 12:51:48
  |
amdmi3  |
- Switch to linguisttools_build |
14.12 27 Jan 2015 00:09:21
  |
amdmi3  |
- Update to 14.12
PR: 197068
Submitted by: antont@inbox.lv |
14.02_3 08 Dec 2014 16:48:41
  |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above ) |
14.02_2 24 Sep 2014 01:43:07
  |
amdmi3  |
- Drop @dirrm* from plist
- Fix plist |
14.02_2 31 Aug 2014 16:36:23
  |
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
14.02_1 11 Aug 2014 13:59:47
  |
tijl  |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1] |
14.02 01 Jun 2014 13:03:14
  |
ohauer  |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
14.02 08 Mar 2014 13:46:00
  |
pawel  |
- Update to version 14.02
- Convert to USES desktop-file-utils shared-mime-info
- Strip program binary
- Drop maintainership |
13.10 29 Oct 2013 18:41:13
  |
pawel  |
Update to version 13.10
===== New Features =====
* Selection event filter can select rests
* Selection event filter can select either performance or notation
duration
* LilyPond export converts a ''(c)'' or a ''(C)'' in the copyright
header to a proper symbol automatically
* New interpretation toolbar for the notation editor streamlines the
''**Adjust -> Interpret**'' process
* New option to allow LilyPond to export fingerings inside the staff
(can improve collision resolution)
* New option to instruct Rosegarden not to start JACK automatically at
startup, allowing you to control this behavior without having to
put garbage in your ~/.jackdrc file
* Support LilyPond 2.14 |
13.06 22 Oct 2013 13:50:44
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
13.06 13 Oct 2013 20:29:05
  |
pawel  |
Enable staging |
13.06 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
13.06 29 Aug 2013 15:01:46
  |
pawel  |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed |
13.06 22 Jul 2013 19:09:16
  |
pawel  |
- Update to version 13.06
- Remove MAKE_JOBS_SAFE, now it's default
- Set compiler not preprocessor flags
The biggest highlight of 13.06 is that Ted Felix has reduced CPU usage
by almost 50% when recording MIDI. Rosegarden has been plagued with
MIDI recording problems for most of its history, and this improvement is
huge. While Ted worked on stabilization, Tom Breton made significant
improvements in a variety of areas. (See new features enumerated below.)
This release should be significantly more stable than recent versions,
and we encourage all users to give this improved version a try. |
13.04_2 13 Jul 2013 17:23:19
  |
deischen  |
Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER. |
13.04_1 11 Jul 2013 16:26:27
  |
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
13.04 10 Jul 2013 19:41:31
  |
pawel  |
Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense |
13.04 22 Apr 2013 23:19:09
  |
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
13.04 16 Apr 2013 17:27:50
  |
pawel  |
Update to version 13.04
Feature safe: yes |
13.02 18 Feb 2013 17:48:29
  |
pawel  |
Update to version 13.02
This is a stabilization release that includes some important fixes.
Users should feel encouraged to upgrade to 13.02 immediately, and stop
using previous versions of Rosegarden.
===== Bug Fixes =====
* Use 64 for "dumb" NoteOff velocities, not 127
* Made InternalSegmentMapper handle RealTime segment delays consistently
* SortingInserter now sorts stably, fixing a noteoff race in MIDI export
* Fixed old code that never worked, making Rosegarden export LilyPond
staff names that include transposition information
* Fixed crash when changing the number of audio submasters (Tim Munro)
===== New Features =====
* LilyPond export now inserts \RemoveEmptyStaves to suppress the
printing of empty staves by default
* Tracks have a secondary "short label" property. The primary label
is exported to LilyPond as the long staff name, eg., "Trumpet in Bb,"
and the secodary label is the short staff name, eg., "Tpt." |
12.12.25 28 Dec 2012 19:42:05
  |
pawel  |
Update to 12.12.25
Changelog:
* Update Japanese translation
* Fix problem with conflicting keyboard shortcuts that were
introduced in 12.12 accidentally |
12.12_1 18 Dec 2012 23:09:07
  |
bapt  |
Chase icu, graphite2 and libexttextcat bump |
12.12 11 Dec 2012 21:19:19
  |
pawel  |
- Update to version 12.12
- Sort USE_ flags, port needs pkg-config during build
- Add missing deps |
12.04_1 25 Jul 2012 11:24:11
 |
cs  |
Fix typos in COMMENT |
12.04_1 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
12.04_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
12.04 09 May 2012 16:23:29
 |
pawel  |
Update to version 12.04
Changelog: http://www.rosegardenmusic.com/wiki/dev:12.04 |
11.11.42 15 Dec 2011 20:56:37
 |
pawel  |
Update to version 11.11.42
This release includes a fix for a major LilyPond export bug, so if you do
anything with notation, it's worth upgrading immediately. It also includes
the CPU usage reduction work and updated translations. |
11.11.11 15 Nov 2011 22:14:55
 |
pawel  |
Update to version 11.11.11
Rosegarden 11.11.11 is a minor point release that includes additional
translations, and one notable change by Ted Felix that might offer a
tangible reduction in CPU usage without any noticeable side effects.
Feature safe: yes |
11.11.1 08 Nov 2011 17:56:06
 |
pawel  |
Update to version 11.11.1 |
11.06_1 17 Oct 2011 10:08:33
 |
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
11.06 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
11.06 05 Jul 2011 19:15:08
 |
pawel  |
- update to version 11.06
- fix portlint error
- use CPPFLAGS instead of CONFIGURE_ENV for compiler flags
Approved by: miwi (mentor) |
11.02_1 02 May 2011 12:44:53
 |
makc  |
Bump PORTREVISION after open-mofit update |
11.02 23 Mar 2011 16:58:01
 |
pawel  |
- Update my email to FreeBSD
Approved by: miwi, wen (mentors) |
11.02 06 Feb 2011 18:03:11
 |
miwi  |
- Update to 11.02
PR: 154522
Submitted by: maintainer
Feature safe: yes |
10.10 26 Nov 2010 00:27:44
 |
pav  |
- Fix plist
Reported by: pointyhat |
10.10 15 Nov 2010 07:53:30
 |
miwi  |
- Update to 10.10
- Add LICENSE info
- Mark MAKE_JOBS_SAFE
- Pass maintainership to submitter
PR: 152245
Submitted by: "Pawel Pekala" <c0rn@o2.pl> |
10.04.2 27 Jun 2010 18:38:01
 |
makc  |
Update to 10.04.2
PR: ports/147755
Submitted by: Stas Timokhin <devel at stasyan.com>
Feature safe: yes |
2.1.2_3 22 Nov 2009 19:49:43
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
2.1.2_3 13 Apr 2009 09:40:00
 |
dinoex  |
- extend support for tcl8.2
Requested by: Chris Rees |
2.1.2_3 23 Jan 2009 16:28:36
 |
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
2.1.2_2 22 Jan 2009 12:12:33
 |
mm  |
- Deprecate due to planned removal of tcl82 / tk82
- Set expiration date to 2009-04-22 |
2.1.2_2 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.1.2_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.1.2 03 May 2006 05:14:35
 |
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
2.1.2 23 Nov 2005 23:29:54
 |
pav  |
- Add some SHA256 checksums |
2.1.2 15 Nov 2005 06:52:12
 |
ade  |
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. |
2.1.2 02 Dec 2004 00:25:12
 |
lesi  |
Fix location of true(1) in configure.in. This problem is masked if
makedepend (a part of imake) is installed as configure looks for it first.
If it cannot find it it just uses true(1) instead. Since upgrade of X.Org
ports to 6.8.1, makedepend is no longer necessary there at build time.
Tell it that true actually lives in /usr/bin as putting this in
CONFIGURE_ENV doesn't work. |
2.1.2 12 Apr 2004 08:17:19
 |
markus  |
Point WWW to new projectsite
Approved by: arved (mentor) |
2.1.2 17 Mar 2004 18:29:46
 |
trevor  |
SIZEify. |
2.1.2 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
2.1.2 19 Feb 2004 09:24:42
 |
krion  |
- Assign maintainership to ports@
PR: ports/63057
Submitted by: maintainer |
2.1.2 23 Oct 2003 18:52:31
 |
arved  |
USE_REINPLACE
PR: 47651
Submitted by: Simon Schubert |
2.1.2 21 Feb 2003 10:59:39
 |
knu  |
De-pkg-comment. |
2.1.2 07 Jun 2002 19:56:20
 |
ijliao  |
update WWW |
19 Dec 2000 08:34:55
    |
sobomax  |
- Update MASTER_SITES - Support PREFIX properly - Fix configure error under
XFree86 4.x |
08 Oct 2000 00:19:06
    |
asami  |
Convert category audio to new layout. |
07 Jun 2000 17:27:34
    |
sobomax  |
"${MV} -i" is not a good idea for port. |