| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Notes:
svn path=/head/; revision=518434
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516845
|
|
|
|
| |
Notes:
svn path=/head/; revision=438578
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=389835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
x11-toolkits/xforms. That bug was fixed earlier today.
Make sure, this builds with both erroneous as well as corrected xforms.
Fix the problems with parallelized build -- by replacing the upstream's
rudimentary Imakefiles with a BSDmakefile. Relocate application's help-
files into DOCSDIR.
Fix compiler warnings up to WARNS=3 and a few genuine (if ancient) bugs,
that this process revealed. Bump PORTREVISION and unbreak.
Notes:
svn path=/head/; revision=380834
|
|
|
|
| |
Notes:
svn path=/head/; revision=380137
|
|
|
|
| |
Notes:
svn path=/head/; revision=371283
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cc -O2 -pipe -fno-strict-aliasing -I/usr/local/include -I../flx -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHELP_DIR=\"/usr/local/lib/X11/xfpovray/help\" -c ./util.c
rm -f xfpovray
cc -o xfpovray -L/usr/local/lib ./build_pages.o ./callbacks.o ./show_image.o ./xfpovray.o ./tips.o ./state.o ./config.o ./run_program.o ./util.o ../flx/libflx.a -L/usr/local/lib -lforms -lXpm -lm -lXext -lX11 -Wl,-rpath,/usr/local/lib
../flx/libflx.a(flx_return_button.o): In function `draw_return_button':
flx_return_button.c:(.text+0x178): undefined reference to `fl_drw_box'
flx_return_button.c:(.text+0x1a9): undefined reference to `fl_drw_box'
flx_return_button.c:(.text+0x1ff): undefined reference to `fl_drw_box'
*** [xfpovray] Error code 1
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=364411
|
|
|
|
| |
Notes:
svn path=/head/; revision=363261
|
|
|
|
|
|
|
| |
- Remove xforms dependency from graphics/qslim.
Notes:
svn path=/head/; revision=359892
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- STAGE-clean here and there
Notes:
svn path=/head/; revision=339082
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
Notes:
svn path=/head/; revision=321957
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=281360
|
|
|
|
|
|
|
| |
Remove MD5 sum and reformat description.
Notes:
svn path=/head/; revision=275937
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=244657
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=235506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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=161663
|
|
|
|
| |
Notes:
svn path=/head/; revision=149530
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
| |
Notes:
svn path=/head/; revision=75960
|
|
|
|
|
|
|
|
| |
PR: ports/48118
Submitted by: tadalunch@sources.redhat.com
Notes:
svn path=/head/; revision=75332
|
|
|
|
|
|
|
|
|
|
|
| |
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: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes:
svn path=/head/; revision=62647
|
|
|
|
| |
Notes:
svn path=/head/; revision=62421
|
|
|
|
| |
Notes:
svn path=/head/; revision=62254
|
|
|
|
|
|
|
| |
Change @s to %%s, which don't have to be protected for perl5.
Notes:
svn path=/head/; revision=41282
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/perl -> ${PERL}
PR: 23436
Submitted by: myself
Notes:
svn path=/head/; revision=36468
|
|
|
|
|
|
|
| |
string so I fixed it.
Notes:
svn path=/head/; revision=27514
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=20951
|
|
|
|
| |
Notes:
svn path=/head/; revision=19323
|
|
|
|
| |
Notes:
svn path=/head/; revision=17893
|
|
|
|
|
|
|
|
| |
PR: 10938
Submitted by: me
Notes:
svn path=/head/; revision=17829
|
|
|
|
|
|
|
| |
Submitted by: Andrew Arensburger <arensb@cfar.umd.edu>
Notes:
svn path=/head/; revision=16003
|
|
|
|
| |
Notes:
svn path=/head/; revision=15937
|