Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
don't grok options (e.g. Solaris). From Gilles Dauphin in PR 33349.
|
|
o Add a facility to execute a makefile fragment if a variable
is or is not a member of a list (e.g., ${OPSYS} in a list of
Open Source OSes).
o Consider defining a list of Open Source operating systems,
to be used for packages like x11/openmotif that set
NO_*_ON_* for non-open-source systems.
|
|
|
|
one that should fix PR 33347 by martijn (build on amd64).
Bump PKGREVISION.
|
|
issues only, not licensing.
Add LICENSE=openmotif-license because this software is non-Free.
Set RESTRICTED, and NO_*_ON_CDROM because the license has complex
terms for "commercial product offering".
If $(OPSYS) is not in
DragonFly FreeBSD Linux NetBSD OpenBSD
set NO_*_ON_FTP, because the license only grants distribution rights
for open source operating systems.
I believe this commit will still prevent openmotif from building on
Interix without setting ACCEPTABLE_LICENSES, and should also result in
all 4 of NO_*_ON_* being set on Interix.
There's too much make code to implement NO_*_ON_FTP-on-other-than-list
(munged from bsd.pkg.mk), but I didn't see a way to make
ONLY_FOR_PLATFORM run a makefile fragment on other platforms.
|
|
|
|
|
|
|
|
|
|
While here fix pkglint warning wrt whitespace.
|
|
|
|
|
|
(Others should be here, but I don't have responsibility for those platforms.)
|
|
- use REQD_DIRS instead of OWN_DIRS as the latter ends up in
CHECK_FILES_SKIP causing a check-files error (files both listed in
PLIST and CHECK_FILES_SKIP are reported as an "error"). Besides
OWN_DIRS creation at ADDing time is subject to PKG_CONFIG setting,
so these directories might not be created which would cause problems.
- Add $JAVA_HOME/lib/$MACHINE_ARCH/client/classes.jsa to CHECK_FILES_SKIP
|
|
|
|
0.05dev to 0.05.1dev:
+ Compatibiliy with newer Tk versions, especially 804.027 and above
+ Documentation bugfix for how to install it locally
+ Address change in the license
|
|
should ignore or it is broken for packages that installing files right
under ${PREFIX}. Example in lang/sun-jre15:
$ make print-PLIST
...
@dirrm java/sun-1.5
ls: /usr/pkg//usr/pkg/.: No such file or directory
@dirrm /usr/pkg/.
$
It looks to me that was removed by mistake in revision 1.5
of this file.
|
|
wApua-0.05.1, zope-2.9.3.
|
|
|
|
|
|
I'd include a change list, but the author hasn't provided any such
information. :(
|
|
|
|
* Handle up to 1 GB of Mac memory
* Handle MacOS idle wait (idlewait prefs item)
* Fix a crash with the AppleShare extension
* Improve SLiRP network emulation performance
* Portability fixes to IRIX/mips, Solaris/SPARC
Mac OS X:
* Port to Mac OS X for Intel, including the JIT
* Add a primitive graphical preferences editor
* Fix clipboard (copy/paste of text from/to the host OS)
* Fix external filesystem
* Fix SLiRP network emulation (workaround MacOS X bugs)
Windows:
* Add SLiRP network emulation (ether slirp)
* Add TAP-Win32 network emulation (ether tap)
* Fix CD-ROM auto-detection (pollmedia now works)
* Improve GUI for network configuration
|
|
|
|
|
|
* Added --enable-api-properties, --enable-api-vfuncs, and --enable-api-exceptions.
When using these, the API, and any API generated by gmmproc, will be
changed. This allows users of embedded platforms to reduce the code size of *mm
libraries and *mm-using applications, at the small cost of losing some rarely-used
API. Alternatives exist for that API, as show in the examples.
|
|
* Fixed a typo to fix the build when not disabling exceptions.
Changes 2.8.6:
* Fix the build when using --enable-api-properties, --enable-api-vfuncs, or
--enable-api-exceptions when configuring glibmm.
When using these, the API, and any API generated by gmmproc, will be
changed. This allows users of embedded platforms to reduce the code size of *mm
libraries and *mm-using applications, at the small cost of losing some rarely-used
API. Alternatives exist for that API, as show in the examples.
|
|
|
|
|
|
|
|
* Bug fixes
* Updated API documentation to match deprecated symbol list
|
|
|
|
|
|
|
|
|
|
20060218
Walt@w-gregg.juneau.ak.us (Walt Gregg) uploaded patches to fill out drumset
0 and a ridiculously commented 'full.cfg' to take advantage of them. Like
'crude.cfg' it uses substitute instruments to fill out missing patches:
035_Kick_1.pat
036_Kick_2.pat
039_Clap_Hand.pat
041_Tom_Low_2.pat
043_Tom_Low_1.pat
045_Tom_Mid_2.pat
047_Tom_Mid_1.pat
048_Tom_High_2.pat
050_Tom_High_1.pat
053_Cymbal_Ride_Bell.pat
062_Conga_High_1_Mute.pat
069_Cabasa.pat
075_Claves.pat
078_Cuica_1_Mute.pat
079_Cuica_2_Open.pat
|
|
|
|
|
|
|
|
|
|
|
|
Changes since 4.60:
- Added ACL-based checks that restrict the files which may define
variables.
- Many, many small improvements.
|
|
|
|
|
|
time, the !empty(BUILDLINK_DEPTH:M+) lines confused me, so I changed
them to be ${BUILDLINK_DEPTH} == "+", which has the same effect. Changed
the version number to 3.12.
|
|
- Renamed explain() to explain_warning() and added explain_info().
- Added some code to distinguish FOO from FOO.* in the makevars.map file.
- Allow an alternative form of checking the inclusion depth in
buildlink3.mk files.
|
|
|
|
|