non port: x11-toolkits/lesstif/Makefile |
Number of commits found: 86 |
Friday, 12 Jan 2024
|
20:20 Dirk Meyer (dinoex)
x11-toolkits/lesstif: use ${PREFIX}/share/man
fd9bfc3 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
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 |
Thursday, 25 Nov 2021
|
21:40 Stefan Eßer (se)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
04b9da4 |
Sunday, 29 Aug 2021
|
19:17 Bernhard Froehlich (decke)
x11-toolkits/lesstif: Add CPE information
Approved by: portmgr (blanket)
e658600 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 30 Sep 2019
|
22:11 dinoex
- disable support for libXp
PR: 240923
Submitted by: Niclas Zeising
|
Tuesday, 11 Sep 2018
|
18:34 zeising
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
Tuesday, 31 Jul 2018
|
18:41 zeising
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
|
Thursday, 9 Feb 2017
|
21:49 dinoex
- add LICENSE
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 3 Aug 2014
|
16:19 dinoex
- fix order in USES
|
Tuesday, 1 Jul 2014
|
13:00 tijl
- Convert to USES=libtool
- Avoid USE_AUTOTOOLS
- Fix detection of fontconfig and freetype
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
Sunday, 30 Mar 2014
|
19:44 dinoex
- new USES=
|
Wednesday, 11 Dec 2013
|
21:54 dinoex
- update LIB_DEPENDS
|
Friday, 22 Nov 2013
|
19:57 dinoex
- use STAGEDIR
- remove IS_INTERACTIVE
|
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Friday, 20 Sep 2013
|
23:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Saturday, 26 Jan 2013
|
16:06 dinoex
- cleanup header
- strip shlibversion in depedency
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
|
Tuesday, 5 Oct 2010
|
19:57 ade
Round one migration of ports from automake{19,110} to automake111
|
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Saturday, 22 Aug 2009
|
00:39 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Monday, 6 Jul 2009
|
07:21 dinoex
- use freetype2
|
Saturday, 6 Jun 2009
|
07:49 dinoex
- update to 0.95.2
|
Wednesday, 14 Jan 2009
|
15:51 dinoex
- record xextproto as explicit dependency
|
Saturday, 13 Dec 2008
|
06:02 dinoex
- fix include for gcc43
Obtained from: fedora.redhat.com
|
Wednesday, 20 Aug 2008
|
00:57 ade
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Sunday, 30 Mar 2008
|
09:36 dinoex
- clean X11BASE
|
Monday, 17 Mar 2008
|
16:32 dinoex
- set USE_XORG
|
Thursday, 4 Oct 2007
|
06:27 edwin
Remove always-false/true conditions based on OSVERSION 500000
|
Sunday, 30 Sep 2007
|
04:47 linimon
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Saturday, 28 Jul 2007
|
06:33 ade
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
|
Tuesday, 26 Jun 2007
|
16:57 dinoex
- use PACKAGE_BUILDING
|
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
|
13:45 pav
- Convert to USE_LDCONFIG
Approved by: dinoex (maintainer)
|
Friday, 3 Nov 2006
|
04:55 dinoex
- take mainatinership
|
Thursday, 31 Aug 2006
|
04:40 dinoex
- unbreak package build
backout USE_LDCONFIG
Reported by: pointyhat
2006 Aug 28 06:08:20 lesstif-0.95.0,2.log libdata/ldconfig/lesstif
2006 Aug 25 01:30:35 lesstif-0.95.0,2.log libdata/ldconfig/lesstif
2006 Aug 23 10:13:56 lesstif-0.95.0,2.log libdata/ldconfig/lesstif
http://pointyhat.freebsd.org/errorlogs/amd64-7-latest/lesstif-0.95.0,2.log
|
Tuesday, 15 Aug 2006
|
01:13 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Saturday, 10 Jun 2006
|
13:53 dinoex
- udpate to 0.95.0
- switch to bzip2 copmressed source
- enable package on pointyhat
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Wednesday, 1 Feb 2006
|
07:33 kris
Try to remove the aclocal19 directory, which we may have created.
|
Friday, 25 Nov 2005
|
22:29 pav
- Style: ports@freebsd.org -> ports@FreeBSD.org
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Sunday, 3 Apr 2005
|
05:46 dinoex
- Update to 0.94.4
http://www.lesstif.org/ReleaseNotes.html
|
Saturday, 2 Apr 2005
|
20:03 dinoex
- Update to 0.94.2
http://www.lesstif.org/ReleaseNotes.html
|
Monday, 6 Dec 2004
|
21:01 dinoex
- update to 0.94.0
xpdf works with this version again
|
Thursday, 25 Nov 2004
|
05:16 dinoex
- update libtool
|
Friday, 15 Oct 2004
|
17:32 ade
Kill off automake18, switching to automake19. Requiem Mors Pacem.
|
Thursday, 14 Oct 2004
|
18:08 dinoex
- update to 0.93.97
|
17:35 dinoex
- update to 0.93.96
|
04:34 dinoex
- mark FORBIDDEN
|
Wednesday, 13 Oct 2004
|
20:48 dinoex
- drop maintainership
|
20:31 dinoex
- It was not forgotten, as no port package could be build!
|
16:20 eik
- bump PORTEPOCH
Forgotten by: dinoex
|
09:48 dinoex
- backout incomplete update
|
Tuesday, 12 Oct 2004
|
04:14 dinoex
- update to 0.93.95b
|
Friday, 9 Jul 2004
|
17:43 marcus
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
Thursday, 1 Jul 2004
|
17:06 ade
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
Friday, 4 Jun 2004
|
17:29 ade
Sync with new bsd.autotools.mk
|
Sunday, 14 Mar 2004
|
14:20 dinoex
- unbreak autoconf
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Friday, 12 Mar 2004
|
02:48 ade
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
|
Thursday, 4 Dec 2003
|
19:39 dinoex
- Update to 0.93.94
- Fix MASTER_SITES
|
Wednesday, 12 Nov 2003
|
15:07 dinoex
- update MASTER_SITES
|
Sunday, 12 Oct 2003
|
12:49 dinoex
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
|
Wednesday, 24 Sep 2003
|
17:30 dinoex
- change ECHO -> ECHO_CMD
|
Saturday, 22 Feb 2003
|
06:08 dinoex
- save lib/X11/config/host.def (which is created empty by imake)
Thanks to kris for notice.
|
Thursday, 20 Feb 2003
|
18:26 dinoex
- add COMMENT
|
Wednesday, 22 Jan 2003
|
19:14 dinoex
- make portlint happier
|
Saturday, 18 Jan 2003
|
09:07 dinoex
- Add documentation
- install motif 2.1 libs
- remove lib*.la files
|
Thursday, 2 Jan 2003
|
04:14 dinoex
- Update to 0.93.36
supports Motif1.2 and Motif2.1
|
Monday, 9 Dec 2002
|
21:17 dinoex
Take maintainership, Update pending:
http://people.freebsd.org/~dinoex/ports/lesstif/
|
Monday, 9 Sep 2002
|
20:04 dinoex
new MASTER_SITES
PR: 41940
Submitted by: shammer@satanii.enemy.org
|
Tuesday, 5 Jun 2001
|
18:51 sobomax
Unbroke.
|
Thursday, 31 May 2001
|
23:53 ade
Replace explicit build dependency on automake with USE_AUTOMAKE knob
|
Monday, 5 Feb 2001
|
16:49 olgeni
Batch of style fixes for x11-toolkits.
|
Thursday, 14 Dec 2000
|
21:54 dannyboy
Revert maintainer to ports@freebsd.org.
|
Friday, 1 Sep 2000
|
10:19 sobomax
Update to 0.91.8. Other improvements:
|
Wednesday, 26 Jul 2000
|
02:34 kevlo
Update to version 0.91.4
|
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.)
|
09:48 sobomax
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found: 86 |