View | Details | Raw Unified | Return to bug 124987
Collapse All | Expand All

(-)notecase/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	notecase
8
PORTNAME=	notecase
9
PORTVERSION=	1.9.1
9
PORTVERSION=	1.9.3
10
PORTREVISION=	1
11
CATEGORIES=	deskutils textproc
10
CATEGORIES=	deskutils textproc
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
12
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
(-)notecase/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (notecase-1.9.1_src.tar.gz) = d6c900735ee7a03cd7f847ec1abe3378
1
MD5 (notecase-1.9.3_src.tar.gz) = 5205d8e3bef7b7fa5462e39243bce421
2
SHA256 (notecase-1.9.1_src.tar.gz) = 6e963423027eca4be4293d6aec6f4c5f9d524bd98819fe7719113b0877ef3699
2
SHA256 (notecase-1.9.3_src.tar.gz) = ff3806df92698beecc1ec3bb558b3c2ec9e65c027b61549a353c191caaf2c69b
3
SIZE (notecase-1.9.1_src.tar.gz) = 898125
3
SIZE (notecase-1.9.3_src.tar.gz) = 900996
(-)notecase/files/patch-Makefile (-13 / +4 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2008-05-21 12:28:06.000000000 +0200
1
--- Makefile.orig	2008-06-25 10:51:41.579443700 +0200
2
+++ Makefile	2008-05-27 12:30:12.154607211 +0200
2
+++ Makefile	2008-06-25 10:55:39.374709579 +0200
3
@@ -13,6 +13,7 @@
3
@@ -13,6 +13,7 @@
4
 prefix=/usr
4
 prefix=/usr
5
 bindir=$(prefix)/bin
5
 bindir=$(prefix)/bin
Lines 8-23 Link Here
8
 
8
 
9
 # define top of RPM build area
9
 # define top of RPM build area
10
 topdir=/usr/src/redhat
10
 topdir=/usr/src/redhat
11
@@ -177,7 +178,7 @@
11
@@ -557,18 +558,21 @@
12
 ifdef WINDIR
13
  LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz 
14
 else
15
- LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -ldl
16
+ LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS)
17
 endif
18
 
19
 ifndef OSX_BUILD 
20
@@ -544,18 +545,21 @@
21
 pouninstall:
12
 pouninstall:
22
 	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
13
 	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
23
 	@echo done uninstalling translations
14
 	@echo done uninstalling translations
Lines 42-48 Link Here
42
 	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
33
 	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
43
 	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
34
 	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
44
 		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
35
 		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
45
@@ -747,7 +751,7 @@
36
@@ -760,7 +764,7 @@
46
 #
37
 #
47
 # Note: first "make" command forces generating correct help file path in "config.h"
38
 # Note: first "make" command forces generating correct help file path in "config.h"
48
 #
39
 #

Return to bug 124987