| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
it is not the shell builtin named false.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=465606
|
|
|
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=419133
|
|
|
|
|
|
|
|
|
|
| |
- Make JACK option on by default
PR: 211326
Submitted by: Tobias Brodel (maintainer)
Notes:
svn path=/head/; revision=419021
|
|
|
|
| |
Notes:
svn path=/head/; revision=417348
|
|
|
|
|
|
|
|
|
|
| |
- also pet portlint
PR: 209493
Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=415189
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The "deken" plug-in is integrated into the Pd help menu - you can
download and install Pd libraries using the "Find Externals" menu
command.
- New clone object that opens multiple copies of an abstraction and
routes messages and signals to/from them, for making banks of voices or
whatnot
- "Zoom" feature for dealing with high-resolution displays. IEM GUIs are
only somewhat dodgily handled (font sizes of labels aren't managed well).
- Controllable font sizes for menus and dialogs: setting the "pd window"
font size also sets font sizes for menus/dialogs.
- The expr, expr~, and fexpr~ objects are included in Pd proper,
not loaded as externs as before. THis reflects their new license
(lgpl) and should allow them to be used in IOS apps via libpd.
Shahrohk Yadegari has updated the source and made manifold improvements
in the objects. Notably, they now allow access to variables in Pd
defined via the "value" object.
- Backward messaging to netsend now works in UDP as well as TCP.
- Dialogs now work more Appleshly (changes taking place without the need
to hit an "apply" button in many cases). Thanks to danomatica.
- API support for "initbang" and "closebang" objects (from IEM library
I think, but anyhow you can now get them in Pd Vanilla via deken (help
menu "Find externals").
- "Declare" object path settings now take effect immediately when you edit
the declare object.
- (Iohannes) Abstractions, externs, and stuff written in other
languages (pythin, Lua, etc) are now loaded logically, that is, if
you have one patch that loads an external named X, you can still
load abstractions named X in other patches. Miller now oficially
Does Not Know How This Works (DNKHTW).
- Many bug fixes.
PR: 209438
Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=414975
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
|
| |
PR: 208296
Submitted by: Tobias Brodel
Notes:
svn path=/head/; revision=411986
|
|
|
|
|
|
|
|
|
|
|
| |
- repair the loading of external objects
- reduce portlint complaints
PR: 206965
Submitted by: Tobias Brodel <brittlehaus@gmail.com>
Notes:
svn path=/head/; revision=408285
|
|
|
|
|
|
|
|
| |
PR: 203241
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=399008
|
|
|
|
|
|
|
|
| |
PR: 199215
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=390742
|
|
|
|
|
|
|
| |
are all undefined.
Notes:
svn path=/head/; revision=384252
|
|
|
|
| |
Notes:
svn path=/head/; revision=377521
|
|
|
|
| |
Notes:
svn path=/head/; revision=374895
|
|
|
|
|
|
|
|
| |
PR: 194162
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=372002
|
|
|
|
| |
Notes:
svn path=/head/; revision=371234
|
|
|
|
| |
Notes:
svn path=/head/; revision=368126
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE*
- Retire FFTW option
PR: 193321
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=367809
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes:
svn path=/head/; revision=366788
|
|
|
|
|
|
|
|
| |
PR: 188857
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=354308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
| |
USES=libtool can patch them.
Notes:
svn path=/head/; revision=343548
|
|
|
|
|
|
|
|
|
|
| |
- Add shebangfix to USES
PR: ports/184872
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=336848
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
While here:
- Use options helpers
- Install dektop entry file
PR: ports/181877
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=331867
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Use PORTDOCS=* instead of listing them in pkg-plist
Notes:
svn path=/head/; revision=327961
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 178027
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=316580
|
|
|
|
| |
Notes:
svn path=/head/; revision=316287
|
|
|
|
|
|
|
|
| |
PR: ports/175569
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=311946
|
|
|
|
|
|
|
|
| |
PR: 175569
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=311843
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
With hat: portmgr
Notes:
svn path=/head/; revision=311049
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
PR: ports/171966
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=308038
|
|
|
|
|
|
|
|
| |
PR: 170136
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=302047
|
|
|
|
| |
Notes:
svn path=/head/; revision=297946
|
|
|
|
|
|
|
|
| |
PR: 166876
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=295218
|
|
|
|
|
|
|
|
|
| |
PR: 166015
Submitted by: Ports Fury
Feature safe: yes
Notes:
svn path=/head/; revision=293784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion
While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.
Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes:
svn path=/head/; revision=285197
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 158494
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=279347
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=253230
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=244567
|
|
|
|
|
|
|
|
| |
PR: 134623
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=234444
|
|
|
|
|
|
|
|
|
| |
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
Notes:
svn path=/head/; revision=228909
|
|
|
|
|
|
|
|
| |
PR: 131669
Submitted by: Dennis Herrmann <adox@mcx2.org>
Notes:
svn path=/head/; revision=228305
|
|
|
|
|
|
|
|
| |
PR: ports/130984
Submitted by: Dennis Herrmann <adox _AT_ mcx2.org>
Notes:
svn path=/head/; revision=226968
|
|
|
|
|
|
|
|
| |
PR: 130470
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=226220
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=219318
|