| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=244567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=207731
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove most warnings
- Add OPTIONS Knob
- Pass maintainership to submitter
PR: 118246
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=202846
|
|
|
|
| |
Notes:
svn path=/head/; revision=191950
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=149234
|
|
|
|
| |
Notes:
svn path=/head/; revision=149233
|
|
|
|
| |
Notes:
svn path=/head/; revision=99295
|
|
|
|
|
|
|
| |
Noted By: chris
Notes:
svn path=/head/; revision=98911
|
|
|
|
|
|
|
| |
bump PORTREVISION
Notes:
svn path=/head/; revision=95487
|
|
|
|
| |
Notes:
svn path=/head/; revision=94722
|
|
|
|
|
|
|
| |
Pet portlint.
Notes:
svn path=/head/; revision=92522
|
|
|
|
|
|
|
| |
like it will run on 5.x anytime soon.
Notes:
svn path=/head/; revision=92099
|
|
|
|
|
|
|
|
|
|
| |
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
Notes:
svn path=/head/; revision=91882
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
| |
Notes:
svn path=/head/; revision=71764
|
|
|
|
|
|
|
| |
Noticed by: portsurvey
Notes:
svn path=/head/; revision=71762
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: 28754
Submitted by: Patrick Li <pat@databits.net>
Notes:
svn path=/head/; revision=45123
|
|
|
|
| |
Notes:
svn path=/head/; revision=44974
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
Notes:
svn path=/head/; revision=34892
|
|
|
|
|
|
|
|
| |
PR: 20417
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=31354
|
|
|
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Notes:
svn path=/head/; revision=27679
|
|
|
|
| |
Notes:
svn path=/head/; revision=27419
|
|
|
|
| |
Notes:
svn path=/head/; revision=26941
|
|
|
|
| |
Notes:
svn path=/head/; revision=26835
|
|
|
|
| |
Notes:
svn path=/head/; revision=25734
|
|
|
|
| |
Notes:
svn path=/head/; revision=22663
|
|
|
|
|
|
|
|
|
| |
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Notes:
svn path=/head/; revision=21051
|
|
|
|
| |
Notes:
svn path=/head/; revision=20941
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
Notes:
svn path=/head/; revision=16518
|
|
|
|
|
|
|
| |
for ilu and mkdirhier for asl.)
Notes:
svn path=/head/; revision=14922
|
|
|
|
| |
Notes:
svn path=/head/; revision=13451
|
|
|
|
|
|
|
| |
Problem noticed by: BitS <bits@oldwarez.com>
Notes:
svn path=/head/; revision=13099
|
|
|
|
| |
Notes:
svn path=/head/; revision=12504
|
|
|
|
| |
Notes:
svn path=/head/; revision=8618
|
|
|
|
| |
Notes:
svn path=/head/; revision=8194
|
|
|
|
|
|
|
|
| |
PR: 3274
Submitted by: Matthew Hunt <mph@pobox.com>
Notes:
svn path=/head/; revision=6298
|
|
|
|
| |
Notes:
svn path=/head/; revision=5528
|
|
|
|
|
|
|
| |
targets.
Notes:
svn path=/head/; revision=4689
|
|
|
|
|
|
|
| |
install target.
Notes:
svn path=/head/; revision=4666
|
|
|
|
| |
Notes:
svn path=/head/; revision=4655
|
|
providing a flexible platform for the evaluation and comparison of
network routing algorithms.
Notes:
svn path=/head/; revision=4653
|