| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and -fvisibility-inlines-hidden and uses it if available to reduce shared
library size. Unfortunately, this hides Fl_XFont_On_Demand::value, which
in turn causes undefined reference errors during linking. Fix by marking
Fl_XFont_On_Demand class as FL_EXPORT for the time being (Gentoo Linux is
doing the same)
- Do not strip libraries for now: FLTK uses the same command for installing
both dynamic and static libraries, but "fltk-config(1) --compile" prefers
static, which breaks programs like `graphics/iccexamin' (threading test)
- Pull another patch from Gentoo to fix segmentation fault in vncview(1) of
port `net/tigervnc' (Gentoo bug #529856 by Maxim Britov)
- Do not leak non-existent (build-time only) -Lfoo references in LDFLAGS as
it can potentially lead to various sporadic bugs in programs which obtain
these flags through fltk-config(1). To prevent build-time conflicts that
this gimmick was originally used for, we change shared linking command of
fluid(1) accordingly
Since these are one-line changes likely to be merged upstream sooner rather
than later, perform them with sed(1) instead of trivial patches.
Reported and reviewed by: antoine
Notes:
svn path=/head/; revision=378794
|
|
|
|
| |
Notes:
svn path=/head/; revision=378738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
knobs; resurrect documentation/Makefile patch; bring back recalculation of
${ETCDIR} length in Fl_Preferences.cxx, trim CONFIGURE_ARGS (again), etc.
- Restore correct LDFLAGS+= -L../src (previously -L${WRKSRC}/src), otherwise
the build fails with e.g. previous version of FLTK libraries installed
- Take maintainership to prevent Kato's monkeys jeopardizing it all over again
- Install code examples as PORTEXAMPLES (we do not install any documentation
because it requires LaTeX stack to build)
- Since `post-patch' target is a bit too verbose now, make it .SILENT
- Do not compile things with -Os by default (already honors user's CXXFLAGS)
- Do not blindly strip libraries and fluid(1) binary (respect ${STRIP} value)
Notes:
svn path=/head/; revision=378718
|
|
|
|
|
|
|
|
| |
PR: 197463
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=378707
|
|
|
|
|
|
|
|
|
| |
- Sort the knobs, remove "default=yes" arguments from CONFIGURE_ARGS
- In post-staging era, conditional installation of documentation is no
longer necessary, so simplify the patch and drop post-install target
Notes:
svn path=/head/; revision=378351
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket, kwm (for gnome@ ports)
Notes:
svn path=/head/; revision=378032
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
| |
Notes:
svn path=/head/; revision=374492
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: antoine
Notes:
svn path=/head/; revision=330487
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Convert to OPTIONSng (DOCS)
- STAGE-clean
PR: 182949 [1]
Submitted by: dt71@gmx.com [1]
Notes:
svn path=/head/; revision=330371
|
|
|
|
|
|
|
| |
x11-toolkits)
Notes:
svn path=/head/; revision=327785
|
|
|
|
|
|
|
| |
Reported by: Kenta Suzumoto <kentas@hush.com>
Notes:
svn path=/head/; revision=321172
|
|
|
|
| |
Notes:
svn path=/head/; revision=316355
|
|
|
|
| |
Notes:
svn path=/head/; revision=308775
|
|
|
|
| |
Notes:
svn path=/head/; revision=308774
|
|
|
|
|
|
|
|
|
| |
Release notes: http://www.fltk.org/articles.php?L1266
- Added a patch to fix a build error
Reported as: http://www.fltk.org/str.php?L2903
Notes:
svn path=/head/; revision=308773
|
|
|
|
|
|
|
|
|
| |
Release notes: http://www.fltk.org/articles.php?L1253
Feature safe: yes
Notes:
svn path=/head/; revision=307158
|
|
|
|
|
|
|
|
|
|
| |
in r236486 and is also a member of Fl_Check_Browser class.
- Bump PORTREVISION
Notified by: martymac
Notes:
svn path=/head/; revision=304105
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
PR: 162023
Submitted by: bf
Feature safe: yes
Notes:
svn path=/head/; revision=286573
|
|
|
|
|
|
|
|
| |
Reported by: rdivacky (via IRC)
Feature safe: yes
Notes:
svn path=/head/; revision=286548
|
|
|
|
| |
Notes:
svn path=/head/; revision=284244
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276920
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=253419
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
| |
- Unconditionally enable threads on x11-toolkits/fltk
- Mark x11-toolkits/fltk-threads as IGNORE (master port has threads now)
Notes:
svn path=/head/; revision=251411
|
|
|
|
|
|
|
|
| |
Reported by: Jan Henrik Sylvester <me@janh.de> via freebsd-questions@
Feature safe: yes
Notes:
svn path=/head/; revision=250597
|
|
|
|
|
|
|
|
| |
Reported by: PH via linimon@
Feature safe: yes
Notes:
svn path=/head/; revision=250310
|
|
|
|
|
|
|
|
| |
Reported by: Till Plewe <till.plewe@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=249995
|
|
|
|
| |
Notes:
svn path=/head/; revision=249884
|
|
|
|
| |
Notes:
svn path=/head/; revision=249639
|
|
|
|
|
|
|
|
| |
PR: 143638
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes:
svn path=/head/; revision=249481
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Tested by: pav on pointyhat
Notes:
svn path=/head/; revision=238018
|
|
|
|
| |
Notes:
svn path=/head/; revision=219369
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Minor Makefile cleanup
- Take over maintainship [1]
- Fix PLIST [2]
Approved by: demon@ (former maintainer) [1]
Reported by: QA Tindie [2]
Notes:
svn path=/head/; revision=219367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209636
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after the last amd64-7 build.
I'm doing this one myself because I was the one that marked it broken.
PR: ports/117843
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3 dot ru>
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=202535
|
|
|
|
|
|
|
|
|
| |
remove 4.X cruft.
Hat: portmgr
Notes:
svn path=/head/; revision=200320
|
|
|
|
|
|
|
|
|
| |
work in progress, so can be backed out on next major release of fltk.
Approved by: demon
Notes:
svn path=/head/; revision=200182
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: 107901
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Notes:
svn path=/head/; revision=183858
|
|
|
|
|
|
|
|
| |
PR: 106146
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=178592
|
|
|
|
| |
Notes:
svn path=/head/; revision=164515
|
|
|
|
| |
Notes:
svn path=/head/; revision=163501
|