| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
|
|
|
| |
when we pass them for GNU_CONFIGURE
PR: ports/111470
Approved by: portmgr
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196108
|
|
|
|
|
|
|
| |
to elf instead of aout in this case. Bump PORTREVISION.
Notes:
svn path=/head/; revision=185233
|
|
|
|
|
|
|
|
|
| |
should not
be used for AMD64.
Notes:
svn path=/head/; revision=177564
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports and to bring my lang/gcc* ports more in sync.
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far. [1]
Reviewed by: flz (for lang/gcc40) [1]
Notes:
svn path=/head/; revision=165644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hidden conflicts with some older lang/gcc ports.
Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 33.
Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former. This requires a hack to
set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS
case really failed to build previously.
Make MAKE_ARGS non-cumulative.
Fix handling of shared libraries via rc.d for non-default prefixes and
move the rc.d script from PLIST_FILES to pkg-plist.
Do not strip some of the the binaries any longer.
No longer hardcode the version number in LATEST_LINK.
Remove the cklatest target which we just do not need any longer.
Bump PORTREVISION.
Notes:
svn path=/head/; revision=158186
|
|
|
|
|
|
|
| |
Approved by: gerald
Notes:
svn path=/head/; revision=158116
|
|
|
|
|
|
|
| |
by new portlint.
Notes:
svn path=/head/; revision=155969
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154157
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install the .info files of the lang/gcc41 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory. This allows us to remove the conflict with lang/gcc33,
and reduce the clash with lang/gcc42.
Also improve packaging by using @dirrm include/ssp instead of speculative
removal.
Notes:
svn path=/head/; revision=152311
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install the .info files of the lang/gcc40 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory. This allows us to remove the conflicts with lang/gcc33,
lang/gcc41 and lang/gcc42.
Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 40.
Notes:
svn path=/head/; revision=151809
|
|
|
|
|
|
|
|
|
|
| |
subdirectory, which allows us to remove the conflicts with lang/gcc33
and lang/gcc34.
Dedicated to: obrien
Notes:
svn path=/head/; revision=151801
|
|
|
|
|
|
|
|
|
|
|
| |
snapshot of GCC 4.2.0.
Change pkg-plist to avoid hardcoding any version number.
PR: 90253
Notes:
svn path=/head/; revision=150924
|
|
|
|
| |
Notes:
svn path=/head/; revision=146806
|
|
|
|
| |
Notes:
svn path=/head/; revision=146805
|
|
|
|
|
|
|
| |
LDCONFIG_DIRS.
Notes:
svn path=/head/; revision=139596
|
|
|
|
| |
Notes:
svn path=/head/; revision=139240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
moving them there after the original installation. This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.
No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]
Reported by: dinoex [1]
Notes:
svn path=/head/; revision=139205
|
|
|
|
|
|
|
|
| |
to the final release, 3.3.6. Unfortunately, this requires using PORTEPOCH.
Tweak a comment and remove a debug output on the way.
Notes:
svn path=/head/; revision=138812
|
|
|
|
|
|
|
| |
and for all and forever.
Notes:
svn path=/head/; revision=135822
|
|
|
|
|
|
|
| |
Point out by: pointyhat
Notes:
svn path=/head/; revision=135660
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add conflicts with the gcc40 and gcc41 ports, due to the .info files.
Simplify the handling of libraries which are not installed in all
configurations.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
Notes:
svn path=/head/; revision=135379
|
|
|
|
| |
Notes:
svn path=/head/; revision=134955
|
|
|
|
|
|
|
|
|
|
| |
of the Java frontend and libgcj which speeds up the build significantly and
reduces the number of file conflicts with lang/gcc34 to a minimum (which is,
in turn, needed for proper building and testing of the alpha port). Everyone
with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
Notes:
svn path=/head/; revision=134570
|
|
|
|
| |
Notes:
svn path=/head/; revision=132226
|
|
|
|
| |
Notes:
svn path=/head/; revision=129684
|
|
|
|
| |
Notes:
svn path=/head/; revision=127985
|
|
|
|
|
|
|
| |
fix by obrien to use the KSE pthread lib for -pthread.
Notes:
svn path=/head/; revision=126611
|
|
|
|
| |
Notes:
svn path=/head/; revision=124324
|
|
|
|
| |
Notes:
svn path=/head/; revision=120762
|
|
|
|
| |
Notes:
svn path=/head/; revision=119811
|
|
|
|
| |
Notes:
svn path=/head/; revision=117934
|
|
|
|
|
|
|
|
|
|
| |
Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG}
instead of ${ECHO} [1].
Spotted by: eik [1]
Notes:
svn path=/head/; revision=112918
|
|
|
|
|
|
|
|
|
| |
and most people on this platform will use either the system compiler or
gcc34 anyways.
se ${ECHO} instead of echo.
Notes:
svn path=/head/; revision=112871
|
|
|
|
| |
Notes:
svn path=/head/; revision=111692
|
|
|
|
| |
Notes:
svn path=/head/; revision=109164
|
|
|
|
|
|
|
|
|
| |
(due to the 3.3 branch moving quite a bit between releases).
PR: 64959
Notes:
svn path=/head/; revision=108293
|
|
|
|
|
|
|
|
| |
patch (which still has two mismatches, though).
Tweak the pre-everything message, plus display a note when libgcj is not built.
Notes:
svn path=/head/; revision=107367
|
|
|
|
|
|
|
|
|
|
|
|
| |
quite some build time and also disk. Make this the default on sparc64 and
ia64 where libgcj has not been ported to and thus fix long-standing packaging
issues on these two platforms.
On the way, update to the 20040322 snapshot of GCC 3.3.3.
PR: 63427 (mostly)
Notes:
svn path=/head/; revision=105462
|
|
|
|
|
|
|
|
|
|
| |
- Work around breakage due to the renaming of x86_64 to amd64 (which still
has not been addressed upstream).
- USE_SIZE is now the default, no need to specify it explicitly.
- Remove WANT_THREADS_SUPPORT knob, which should be a no-op by now.
Notes:
svn path=/head/; revision=103985
|
|
|
|
| |
Notes:
svn path=/head/; revision=101310
|
|
|
|
| |
Notes:
svn path=/head/; revision=101081
|
|
|
|
|
|
|
| |
PR: 62397
Notes:
svn path=/head/; revision=100377
|
|
|
|
|
|
|
| |
PR: 62409
Notes:
svn path=/head/; revision=100122
|
|
|
|
| |
Notes:
svn path=/head/; revision=100082
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
|
|
| |
is not installed and move/adjust the previous hack.
Reported by: bento
Lee Harr <missive@hotmail.com>
AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes:
svn path=/head/; revision=99737
|
|
|
|
| |
Notes:
svn path=/head/; revision=99516
|
|
|
|
|
|
|
| |
SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
Notes:
svn path=/head/; revision=99234
|
|
|
|
| |
Notes:
svn path=/head/; revision=98788
|