1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

81 Commits

Author SHA1 Message Date
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Martin Wilke
edbfcf1c23 - Kick MD5 Support 2011-07-03 06:14:57 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
36cd5c74c7 For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.

For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
2010-03-27 05:21:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Edwin Groothuis
a550b67ae0 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:33:40 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Edwin Groothuis
b96e39d2f3 Remove leftover .endif
Pointyhat to: that pile over there
2007-10-04 07:05:26 +00:00
Edwin Groothuis
52d564a552 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:24:29 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Rong-En Fan
3c089c162b - Use USE_ICONV instead of LIB_DEPENDS
Approved by:	portmgr (erwin, few weeks ago)
2007-01-12 09:12:57 +00:00
Edwin Groothuis
a80969d36e Remove USE_REINPLACE from all categories starting with P 2006-05-13 01:03:17 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Hajimu UMEMOTO
b7f8564a3e add SHA256. 2005-11-08 16:30:49 +00:00
Hajimu UMEMOTO
7889da7778 the distribution was rerolled.
Reported by:	pointyhat via kris
2005-04-11 15:10:00 +00:00
Hajimu UMEMOTO
42cf00b0a9 make it fetchable again by changing MASTER_SITES.
The coporate name was changed from EPSON KOWA Co. to EPSON AVASYS Co.

Reported by:	pointyhat via kris
2005-04-07 18:35:21 +00:00
Hajimu UMEMOTO
b0d69e805d preparation for adding support for EPSON Stylus CX3500/CX3600 Series.
Requested by:	Laurent <l.cligny@free.fr>
2005-03-20 05:33:25 +00:00
Hajimu UMEMOTO
844e6bd504 - master site was moved.
- most of the tarballs were rerolled.
- preparation for adding EPSON Stylus C80 Series support.
2005-02-27 10:36:36 +00:00
Hajimu UMEMOTO
82ff0d5d3e fix plist.
Reported by:	pointyhat via kris
2004-12-20 08:36:31 +00:00
Hajimu UMEMOTO
9ba9c9801c fix build on pointyhat.
Approved by:	portmgr (kris)
2004-09-26 16:28:48 +00:00
Hajimu UMEMOTO
11e45374a1 fix typo (BUILD_DEPEND -> BUILD_DEPENDS).
this should fix build breakage on pointyhat.

Reported by:	krion
Approved by:	portmgr (krion) (implicitly)
2004-09-06 10:31:01 +00:00
Hajimu UMEMOTO
815427fb3c preparation for adding drivers for some international products. 2004-08-30 15:06:31 +00:00
Hajimu UMEMOTO
359767b4a8 simplify determination of MASTER_SITE_SUBDIR. 2004-08-29 12:31:43 +00:00
Hajimu UMEMOTO
f8948d7b83 simplify handring of printer model. 2004-08-29 09:31:34 +00:00
Hajimu UMEMOTO
5e17ef3d03 inkbox.h is specific to PX-G900. 2004-08-29 06:17:24 +00:00
Hajimu UMEMOTO
25b5c362f6 more for PX-G900. 2004-08-28 21:46:11 +00:00
Hajimu UMEMOTO
feaa9214ed suppress leading zero. 2004-08-28 19:45:49 +00:00
Hajimu UMEMOTO
6b9b6bd67a - use USE_GHOSTSCRIPT_RUN.
- simplify plist substitution.

Submitted by:	hrs (with some modification)
2004-08-28 18:57:55 +00:00
Hajimu UMEMOTO
49ef447d91 preparation for EPSON Stylus Color Series. 2004-08-28 17:18:38 +00:00
Hajimu UMEMOTO
1c17cb569c fix MASTER_SITE_SUBDIR for 1.3.2 drivers. It was broken since
simplify version checking.

Reported by:	hrs
2004-08-28 15:23:28 +00:00
Hajimu UMEMOTO
0b1af4863c replace /dev/usb/lp0 with /dev/ulpt0, too. 2004-08-28 08:03:43 +00:00
Hajimu UMEMOTO
2356b70d42 more for PM-730C, PM-G700, PM-G800 and PX-V700. 2004-08-27 18:33:07 +00:00
Hajimu UMEMOTO
eccb35c6a1 - simplify matching pattern.
- simplify version checking.
- preparation for adding the drivers which version is 2.5.2.
- fix build of some drivers on 4.X. [*1]

Reported by:	hrs [*1]
2004-08-27 16:32:23 +00:00
Hajimu UMEMOTO
79ee7eef8f bsdtar does uncompress automatically. but, gnutar doesn't. 2004-08-27 09:12:43 +00:00
Hajimu UMEMOTO
015bc0fe65 don't touch setup directory. 2004-08-27 08:04:08 +00:00
Hajimu UMEMOTO
99b9c9fe1f escape $. 2004-08-27 03:32:59 +00:00
Hajimu UMEMOTO
b4421c65e1 - sync pkg-descr with reality.
- preparation for adding the drivers which version is 2.6.2.
2004-08-26 19:04:33 +00:00