Commit graph

97952 commits

Author SHA1 Message Date
joerg
535f2eb485 Resolve misunderstanding with jlam, show-subdir-var works like
show-var, but doesn't recurse.
2006-05-23 15:20:17 +00:00
tonio
806cc2197e make sure no java compiler will be found unless the java option is selected 2006-05-23 15:09:52 +00:00
joerg
da1ce1e2cd *blush* Fix typo in variable name. 2006-05-23 14:50:20 +00:00
joerg
84beccc387 Use install framework for info page. Bump revision. Fixes PR 33537. 2006-05-23 13:00:50 +00:00
rillig
46608f39e7 Fixed the automatic changes done by revbump. It had replaced
${PYPKGPREFIX} with py24. While here, fixed pkglint warnings.
2006-05-23 11:17:33 +00:00
rillig
f4e8f5d9e5 Moved the code that guesses the type of a variable based on its name
into get_variable_type(). Added a new field PkgLint::Type::is_guessed
that can be checked later.
2006-05-23 11:12:25 +00:00
rillig
99565af646 Added missing closing brace. Bumped PKGREVISION. 2006-05-23 11:09:04 +00:00
rillig
0c722db4ba Fixed some pkglint warnings. 2006-05-23 10:57:15 +00:00
adam
bffd0a9888 Updated devel/libextractor to 0.5.14 2006-05-23 10:54:12 +00:00
adam
c0976c2e57 Changes 0.5.14:
* Bug fixes
* MPEG2 support
2006-05-23 10:52:22 +00:00
drochner
c952117b73 mention yesterday's updates 2006-05-23 10:32:05 +00:00
rumble
229ddae92f Binary relocation fails on my NetBSD 3_STABLE i386 box. Disable it for now. 2006-05-23 10:30:32 +00:00
drochner
af21aef23a more cleanup: remove DISTFILES assignment which was needed when we
had a separate jpeg source file
2006-05-23 10:28:48 +00:00
tonio
d0d0a9d42e Update for lang/chicken, as provided in PR 33533 2006-05-23 10:26:34 +00:00
tonio
c34fa8c26c Update lang/chicken to 2.3, patch from PR 33533 by Peter Bex
In Changelog:
- Many bugfixes
- chicken-config was removed, "csc" providing the same functionality
- option -objc generates files in Objective-C mode
- options '-framework', '-rpath'...
...
2006-05-23 10:25:47 +00:00
adam
6bd2e5800e Updated math/glpk to 4.10 2006-05-23 10:18:52 +00:00
adam
33e2f17ddf Changes 4.10:
Cutting planes of two new classes were implemented: mixed cover
cuts and clique cuts. On API level this feature can be enabled
by setting control parameter LPX_K_USECUTS passed to the routine
lpx_intopt. In glpsol this feature is available through the
command-line options --cover and --clique. For more details see
the reference manual.

Now the routines lpx_read_mps and lpx_read_freemps support LI
bound type. It is similar to LO, however, indicates the column
as of integer kind.
2006-05-23 10:17:20 +00:00
adam
d6ad6c4083 Cosmetics: use doc/ghostscript instead of doc/html/ghostscript; use SUBST framework 2006-05-23 09:37:46 +00:00
adam
5332c91ccb Added USE_LANGUAGES 2006-05-23 09:36:30 +00:00
rillig
5b084dcc01 regen. 2006-05-23 09:14:12 +00:00
rillig
b8694492bf Prevented warnings when defining the new FETCH_MESSAGE. 2006-05-23 09:12:35 +00:00
rillig
a669c02709 _FETCH_MESSAGE has been replaced with FETCH_MESSAGE. 2006-05-23 09:09:13 +00:00
rillig
ae90a923e0 - _FETCH_MESSAGE, BUILDLINK_RECOMMENDED.* and BUILDLINK_DEPENDS.* are
deprecated.
- CONFLICT is just a spelling mistake and therefore should not appear
  in the list of deprecated variables.
- Made handling of parameterized variables more uniform.
2006-05-23 08:59:47 +00:00
tonio
a7dd2bac20 remove the graphics/camlimages entry, as it was updated long ago 2006-05-23 08:39:16 +00:00
rillig
f8c029f6c9 The "future directions" chapter gives a vision of what pkglint may do if
I find too much time.
2006-05-23 08:10:37 +00:00
rillig
b80addd602 Replaced _FETCH_MESSAGES with FETCH_MESSAGE. 2006-05-23 07:41:07 +00:00
rillig
f0c209086a Packages may set the variable FETCH_MESSAGE to a list of lines that are
printed when some distfile must be fetched manually. After printing
them, the build is aborted.

This deprecates the old _FETCH_MESSAGE, as packages should never need to
define variables with leading underscores.
2006-05-23 07:39:22 +00:00
wiz
1a892bf368 USE_LANGUAGES=c++ 2006-05-22 23:51:13 +00:00
wiz
e0167944c8 USE_LANGUAGES=c c++ 2006-05-22 22:58:19 +00:00
wiz
c43391a3a8 USE_LANGUAGES=c c++ 2006-05-22 22:44:44 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
wiz
4c5a38e5be USE_LANGUAGES=c c++ 2006-05-22 22:08:07 +00:00
wiz
c8bc2156d7 USE_LANGUAGES=c++ 2006-05-22 22:04:15 +00:00
wiz
ea375c0b6b USE_LANGUAGES=c c++ 2006-05-22 21:58:33 +00:00
wiz
21d17d2979 USE_LANGUAGES=c++ 2006-05-22 20:53:30 +00:00
wiz
e2e9bc7b9a USE_LANGUAGES=c++; update HOMEPAGE and MASTER_SITES 2006-05-22 20:21:59 +00:00
wiz
d360437145 USE_LANGUAGES=c c++ 2006-05-22 20:17:15 +00:00
joerg
cbf0289189 Correct info handling in moon-buggy. 2006-05-22 20:02:31 +00:00
joerg
a6fac3e33a Correct info page handling. Bump revision. 2006-05-22 20:01:18 +00:00
joerg
3d46cc9b9e Needs bison. 2006-05-22 19:58:48 +00:00
wiz
8b5b14960c Note exult PKGREVISION bump. 2006-05-22 19:50:30 +00:00
wiz
3e7893bd39 Use xdg-1.2 dirs for some shared directories. Bump PKGREVISION. 2006-05-22 19:49:48 +00:00
wiz
c4643a7a7c USE_LANGUAGES=c c++ 2006-05-22 19:47:50 +00:00
wiz
f4495c6837 USE_LANGUAGES=c++ 2006-05-22 19:38:14 +00:00
wiz
cdd293184e USE_LANGUAGES=c c++; add missing qt3-tools build dependency. 2006-05-22 19:36:07 +00:00
wiz
7a7afca12e USE_LANGUAGES=c c++ 2006-05-22 19:26:10 +00:00
wiz
3288d389c4 regen patch-ah with correct offset. 2006-05-22 19:20:04 +00:00
wiz
3964778db3 USE_LANGUAGES=c++ 2006-05-22 19:06:28 +00:00
wiz
afee6c4284 USE_LANGUAGES=c++ 2006-05-22 18:21:10 +00:00
drochner
7615c07288 -uses c++
-update to 2.14.1.1
 changes:
 -minor UI improvements
 -bugfixes
 -documentation updates
2006-05-22 18:03:50 +00:00