Vanilla I. Shu
ea81a2cd2b
Upgrade to 1.1.27.
...
PR: ports/21945
Submitted by: trevor
2000-10-13 07:59:48 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Jeremy Lea
7b4c77811e
Implement WANT_GNOME.
2000-10-05 07:22:56 +00:00
Maxim Sobolev
a2a9f1fee7
Update to 1.1.26.
...
PR: 21560 (very incomplete)
Actual work done by: sobomax
2000-09-26 16:15:45 +00:00
Maxim Sobolev
8d8b937e7a
Update to 1.1.25.
2000-08-23 18:33:58 +00:00
Satoshi Asami
c6bcad2436
(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.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
Maxim Sobolev
6db96c0500
Bump png shared library version.
...
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Maxim Sobolev
3f5cc53518
Update 1.1.24.
...
Also provide following enhancements:
- Remove PLIST.perl and merge its contents into main PLIST using Satoshi's
%%PORTDOCS:%% hack;
- the same as previous for Gnome bits;
- automatically generate and substitute shared libraries version;
- slightly reorder Makefile to be more organised;
- remove mailformed pieces from configure patch (it is appears that somebody
did diff after USE_LIBTOOL hack has been applied).
2000-06-26 16:06:17 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Ade Lovett
8bd85a9d02
Updates for new shared library versions in GNOME 1.2
2000-06-01 16:25:45 +00:00
Maxim Sobolev
8b7c12b85c
Correct PLIST.perl and update Makefile to reflect recent
...
WITHOUT_PERL --> WITH_PERL thansition.
PR: 18935
Partially submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
2000-06-01 16:11:58 +00:00
Maxim Sobolev
9d0f2d5862
Update to 1.1.23. Also remove mandatory libintl dependency (should be inherited
...
from gtk++).
2000-05-30 06:47:14 +00:00
Jim Mock
3d3e80a22e
Update to version 1.1.22. From the information I have, vanilla might not
...
have a vacation for a while, so I figured I wouldn't let this get stale if
that's the case.
2000-05-19 21:14:20 +00:00
Jim Mock
f5e385e048
Update to version 1.1.20. Hopefully this will fix some of the build
...
problems people are having with 1.1.19. Vanilla, if you have any problems
with this update, let me know and I'll back it out.
2000-04-26 21:49:45 +00:00
Jeremy Lea
877b8a533b
Standardize all user defined options to the booleans WITH_FOO and
...
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
2000-04-17 00:18:05 +00:00
Jim Mock
380e26e02d
Update to version 1.1.19.
...
Submitted by: vanilla
2000-04-14 18:13:57 +00:00
Satoshi Asami
c99c600944
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
...
string so I fixed it.
2000-04-14 10:48:02 +00:00
Satoshi Asami
f552943e3a
Fix a couple bogons to make this work.
...
Submitted by: Maxim Sobolev <sobomax@altavista.net>
2000-04-07 09:35:30 +00:00
Vanilla I. Shu
5be080844d
Upgrade to 1.1.18, and add myself as MAINTAINER.
...
(erich leave us long time ago).
2000-04-02 19:14:30 +00:00
Jeremy Lea
a146f9f784
Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17.
...
PR: ports/16837, ports/16913
Reviewed by: maintainers
2000-02-24 07:32:36 +00:00
Jim Mock
22ae52b403
Update to version 1.1.15.
...
Reviewed by: various people from the ports@FreeBSD.org list
2000-01-19 19:57:14 +00:00
Jim Mock
a2b81e5119
Update to version 1.1.14.
...
Reviewed by: Various people from the ports list
2000-01-03 19:42:31 +00:00
Jim Mock
1d6c540988
Update to version 1.1.11
...
PR: 14779
Submitted by: Will Andrews <andrews@technologist.com>
1999-11-11 20:14:11 +00:00
Vanilla I. Shu
2923a6b6be
Upgrade to 1.1.10
...
PR: ports/14294
Submitted by: Brian Handy <handy@physics.montana.edu>
1999-10-23 07:59:42 +00:00
Steve Price
ec1b2d16ed
The tiff port now lives in ports/graphics/tiff.
1999-09-07 10:45:31 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +00:00
Steve Price
37b5e22798
Update to version 1.1.5.
...
PR: 11845
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:17:00 +00:00
Michael Haro
b0b0e9d7b6
MASTERSITE path change
1999-04-22 19:15:39 +00:00
Jacques Vidrine
c1acc95b5a
Now that gettext includes a shared library, dependencies should
...
use it in LIB_DEPENDS.
PR: ports/10647
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-03-19 04:40:10 +00:00
Vanilla I. Shu
a4911efa2e
Upgrade to 1.1.2.
...
Agreed by: asami
1999-02-20 19:31:51 +00:00
Vanilla I. Shu
343b837340
Bump png's major number to 3.
1999-01-23 07:05:35 +00:00
Satoshi Asami
0a6c60d056
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
...
would go backwards.
1998-11-25 09:01:25 +00:00
Justin M. Seger
d57d33c655
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
...
Approved by: asami
1998-11-25 05:06:28 +00:00
Vanilla I. Shu
9a597b20cd
Upgrade to 1.0.2.
1998-10-19 14:14:19 +00:00
Vanilla I. Shu
9a0242343b
Upgrade to 1.0.1.
1998-09-30 14:52:27 +00:00
Vanilla I. Shu
18df054235
Convert gimp1's library to elf, and activate xdelta plugin.
1998-09-23 00:51:58 +00:00
Satoshi Asami
457679eee3
gtk and gtk11 are now ELFized.
1998-09-22 22:55:56 +00:00
Satoshi Asami
8e535babbf
aalib now supports ELF.
1998-09-22 16:19:14 +00:00
Satoshi Asami
81b27d4ffd
libmpeg now supports ELF.
1998-09-21 08:54:25 +00:00
Steve Price
a712d50fe2
Remove regexp support for libtiff34 as it is now ELF'able.
1998-09-19 05:46:07 +00:00
Satoshi Asami
27ba461c8e
Roll back libpng major to 2.
1998-09-17 00:50:52 +00:00
Satoshi Asami
081079e0db
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
...
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
4610ae86c9
libpng major is now 3. Also remove regexp support in preparation for
...
ELF conversion.
1998-09-15 11:57:51 +00:00
Satoshi Asami
4dc064b0c5
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
...
(Note, since the shlib major didn't change this just removes the regexp
support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
03d5b496f6
libXpm major is now 5. Also remove regexp support in preparation for
...
ELF conversion.
1998-09-15 11:13:39 +00:00
Satoshi Asami
5264cbceb5
Fix up dependencies for ports that moved into the x11-toolkits category.
1998-08-07 23:56:56 +00:00
Satoshi Asami
ceba211283
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
...
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Vanilla I. Shu
77ff6aafc9
Change the library version of Gtk.
1998-07-30 05:39:26 +00:00
Vanilla I. Shu
ac0d56a7c6
1. Upgrade to 1.0.0.
...
2. Portlint.
PR: ports/6878
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
1998-06-07 03:58:40 +00:00