Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Mar 2022 13:59:38 1.4.35_15
|
Dmitry Marakasov (amdmi3)  |
x11-toolkits/fox14: minor cleanup |
22 Jun 2021 18:53:08 1.4.35_15
|
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 |
06 Apr 2021 14:31:07 1.4.35_14
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2019 18:36:56
1.4.35_14
|
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. |
23 May 2017 05:03:16
1.4.35_14
|
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 |
01 Apr 2016 14:33:58
1.4.35_13
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
11 Mar 2016 11:53:42
1.4.35_13
|
tijl  |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
22 Jun 2015 18:33:22
1.4.35_12
|
antoine  |
Convert to USES=jpeg |
24 Mar 2015 19:37:44
1.4.35_12
|
marino  |
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits
approved by: PTHREAD blanket |
10 Mar 2015 14:16:02
1.4.35_12
|
amdmi3  |
- Pet portlint
- Add LICENSE
- Strip libraries |
02 Mar 2015 23:57:53
1.4.35_11
|
bapt  |
Remove Author from pkg-descr |
28 Jan 2015 01:08:44
1.4.35_11
|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
25 Dec 2014 20:54:43
1.4.35_11
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
1.4.35_10
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
10 Dec 2014 22:29:15
1.4.35_10
|
gahr  |
- Reset maintainership of my ports |
10 Sep 2014 20:50:37
1.4.35_10
|
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) |
29 Aug 2014 09:26:08
1.4.35_9
|
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
15 Jul 2014 17:14:33
1.4.35_8
|
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
23 Apr 2014 13:25:17
1.4.35_8
|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
04 Mar 2014 19:03:59
1.4.35_7
|
tijl  |
Small fixup for r346834: use the upstream library version. |
02 Mar 2014 23:15:01
1.4.35_6
|
bapt  |
Convert to USES=libtool |
08 Oct 2013 07:06:16
1.4.35_5
|
gahr  |
- Fix left-overs
Reported by: QAT |
07 Oct 2013 13:14:13
1.4.35_5
|
gahr  |
- Refactor FOX ports
* Remove CONFLICTS between FOX ports by having man-pages
and binaries named after the port version
* Avoid bumping shlib version at each minor update by using
ltverhack [1]
* Make PKGNAMEs unique (fox14, fox16, fox17) [2]
* Use new LIB_DEPENDS format
Suggested by: mezz [1], bapt [2] |
20 Sep 2013 23:57:48
1.4.35_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
03 Oct 2012 12:21:20
1.4.35_5
|
gahr  |
- Restore CONFLICTS, which had been commented out to test r305197 |
03 Oct 2012 12:14:18
1.4.35_5
|
gahr  |
- Convert to OptionsNG
- Add a patch around a wrong ZLib call
- Normalize patch files names |
01 Jun 2012 05:26:28
1.4.35_5
|
dinoex  |
- update png to 1.5.10 |
24 Oct 2011 09:11:38
1.4.35_4
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
23 Sep 2011 22:26:39
1.4.35_4
|
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 |
02 Jul 2011 18:18:48
1.4.35_4
|
miwi  |
- Kick MD5 support |
04 Dec 2010 07:34:27
1.4.35_4
|
ade  |
Sync to new bsd.autotools.mk |
24 Aug 2010 13:58:57
1.4.35_4
|
gahr  |
- Update CONFLICTS to reflect the latest changes in the FOX ToolKit ports |
28 Mar 2010 06:47:48
1.4.35_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
11 Mar 2010 16:36:01
1.4.35_3
|
gahr  |
- Take maintainship from araujo
Approved by: aroujo (implicit, email to ports@)
Message-ID: 20100222114814.GB29137@ponderosa.intelbras.com.br |
05 Feb 2010 11:46:55
1.4.35_3
|
dinoex  |
- update to jpeg-8 |
02 Aug 2009 19:36:34
1.4.35_2
|
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 |
18 Jul 2009 11:11:29
1.4.35_2
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
20 May 2009 11:57:37
1.4.35_1
|
araujo  |
- These ports needs libcups.so to build.
PR: ports/134662
Submitted by: dionex |
21 Aug 2008 06:18:49
1.4.35_1
|
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 (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 17:56:05
1.4.35_1 
|
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) |
29 Jun 2007 16:29:19
1.4.35_1
|
araujo  |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
19 May 2007 20:32:57
1.4.35_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Apr 2007 15:01:32
1.4.35
|
shaun  |
- Upgrade to 1.4.35.
- Hand over maintainership to submitter, since he now maintains the
other fox ports.
PR: ports/109142
Submitted by: Marcelo Araujo <araujo@bsdmail.org> |
29 Mar 2007 10:52:52
1.4.32
|
rafan  |
- Trasnfer maintainership from alecn2002@yandex.ru to
araujo@bsdmail.org except fox14 (owned by shuan@)
- Correctly register CONFLICTS
- While I'm here, correctly respect NOPORTDOCS
Approved by: maintainer (fox10, fox12, fox16), shuan (implicit for fox14) |
02 Feb 2007 17:06:25
1.4.32
|
pav  |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
01 Feb 2007 02:42:06
1.4.32
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
20 Jun 2006 20:59:34
1.4.32
|
shaun  |
- Update to 1.4.32
- Take maintainership
PR: ports/97764
Submitted by: shaun (me)
Approved by: ahze (mentor) |
10 Jun 2006 15:51:16
1.4.7_1
|
sem  |
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14 |