non port: x11-toolkits/fltk/Makefile |
Number of commits found: 84 |
Tuesday, 23 Jan 2024
|
11:32 Alexey Dokuchaev (danfe)
Convert more of my ports to new manual page location (part two).
9a81a60 |
Monday, 8 Jan 2024
|
06:41 Alexey Dokuchaev (danfe)
x11-toolkits/fltk: the port had been improved (+)
- Add an option to enable limited Cairo rendering support
- Do not strip static libraries upon installation as this
breaks linking against them (the case for `x11/flruler')
- Restore `files/patch-src_Makefile' which was ditched in
r447379 (commit 2a288980b3dd) in favor of `post-install'
target because of the above and now this code is mature
enough and should be less fragile to patch statically
- Garbage-collect no longer useful patch added in r138020
(commit 2a70195a3279) back in 2005 which now makes `-lm'
appear twice in the fltk-config(1)'s LDFLAGS outputs
- Shorten local variable name in the `post-patch' target
Reported by: pkg-fallout
c1bf4b4 |
Wednesday, 27 Dec 2023
|
03:45 Alexey Dokuchaev (danfe)
x11-toolkits/fltk: update the port to version 1.3.9
This is a minor maintenance release and does not contain
new ABI features. While here, strip installed libraries
in addition to the programs (subject to -DWITH_DEBUG).
fbba481 |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Dima Sivachenko <dima@Chg.RU>
* Edwin Groothuis <edwin@mavetju.org>
* Eric Anholt <anholt@FreeBSD.org>
* Igor Pokrovsky <ip@doom.homeunix.org>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Juli Mallett
* Kenjiro Cho <kjc@csl.sony.co.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Koop Mast <kwm@FreeBSD.org>
* Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
* Lubomir Marinov <lubomir_m@abv.bg>
* Marc Recht <marc@informatik.uni-bremen.de>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Matuska <mm@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Grünewald <michipili@gmail.com>
* Michael Johnson <ahze@FreeBSD.org>
* Mike Krutov <neko@takino.org>
* Mike Meyer <mwm@mired.org>
* Olivier Duchateau
* Paul Schmehl <pauls@utdallas.edu>
* Peter Hawkins <thepish@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Radim Kolar
* Rene Ladan <rene@FreeBSD.org>
* Robert C. Noland III <rnoland@FreeBSD.org>
* Simon Barner <barner@gmx.de>
* Stephane Legrand <stephane@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Gellekum <tg@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Will Andrews <andrews@technologist.com>
* Yukihiro Nakai <nakai@FreeBSD.org>
* Zane C, Bowers <vvelox@vvelox.net>
* asami
* chinsan
* chuckr
* clsung@dragon2.net
* dmitry@karasik.eu.org
* fjoe@FreeBSD.org
* gahr
* gena
* ijliao
* mi
* minter@lunenburg.org
* nivit@users.sourceforge.net
* ports@c0decafe.net
* roland.jesse@gmx.net
* thierry@pompo.net
* vanilla
With hat: portmgr
71b6a9f |
Monday, 6 Dec 2021
|
02:37 Alexey Dokuchaev (danfe)
x11-toolkits/fltk: the port had been updated to version 1.3.8
FLTK 1.3.8 is a maintenance release with minor enhancements. One new
function `fl_choice_n()' has been introduced (please see documentation
for details).
This release does not contain new ABI features and is 100% compatible
with releases 1.3.5-1.3.7.
7481345 |
Friday, 10 Sep 2021
|
21:17 Bernhard Froehlich (decke)
x11-toolkits/fltk: Add CPE information
Approved by: portmgr (blanket)
cd23eef |
Sunday, 15 Aug 2021
|
06:37 Alexey Dokuchaev (danfe)
x11-toolkits/fltk: update FLTK to version 1.3.7
This release does not contain new ABI features and is 100% binary
compatible with releases 1.3.5 and 1.3.6.
PR: 254934
Submitted by: yuri
ac064f0 |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 7 Nov 2019
|
18:36 zeising
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Monday, 11 Mar 2019
|
16:45 danfe
- Update FLTK to version 1.3.5 which brings many new features,
bug fixes, and adaptations to new compilers
- Switch to the smaller .tar.bz2 distfile and make a few implicit
dependencies explicit (as reported by `stage-qa')
- Rename `test/help' demo program to `test/help_dialog' in order
to unbreak against upcomig `devel/ninja' update to version 1.9.0
- The ABI is 100% compatible with the previous version so no port
revision bumps are necessary for consumer ports
- Chase HTTP redirection in the MASTER_SITES and WWW: line
PR: 235507 (ninja-related)
|
Wednesday, 22 Nov 2017
|
11:06 danfe
Remove `groff' from USES.
It was recently killed in the base system and consumers have to use
`textproc/groff' port now, which is a real PITA: it pulls in some
obscure dependencies like `print/psutils', `graphics/netpbm', but
most importantly, `ghostscript' (unconditionally), which is a huge
abomination of its own, pulling another round of dependencies, some
of which are as crazy as `graphics/svgalib' (sic). Trying to reset
all offered knobs to `off' results in unbuildable package.
Pass NROFF as mere `echo' and be done with it. Generated manpages
remain identical.
|
Friday, 4 Aug 2017
|
20:48 danfe
- Update `x11-toolkits/fltk' to version 1.3.4 (version 1.3.4-1 is available,
but the only difference is fixes for Windows IDE solutions Visual C 2008
and Visual C 2010, so prefer 1.3.4 to avoid dealing with the DISTVERSION)
- Move out .so.1-suffixed symlink creation to `post-install' target rather
than patching `src/Makefile' since the patch tends to get modified with
each update; and drop no longer needed patches that were merged upstream
- Define LICENSE_FILE as it is not just a standard boilerplate
PR: 220649 (modified)
Submitted by: sunpoet
|
Sunday, 28 May 2017
|
10:58 antoine
Register dependency on groff
PR: 213725
|
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Tuesday, 17 Jan 2017
|
16:48 jbeich
x11-toolkits/fltk: unbreak with clang 4.0
Fl_Tree_Item.cxx:552:38: error: ordered comparison between pointer and zero
('Fl_Tree_Item *' and 'int')
if ( from_parent->deparent(from) < 0 ) // deparent self from current
parent
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
PR: 216046
Obtained from: upstream (branch-1.3)
Approved by: portmgr blanket
MFH: 2017Q1 (changes behavior)
|
Tuesday, 22 Nov 2016
|
12:04 danfe
x11-toolkits/fltk: ensure that binary packages have complete feature support
Previously, binary packages would miss Xinerama and Xcursor dependencies and
thus were giving some odd behaviors as e.g. reported in the PR. While here,
switch to USES+=localbase instead of manually amending CPPFLAGS and LDFLAGS.
PR: 213294
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
|
Tuesday, 10 Feb 2015
|
19:29 danfe
- Since version 1.3.3, FLTK now checks for compiler support of -fvisibility
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
|
Monday, 9 Feb 2015
|
08:50 danfe
- Fix the breakage caused by previous commit (r378707): restore sane order of
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)
|
02:28 vanilla
Update to version 1.3.3
PR: 197463
Submitted by: Ports Fury
|
Tuesday, 3 Feb 2015
|
13:55 danfe
In sight of upcoming update, clean up things a bit:
- 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
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
|
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Wednesday, 10 Dec 2014
|
22:29 gahr
- Reset maintainership of my ports
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wednesday, 16 Oct 2013
|
09:03 gahr
- Fix STAGE support for PORTDOCS
Reported by: antoine
|
Tuesday, 15 Oct 2013
|
08:24 gahr
- Fix build in C++11 mode [1]
- Convert to new LIB_DEPENDS format
- Convert to OPTIONSng (DOCS)
- STAGE-clean
PR: 182949 [1]
Submitted by: dt71@gmx.com [1]
|
Friday, 20 Sep 2013
|
23:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Tuesday, 18 Jun 2013
|
06:43 gahr
- Make fetchable again by fixing MASTER_SITES
Reported by: Kenta Suzumoto <kentas@hush.com>
|
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
|
Wednesday, 12 Dec 2012
|
17:37 gahr
- Add LICENSE
|
16:13 gahr
- Update to 1.3.2
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
|
Thursday, 8 Nov 2012
|
09:11 gahr
- Update to 1.3.1
Release notes: http://www.fltk.org/articles.php?L1253
Feature safe: yes
|
Tuesday, 11 Sep 2012
|
16:05 gahr
- Add a patch to #undef nitems, which has been added as a macro to sys/param.h
in r236486 and is also a member of Fl_Check_Browser class.
- Bump PORTREVISION
Notified by: martymac
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Monday, 28 Nov 2011
|
12:59 gahr
- use ${PREFIX}/etc instead of /etc for system-wide preferences
PR: 162023
Submitted by: bf
Feature safe: yes
|
Monday, 24 Oct 2011
|
13:12 gahr
- Update to 1.3.0
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Thursday, 29 Apr 2010
|
12:42 gahr
- Respect NOPORTDOCS
Reported by: QAT
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Tuesday, 23 Mar 2010
|
21:06 gahr
- Update x11-toolkits/fltk to 1.1.10
- Unconditionally enable threads on x11-toolkits/fltk
- Mark x11-toolkits/fltk-threads as IGNORE (master port has threads now)
|
Tuesday, 9 Feb 2010
|
15:13 gahr
- Fix mismatching declaration
PR: 143638
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
|
Thursday, 28 Aug 2008
|
07:17 gahr
- Actually fix plist issues (trial #2)
|
06:52 gahr
- Update to 1.1.9
- Minor Makefile cleanup
- Take over maintainship [1]
- Fix PLIST [2]
Approved by: demon@ (former maintainer) [1]
Reported by: QA Tindie [2]
|
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
|
Sunday, 23 Mar 2008
|
16:44 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Tuesday, 6 Nov 2007
|
09:04 linimon
Re-enable building with gcc4.2. Apparently patches were committed
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)
|
Saturday, 29 Sep 2007
|
07:51 linimon
Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors. While here,
remove 4.X cruft.
Hat: portmgr
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thursday, 1 Feb 2007
|
12:02 demon
Correct typos plus cosmetic chenges in Makefile.
PR: 107901
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
Saturday, 2 Dec 2006
|
14:16 demon
Update to 1.1.7
PR: 106146
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Monday, 5 Jun 2006
|
20:57 pav
- This no longer conflicts with fltk2
|
Friday, 26 May 2006
|
16:23 pav
- CONFLICTS with fltk-2.*
|
Saturday, 13 May 2006
|
05:00 edwin
Remove USE_REINPLACE from categories starting with X
|
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Monday, 7 Feb 2005
|
21:16 thierry
- prepare for a new slave port x11-toolkits/fltk-threads;
- remove -L/usr/local/lib from `fltk-config --ldflags`;
- mark IGNORE if threading is enable on 4.x (if someone had a
a clue to fix it, it would be great!).
Approved by: demon (maintainer)
|
Monday, 31 Jan 2005
|
21:09 thierry
- Upgrade to 1.1.6;
- pet portlint.
Approved by: demon (maintainer).
|
Saturday, 21 Aug 2004
|
16:28 pav
- Sneak CXX into configure script as CC. Configure script ignores CXX and keeps
on linking C++ code with "cc". This fixes build on gcc 3.4
|
Tuesday, 22 Jun 2004
|
04:45 knu
Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is way
too old and obsolete.
|
Thursday, 25 Mar 2004
|
08:06 demon
Link with pthreads only when WITH_THREADS is defined.
Enable antialiased text.
Submitted by: Dan Nelson <dnelson@allantgroup.com>
|
Tuesday, 9 Sep 2003
|
08:42 demon
Update to version 1.1.4.
|
Friday, 5 Sep 2003
|
13:40 demon
Add WITH_THREADS knob to compile with threads support.
Submitted by: dave <dave@gufi.org>
|
Saturday, 22 Feb 2003
|
14:05 demon
Update to 1.1.3.
|
Tuesday, 18 Feb 2003
|
06:01 knu
De-pkg-decomment fltk master-slave ports.
|
Sunday, 5 Jan 2003
|
16:07 demon
Update to 1.1.2
|
Thursday, 19 Jul 2001
|
12:02 demon
Fix typo (DICSDIR -> DOCSDIR).
|
Sunday, 15 Jul 2001
|
09:21 demon
Utilize DATADIR and DOCSDIR.
|
Tuesday, 17 Apr 2001
|
11:14 sobomax
Fix detection of pthreaded MesaGL.
|
Sunday, 18 Mar 2001
|
14:35 knu
Argh! The XUnicode option was not correctly turned on..
|
Saturday, 24 Feb 2001
|
20:21 knu
Update fltk to 1.0.10, fltk-xunicode to 1.0.10.20010114.
|
Friday, 23 Feb 2001
|
18:49 knu
List myself as the maintainer of fltk-xunicode. Change MAINTAINER= in
fltk/Makefile to MAINTAINER?= .
|
Monday, 13 Nov 2000
|
12:45 demon
Change MAINTAINER field. I am now at FreeBSD dot org
|
Friday, 25 Aug 2000
|
19:24 knu
Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk.
|
Thursday, 3 Aug 2000
|
10:28 asami
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off.
|
Friday, 7 Jul 2000
|
20:33 steve
Update to version 1.0.9.
|
Friday, 16 Jun 2000
|
22:52 asami
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
11:38 sobomax
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
|
Number of commits found: 84 |