Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.5_5 24 Feb 2024 09:03:21 |
Muhammad Moinur Rahman (bofh) |
graphics/geomview: Moved man to share/man
Approved by: portmgr (blanket) |
1.9.5_4 22 Oct 2023 14:45:02 |
Muhammad Moinur Rahman (bofh) |
graphics/geomview: Optionize INFO
- Pet portclippy |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.5_4 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.9.5_4 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
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 ) |
1.9.5_4 31 Aug 2021 11:24:21 |
Bernhard Froehlich (decke) |
graphics/geomview: Add CPE information
Approved by: portmgr (blanket) |
1.9.5_4 22 Jun 2021 18:53:08 |
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 |
1.9.5_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.5_3 20 Nov 2020 07:16:06 |
adamw |
Add education virtual category
PR: 248402
Submitted by: PauAmma |
1.9.5_3 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
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. |
1.9.5_3 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.9.5_2 23 May 2017 05:03:16 |
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 |
1.9.5_1 31 Jul 2016 09:00:57 |
amdmi3 |
- Fix license
- Switch to options helpers |
1.9.5_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.9.5_1 26 Mar 2015 14:25:09 |
marino |
graphics/geomview: Add DragonFly support
Bring in fix from dports (port is not maintained) |
1.9.5_1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.9.5_1 10 Sep 2014 20:50:37 |
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) |
1.9.5 23 Jul 2014 10:28:04 |
tijl |
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt) |
1.9.5 01 Jul 2014 17:37:42 |
antoine |
Make those ports more likely to build with texinfo from ports
With hat: portmgr |
1.9.5 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
1.9.5 17 May 2014 08:44:41 |
miwi |
- Update to 1.9.5
- Stage support
PR: 187755
Submitted by: Ports Fury |
1.9.4_2 27 Apr 2014 13:34:30 |
pawel |
- Add staging support
- Remove leading article from COMMENT
- Convert to USES=tar:bzip2
- Use option helper
- Move things to proper places and simplify where needed
- Install striped binaries |
1.9.4_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.9.4_2 10 Jul 2013 06:55:29 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake |
1.9.4_2 12 Jun 2012 21:42:32 |
bapt |
Conver to new options framework |
1.9.4_2 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.9.4_2 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
1.9.4_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.9.4_1 02 Aug 2009 19:36:34 |
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 |
1.9.4_1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
1.9.4 14 Jan 2009 09:12:13 |
miwi |
- Update to 1.9.4
PR: 130443
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.8.1_4 03 Sep 2008 01:45:10 |
amdmi3 |
- Fix a typo on this port that enables it to build again.
- Label NOT_FOR AMD64 since it coredumps.
- Sync the patches with those on CVS.
- No functional change.
PR: 126037
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd at yahoo dot com> |
1.8.1_4 01 Sep 2008 13:35:21 |
bms |
drop maintainership |
1.8.1_4 01 Sep 2008 13:34:41 |
bms |
fix IGNORE |
1.8.1_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
1.8.1_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.8.1_2 20 Jul 2006 18:30:08 |
bms |
Unbreak pkg-plist. |
1.8.1_2 31 Jan 2006 19:31:25 |
kris |
BROKEN: Incomplete pkg-plist (needs to use INFO_* macros) |
1.8.1_2 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.8.1_2 12 Jan 2006 12:54:32 |
sem |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
1.8.1_1 15 Nov 2005 06:52:12 |
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. |
1.8.1_1 07 Oct 2004 18:48:29 |
danfe |
Don't allow GCC to optimize away -lm test, and thus unbreak.
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit) |
1.8.1_1 18 Sep 2004 17:21:51 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.8.1_1 10 Apr 2004 16:07:10 |
trevor |
Trim whitespace. |
1.8.1_1 25 Mar 2004 03:13:15 |
bms |
SIZE update jumbo-commit.
Submitted by: trevor |
1.8.1_1 14 Mar 2004 06:17:56 |
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. |
1.8.1_1 12 Dec 2003 06:24:50 |
bms |
Remove TK dependency and categorization as it is no longer needed.
Submitted by: Pedro F. Giffuni |
1.8.1 12 Dec 2003 02:07:53 |
bms |
Switch maintainership to moi.
Requested by: fenner
Sponsored by: Evil Network Junta |
1.8.1 10 Dec 2003 17:18:44 |
bms |
Maintenance update. Fix installation process. If someone would care to test
this and give it the love it badly needs, please step up to the microphone.
Looked at by: fenner
Sponsored by: Weyland-Yutani Corporation |
1.8.1 07 Dec 2003 01:41:19 |
linimon |
Restyle email address of maintainer. |
1.8.1 13 Nov 2003 14:45:08 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
1.8.1 06 May 2003 22:52:34 |
fenner |
Update MASTER_SITES and add WWW
PR: ports/50206
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
1.8.1 06 May 2003 07:09:40 |
kris |
BROKEN: Does not install |
1.8.1 07 Mar 2003 06:04:15 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.8.1 22 Nov 2002 20:44:29 |
fenner |
Upgrade to 1.8.1 .
It's not quite completely unbroken, but it's certainly less
broken than 1.6 was. |
1.6.1 04 Jul 2002 09:20:30 |
mikeh |
Bump XForms lib. version. |
1.6.1 18 May 2002 02:40:35 |
kris |
BROKEN: Does not build |
01 Jun 2001 07:05:18 |
obrien |
Use proper POSIX syntax for `chown'. |
07 Nov 2000 23:28:20 |
asami |
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
15 Aug 2000 21:57:44 |
kris |
Don't install stuff group-writable when it doesnt need to be. |
03 Aug 2000 10:28:58 |
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. |