non port: graphics/Hermes/Makefile |
SVNWeb
|
Number of commits found: 44 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 10 Dec 2020
|
[ 01:07 amdmi3 ]
- Add LICENSE
- Simplify docs installation
- Regenerate patches
- Add WWW
|
Tue, 18 Sep 2018
|
[ 20:12 emaste ]
graphics/Hermes: allow linking with lld on i386
By default lld does not allow relocations against read-only segments.
Add -Wl,-znotext to override the default. No effect on GNU ld, where
this just reaffirms the default.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Thu, 18 Sep 2014
|
[ 20:46 tijl ]
- Remove old libtool patch
- Touch config header in post-extract to avoid autotools
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
|
Mon, 28 Jul 2014
|
[ 20:19 amdmi3 ]
- Switch to USES=libtool, drop .la files
|
Mon, 28 Apr 2014
|
[ 21:31 nemysis ] (Only the first 10 of 33 ports in this commit are shown above. )
These ports are no longer used or cared for.
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above )
|
Fri, 17 Jan 2014
|
[ 03:31 nemysis ]
- Take maintainership
- USES gmake instead of USE_GMAKE
- Disable all warnings with -w
- Support STAGEDIR, fix proper installation includes
- Install proper DOCS and add Option
- Recreate patches with make makepatch
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Aug 2007
|
[ 15:57 sem ]
- Fix build with gcc 4.x
PR: ports/115647 (based on)
Submitted by: Oliver Brandmueller <ob@e-gitt.net>
|
Mon, 2 Jul 2007
|
[ 19:01 pav ] (Only the first 10 of 26 ports in this commit are shown above. )
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Mon, 14 Aug 2006
|
[ 23:06 clsung ] (Only the first 10 of 81 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Fri, 16 Dec 2005
|
[ 16:41 ehaupt ]
- Update master site
- Pacify portlint (me)
PR: 90501
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Wed, 1 Jun 2005
|
[ 19:56 oliver ] (Only the first 10 of 45 ports in this commit are shown above. )
change the libtool version to use from 1.3 to 1.5
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Wed, 4 Aug 2004
|
[ 22:28 marcus ]
Add yet another MASTER_SITE.
|
Mon, 26 Jul 2004
|
[ 19:29 marcus ]
Add another MASTER_SITE for Hermes so that it fetches once more.
Submitted by: Kent Stewart <kstewart@owt.com>
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Sat, 14 Feb 2004
|
[ 06:06 kris ]
Mark IGNORE on sparc64, because the library interchanges red and blue
colour channels in images, giving funky results.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Mon, 11 Aug 2003
|
[ 15:44 marcus ]
Update to 1.3.3.
PR: 55467
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sun, 8 Jun 2003
|
[ 17:30 marcel ]
Remove ONLY_FOR_ARCHS completely. It lists all supported platforms
now.
Pointed out by: kris
|
[ 09:36 marcel ]
Add ia64 to ONLY_FOR_ARCHS. It builds.
|
Wed, 4 Jun 2003
|
[ 07:32 kris ]
Fix endian detection on 64-bit machines and bump PORTREVISION. This was
(at least) causing red and blue colour channels to be transposed on sparc64.
|
Wed, 21 May 2003
|
[ 00:48 kris ]
This seems to build on sparc64 now (perhaps on ia64 as well, although that
should be tested)
|
Sun, 18 May 2003
|
[ 18:58 petef ]
- fix MASTER_SITES
- use DOCSDIR
- fix the auto* build
PR: 52135
Submitted by: Ports Fury
|
Thu, 20 Feb 2003
|
[ 18:08 knu ] (Only the first 10 of 308 ports in this commit are shown above. )
de-pkg-comment
|
Sat, 21 Dec 2002
|
[ 07:08 kris ]
ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using
the linux target as a base)
|
Mon, 28 Aug 2000
|
[ 18:53 sobomax ]
Update to 1.3.2.
|
Thu, 22 Jun 2000
|
[ 06:52 will ] (Only the first 10 of 53 ports in this commit are shown above. )
Unleash all of these ports upon the people. I no longer have any interest in
any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
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:19 sobomax ] (Only the first 10 of 100 ports in this commit are shown above. )
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
Thu, 15 Jun 2000
|
[ 18:12 sobomax ] (Only the first 10 of 57 ports in this commit are shown above. )
Second round of INSTALL_SHLIBS=yes fixes.
|
Mon, 29 May 2000
|
[ 00:14 will ]
Remove obsolete MASTER_SITES. There no longer seems to be a homepage for this
graphics library, which seems to be distributed by ClanLib people these days.
|
Number of commits found: 44 |